aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Fix for Debian bug 402592Werner Koch2007-02-042-3/+24
* Missed one caller.David Shaw2007-02-011-1/+1
* * main.h, keygen.c (ask_expire_interval, parse_expire_string): Pass inDavid Shaw2007-02-016-27/+39
* * keygen.c (do_generate_keypair, proc_parameter_file,David Shaw2007-01-312-35/+62
* * keyedit.c (sign_uids): Another multiple to single timestampDavid Shaw2007-01-312-12/+9
* * sign.c (write_plaintext_packet): Take timestamp from outside.David Shaw2007-01-312-10/+20
* * main.h, keygen.c (ask_expiredate), keyedit.c (menu_expire): RemoveDavid Shaw2007-01-314-10/+9
* * keygen.c (make_backsig, write_direct_sig, write_selfsigs)David Shaw2007-01-302-7/+17
* * parse-packet.c (read_protected_v3_mpi): Make sure to stopWerner Koch2007-01-153-2/+9
* * options.skel: Tweak some examples to match reality and update theDavid Shaw2006-12-152-23/+23
* * Makefile.am: Install options.skel via dist_pkgdata_DATA so thatDavid Shaw2006-12-132-5/+7
* Removed references to removed g10defs.h file.Werner Koch2006-12-133-2/+4
* Removed the use of g10defs.h.Werner Koch2006-12-116-11/+27
* /Werner Koch2006-12-073-2/+9
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-067-48/+158
* * keyedit.c (menu_clean): Show "already minimized" rather thanDavid Shaw2006-12-032-1/+12
* * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): AddDavid Shaw2006-12-034-32/+55
* * openfile.c (ask_outfile_name): Fixed buffer overflow occurringWerner Koch2006-11-272-1/+6
* Missing changelog entryDavid Shaw2006-11-061-0/+9
* New command --gpgconf-test.Werner Koch2006-10-232-0/+10
* * parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw2006-10-135-5/+43
* * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather thanDavid Shaw2006-10-062-3/+12
* fix for bug 537 and documentation fixes.Werner Koch2006-10-022-20/+44
* Allow to build w/o curl.Werner Koch2006-09-262-1/+7