| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2), | David Shaw | 2005-10-11 | 6 | -24/+35 |
* | Yet another fix for the gpg.c rename | Werner Koch | 2005-10-06 | 3 | -1/+20 |
* | Fixes for the g10.c -> gpg.c renamed | Werner Koch | 2005-10-05 | 3 | -6/+10 |
* | Renamed g10.c to gpg.c | Werner Koch | 2005-10-05 | 36 | -2548/+2749 |
* | 2005-10-02 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-10-03 | 4 | -6/+9 |
* | * gpg.sgml: Note that --display-charset is just for display and | David Shaw | 2005-09-22 | 2 | -6/+26 |
* | * mainproc.c (proc_symkey_enc): Take care of a canceled passphrase | Werner Koch | 2005-09-20 | 4 | -4/+27 |
* | * keylist.c (reorder_keyblock, do_reorder_keyblock): Reorder attribute | David Shaw | 2005-09-20 | 3 | -4/+24 |
* | * main.h, misc.c (parse_options): Add the ability to have help | David Shaw | 2005-09-14 | 7 | -63/+130 |
* | * keyedit.c (show_names): Moved name display code out from | David Shaw | 2005-09-10 | 2 | -56/+80 |
* | Updated card stuff to support T=0 cards. | Werner Koch | 2005-09-07 | 9 | -460/+395 |
* | Add "help" sub option to --*-options. | Werner Koch | 2005-09-07 | 4 | -1/+22 |
* | * parse-packet.c (enum_sig_subpkt, parse_signature, | David Shaw | 2005-09-02 | 2 | -12/+22 |
* | * photoid.h, photoid.c (generate_photo_id): Allow passing in a | David Shaw | 2005-09-01 | 4 | -25/+52 |
* | * mpicoder.c (mpi_read): Fix minor bug in reading a zero-length MPI | David Shaw | 2005-09-01 | 2 | -5/+14 |
* | * photoid.c (generate_photo_id): Enable readline completion and tilde | David Shaw | 2005-08-31 | 2 | -3/+19 |
* | * fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenames | David Shaw | 2005-08-31 | 4 | -9/+82 |
* | * misc.c (openpgp_pk_algo_usage): Default to allowing CERT for signing | David Shaw | 2005-08-27 | 7 | -17/+58 |
* | * keyedit.c (ask_revoke_sig): Add a revsig --with-colons mode. | David Shaw | 2005-08-27 | 2 | -9/+31 |
* | * ksutil.h, ksutil.c (parse_ks_options): Remove exact-name and | David Shaw | 2005-08-26 | 5 | -72/+60 |
* | * gpg.sgml: Fix documentation for setpref/updpref, document | David Shaw | 2005-08-23 | 2 | -21/+70 |
* | * gnupg.spec.in: Distribute gpg-zip. | David Shaw | 2005-08-22 | 2 | -0/+8 |
* | * Makefile.am: No need to link with curl any longer. | David Shaw | 2005-08-21 | 5 | -38/+84 |
* | * exec.h, exec.c (make_tempdir, expand_args, exec_write, exec_read): | David Shaw | 2005-08-21 | 3 | -24/+38 |
* | * g10.c (main): Add aliases sign-with->local-user and user->recipient | David Shaw | 2005-08-20 | 2 | -4/+15 |
* | * options.skel: Remove the surfnet LDAP keyserver from the list of | David Shaw | 2005-08-19 | 3 | -2/+12 |
* | * ksutil.h, ksutil.c (parse_ks_options): New keyserver-option exact-name. | David Shaw | 2005-08-18 | 5 | -5/+49 |
* | * gpgkeys_ldap.c (ldap_quote): \-quote a string for LDAP. | David Shaw | 2005-08-18 | 2 | -3/+56 |
* | * ksutil.h, ksutil.c (parse_ks_options): New keyserver-option | David Shaw | 2005-08-18 | 5 | -7/+61 |
* | Experimental code to improve AES performance. Got about 25% on ia32. | Werner Koch | 2005-08-11 | 3 | -1/+76 |
* | * configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD. | David Shaw | 2005-08-09 | 2 | -6/+5 |
* | * Makefile.am: Include LDAP_CPPFLAGS when building LDAP. | David Shaw | 2005-08-08 | 2 | -0/+6 |
* | Missed keydb.h entry for set_passphrase_from_string | David Shaw | 2005-08-06 | 1 | -0/+1 |
* | * g10.c (main), passphrase.c (set_passphrase_from_string): New | David Shaw | 2005-08-05 | 3 | -0/+24 |
* | * ldap.m4: If a PATH is given to --with-ldap, bias directory | David Shaw | 2005-08-05 | 4 | -18/+44 |
* | auto retrieve keys from PKA. Thsi allows to specify an email address | Werner Koch | 2005-08-05 | 10 | -325/+503 |
* | * gpg-zip.in: Add --decrypt functionality. Fix quoting so filenames | David Shaw | 2005-08-05 | 2 | -5/+24 |
* | * keygen.c (proc_parameter_file): Sanity check items in keygen batch | David Shaw | 2005-08-05 | 2 | -98/+123 |
* | * pkclist.c (do_edit_ownertrust): Don't allow ownertrust level 0. | David Shaw | 2005-08-05 | 2 | -1/+4 |
* | * keygen.c (write_keyblock): Don't try and build deleted kbnodes since | David Shaw | 2005-08-04 | 2 | -8/+14 |
* | Revert bad patch. | David Shaw | 2005-08-04 | 1 | -8/+1 |
* | * keygen.c (start_tree): Need to use an actual packet type (which we | David Shaw | 2005-08-04 | 2 | -1/+13 |
* | Add gpg-zip, a la PGP Zip. | David Shaw | 2005-08-04 | 7 | -1/+193 |
* | Fixes pertaining to revocation creation with subkey-only exported card keys | Werner Koch | 2005-08-04 | 6 | -7/+44 |
* | * gpgkeys_hkp.c (main), gpgkeys_curl.c (main), curl-shim.h: Show | David Shaw | 2005-08-04 | 4 | -0/+8 |
* | Removed silly old file | Werner Koch | 2005-07-29 | 1 | -42/+0 |
* | Implemented PKA trust model | Werner Koch | 2005-07-28 | 2 | -2/+4 |
* | Implemented PKA trust model | Werner Koch | 2005-07-28 | 19 | -62/+576 |
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 112 | -1813/+2067 |
* | Removed directories which are only used by the 1.9 branch | Werner Koch | 2005-07-27 | 100 | -37406/+0 |