Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * g10.c (main): Add --multifile as an alias to turn --encrypt into | David Shaw | 2003-09-05 | 3 | -40/+56 | |
| | | | | | | | | | --encrypt-files (plus --verify-files, --decrypt-files). * encode.c (use_mdc), g10.c (main): Use RFC1991 and RFC2440 directly to check for MDC usability. Do not set the force_mdc or disable_mdc flags since there is no point any longer. | |||||
* | * types.h: Revert previous change. This sort of thing is better done in | David Shaw | 2003-09-04 | 2 | -1/+6 | |
| | | | | | autoconf. | |||||
* | * 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 | |
| | | | | | compilers. Requested by Brian Gladman. | |||||
* | * 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 | |
| | | | | | passphrase question, re-prompt for a new passphrase. This is bug #202. | |||||
* | * DETAILS: Removed paragraph on gdbm usage. Notes that pipemode | Werner Koch | 2003-08-23 | 2 | -23/+8 | |
| | | | | | is deprecated. | |||||
* | 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 | |
| | | | | | | | issuing the prompt. Requested by Todd Vierling. * samplekeys.asc: Refreshed the keys. | |||||
* | * 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 | |
| | | | | | | | | | | explain the roundrobin a bit better. * sig-check.c (check_key_signature2), import.c (import_one, import_revoke_cert, chk_self_sigs, delete_inv_parts, collapse_uids, merge_blocks): Make much quieter during import of slightly munged, but recoverable, keys. Use log_error for unrecoverable import failures. | |||||
* | * keyring.c (keyring_rebuild_cache): Comment. | David Shaw | 2003-08-13 | 3 | -14/+30 | |
| | | | | | | | | * sign.c (mk_notation_and_policy): Making a v3 signature with notations or policy urls is an error, not an info (i.e. increment the errorcount). Don't print the notation or policy url to stdout since it can be mixed into the output stream when piping and munge the stream. | |||||
* | * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice. | David Shaw | 2003-08-13 | 2 | -1/+6 | |
| | | | | | Use NAME_OF_DEV_URANDOM. | |||||
* | * gnupg.spec.in: Make sure that install-info is called in such a way that | David Shaw | 2003-08-03 | 2 | -4/+12 | |
| | | | | | | doesn't bork the RPM install if it cannot complete (necessary for some upgrade scenarios). | |||||
* | * parse-packet.c (parse_signature): Don't give "signature packet without | David Shaw | 2003-08-02 | 2 | -8/+17 | |
| | | | | | | xxxx" warnings for experimental pk algorithms. An experimental algorithm may not have a notion of (for example) a keyid (i.e. PGP's x.509 stuff). | |||||
* | 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 | |
| | | | | | | | to work properly with RPM 4.1 (all files in buildroot must be packaged). Package and install info files. Tweak the English description. Do not install gpgv and gpgsplit setuid root. | |||||
* | Argh, one line inserted in a source file and all POs need to be | Werner Koch | 2003-07-30 | 24 | -552/+552 | |
| | | | | | comitted due to changed line numbers. | |||||
* | * 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 | |
| | | | | | building with native Windows compilers. On request by Brian Gladman. | |||||
* | 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 | |
| | | | | | later. Suggested by Kurt Garloff. | |||||
* | Removed an md_start_debug | Werner Koch | 2003-07-30 | 1 | -2/+1 | |
| | ||||||
* | * NEWS: Cite DETAILS. | David Shaw | 2003-07-30 | 3 | -4/+16 | |
| | | | | | * README: Note problem with gcc < 2.96 and non-gnu as. | |||||
* | * parse-packet.c (parse_key): Allow to parse the gnu-divert-to-s2k | Werner Koch | 2003-07-28 | 3 | -2/+29 | |
| | | | | | mode. | |||||
* | * NEWS: Note %g and %p, the "tru" --with-colons record, and the REVKEYSIG | David Shaw | 2003-07-28 | 3 | -0/+23 | |
| | | | | | | | | --status-fd tag. * README: Add a note about the SunOS symbol underscore problem and how to fix it. | |||||
* | * 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 | |
| | | | | | | | | | | | | | | | Provide a signing-key-is-revoked flag. Change all callers. * status.h, status.c (get_status_string): New REVKEYSIG status tag for a good signature from a revoked key. * mainproc.c (do_check_sig, check_sig_and_print): Use it here. * import.c (import_revoke_cert, merge_blocks, merge_sigs): Compare actual signatures on import rather than using keyid or class matching. This does not change actual behavior with a key, but does mean that all sigs are imported whether they will be used or not. | |||||
* | * 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 | |
| | | | | | | | trustdb version record. * keylist.c (public_key_list): Use it here for the new "tru" record. | |||||
* | * sig-check.c (signature_check, signature_check2, check_key_signature, | David Shaw | 2003-07-21 | 4 | -19/+24 | |
| | | | | | | | check_key_signature2): Allow passing NULLs for unused parameters in the x2 form of each function to avoid the need for dummy variables. getkey.c, mainproc.c: Change all callers. | |||||
* | * keygen.c (do_add_key_flags): Don't set the certify flag for subkeys. | David Shaw | 2003-07-16 | 2 | -1/+28 | |
| | | | | | | (ask_algo): Provide key flags for DSA, Elgamal_e, and Elgamal subkeys. (generate_keypair): Provide key flags for the default DSA/Elgamal keys. | |||||
* | * misc.c (pct_expando): Minor performance tweak. Don't bother to re-fetch | David Shaw | 2003-07-05 | 3 | -12/+25 | |
| | | | | | | | | the primary key if the key making the signature is the primary key. * parse-packet.c (parse_signature): No need to reserve 8 bytes for the unhashed signature cache any longer. | |||||
* | * gpg.sgml: Warning not to try and parse --list-keys in scripts. Document | David Shaw | 2003-07-03 | 3 | -11/+69 | |
| | | | | | | | | the signature flags (1-3/L/R/P/N/X), Document expandos %g and %p. Note the default --personal-digest-preferences are "H2". * DETAILS: Document the --attribute-fd data. | |||||
* | * misc.c (pct_expando): Add two new expandos - signer's fingerprint (%g), | David Shaw | 2003-07-01 | 4 | -12/+44 | |
| | | | | | | | | | | | and signer's primary fingerprint (%p). * tdbio.h, tdbio.c (create_version_record, tdbio_write_nextcheck, tdbio_read_record, tdbio_write_record): Force a 0 into the trust_model field. This is to help smooth the 1.2->1.4 switchover, as otherwise a 1.4 trustdb could be rebuilt as classic on 1.2 while still claiming to be a non-classic trust model. | |||||
* | * Makefile.am: Add --no-permission-warning to avoid spurious warning when | David Shaw | 2003-06-26 | 2 | -2/+6 | |
| | | | | | importing demo keys. | |||||
* | * keyserver.c (keyserver_spawn): Use ascii_isspace instead of spacep since | David Shaw | 2003-06-26 | 2 | -1/+6 | |
| | | | | | ascii_isspace includes \r and \n. | |||||
* | * types.h: Prefer using uint64_t when creating a 64-bit unsigned type. | David Shaw | 2003-06-26 | 3 | -5/+17 | |
| | | | | | | | | | This avoids a warning on compilers that support but complain about unsigned long long. * util.h (ascii_isspace): New variation on isspace() that is immune from locale changes. | |||||
* | * signal.c, tdbio.c: Comment out the transaction code. It was not used in | David Shaw | 2003-06-24 | 3 | -4/+13 | |
| | | | | | | this version, and was causing some build problems on quasi-posix platforms (Solaris and Forte c89). | |||||
* | * 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 | |
| | | | | | | NETLIBS so we don't need to force other platforms to pull in the netlibs when they aren't actually needed. |