aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | * g10.c (add_keyserver_url), keyedit.c (keyedit_menu), sign.cDavid Shaw2003-08-314-9/+19
* | * main.h, keygen.c (keygen_add_keyserver_url): Signature callback forDavid Shaw2003-08-316-6/+148
* | * gpg.sgml: Document list-options (show-preferred-keyserver,David Shaw2003-08-302-2/+60
* | * keyedit.c (show_key_with_all_names): Use list-option show-long-keyid inDavid Shaw2003-08-302-8/+19
* | * keyedit.c (print_and_check_one_sig): Use list-option show-long-keyid inDavid Shaw2003-08-302-3/+12
* | Credits from stableDavid Shaw2003-08-291-0/+72
* | * samplekeys.asc: Updated.David Shaw2003-08-293-1125/+1138
* | * autogen.sh: Touch po/all for --build-w32. From Werner on stable branch.David Shaw2003-08-292-0/+10
* | * AUTHORS, THANKS: Updates from stable.David Shaw2003-08-293-1/+9
* | * passphrase.c (agent_send_all_options): Make use of $GPG_TTY.David Shaw2003-08-296-20/+36
* | * idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on nativeDavid Shaw2003-08-283-7/+16
* | * util.h: s/__MINGW32__/_WIN32/ to help building on native WindowsDavid Shaw2003-08-282-2/+8
* | * dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,David Shaw2003-08-2810-35/+48
* | * options.h, g10.c (main): Add list-option list-preferred-keyserver.David Shaw2003-08-264-9/+20
* | * mainproc.c (check_sig_and_print): Use two different preferred keyserverDavid Shaw2003-08-265-2/+28
* | * NEWS: Note %g and %p, the "tru" --with-colons record, and the REVKEYSIGDavid Shaw2003-08-263-3/+41
* | * gnupg.spec.in: Rework much of the spec to use %-macros throughout. FixDavid Shaw2003-08-262-35/+59
* | * gpg.sgml: Document --list-options (show-photos, show-policy-url,David Shaw2003-08-262-14/+94
* | * Makefile.am: Use NETLIBS instead of EGDLIBS.David Shaw2003-08-254-2/+8
* | * configure.ac: Check for getaddrinfo. Don't bother to check for EGD libsDavid Shaw2003-08-252-3/+7
* | * http.c (connect_server): Try and use getaddrinfo if it is available.David Shaw2003-08-252-51/+81
* | * mainproc.c (check_sig_and_print): Get the uid validity before printingDavid Shaw2003-08-243-4/+17
* | * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice.David Shaw2003-08-212-1/+6
* | * gpgv.c: Remove extra semicolon (typo).David Shaw2003-08-217-69/+120
* | * packet.h, sig-check.c (signature_check2, do_check, do_check_messages):David Shaw2003-08-138-60/+88
* | About to release the first 1.9 version.V1-9-0Werner Koch2003-08-051-0/+2
* | Cleanups, fixes and PC/SC supportWerner Koch2003-08-051-0/+14
* | * options.h, g10.c (main), keylist.c (list_keyblock_print), keyedit.cDavid Shaw2003-08-035-2/+16
* | minor changes to make make distcheck happyWerner Koch2003-07-318-9/+30
* | Remove leftover cruftWerner Koch2003-07-291-1/+1
* | *** empty log message ***Werner Koch2003-07-291-1/+1
* | * gpgsm.c (main): Add secmem features and set the random seed file.Werner Koch2003-07-295-46/+47
* | Adjusted for use with current libgcrypt (1.1.42).Werner Koch2003-07-289-26/+31
* | * options.h, g10.c (main, add_keyserver_url): AddDavid Shaw2003-07-244-6/+83
* | * app-openpgp.c (do_learn_status): Print more status information.Werner Koch2003-07-243-7/+59
* | * command.c (cmd_pkauth): New.Werner Koch2003-07-2310-82/+668
* | * keygen.c (do_add_key_flags): Don't set the certify flag for subkeys.David Shaw2003-07-219-29/+129
* | * keyedit.c (show_key_with_all_names): Use list-option show-validity inDavid Shaw2003-07-202-0/+13
* | * options.h, g10.c (main), mainproc.c (check_sig_and_print): AddDavid Shaw2003-07-204-24/+58
* | * packet.h, main.h, sig-check.c (signature_check2, check_key_signature2,David Shaw2003-07-207-26/+81
* | * Makefile.am: Add sc-copykeys program.Werner Koch2003-07-165-10/+1028
* | * simple-pwquery.c, simple-pwquery.h: New; moved from ../agent.Werner Koch2003-07-164-1/+566
* | * simple-pwquery.c, simple-pwquery.h: Moved to ../common.Werner Koch2003-07-163-5/+11
* | * Makefile.am: Add --no-permission-warning to avoid spurious warning whenDavid Shaw2003-07-102-2/+6
* | * configure.ac: configure.ac: Check for sigset_t and struct sigaction.David Shaw2003-07-102-1/+9
* | * parse-packet.c (parse_signature): No need to reserve 8 bytes for theDavid Shaw2003-07-1017-69/+237
* | * DETAILS: Document the --attribute-fd data.David Shaw2003-07-103-26/+99
* | * Makefile.am: Use W32LIBS where appropriate.David Shaw2003-07-104-4/+12
* | * iobuf.c (check_special_filename): Replaced is isdigit by digitpDavid Shaw2003-07-104-9/+21
* | * types.h: Prefer using uint64_t when creating a 64-bit unsigned type.David Shaw2003-07-103-5/+27