| Commit message (Expand) | Author | Files | Lines |
2006-04-01 | * getkey.c (get_pubkey_byname): Fix missing auto_key_retrieve unlock. | David Shaw | 2 | -5/+12 |
2006-03-31 | Update copyright | David Shaw | 1 | -1/+2 |
2006-03-30 | * main.h, seskey.c (encode_md_value): Modify to allow a q size greater | David Shaw | 5 | -35/+94 |
2006-03-30 | * README: Some more notes about building fat binaries. | David Shaw | 2 | -1/+8 |
2006-03-30 | * cert.c (main): Fix test program build warning on OSX. | David Shaw | 2 | -2/+6 |
2006-03-27 | * gpgkeys_ldap.c: #define LDAP_DEPRECATED for newer OpenLDAPs so they use | David Shaw | 2 | -0/+8 |
2006-03-25 | * README: Missing some instructions on building a fat binary. | David Shaw | 2 | -1/+5 |
2006-03-23 | * getkey.c (parse_auto_key_locate): Silently strip out duplicates rather | David Shaw | 2 | -5/+15 |
2006-03-22 | Changed URLs | Werner Koch | 3 | -3/+8 |
2006-03-22 | * mainproc.c (get_pka_address): Fix bug introduced as part of | David Shaw | 2 | -1/+6 |
2006-03-21 | Allow for rmd160 signatures when using gpg-agent. | Werner Koch | 3 | -1/+13 |
2006-03-20 | * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Revert previous | David Shaw | 7 | -13/+18 |
2006-03-20 | * configure.ac: Improved --disable-endian-check that doesn't involve | David Shaw | 2 | -7/+20 |
2006-03-20 | * configure.ac: Add --disable-endian-check for building fat binaries | David Shaw | 3 | -12/+44 |
2006-03-20 | * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Use '#if' | David Shaw | 7 | -13/+21 |
2006-03-18 | * configure.ac: Allow the DNS stuff to work on OSX by trying the | David Shaw | 2 | -3/+28 |
2006-03-17 | * keyserver.c (keyserver_import_cert): Handle the IPGP CERT type for | David Shaw | 3 | -24/+43 |
2006-03-16 | * cert.c (get_cert): Handle the fixed IPGP type with fingerprint. | David Shaw | 5 | -19/+71 |
2006-03-14 | * keyserver-internal.h, keyserver.c (keyserver_import_pka): Use the | David Shaw | 4 | -31/+61 |
2006-03-14 | * keyserver-internal.h, keyserver.c (keyserver_spawn, keyserver_work, | David Shaw | 4 | -26/+40 |
2006-03-14 | * main.h, import.c (import_one): Optionally return the fingerprint of | David Shaw | 4 | -26/+43 |
2006-03-12 | * sig-check.c (signature_check2): Print the backsig warning when there | David Shaw | 3 | -8/+20 |
2006-03-11 | * samplekeys.asc: Update 99242560 to have a signing subkey backsig. | David Shaw | 2 | -1840/+1873 |
2006-03-09 | * gpg.sgml: Clarify new notation delete feature. | David Shaw | 2 | -2/+8 |
2006-03-09 | * build-packet.c (string_to_notation): Add ability to indicate a notation | David Shaw | 3 | -39/+85 |
2006-03-09 | keep on walking towards rc3 | Werner Koch | 29 | -15107/+15974 |
2006-03-09 | Updatedgnupg-1.4.3rc2 | Werner Koch | 3 | -68/+108 |
2006-03-09 | Preparing for an RC23 | Werner Koch | 6 | -18/+29 |
2006-03-09 | * gpg.sgml: Document "notation". | David Shaw | 2 | -6/+17 |
2006-03-09 | * keyedit.c (menu_set_notation): New function to set notations on | David Shaw | 2 | -4/+250 |
2006-03-09 | * mainproc.c (get_pka_address), keylist.c (show_notation): Remove | David Shaw | 3 | -92/+64 |
2006-03-09 | * argparse.c (default_strusage): Update copyright year to 2006. | David Shaw | 2 | -2/+6 |
2006-03-09 | * packet.h, build-packet.c (sig_to_notation), keygen.c | David Shaw | 4 | -8/+20 |
2006-03-09 | * packet.h, build-packet.c (sig_to_notation), keygen.c | David Shaw | 4 | -6/+15 |
2006-03-09 | * options.h, sign.c (mk_notation_policy_etc), gpg.c (add_notation_data): | David Shaw | 9 | -117/+275 |
2006-03-08 | * options.h, mainproc.c (check_sig_and_print), gpg.c (main): | David Shaw | 6 | -14/+27 |
2006-03-08 | * NEWS: Note CERT retrieval. Tweak PKA and backsig language to match | David Shaw | 2 | -14/+17 |
2006-03-07 | * gpg.sgml: Rename backsigs to cross-certification (backsigs is just | David Shaw | 2 | -17/+28 |
2006-03-07 | * gpg.sgml: Document new way of enabling the PKA functions. Some minor | David Shaw | 2 | -79/+71 |
2006-03-07 | * options.h, gpg.c (main, parse_trust_model), pkclist.c | David Shaw | 6 | -50/+23 |
2006-03-07 | * NEWS: Note --auto-key-locate and that keyservers can handle binary data | David Shaw | 2 | -5/+20 |
2006-03-07 | More tests added; make distcheck works | Werner Koch | 33 | -7805/+8146 |
2006-03-07 | * gpg.sgml: Document --auto-key-locate. | David Shaw | 2 | -5/+47 |
2006-03-07 | * sign.c (make_keysig_packet): Don't use MD5 for a RSA_S key as that | David Shaw | 2 | -3/+5 |
2006-03-07 | * mainproc.c (proc_compressed): "Uncompressed" is not a valid compression | David Shaw | 2 | -1/+8 |
2006-03-06 | Stricter test of allowed signature packet compositions. | Werner Koch | 7 | -123/+299 |
2006-03-06 | Fixed problem with PGP2 style signatures and mutilple plaintext data | Werner Koch | 5 | -40/+74 |
2006-03-05 | Replaced an assert and fixed batch mode issue in cardglue. | Werner Koch | 6 | -14/+43 |
2006-03-03 | * gpgkeys_ldap.c (main): Fix build problem with non-OpenLDAP LDAP | David Shaw | 2 | -5/+15 |
2006-03-01 | * getkey.c (parse_auto_key_locate): Error if the user selects "cert" or | David Shaw | 3 | -10/+20 |