| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Makefile.am: Add --no-permission-warning to avoid spurious warning when | David Shaw | 2003-06-26 | 2 | -2/+6 |
* | * keyserver.c (keyserver_spawn): Use ascii_isspace instead of spacep since | David Shaw | 2003-06-26 | 2 | -1/+6 |
* | * types.h: Prefer using uint64_t when creating a 64-bit unsigned type. | David Shaw | 2003-06-26 | 3 | -5/+17 |
* | * signal.c, tdbio.c: Comment out the transaction code. It was not used in | David Shaw | 2003-06-24 | 3 | -4/+13 |
* | * Makefile.am: Use W32LIBS where appropriate. | David Shaw | 2003-06-20 | 2 | -2/+6 |
* | * Makefile.am: Use W32LIBS where appropriate. | David Shaw | 2003-06-20 | 2 | -2/+6 |
* | * Makefile.am: Include W32LIBS where appropriate. | David Shaw | 2003-06-20 | 2 | -1/+3 |
* | * configure.ac: Include wsock32 in W32LIBS. This is different from | David Shaw | 2003-06-20 | 2 | -1/+9 |
* | * keyedit.c (sign_uids): Add additional prompt to the signature level | David Shaw | 2003-06-19 | 3 | -2/+19 |
* | *** empty log message *** | Werner Koch | 2003-06-19 | 1 | -679/+911 |
* | about to release 1.2.3rc1 | Werner Koch | 2003-06-19 | 31 | -13617/+20328 |
* | * keyserver.c (parse_keyserver_uri): Accept "http" as an alias for "hkp", | David Shaw | 2003-06-19 | 3 | -2/+12 |
* | * Add pointer in --ignore-time-conflict to see --ignore-valid from, and | David Shaw | 2003-06-18 | 2 | -7/+12 |
* | * keygen.c (ask_user_id): Make --allow-freeform-uid apply to the email | David Shaw | 2003-06-18 | 2 | -4/+12 |
* | * NEWS: Note portability changes. | David Shaw | 2003-06-18 | 2 | -2/+9 |
* | * Document --set-notation. Explain why it is not possible to disable | David Shaw | 2003-06-18 | 2 | -7/+20 |
* | * hkp.c (hkp_search): Return proper error code on failure. | David Shaw | 2003-06-18 | 5 | -15/+49 |
* | * configure.ac: Check for sigset_t and struct sigaction. This is for | David Shaw | 2003-06-15 | 2 | -1/+11 |
* | * keylist.c (list_keyblock_colon): Don't include validity values when | David Shaw | 2003-06-15 | 3 | -17/+46 |
* | * parse-packet.c (parse): Disallow old style partial length for | Werner Koch | 2003-06-10 | 2 | -2/+27 |
* | * import.c (import_keys): Invalidate the cache so that the file | Werner Koch | 2003-06-08 | 2 | -0/+7 |
* | * keyedit.c (sign_uids): Do not sign expired uids without --expert (same | David Shaw | 2003-06-07 | 3 | -9/+46 |
* | Make sure that only ascii is passed to isfoo functions. | Werner Koch | 2003-06-07 | 15 | -31/+66 |
* | * options.skel: Use new hkp://subkeys.pgp.net as sample keyserver since | David Shaw | 2003-06-04 | 5 | -10/+38 |
* | * main.h, misc.c (parse_options): New general option line parser. Fix the | David Shaw | 2003-05-31 | 5 | -72/+60 |
* | * keylist.c (list_one): Don't show the keyring filename when in | David Shaw | 2003-05-30 | 8 | -30/+116 |
* | * gpgkeys_hkp.c, gpgkeys_ldap.c: Include extern references for optarg and | David Shaw | 2003-05-30 | 3 | -0/+13 |
* | * NEWS: Document --gnupg and the deprecation of --no-openpgp and | David Shaw | 2003-05-28 | 3 | -25/+35 |
* | * gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is available. | David Shaw | 2003-05-28 | 4 | -5/+16 |
* | * Makefile.am: Some cleanup, and use DLLIBS for -ldl. | David Shaw | 2003-05-28 | 2 | -20/+12 |
* | * gpg.sgml: Document --trustdb-name. Document --gnupg in a new compliance | David Shaw | 2003-05-22 | 2 | -40/+72 |
* | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 2003-05-22 | 24 | -199/+197 |
* | * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c, | David Shaw | 2003-05-22 | 12 | -276/+274 |
* | * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, | David Shaw | 2003-05-21 | 20 | -197/+180 |
* | * bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.c: Edit all | David Shaw | 2003-05-21 | 6 | -45/+46 |
* | * mpicoder.c, mpi-inline.h, mpi-inv.c, mpiutil.c, mpih-div.c, | David Shaw | 2003-05-21 | 8 | -88/+83 |
* | * configure.ac: Edit preprocessor instructions in g10defs.h to remove | David Shaw | 2003-05-21 | 2 | -13/+22 |
* | * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit all | David Shaw | 2003-05-21 | 8 | -137/+139 |
* | * sign.c (write_plaintext_packet) | Werner Koch | 2003-05-21 | 4 | -5/+16 |
* | * fileutil.c (is_file_compressed): Fix the check for the "-" file | Werner Koch | 2003-05-21 | 3 | -7/+13 |
* | * keylist.c (list_keyblock_print): Don't dump attribs for | David Shaw | 2003-05-20 | 4 | -14/+26 |
* | * tiger.c: Use the U64_C macro instead of LL. | David Shaw | 2003-05-14 | 4 | -534/+540 |
* | * parse-packet.c (parse_key): Clear disabled flag when parsing a new key. | David Shaw | 2003-05-11 | 5 | -19/+118 |
* | * sha512.c: Use the U64_C() macro rather than blindly suffixing with LL. | David Shaw | 2003-05-09 | 2 | -47/+61 |
* | * types.h: Add typedef and initializer macro for 64-bit unsigned type. | David Shaw | 2003-05-09 | 2 | -0/+16 |
* | * configure.ac: Simpler implementation for the 64-bit question - we don't | David Shaw | 2003-05-09 | 2 | -51/+20 |
* | * g10.c (main): New --gnupg option to disable the various --openpgp, | David Shaw | 2003-05-09 | 8 | -24/+55 |
* | * mds.test: Note that missing algorithms are not errors. | David Shaw | 2003-05-09 | 3 | -4/+8 |
* | * sha512.c: Suffix all 64-bit constants with LL. Note this makes this | David Shaw | 2003-05-09 | 2 | -51/+57 |
* | * configure.ac: Check for 64-bit types, and how well the compiler supports | David Shaw | 2003-05-09 | 2 | -25/+83 |