aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * gpgkeys_ldap.c (main), gpgkeys_hkp.c (main): Use new keyserver protocolDavid Shaw2002-11-183-2/+7
* * gpg.sgml: Correct defaults for --s2k-mode and --s2k-digest-mode. NotedDavid Shaw2002-11-172-10/+13
* * config.links: Use OpenBSD/NetBSD powerpc assembler code for Darwin.David Shaw2002-11-162-2/+7
* * gpg.sgml: --compress-algo now allows algorithm names.David Shaw2002-11-153-27/+65
* * g10.c (main): Allow compression algorithm names as the argument toDavid Shaw2002-11-153-4/+43
* * gpgkeys_ldap.c (get_key): The deduping code requires "pgpcertid", butDavid Shaw2002-11-142-2/+11
* fixed type incompatibilityStefan Bellon2002-11-132-1/+6
* * encode.c (encode_simple): Make sure that files larger than about 4G useDavid Shaw2002-11-136-27/+102
* * exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32; we don't needDavid Shaw2002-11-136-15/+28
* * mk-w32-dist: Don't use iconv for pl.po. From Werner on stable branch.David Shaw2002-11-132-2/+14
* * util.h [__CYGWIN32__]: Don't need the registry prototypes. From WernerDavid Shaw2002-11-132-1/+6
* * THANKS: Changes from stable branch.David Shaw2002-11-135-17/+48
* * secmem.c (lock_pool) [__CYGWIN__]: Don't print secmem warning. FromDavid Shaw2002-11-132-1/+6
* * keyedit.c (show_key_with_all_names_colon): Make --with-colons --editDavid Shaw2002-11-135-41/+90
* * config.sub, config.guess: Updated from ftp.gnu.org/gnu/configWerner Koch2002-11-123-249/+363
* Post release version number bump.Werner Koch2002-11-122-1/+5
* Preparing 1.3.1 release.V1-3-1Werner Koch2002-11-124-665/+765
* * gpgkeys_ldap.c (get_key): Fix typo in deduping code.David Shaw2002-11-102-1/+5
* * ttyio.c (TERMDEVICE): Removed.Werner Koch2002-11-093-14/+47
* * passphrase.c (agent_send_all_options): Use tty_get_ttyname toWerner Koch2002-11-092-2/+7
* Fixed copyright yearWerner Koch2002-11-091-1/+1
* * keyring.h, keyring.c (keyring_register_filename): Return the pointer ifDavid Shaw2002-11-086-29/+89
* * options.h, g10.c (main), trustdb.c (ask_ownertrust): AddDavid Shaw2002-11-074-6/+35
* * w32reg.c (read_w32_registry_string): Fixed expanding of the environmentDavid Shaw2002-11-065-12/+31
* * util.h: Add wipememory2() macro (same as wipememory, but can specify theDavid Shaw2002-11-062-1/+7
* * rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not requiredDavid Shaw2002-11-0614-25/+41
* * pubkey-enc.c (get_session_key): With hidden recipients or try a givenDavid Shaw2002-11-066-13/+57
* * gpgkeys_ldap.c (key_in_keylist, add_key_to_keylist, free_keylist,David Shaw2002-11-052-198/+292
* * keyserver.c (keyserver_search_prompt): When --with-colons is enabled,David Shaw2002-11-052-8/+16
* * keyserver.c (keyserver_search_prompt): When --with-colons is enabled,David Shaw2002-11-052-3/+27
* * KEYSERVER: New. Documents the --with-colons format for keyserverDavid Shaw2002-11-053-3/+94
* * trustdb.c (trust_model_string, check_trustdb, update_trustdb,David Shaw2002-11-042-23/+54
* * gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key): Properly handle anDavid Shaw2002-11-043-16/+21
* * options.h, g10.c (main): Add --trust-model option. Current models areDavid Shaw2002-11-037-16/+45
* * gpg.sgml: Document "tsign", clarify "setpref", clarify --recipient,David Shaw2002-11-032-8/+50
* * NEWS: Note trust signature support,David Shaw2002-11-032-0/+31
* * keyedit.c (sign_mk_attrib, trustsig_prompt, sign_uids, keyedit_menu):David Shaw2002-11-034-39/+191
* * keygen.c (set_one_pref, keygen_set_std_prefs): Allow using the fullDavid Shaw2002-11-035-85/+130
* * cipher.c (string_to_cipher_algo), md.c (string_to_digest_algo): AllowDavid Shaw2002-11-023-8/+33
* * g10.c (main): Add --no-throw-keyid.David Shaw2002-11-016-12/+69
* * Makefile.am: Put gnupg.spec in the root directory so rpm -ta works.David Shaw2002-10-312-1/+4
* * gnupg.spec.in: Update source ftp path.David Shaw2002-10-312-2/+6
* added RISC OS module loading supportStefan Bellon2002-10-3119-133/+395
* * build-packet.c (do_plaintext), encode.c (encode_sesskey, encode_simple,David Shaw2002-10-314-5/+12
* * util.h: Add wipememory() macro.David Shaw2002-10-312-0/+6
* * configure.ac: Add a check for volatile.David Shaw2002-10-312-1/+5
* * trustdb.c (check_regexp): Modern regexps require REG_EXTENDED.David Shaw2002-10-302-1/+5
* * packet.h, trustdb.h, trustdb.c (trust_string): New. Return a stringDavid Shaw2002-10-309-37/+334
* * configure.ac: Add --disable-regex in case some platform just can'tDavid Shaw2002-10-292-20/+38
* * keyedit.c (print_and_check_one_sig, show_key_and_fingerprint,David Shaw2002-10-297-11/+56