aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw2008-10-039-34/+74
* * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses itsDavid Shaw2008-09-252-2/+10
* * pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw2008-09-232-139/+155
* * keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw2008-09-042-7/+6
* Fix bug #947 (expire time overflow)Werner Koch2008-08-112-6/+17
* Fix !EROFS bugWerner Koch2008-08-012-1/+7
* Revert that last stupid setuid detection fix.Werner Koch2008-07-172-2/+2
* Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch2008-04-302-0/+11
* Add Camellia-192.David Shaw2008-04-172-3/+7
* * getkey.c (merge_selfsigs_subkey): If there are multiple 0x19David Shaw2008-04-132-27/+78
* Fixed URL.Werner Koch2008-03-251-1/+1
* Powerpc64 fix.Werner Koch2008-03-252-2/+5
* Change default keyserver.Werner Koch2008-03-252-3/+9
* * import.c (collapse_uids): Fix bug 894: possible memory corruptionDavid Shaw2008-03-242-2/+24
* * parse-packet.c (parse_key): Parse a secret key encrypted withDavid Shaw2008-03-172-1/+7
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-092-44/+73
* Add card vendor 004.Werner Koch2008-01-262-3/+13
* Fixed a regression in gpg_dermor.gnupg-1.4.8rc2Werner Koch2007-12-142-0/+9
* Updated ZH po file.Werner Koch2007-12-124-3/+26
* * trustdb.c (sanitize_regexp): New. Protect against dangerous regexpsDavid Shaw2007-12-122-11/+94
* Allow decryption using type 20 Elgamal keys.Werner Koch2007-12-112-3/+15
* Fixed auto generation of the key stub.Werner Koch2007-12-105-4/+65
* Comment typ fixes.Werner Koch2007-12-032-2/+20
* * sig-check.c (do_check): Code to try both the incorrect and correctDavid Shaw2007-11-284-16/+49
* * gpg.c (print_algo_names): New. (list_config): Use it here for theDavid Shaw2007-11-282-1/+41
* Grammar fixWerner Koch2007-11-192-1/+5
* * status.c (do_get_from_fd, do_shm_get): s/bool/getbool/ toWerner Koch2007-11-122-8/+14
* * parse-packet.c (parse_onepass_sig): Sigclass is hex, so include theDavid Shaw2007-10-272-1/+4
* * keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.David Shaw2007-10-272-1/+5
* Switched to GPLv3.Werner Koch2007-10-2378-308/+158
* * gpg.c (main): Add --require-cross-certification toDavid Shaw2007-10-232-2/+6
* * gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by default.David Shaw2007-10-232-9/+16
* * misc.c (compliance_option_string, compliance_failure): MinorDavid Shaw2007-10-213-31/+52
* * options.h, gpg.c (main), misc.c (compliance_option_string): AddDavid Shaw2007-10-175-9/+47
* * import.c (collapse_uids): Significant speedup for de-duping userDavid Shaw2007-09-022-67/+84
* Improved detection of ketrings specified several times.Werner Koch2007-08-242-1/+6
* * gpg.c (main): Fix typo. Noted by John Clizbe.David Shaw2007-07-192-1/+3
* * armor.c (parse_header_line): Improve test so that the header testDavid Shaw2007-07-192-16/+25
* * armor.c (is_armor_tag): New. Detect if an armor header matchesDavid Shaw2007-07-182-2/+34
* Add an extra warning for Camellia.Werner Koch2007-07-093-2/+35
* * encode.c (encode_crypt): Missed one call to setup_plaintext_name().David Shaw2007-07-062-16/+7
* * sign.c (mk_notation_policy_etc): expect all sigs that this is calledDavid Shaw2007-06-122-43/+24
* * packet.h, mainproc.c (reset_literals_seen): New function to resetDavid Shaw2007-04-175-7/+24
* * gpg.c, pkclist.c: #include <strings.h> for strcasecmp if it isDavid Shaw2007-04-163-4/+16
* * parse-packet.c (parse_marker): New. Enforce that the markerDavid Shaw2007-04-042-22/+65
* * keyserver.c: Windows Vista doesn't grok X_OK and so fails access()David Shaw2007-03-142-2/+16
* Add extra fflush (stdout)Werner Koch2007-03-082-0/+15
* * keyedit.c (keyedit_menu): If we modify the keyblock (viaDavid Shaw2007-03-063-2/+20
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-056-21/+93
* * parse-packet.c (parse_signature): It's hex.David Shaw2007-02-143-1/+11