| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * seskey.c (encode_md_value): Print an error message if a wrong | Werner Koch | 2002-04-18 | 4 | -6/+30 |
* | * rndlinux.c, rndegd.c, rndunix.c (func_table): Made func a | Werner Koch | 2002-04-18 | 4 | -6/+13 |
* | * eo.po: Updated. | Werner Koch | 2002-04-18 | 2 | -985/+916 |
* | * i386/syntax.h (ALIGN): Removed parens from definition | Werner Koch | 2002-04-18 | 6 | -15/+22 |
* | * trustdb.c (validate_keys): Never schedule a nextcheck into the | Werner Koch | 2002-04-18 | 2 | -17/+108 |
* | * trustdb.c (mark_usable_uid_certs): Properly handle nonrevocable | David Shaw | 2002-04-18 | 3 | -21/+59 |
* | * trustdb.c (validate_keys): Never schedule a nextcheck into the | Werner Koch | 2002-04-18 | 2 | -2/+12 |
* | * getkey.c (lookup): Advance the searchmode after a search FIRST. | Werner Koch | 2002-04-18 | 2 | -0/+7 |
* | * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntax | Werner Koch | 2002-04-18 | 5 | -17/+41 |
* | * parse-packet.c (parse_key): Support a SHA1 checksum as per | Werner Koch | 2002-04-17 | 8 | -34/+113 |
* | doc fixes | Werner Koch | 2002-04-17 | 3 | -1/+14 |
* | * parse-packet.c (parse_signature): Minor fix - signatures should expire | David Shaw | 2002-04-14 | 5 | -4/+25 |
* | * pkclist.c (build_pk_list): Fix bug that allowed a key to be selected | David Shaw | 2002-04-13 | 4 | -6/+52 |
* | * build-packet.c (build_sig_subpkt): Delete subpackets from both hashed | David Shaw | 2002-04-12 | 4 | -114/+101 |
* | * misc.c (pct_expando), options.skel: Use %t to indicate type of a photo | David Shaw | 2002-04-11 | 6 | -25/+65 |
* | cipher.c (setup_cipher_table, cipher_open, cipher_encrypt, cipher_decrypt, | David Shaw | 2002-04-10 | 2 | -4/+23 |
* | * pl.po: Updated. | Werner Koch | 2002-04-10 | 6 | -460/+461 |
* | * tdbio.c (migrate_from_v2): Fixed the offset to read the old | Werner Koch | 2002-04-10 | 2 | -2/+8 |
* | Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. Add | David Shaw | 2002-04-10 | 7 | -43/+80 |
* | * es.po: Fixed a c-format problem; for unknown reasons msgfmt -c | Werner Koch | 2002-04-09 | 2 | -1/+4 |
* | * de.po: Fuzzy fixes and a few new translations. | Werner Koch | 2002-04-09 | 20 | -9764/+19606 |
* | * configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek | Werner Koch | 2002-04-09 | 3 | -2/+7 |
* | * configure.ac (ALL_LINGUAS): Added Czech translation. | Werner Koch | 2002-04-09 | 4 | -1/+8 |
* | * cs.po: New. | Werner Koch | 2002-04-09 | 2 | -0/+4245 |
* | * DETAILS: Fix a spelling error, correct IMPORTED_RES to IMPORT_RES, | Werner Koch | 2002-04-09 | 2 | -2/+7 |
* | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 2002-04-08 | 47 | -7245/+7328 |
* | Fix auto-key-retrieve to actually work as a keyserver-option (noted by | David Shaw | 2002-04-04 | 3 | -7/+16 |
* | Documentation fixes. | David Shaw | 2002-04-03 | 2 | -12/+16 |
* | Fix ownertrust display with --with-colons. | David Shaw | 2002-03-31 | 8 | -28/+82 |
* | Some gnupg.spec.in changes for RPM builds: Added the gpgkeys_xxx keyserver | David Shaw | 2002-03-31 | 2 | -2/+18 |
* | Quote and unquote backslashes from keyserver search responses. | David Shaw | 2002-03-29 | 3 | -2/+19 |
* | If a delimiter is used, then quote the backslash character as well. | David Shaw | 2002-03-29 | 3 | -4/+14 |
* | Quote backslashes in keyserver search responses | David Shaw | 2002-03-29 | 2 | -2/+6 |
* | Added some notes about the colon list mode in gpgsm | Werner Koch | 2002-03-28 | 1 | -1/+11 |
* | Add a few notes about --pgp2 meaning MIT PGP 2.6.2, and keyserver details | David Shaw | 2002-03-27 | 2 | -5/+15 |
* | Minor tweak to importing to allow more non-signed uids (now that | David Shaw | 2002-03-24 | 5 | -16/+40 |
* | Add some comments | David Shaw | 2002-03-19 | 1 | -1/+7 |
* | Change meaning of --allow-non-selfsigned-uid to match change in code, and | David Shaw | 2002-03-19 | 2 | -8/+14 |
* | Properly handle a "no keys found" case from the internal HKP code | David Shaw | 2002-03-19 | 3 | -16/+28 |
* | --openpgp implies --allow-non-selfsigned-uid | David Shaw | 2002-03-17 | 7 | -40/+76 |
* | Show which user ID a bad self-sig (invald sig or unsupported public key | David Shaw | 2002-03-13 | 2 | -4/+14 |
* | any valid self-sig should mark a user ID or subkey as valid - otherwise, | David Shaw | 2002-03-13 | 2 | -13/+22 |
* | * faq.raw: Due to a lack of time Nils can't serve anymore as a | Werner Koch | 2002-03-13 | 4 | -4/+18 |
* | Merged changes from zlib 1.1.4. | Werner Koch | 2002-03-12 | 24 | -62/+85 |
* | Some minor fixes for revocation keys: print a warning if a key is imported | David Shaw | 2002-03-07 | 9 | -30/+162 |
* | * gpg.sgml: Add an entry for --export-ownertrust. Suggested by | Werner Koch | 2002-03-06 | 4 | -1/+19 |
* | * pt_PT.po: Removed. | Werner Koch | 2002-03-06 | 4 | -2644/+1674 |
* | Some minor bug fixes. | David Shaw | 2002-03-05 | 5 | -17/+64 |
* | Alwayus define _GNU_SOURCE. Since this is always defined in config.h, the | David Shaw | 2002-03-05 | 2 | -9/+9 |
* | variable type tweak for RISC OS (from Stefan) | David Shaw | 2002-03-04 | 2 | -6/+12 |