Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * pkclist.c (do_edit_ownertrust): Show all user IDs. This should | Werner Koch | 2002-10-17 | 2 | -0/+36 | |
| | | | | | | be enhanced to also show the current trust level. Suggested by Florian Weimer. | |||||
* | Bump version number. | David Shaw | 2002-10-16 | 2 | -2/+3 | |
| | ||||||
* | * README: Some typo fixes from Florian Weimer. | David Shaw | 2002-10-16 | 2 | -11/+16 | |
| | ||||||
* | * NEWS: Some 1.2.1 notes. | David Shaw | 2002-10-15 | 2 | -0/+18 | |
| | ||||||
* | * rndunix.c (my_popen): Make sure that stdin and stderr are | Werner Koch | 2002-10-12 | 4 | -25/+55 | |
| | | | | | | | | | | | connected to a file. This is to avoid NetBSD to complain about set{u,g}id programs invoked with fd 0, 2 closed. Reported by Cristian Biere. (start_gatherer): Likewise. Reordered code. * configure.ac (NAME_OF_DEV_URANDOM): Don't use /dev/srandom for NetBSD. Noted by Christian Biere. | |||||
* | Comment fix for make_filename | Werner Koch | 2002-10-12 | 1 | -4/+4 | |
| | ||||||
* | * keygen.c (print_status_key_created): New. | Werner Koch | 2002-10-12 | 2 | -2/+36 | |
| | | | | | | (do_generate_keypair): Use it to print the fingerprint. (generate_subkeypair): Likewise. | |||||
* | * DETAILS (KEY_CREATED): Enhanced by fingerprint. | Werner Koch | 2002-10-12 | 2 | -1/+7 | |
| | ||||||
* | * keyedit.c (menu_addrevoker): Properly back out if the signature fails. | David Shaw | 2002-10-11 | 2 | -0/+6 | |
| | ||||||
* | * gpgkeys_ldap.c (search_key, main): Make sure LDAP values are freed in | David Shaw | 2002-10-09 | 2 | -8/+12 | |
| | | | | | case of error. | |||||
* | * gpgkeys_ldap.c (main): Fix error return code. | David Shaw | 2002-10-09 | 2 | -1/+5 | |
| | ||||||
* | * mainproc.c (symkey_decrypt_sesskey): Fix compiler warning. | David Shaw | 2002-10-07 | 2 | -1/+4 | |
| | ||||||
* | * configure.ac: OpenLDAP 2.0.27 changed the dependencies again. Add a | David Shaw | 2002-10-07 | 2 | -5/+14 | |
| | | | | | | "LDAPLIBS" variable so users can try and suggest the right dependencies for their platform. | |||||
* | * keylist.c (print_capabilities): Properly indicate per-key capabilities | David Shaw | 2002-10-07 | 2 | -7/+18 | |
| | | | | | | of sign&encrypt primary keys that have secret-parts-missing (i.e. no capabilities at all). | |||||
* | * getkey.c (get_pubkey_direct): Don't cache keys retrieved via this | David Shaw | 2002-10-04 | 3 | -5/+15 | |
| | | | | | | | | | function as they may not have all their fields filled in. * sig-check.c (signature_check2): Use new is_primary flag to check rather than comparing main_keyid with keyid as this still works in the case of a not fully filled in pk. | |||||
* | * passphrase.c (agent_get_passphrase): Fixed signed/unsigned char | Werner Koch | 2002-10-04 | 2 | -10/+16 | |
| | | | | | problem in %-escaping. Noted by Ingo Kl�cker. | |||||
* | * gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserver | David Shaw | 2002-10-03 | 2 | -3/+11 | |
| | | | | | schemes are case-insensitive. | |||||
* | * keylist.c (print_capabilities): Secret-parts-missing keys should show | David Shaw | 2002-10-03 | 2 | -6/+9 | |
| | | | | | that fact in the capabilities. | |||||
* | * packet.h, parse_packet (parse_key): Add is_primary flag for public keys | David Shaw | 2002-10-03 | 4 | -3/+23 | |
| | | | | | | | | (it already exists for secret keys). * keylist.c (print_capabilities): Only primary signing keys can certify other keys. | |||||
* | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 2002-10-02 | 6 | -14/+37 | |
| | | | | | | | | | | | | | | | cipher when importing a secret key. * keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing key. * parse_packet.c (parse_key): Some comments. * revoke.c (gen_revoke): Remove some debugging code. * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option again. | |||||
* | * longlong.h: Some whitespace changes in HPPA to fix assembler problems on | David Shaw | 2002-10-02 | 2 | -20/+25 | |
| | | | | | HP-UX. From David Ellement. | |||||
* | * tiger.c (tiger_get_info): Select the OID to use for TIGER at compile | David Shaw | 2002-10-02 | 2 | -0/+14 | |
| | | | | | time. | |||||
* | * configure.ac: Make "new" the default for TIGER. Still use | David Shaw | 2002-10-02 | 2 | -1/+4 | |
| | | | | | --enable-new-tiger to select new from autoconf. | |||||
* | * configure.ac: Use a new option (--enable-new-tiger) to enable TIGER with | David Shaw | 2002-10-02 | 2 | -0/+16 | |
| | | | | | the correct OID. | |||||
* | * seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher | David Shaw | 2002-10-01 | 2 | -1/+5 | |
| | | | | | in question is in fact IDEA. | |||||
* | From devel branch | David Shaw | 2002-10-01 | 2 | -15/+10 | |
| | | | | | | | | | 2002-09-26 Werner Koch <[email protected]> * tiger.c (tiger_get_info): Use a regular OID. Note that this breaks all TIGER generated signatures; if we want to do something about it we have to do it in ../g10/sig-check.c . | |||||
* | * import.c (import_one): Make sure that a newly imported key starts with a | David Shaw | 2002-10-01 | 2 | -1/+24 | |
| | | | | | | clean ownertrust. (import_revoke_cert): Remove ultimate trust when revoking an ultimately trusted key. | |||||
* | * getkey.c (get_pubkey_direct): New. | Werner Koch | 2002-10-01 | 2 | -1/+62 | |
| | | | | | | | (merge_selfsigs_main): Use it here to look for an ultimately trusted key. Using the full get_pubkey might lead to a infinitive recursion. | |||||
* | * pl.po: Fixed Content-Type entry to utf-8 which is the actual | Werner Koch | 2002-10-01 | 2 | -9/+8 | |
| | | | | | encoding. | |||||
* | * gpg.sgml: Note that --pgp2 disables --textmode when encrypting. | David Shaw | 2002-09-30 | 2 | -1/+6 | |
| | ||||||
* | * g10.c (main): Disable --textmode when encrypting (symmetric or pk) in | David Shaw | 2002-09-30 | 2 | -0/+17 | |
| | | | | | | --pgp2 mode as PGP 2 can't handle the unknown length literal packet. Reported by Michael Richardson. | |||||
* | * keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme to | David Shaw | 2002-09-30 | 2 | -0/+13 | |
| | | | | | lowercase to be case-insensitive. | |||||
* | * sig-check.c (check_key_signature2): Properly handle a non-designated | David Shaw | 2002-09-28 | 2 | -2/+10 | |
| | | | | | revocation import. | |||||
* | * g10.c (set_homedir): New. Changed all direct assignments to use | Werner Koch | 2002-09-26 | 3 | -15/+40 | |
| | | | | | | this. * gpgv.c (set_homedir): Ditto. | |||||
* | * gpgkeys_ldap.c (send_key): Removed non-constant initializers. | Werner Koch | 2002-09-26 | 2 | -8/+7 | |
| | ||||||
* | * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses | David Shaw | 2002-09-25 | 2 | -1/+6 | |
| | | | | | sockets. | |||||
* | * THANKS: Remove duplicate. | David Shaw | 2002-09-25 | 3 | -1/+9 | |
| | | | | | * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets. | |||||
* | * ca.po, fr.po: Updated. | Werner Koch | 2002-09-24 | 3 | -243/+198 | |
| | ||||||
* | 1.2.0 has been released, prepare version numbers for possible bug fix release. | Werner Koch | 2002-09-21 | 2 | -2/+7 | |
| | ||||||
* | * configure.ac: Bumbed version number and set development version | Werner Koch | 2002-09-21 | 3 | -12/+26 | |
| | | | | | to no. | |||||
* | * mk-w32-dist: Don't use iconv for pl.po. | Werner Koch | 2002-09-20 | 2 | -2/+7 | |
| | ||||||
* | updated from source | Werner Koch | 2002-09-20 | 1 | -14/+17 | |
| | ||||||
* | * ca.po, cs.po, gl.po, id.po, it.po, ja.po, pl.po, pt.po: Updated. | Werner Koch | 2002-09-20 | 20 | -5306/+5403 | |
| | | | | | | * tr.el, el.po: Updated head branch. * el.po: Removed 2 entries due to non-matching format specifiers. | |||||
* | * gpg.sgml: Some minor language cleanup. | David Shaw | 2002-09-20 | 2 | -17/+21 | |
| | ||||||
* | Oops. Fixed last fix. The diffstat tool is really useful. | Werner Koch | 2002-09-20 | 1 | -2/+2 | |
| | ||||||
* | * mpicoder.c (do_get_buffer): Avoid zero length allocation. | Werner Koch | 2002-09-20 | 2 | -1/+10 | |
| | | | | | | Checked that all callers behave properly when NBYTES returns 0 as the length of the allocated buffer. | |||||
* | * DETAILS (pkd): s/XORed/ORed/ | Werner Koch | 2002-09-20 | 2 | -1/+5 | |
| | ||||||
* | * gpgkeys_hkp.c (get_key, search_key): Properly handle line truncation. | David Shaw | 2002-09-19 | 2 | -5/+16 | |
| | ||||||
* | * configure.ac: Try linking LDAP as just -lldap as it seems very recent | David Shaw | 2002-09-19 | 2 | -2/+7 | |
| | | | | | OpenLDAPs (>=2.0.23) support that. | |||||
* | * keylist.c (list_keyblock_colon): Show 1F direct key signatures in | David Shaw | 2002-09-19 | 4 | -16/+30 | |
| | | | | | | | | | | | --with-colons listing. * keyserver.c (keyserver_spawn): Properly handle line truncation. Don't leak memory (~10-20 bytes) on searches. (keyserver_search_prompt): Cleanup. * hkp.c (hkp_search): Properly handle line truncation. |