summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bumped version number for cvs versionWerner Koch2002-10-182-1/+5
* * POTFILES.in (hkp.c): Removed.V1-3-0Werner Koch2002-10-183-484/+565
* * configure.ac: Changed version number comments.Werner Koch2002-10-184-6/+18
* * config.links (powerpc-apple-darwin6.1): Disable assemblerWerner Koch2002-10-182-1/+11
* * autogen.sh: Allow env variables to override the auto* toolWerner Koch2002-10-172-14/+20
* * pkclist.c (do_edit_ownertrust): Show all user IDs. This shouldWerner Koch2002-10-172-0/+35
* * README: Multiple A record rotation works with MINGW32 now, and clarifyDavid Shaw2002-10-172-2/+8
* * http.c (connect_server): Try all A records for names with multipleDavid Shaw2002-10-172-66/+81
* * g10.c (main): Handle --strict and --no-strict from the command lineDavid Shaw2002-10-172-0/+15
* Florian Weimer reminded me about thatWerner Koch2002-10-171-0/+4
* * README: Some typo fixes from Florian Weimer, and bump version number.David Shaw2002-10-162-12/+18
* * g10.c (main): Disable --textmode when encrypting (symmetric or pk) inDavid Shaw2002-10-152-0/+17
* * NEWS: Some 1.3 notes.David Shaw2002-10-152-0/+33
* * gpgkeys_hkp.c (write_quoted): Use %-encoding instead of \-encoding.David Shaw2002-10-142-99/+131
* * gpgkeys_ldap.c (get_key): Don't print keysize unless it's >0.David Shaw2002-10-142-55/+68
* * keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.David Shaw2002-10-142-0/+6
* * keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec,David Shaw2002-10-143-205/+403
* Add simple tool to sign all keys in a keyringWerner Koch2002-10-141-0/+33
* * configure.ac (NAME_OF_DEV_URANDOM): Use /dev/urandom forWerner Koch2002-10-123-1/+7
* * rndunix.c (my_popen): Make sure that stdin and stderr areWerner Koch2002-10-122-24/+49
* * keygen.c (print_status_key_created): New.Werner Koch2002-10-122-1/+27
* * DETAILS (KEY_CREATED): Enhanced by fingerprint.Werner Koch2002-10-122-1/+7
* * keyedit.c (menu_addrevoker): Properly back out if the signature fails.David Shaw2002-10-112-4/+44
* * http.c (connect_server): Properly handle a single A record that failsDavid Shaw2002-10-112-3/+9
* * gpgkeys_ldap.c (search_key, main): Make sure LDAP values are freed inDavid Shaw2002-10-092-6/+11
* * gpgkeys_ldap.c (fail_all): New function to unwind a keylist and errorDavid Shaw2002-10-093-6/+85
* * keyserver.h: Add new error code KEYSERVER_UNREACHABLE.David Shaw2002-10-092-0/+5
* And changelog :)David Shaw2002-10-081-0/+10
* * import.c (import_keys_internal): Missed one s/inp/inp2/.David Shaw2002-10-083-9/+15
* * configure.ac: OpenLDAP 2.0.27 changed the dependencies again. Add aDavid Shaw2002-10-082-5/+14
* * getkey.c (get_pubkey_direct): Don't cache keys retrieved via thisDavid Shaw2002-10-053-4/+14
* * import.c (import_keys_internal): s/inp/inp2/ to avoid shadowingWerner Koch2002-10-043-13/+22
* * options.h, g10.c (main): Add --strict and --no-strict to switch theDavid Shaw2002-10-043-0/+10
* * util.h: Add new log_warning logger command which can be switched betweenDavid Shaw2002-10-042-0/+9
* * logger.c (g10_log_warning, log_set_strict): Add new log_warning loggerDavid Shaw2002-10-042-0/+36
* * gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserverDavid Shaw2002-10-032-4/+17
* * keylist.c (print_capabilities): Secret-parts-missing keys should showDavid Shaw2002-10-034-5/+26
* * import.c (import_secret_one): Check for an illegal (>110) protectionDavid Shaw2002-10-037-15/+42
* * longlong.h: Some whitespace changes in HPPA to fix assembler problems onDavid Shaw2002-10-022-20/+25
* * configure.ac: Add an --enable-old-tiger, to revert back to theDavid Shaw2002-10-022-0/+14
* * tiger.c (tiger_get_info): Select the OID to use for TIGER at compileDavid Shaw2002-10-022-0/+14
* * import.c (import_one): Make sure that a newly imported key starts with aDavid Shaw2002-10-012-1/+14
* * getkey.c (get_pubkey_direct): New.Werner Koch2002-10-012-1/+66
* * keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme toDavid Shaw2002-09-302-0/+13
* 2002-09-28 David Shaw <dshaw@jabberwocky.com>David Shaw2002-09-284-14/+40
* From stable branchDavid Shaw2002-09-272-8/+7
* * Makefile.am, md.c (load_digest_module): TIGER is now always enabled.David Shaw2002-09-273-6/+10
* * configure.ac: Remove --enable-tiger, as TIGER is now always enabled.David Shaw2002-09-272-10/+5
* * tiger.c (tiger_get_info): Use a regular OID. Note that thisWerner Koch2002-09-262-15/+10
* * gpg-agent.c (handle_signal): Flush cache on SIGHUP.Werner Koch2002-09-265-6/+54