aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * gpg-agent.c (create_private_keys_directory)Werner Koch2002-09-092-2/+80
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-052-1/+11
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-052-1/+14
* 2002-09-03 Neal H. Walfield <[email protected]>Neal Walfield2002-09-052-4/+29
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-052-4/+15
* 2002-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-042-5/+11
* 2002-09-03 Neal H. Walfield <[email protected]>Neal Walfield2002-09-042-1/+20
* * mainproc.c (print_pkenc_list): Don't increment the error counter whenDavid Shaw2002-09-042-1/+9
* new test certs and messagesWerner Koch2002-09-034-0/+138
* * gpgsm.c (main): Disable the internal libgcrypt locking.Werner Koch2002-09-032-1/+9
* * gnupg.7: New mini man page.Werner Koch2002-09-023-21/+12
* * mk-w32-dist: Include more man pages and gpg split. Changed nameWerner Koch2002-09-022-16/+32
* Moved some items from TODO to NEWS.Werner Koch2002-09-022-6/+5
* * g10.c (main): Try to set a default character set. Print theWerner Koch2002-09-026-2/+55
* * gpg.sgml: Updated the charset option.Werner Koch2002-09-023-2/+22
* * strgutil.c (set_native_charset): Allow NULL as argument to useWerner Koch2002-09-022-3/+27
* * gnupg.7: New mini man page.Werner Koch2002-09-023-2/+25
* * gpg.sgml: Document keyserver-option include-subkeys. Note thatDavid Shaw2002-08-303-1/+19
* * pkclist.c (build_pk_list): Add new status code to indicate an untrustedDavid Shaw2002-08-302-1/+7
* * pkclist.c (build_pk_list): Fail if any recipient keys are unusable.David Shaw2002-08-304-3/+26
* * iobuf.c (block_filter): Removed the assert, so that one can passWerner Koch2002-08-302-13/+15
* * configure.ac (random_modules): Reworked the code to select theWerner Koch2002-08-306-79/+93
* * pkclist.c (do_we_trust_pre): Changed the wording of a warning.Werner Koch2002-08-307-59/+82
* * random.c: Automagically detect the entrop gatherer whenWerner Koch2002-08-305-69/+129
* * gpgkeys_hkp.c: (parse_hkp_index): Use same types on all platforms.David Shaw2002-08-282-6/+5
* * sig-check.c (do_check_messages, do_check): Show keyid in error messages.David Shaw2002-08-283-16/+27
* * gpgkeys_hkp.c: Overall cleanup from iobuf conversion. Be consistent inDavid Shaw2002-08-282-55/+53
* * gpgkeys_hkp.c, Makefile.am: Convert over to using iobufs.David Shaw2002-08-273-369/+257
* * configure.ac: Check type of mode_t.David Shaw2002-08-272-0/+3
* * gpgkeys_hkp.c (http_get, http_post): Use CRLF for line endings.David Shaw2002-08-272-3/+5
* * NEWS: Clarify that --libexecdir is a configure option.David Shaw2002-08-273-3/+9
* * gpgkeys_hkp.c: Include util.h on RISC OS as per Stefan. Include aDavid Shaw2002-08-272-0/+39
* * Makefile.am: May as well include gpgkeys_hkp.c in the distribution now.David Shaw2002-08-262-3/+5
* * gpgkeys_hkp.c (main): Don't warn about include-subkeys - it isn'tDavid Shaw2002-08-262-4/+10
* * gpgkeys_hkp.c (parse_hkp_index, dehtmlize): Move HTML functionality intoDavid Shaw2002-08-262-73/+104
* * hkp.c (parse_hkp_index, dehtmlize): Move HTML functionality into newDavid Shaw2002-08-262-78/+103
* * longlong.h: Remove space between \ and newline. gcc is complaining.David Shaw2002-08-242-2/+7
* * sig-check.c (do_check, do_check_messages): Emit the usual sig warningsDavid Shaw2002-08-233-9/+26
* * faq.raw: Updated. New Maintainer is David D. Scribner.Werner Koch2002-08-232-393/+484
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-2341-8/+8463
* * gpg.sgml: Clarify meaning of keyserver option include-revoked.David Shaw2002-08-222-4/+10
* * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys intoDavid Shaw2002-08-226-113/+110
* * query.c (agent_askpin): Provide the default desc text dependingNEWPG-0-9-1Werner Koch2002-08-223-5/+14
* * import.c (print_imported_summary): Cleaned up. Print newWerner Koch2002-08-213-20/+72
* * errors.h: Added STATUS_IMPORT_PROBLEM.Werner Koch2002-08-212-0/+5
* * import.c (import_print_stats): Print new non_imported counterWerner Koch2002-08-212-3/+14
* * query.c (agent_askpin): Hack to show the right default prompt.NEWPG-0-9-0Werner Koch2002-08-216-27/+37
* use setlocale().Werner Koch2002-08-211-3/+3
* * scdaemon.c (main): New option --daemon so that the program isWerner Koch2002-08-212-4/+18
* * vasprintf.c: Hack to handle NULL for %s.Werner Koch2002-08-212-2/+13