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