aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | * options.h, getkey.c (merge_selfsigs_subkey), gpg.c (main), sig-check.cDavid Shaw2005-10-125-12/+33
* | * getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2),David Shaw2005-10-116-24/+35
* | Yet another fix for the gpg.c renameWerner Koch2005-10-063-1/+20
* | Fixes for the g10.c -> gpg.c renamedWerner Koch2005-10-053-6/+10
* | Renamed g10.c to gpg.cWerner Koch2005-10-0536-2548/+2749
* | 2005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-034-6/+9
* | * gpg.sgml: Note that --display-charset is just for display andDavid Shaw2005-09-222-6/+26
* | * mainproc.c (proc_symkey_enc): Take care of a canceled passphraseWerner Koch2005-09-204-4/+27
* | * keylist.c (reorder_keyblock, do_reorder_keyblock): Reorder attributeDavid Shaw2005-09-203-4/+24
* | * main.h, misc.c (parse_options): Add the ability to have helpDavid Shaw2005-09-147-63/+130
* | * keyedit.c (show_names): Moved name display code out fromDavid Shaw2005-09-102-56/+80
* | Updated card stuff to support T=0 cards.Werner Koch2005-09-079-460/+395
* | Add "help" sub option to --*-options.Werner Koch2005-09-074-1/+22
* | * parse-packet.c (enum_sig_subpkt, parse_signature,David Shaw2005-09-022-12/+22
* | * photoid.h, photoid.c (generate_photo_id): Allow passing in aDavid Shaw2005-09-014-25/+52
* | * mpicoder.c (mpi_read): Fix minor bug in reading a zero-length MPIDavid Shaw2005-09-012-5/+14
* | * photoid.c (generate_photo_id): Enable readline completion and tildeDavid Shaw2005-08-312-3/+19
* | * fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenamesDavid Shaw2005-08-314-9/+82
* | * misc.c (openpgp_pk_algo_usage): Default to allowing CERT for signingDavid Shaw2005-08-277-17/+58
* | * keyedit.c (ask_revoke_sig): Add a revsig --with-colons mode.David Shaw2005-08-272-9/+31
* | * ksutil.h, ksutil.c (parse_ks_options): Remove exact-name andDavid Shaw2005-08-265-72/+60
* | * gpg.sgml: Fix documentation for setpref/updpref, documentDavid Shaw2005-08-232-21/+70
* | * gnupg.spec.in: Distribute gpg-zip.David Shaw2005-08-222-0/+8
* | * Makefile.am: No need to link with curl any longer.David Shaw2005-08-215-38/+84
* | * exec.h, exec.c (make_tempdir, expand_args, exec_write, exec_read):David Shaw2005-08-213-24/+38
* | * g10.c (main): Add aliases sign-with->local-user and user->recipientDavid Shaw2005-08-202-4/+15
* | * options.skel: Remove the surfnet LDAP keyserver from the list ofDavid Shaw2005-08-193-2/+12
* | * ksutil.h, ksutil.c (parse_ks_options): New keyserver-option exact-name. David Shaw2005-08-185-5/+49
* | * gpgkeys_ldap.c (ldap_quote): \-quote a string for LDAP.David Shaw2005-08-182-3/+56
* | * ksutil.h, ksutil.c (parse_ks_options): New keyserver-optionDavid Shaw2005-08-185-7/+61
* | Experimental code to improve AES performance. Got about 25% on ia32.Werner Koch2005-08-113-1/+76
* | * configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.David Shaw2005-08-092-6/+5
* | * Makefile.am: Include LDAP_CPPFLAGS when building LDAP.David Shaw2005-08-082-0/+6
* | Missed keydb.h entry for set_passphrase_from_stringDavid Shaw2005-08-061-0/+1
* | * g10.c (main), passphrase.c (set_passphrase_from_string): NewDavid Shaw2005-08-053-0/+24
* | * ldap.m4: If a PATH is given to --with-ldap, bias directoryDavid Shaw2005-08-054-18/+44
* | auto retrieve keys from PKA. Thsi allows to specify an email addressWerner Koch2005-08-0510-325/+503
* | * gpg-zip.in: Add --decrypt functionality. Fix quoting so filenamesDavid Shaw2005-08-052-5/+24
* | * keygen.c (proc_parameter_file): Sanity check items in keygen batchDavid Shaw2005-08-052-98/+123
* | * pkclist.c (do_edit_ownertrust): Don't allow ownertrust level 0.David Shaw2005-08-052-1/+4
* | * keygen.c (write_keyblock): Don't try and build deleted kbnodes sinceDavid Shaw2005-08-042-8/+14
* | Revert bad patch.David Shaw2005-08-041-8/+1
* | * keygen.c (start_tree): Need to use an actual packet type (which weDavid Shaw2005-08-042-1/+13
* | Add gpg-zip, a la PGP Zip.David Shaw2005-08-047-1/+193
* | Fixes pertaining to revocation creation with subkey-only exported card keysWerner Koch2005-08-046-7/+44
* | * gpgkeys_hkp.c (main), gpgkeys_curl.c (main), curl-shim.h: ShowDavid Shaw2005-08-044-0/+8
* | Removed silly old fileWerner Koch2005-07-291-42/+0
* | Implemented PKA trust modelWerner Koch2005-07-282-2/+4
* | Implemented PKA trust modelWerner Koch2005-07-2819-62/+576
* | Converted all m_free to xfree etc.Werner Koch2005-07-27112-1813/+2067