| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * g10.c (main): Add --multifile as an alias to turn --encrypt into | David Shaw | 2003-09-05 | 3 | -40/+56 |
* | * types.h: Revert previous change. This sort of thing is better done in | David Shaw | 2003-09-04 | 2 | -1/+6 |
* | * configure.ac: Check for UINT64_C to go along with uint64_t. | David Shaw | 2003-09-04 | 2 | -2/+14 |
* | * types.h: Non-POSIX environments may have uint64_t but not UINT64_C. | David Shaw | 2003-09-03 | 2 | -1/+6 |
* | * keylist.c (show_policy_url): Policy URLs might be UTF8. | David Shaw | 2003-08-31 | 2 | -2/+3 |
* | * keyedit.c (menu_addrevoker): Fix leaking a few bytes. | David Shaw | 2003-08-31 | 2 | -1/+11 |
* | * gpgv.c: s/__MINGW32__/_WIN32/ to help building on native Windows | David Shaw | 2003-08-29 | 2 | -1/+6 |
* | * autogen.sh: Touch po/all for --build-w32. | Werner Koch | 2003-08-26 | 2 | -0/+9 |
* | * keyedit.c (change_passphrase): When responding 'no' to the blank | David Shaw | 2003-08-26 | 2 | -1/+9 |
* | * DETAILS: Removed paragraph on gdbm usage. Notes that pipemode | Werner Koch | 2003-08-23 | 2 | -23/+8 |
* | Post release version number bump. | Werner Koch | 2003-08-21 | 2 | -1/+5 |
* | About to release 1.2.3 | Werner Koch | 2003-08-21 | 4 | -3/+7 |
* | Preparing release | Werner Koch | 2003-08-21 | 25 | -2489/+2242 |
* | * keyserver.c (keyserver_search_prompt): Flush stdout before | Werner Koch | 2003-08-21 | 9 | -1136/+1303 |
* | * THANKS: Thank Nelson H. F. Beebe. | David Shaw | 2003-08-21 | 2 | -1/+6 |
* | * options.skel: Note that keyserver.pgp.com isn't synchronized, and | David Shaw | 2003-08-19 | 4 | -58/+89 |
* | * keyring.c (keyring_rebuild_cache): Comment. | David Shaw | 2003-08-13 | 3 | -14/+30 |
* | * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice. | David Shaw | 2003-08-13 | 2 | -1/+6 |
* | * gnupg.spec.in: Make sure that install-info is called in such a way that | David Shaw | 2003-08-03 | 2 | -4/+12 |
* | * parse-packet.c (parse_signature): Don't give "signature packet without | David Shaw | 2003-08-02 | 2 | -8/+17 |
* | Removed trailing semicolon to avoid error with Norcroft C | Stefan Bellon | 2003-07-31 | 2 | -1/+6 |
* | * gnupg.spec.in: Rework much of the spec to use %-macros throughout. Fix | David Shaw | 2003-07-31 | 2 | -35/+55 |
* | Argh, one line inserted in a source file and all POs need to be | Werner Koch | 2003-07-30 | 24 | -552/+552 |
* | * ttyio.c: Typo fixes. | Werner Koch | 2003-07-30 | 2 | -2/+4 |
* | * passphrase.c (agent_send_all_options): Make use of $GPG_TTY. | Werner Koch | 2003-07-30 | 2 | -1/+7 |
* | Changed a lot of __MINGW32__ to _WIN32. This should help a bit in | Werner Koch | 2003-07-30 | 42 | -393/+415 |
* | About to release rc2 | Werner Koch | 2003-07-30 | 27 | -14570/+14683 |
* | Changed Wim's address. | Werner Koch | 2003-07-30 | 1 | -1/+1 |
* | * g10.c (main): Disable use-agent if passphrase-fd is given | Werner Koch | 2003-07-30 | 2 | -0/+6 |
* | Removed an md_start_debug | Werner Koch | 2003-07-30 | 1 | -2/+1 |
* | * NEWS: Cite DETAILS. | David Shaw | 2003-07-30 | 3 | -4/+16 |
* | * parse-packet.c (parse_key): Allow to parse the gnu-divert-to-s2k | Werner Koch | 2003-07-28 | 3 | -2/+29 |
* | * NEWS: Note %g and %p, the "tru" --with-colons record, and the REVKEYSIG | David Shaw | 2003-07-28 | 3 | -0/+23 |
* | * DETAILS: Document "tru" trust record. Document REVKEYSIG status tag. | David Shaw | 2003-07-28 | 2 | -5/+31 |
* | * packet.h, sig-check.c (signature_check2, do_check, do_check_messages): | David Shaw | 2003-07-28 | 7 | -52/+73 |
* | * gpgv.c (read_trust_options): Stub. | David Shaw | 2003-07-21 | 2 | -0/+4 |
* | * trustdb.h, trustdb.c (read_trust_options): New. Returns items from the | David Shaw | 2003-07-21 | 4 | -7/+52 |
* | * sig-check.c (signature_check, signature_check2, check_key_signature, | David Shaw | 2003-07-21 | 4 | -19/+24 |
* | * keygen.c (do_add_key_flags): Don't set the certify flag for subkeys. | David Shaw | 2003-07-16 | 2 | -1/+28 |
* | * misc.c (pct_expando): Minor performance tweak. Don't bother to re-fetch | David Shaw | 2003-07-05 | 3 | -12/+25 |
* | * gpg.sgml: Warning not to try and parse --list-keys in scripts. Document | David Shaw | 2003-07-03 | 3 | -11/+69 |
* | * misc.c (pct_expando): Add two new expandos - signer's fingerprint (%g), | David Shaw | 2003-07-01 | 4 | -12/+44 |
* | * Makefile.am: Add --no-permission-warning to avoid spurious warning when | David Shaw | 2003-06-26 | 2 | -2/+6 |
* | * keyserver.c (keyserver_spawn): Use ascii_isspace instead of spacep since | David Shaw | 2003-06-26 | 2 | -1/+6 |
* | * types.h: Prefer using uint64_t when creating a 64-bit unsigned type. | David Shaw | 2003-06-26 | 3 | -5/+17 |
* | * signal.c, tdbio.c: Comment out the transaction code. It was not used in | David Shaw | 2003-06-24 | 3 | -4/+13 |
* | * Makefile.am: Use W32LIBS where appropriate. | David Shaw | 2003-06-20 | 2 | -2/+6 |
* | * Makefile.am: Use W32LIBS where appropriate. | David Shaw | 2003-06-20 | 2 | -2/+6 |
* | * Makefile.am: Include W32LIBS where appropriate. | David Shaw | 2003-06-20 | 2 | -1/+3 |
* | * configure.ac: Include wsock32 in W32LIBS. This is different from | David Shaw | 2003-06-20 | 2 | -1/+9 |