aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.am: Add --no-permission-warning to avoid spurious warning whenDavid Shaw2003-06-262-2/+6
* * keyserver.c (keyserver_spawn): Use ascii_isspace instead of spacep sinceDavid Shaw2003-06-262-1/+6
* * types.h: Prefer using uint64_t when creating a 64-bit unsigned type.David Shaw2003-06-263-5/+17
* * signal.c, tdbio.c: Comment out the transaction code. It was not used inDavid Shaw2003-06-243-4/+13
* * Makefile.am: Use W32LIBS where appropriate.David Shaw2003-06-202-2/+6
* * Makefile.am: Use W32LIBS where appropriate.David Shaw2003-06-202-2/+6
* * Makefile.am: Include W32LIBS where appropriate.David Shaw2003-06-202-1/+3
* * configure.ac: Include wsock32 in W32LIBS. This is different fromDavid Shaw2003-06-202-1/+9
* * keyedit.c (sign_uids): Add additional prompt to the signature levelDavid Shaw2003-06-193-2/+19
* *** empty log message ***Werner Koch2003-06-191-679/+911
* about to release 1.2.3rc1Werner Koch2003-06-1931-13617/+20328
* * keyserver.c (parse_keyserver_uri): Accept "http" as an alias for "hkp",David Shaw2003-06-193-2/+12
* * Add pointer in --ignore-time-conflict to see --ignore-valid from, andDavid Shaw2003-06-182-7/+12
* * keygen.c (ask_user_id): Make --allow-freeform-uid apply to the emailDavid Shaw2003-06-182-4/+12
* * NEWS: Note portability changes.David Shaw2003-06-182-2/+9
* * Document --set-notation. Explain why it is not possible to disableDavid Shaw2003-06-182-7/+20
* * hkp.c (hkp_search): Return proper error code on failure.David Shaw2003-06-185-15/+49
* * configure.ac: Check for sigset_t and struct sigaction. This is forDavid Shaw2003-06-152-1/+11
* * keylist.c (list_keyblock_colon): Don't include validity values whenDavid Shaw2003-06-153-17/+46
* * parse-packet.c (parse): Disallow old style partial length forWerner Koch2003-06-102-2/+27
* * import.c (import_keys): Invalidate the cache so that the fileWerner Koch2003-06-082-0/+7
* * keyedit.c (sign_uids): Do not sign expired uids without --expert (sameDavid Shaw2003-06-073-9/+46
* Make sure that only ascii is passed to isfoo functions.Werner Koch2003-06-0715-31/+66
* * options.skel: Use new hkp://subkeys.pgp.net as sample keyserver sinceDavid Shaw2003-06-045-10/+38
* * main.h, misc.c (parse_options): New general option line parser. Fix theDavid Shaw2003-05-315-72/+60
* * keylist.c (list_one): Don't show the keyring filename when inDavid Shaw2003-05-308-30/+116
* * gpgkeys_hkp.c, gpgkeys_ldap.c: Include extern references for optarg andDavid Shaw2003-05-303-0/+13
* * NEWS: Document --gnupg and the deprecation of --no-openpgp andDavid Shaw2003-05-283-25/+35
* * gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is available.David Shaw2003-05-284-5/+16
* * Makefile.am: Some cleanup, and use DLLIBS for -ldl.David Shaw2003-05-282-20/+12
* * gpg.sgml: Document --trustdb-name. Document --gnupg in a new complianceDavid Shaw2003-05-222-40/+72
* * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c,David Shaw2003-05-2224-199/+197
* * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,David Shaw2003-05-2212-276/+274
* * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw2003-05-2120-197/+180
* * bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.c: Edit allDavid Shaw2003-05-216-45/+46
* * mpicoder.c, mpi-inline.h, mpi-inv.c, mpiutil.c, mpih-div.c,David Shaw2003-05-218-88/+83
* * configure.ac: Edit preprocessor instructions in g10defs.h to removeDavid Shaw2003-05-212-13/+22
* * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit allDavid Shaw2003-05-218-137/+139
* * sign.c (write_plaintext_packet)Werner Koch2003-05-214-5/+16
* * fileutil.c (is_file_compressed): Fix the check for the "-" fileWerner Koch2003-05-213-7/+13
* * keylist.c (list_keyblock_print): Don't dump attribs forDavid Shaw2003-05-204-14/+26
* * tiger.c: Use the U64_C macro instead of LL.David Shaw2003-05-144-534/+540
* * parse-packet.c (parse_key): Clear disabled flag when parsing a new key.David Shaw2003-05-115-19/+118
* * sha512.c: Use the U64_C() macro rather than blindly suffixing with LL.David Shaw2003-05-092-47/+61
* * types.h: Add typedef and initializer macro for 64-bit unsigned type.David Shaw2003-05-092-0/+16
* * configure.ac: Simpler implementation for the 64-bit question - we don'tDavid Shaw2003-05-092-51/+20
* * g10.c (main): New --gnupg option to disable the various --openpgp,David Shaw2003-05-098-24/+55
* * mds.test: Note that missing algorithms are not errors.David Shaw2003-05-093-4/+8
* * sha512.c: Suffix all 64-bit constants with LL. Note this makes thisDavid Shaw2003-05-092-51/+57
* * configure.ac: Check for 64-bit types, and how well the compiler supportsDavid Shaw2003-05-092-25/+83