aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-04-25g10/Werner Koch1-0/+15
2002-04-19* keyedit.c (menu_deluid): Only cause a trust update if we delete aDavid Shaw1-4/+5
2002-04-19* keyedit.c (sign_uids, keyedit_menu, menu_deluid, menu_delsig,David Shaw1-0/+3
2002-04-18* getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntaxWerner Koch1-0/+5
2002-04-17* parse-packet.c (parse_key): Support a SHA1 checksum as perWerner Koch1-1/+3
2002-04-10Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. AddDavid Shaw1-13/+11
2002-04-08Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch1-5/+5
2002-03-24Minor tweak to importing to allow more non-signed uids (now thatDavid Shaw1-2/+4
2002-03-19Properly handle a "no keys found" case from the internal HKP codeDavid Shaw1-0/+3
2002-03-17--openpgp implies --allow-non-selfsigned-uidDavid Shaw1-0/+1
2002-03-07Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw1-4/+15
2002-03-05Some minor bug fixes.David Shaw1-2/+17
2002-02-14* pkclist.c (check_signatures_trust): Always print the warning forWerner Koch1-0/+3
2002-02-10For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw1-0/+22
2002-02-03Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"David Shaw1-4/+14
2002-01-30* g10.c (main): --gen-random --armor does now output a base64Werner Koch1-2/+18
2002-01-29--pgp6 flag. This is not nearly as involved as --pgp2. In short, itDavid Shaw1-50/+71
2002-01-26* g10.c, options.h: New option --gpg-agent-infoWerner Koch1-0/+3
2002-01-22Some compatibility polish for PGP2. Add a fake IDEA preference for v3David Shaw1-3/+3
2002-01-15New command --decrypt-files.Timo Schulz1-1/+7
2002-01-09Move idea_cipher_warn to misc.c so gpgv.c doesn't need a stubDavid Shaw1-73/+22
2002-01-09New code for encode_crypt_files.Timo Schulz1-3/+2
2002-01-08Better description for --encrypt-files.Timo Schulz1-1/+1
2002-01-08* g10.c (main): Must register the secring for encryption becauseWerner Koch1-2/+2
2002-01-06fix off-by-one in building attribute subpacketsDavid Shaw1-1/+13
2002-01-05* g10.c (main): Do not register the secret keyrings for certainWerner Koch1-10/+17
2002-01-04Use one-pass packets even if it's a v3 key making the signatureDavid Shaw1-16/+19
2002-01-03Minor tweaks: remove --no-default-check-level, don't cache child tempfilesDavid Shaw1-3/+0
2002-01-03New command (encrypt-files).Timo Schulz1-0/+8
2001-12-29Bugfix in photoid.c and keyserver.cDavid Shaw1-6/+16
2001-12-21Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw1-6/+15
2001-12-21Nonrevocable key signature support via "nrsign". These sigs can expire,David Shaw1-0/+11
2001-12-21* g10.c. options.h : New option --show-keyringWerner Koch1-0/+3
2001-12-20New function to check the permissions of GNUPGHOME and the various filesDavid Shaw1-0/+34
2001-12-19* g10.c, passphrase.c [CYGWIN32]: Allow this as an alias for MINGW32.Werner Koch1-3/+3
2001-12-18Much stricter checking of the keyserver URIDavid Shaw1-7/+7
2001-12-17Fix capitalization issuesDavid Shaw1-5/+11
2001-12-17Add a generic IDEA warning for when the IDEA plugin is not present. ThisDavid Shaw1-29/+67
2001-12-15* keyserver.c (keyserver_spawn): Assert that we have dropped privs.Werner Koch1-2/+11
2001-12-07PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints aDavid Shaw1-0/+38
2001-12-07New option --expertDavid Shaw1-0/+6
2001-12-07Bug fix in "showpref"David Shaw1-2/+5
2001-12-07"eyesonly" patch. Implements the for-your-eyes-only feature.David Shaw1-1/+17
2001-12-06"sigclass" patch - adds key signature class levels, notation and policy-urlDavid Shaw1-0/+21
2001-12-06Generic keyserver API codeDavid Shaw1-11/+61
2001-11-08fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch1-0/+23
2001-10-06Option --no-force-v3-sigs addedStefan Bellon1-0/+3
2001-09-25Changed signature status cacheWerner Koch1-2/+10
2001-09-24Revamped the trustDBWerner Koch1-10/+6
2001-09-19Bug fixes and Timo's patchesWerner Koch1-1/+11