aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: New option --disable-gnupg-iconv, defineWerner Koch2004-10-263-0/+32
| | | | | USE_GNUPG_ICONV.
* (mem2str): Translated comment to English.Werner Koch2004-10-262-70/+283
| | | | | | | | (handle_iconv_error) [USE_GNUPG_ICONV]: New. (set_native_charset) [USE_GNUPG_ICONV]: Added iconv based conversion checks. (native_to_utf8, utf8_to_native): Added iconv based conversion.
* (verify_chv3): The minimum length for CHV3 isWerner Koch2004-10-261-3/+3
| | | | | 8. Changed string to match the other ones.
* (agent_send_all_options): Try to deduce the ttynameWerner Koch2004-10-263-5/+43
| | | | | from stdin.
* * options.h, g10.c (main), mainproc.c (check_sig_and_print): RenameDavid Shaw2004-10-215-8/+17
| | | | | | | | verify-option show-validity to show-uid-validity to match the similar list-option. * app-openpgp.c (verify_chv3): Fix typo.
* * acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments.David Shaw2004-10-212-10/+14
|
* * configure.ac: Remove the check for asprintfWerner Koch2004-10-2112-183/+47
| | | | | | | | | | | | | | | | * app-common.h (app_openpgp_storekey: Add prototype. * app-openpgp.c (do_sign): Replace asprintf by direct allocation. This avoids problems with missing vasprintf implementations. * card-util.c (generate_card_keys): Add a #warning for gnupg 1.9 and use the same string there. * util.h [!HAVE_VASPRINTF]: Removed prototype. * vasprintf.c: Removed. It was used only at one place and I don't want to get into build problems in 1.4.
* * g10.c (parse_list_options): Fix non-constant initializer so we can buildDavid Shaw2004-10-212-11/+11
| | | | | with C89.
* * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion.Werner Koch2004-10-208-47/+493
| | | | | | | | | | (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1.
* * gpg.sgml: Minor language tweaks.David Shaw2004-10-194-970/+977
| | | | | | | * samplekeys.asc: Updated 99242560. * DETAILS: spk flags are hex.
* * gpgkeys_hkp.c (send_key, get_key, search_key): Use "hkp" instead ofDavid Shaw2004-10-182-4/+8
| | | | | "x-hkp" so it can be used as a SRV tag.
* * http.c (connect_server, send_request): Use the URI scheme as the SRV tagDavid Shaw2004-10-182-16/+27
| | | | | rather than hard-coding _hkp.
* More fixups to help Debian's install-info.Werner Koch2004-10-182-4/+23
|
* (agent_get_passphrase): Cast UIDLEN to int. NotedWerner Koch2004-10-172-3/+8
| | | | | by Christian Cornelssen.
* * parse-packet.c (parse_one_sig_subpkt, enum_sig_subpkt): Don't BUG() onDavid Shaw2004-10-162-10/+12
| | | | | unknown subpackets. Rather, just return them silently.
* * http.c (connect_server): [_WIN32] actually fill in the sin_addr so weDavid Shaw2004-10-162-1/+19
| | | | | | aren't always talking to localhost. Add some general sanity checking of parameters learned from gethostbyname().
* * gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.David Shaw2004-10-162-1/+5
|
* Document IMPORT_CHECK.Werner Koch2004-10-152-0/+8
|
* testWerner Koch2004-10-151-0/+1
|
* Add a noteWerner Koch2004-10-151-0/+3
|
* Removed these generated files.Werner Koch2004-10-154-11831/+0
|
* post release preparationsWerner Koch2004-10-152-1/+5
|
* Updated.V1-3-91Werner Koch2004-10-1531-7770/+7551
|
* * README: Mentioned --enable-selinux-support.Werner Koch2004-10-1513-21/+69
| | | | | | | | | | | | | * status.h (STATUS_NEED_PASSPHRASE_PIN): New. * status.c (get_status_string): Added. * passphrase.c (ask_passphrase): Moved status printing to .. * cardglue.c (pin_cb): .. here and issue new status message. * keyedit.c (sign_uids): Don't include the leading LF in the translatable string but print them separately. * apdu.c (apdu_open_remote_reader) [_WIN32]: We don't have ENOSYS.
* * gpgkeys_ldap.c (main, show_help): Kludge to implement standardWerner Koch2004-10-157-14/+137
| | | | | | | | | GNU options. Factored help printing out. * gpgkeys_finger.c (main, show_help): Ditto. * gpgkeys_hkp.c (main, show_help): Ditto. * gpgkeys_http.c (main, show_help): Ditto. * gpgkeys_test.in, gpgkeys_mailto.in: Implement --version and --help.
* * NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct trustDavid Shaw2004-10-152-2/+18
| | | | | model.
* * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.Werner Koch2004-10-156-38/+125
| | | | | | | | | | | | | (AUTOMAKE_OPTIONS): New. * configure.ac: Check whether vasprintf needs a replacement. * app-openpgp.c (parse_login_data): New. (app_select_openpgp): Call it. (do_setattr): Reparse it after change. * Makefile.am: Add ksutil.h.
* * POTFILES.in: Updated.Werner Koch2004-10-1533-76664/+95735
| | | | | | * sv.po: Updated. Merged other files.
* Add asprintf prototype.Werner Koch2004-10-152-0/+17
|
* * pkclist.c (do_edit_ownertrust): Add a note to translators.Werner Koch2004-10-154-2/+31
| | | | | | | * keygen.c (ask_user_id): Ditto. * helptext.c: Typo fix.
* RebuiltWerner Koch2004-10-152-10/+23
|
* New. Taken from gnupg 1.9.Werner Koch2004-10-152-0/+173
|
* * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.Werner Koch2004-10-154-0/+12
| | | | | | | (AUTOMAKE_OPTIONS): New. * configure.ac: Check whether vasprintf needs a replacement.
* Fix up the @setfilename lines.Werner Koch2004-10-152-26/+18
|
* * gpg.sgml: Document using "none" to remove preferred keyservers, theDavid Shaw2004-10-142-8/+30
| | | | | keyserver timeout parameter, and the direct trust model.
* another s/unsigned char*/byte*/Werner Koch2004-10-142-3/+5
|
* * gpgkeys_finger.c (main): We do not support relay fingering (i.e.David Shaw2004-10-142-0/+14
| | | | | | "finger://relayhost/[email protected]"), but finger URLs are occasionally miswritten that way. Give an error in this case.
* * keylist.c (list_keyblock_print): Show the fingerprint after the key, notDavid Shaw2004-10-144-102/+104
| | | | | | | | | | | | after the first user ID. * keyedit.c (show_key_with_all_names): Don't show validity if we're just printing user IDs for signing. * armor.c (fake_packet): Properly handle the case where the line is dash-space (i.e. a blank line that was quoted). Give a warning for bad dash escaping.
* * export.c (do_export_stream) [ENABLE_SELINUX_HACKS]: Don't allowWerner Koch2004-10-143-0/+23
| | | | | | secret key export. * import.c (import_secret_one) [ENABLE_SELINUX_HACKS]: Likewise
* * rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allowWerner Koch2004-10-146-3/+21
| | | | | | | | logging. * gpgkeys_finger.c (get_key): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan.
* (iobuf_get_fd): Removed double check on directfp andWerner Koch2004-10-142-1/+7
| | | | | | cats it to FILEP becuase directfp is actually a void *. Notes by Stefan.
* * misc.c (is_secured_filename): New.Werner Koch2004-10-1411-36/+159
| | | | | | | | | | | | | | | | * keydb.c (maybe_create_keyring) * tdbio.c (tdbio_set_dbname) * plaintext.c (handle_plaintext) * openfile.c (copy_options_file, open_outfile) * exec.c (exec_write) * keygen.c (do_generate_keypair, gen_card_key_with_backup) * sign.c (sign_file, clearsign_file) * keyring.c (create_tmp_file, do_copy): Check for secured files before creating them. * keygen.c (print_status_key_created): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan.
* * armor.c (fake_packet): Allow arbitrary dash-escaped lines as perDavid Shaw2004-10-132-20/+22
| | | | | 2440bis-10. This is bug #158.
* * keyserver.c (keyserver_work): Handle keyserver timeouts.David Shaw2004-10-132-0/+6
|
* * keyserver.h: Add KEYSERVER_TIMEOUT.David Shaw2004-10-132-1/+6
|
* * gpgkeys_ldap.c (main), gpgkeys_hkp.c (main), gpgkeys_http.c (main),David Shaw2004-10-138-10/+194
| | | | | | | | gpgkeys_finger.c (main): Call timeout functions before performing an action that could block for a long time. * ksutil.h, ksutil.c: New. Right now just contains timeout functions.
* Added SELInux hacks and did some cleanups.Werner Koch2004-10-1322-62/+396
|
* Add dearmor.cWerner Koch2004-10-132-0/+5
|
* * configure.ac: Actually name the option --disable-finger and notWerner Koch2004-10-137-72/+45
| | | | | | | | | | | http. Add option --enable-selinux-support. * logger.c (g10_log_error_f, g10_log_fatal_f, g10_log_info_f) (g10_log_debug_f, print_prefix_f): Removed. * iobuf.c (iobuf_is_pipe_filename): New. (iobuf_get_fd): New.
* * pkclist.c (do_edit_ownertrust): Different prompt when we're using directDavid Shaw2004-10-136-32/+73
| | | | | | | | | | | | | | trust since the meaning is different. * keyedit.c (trustsig_prompt): Change the strings to match the ones in pkclist.c:do_edit_ownertrust to make translation easier. * trustdb.c (trust_model_string, get_validity): Add direct trust model which applies to the key as a whole and not per-uid. * options.h, g10.c (parse_trust_model): New. (main): Call it from here to do string-to-trust-model.