aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * keyserver.c (keyserver_spawn): Assert that we have dropped privs.Werner Koch2001-12-156-22/+92
| | | | | | | | | | | | | | | | | * pubkey-enc.c (get_session_key): Check that the public key algorithm is indeed usable for en/decryption. This avoid a strange error message from pubkey_decrypt if for some reasons a bad algorithm indentifier is passed. * hkp.c (hkp_export): Do not print possible control characters from a keyserver response. (parse_hkp_index): Made uid an unsigned char* because it is passed to isspace(). (hkp_search): Ditto for the char* vars. * g10.c (main): Print the IDEA warning also for -c and -se. * g10.c (get_temp_dir): Assert that we have dropped privs * encode.c (encode_crypt): Include the first key into the --pgp2 check.
* Fixed some types for portability. Noted by Stefan Bellon.David Shaw2001-12-122-2/+7
|
* PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints aDavid Shaw2001-12-075-6/+85
| | | | | | warning if the user does something that would make the message not compatible (i.e. encrypt with a non-RSA key, etc.)
* Sig expiration codeDavid Shaw2001-12-0712-44/+244
| | | | | | | Offer to expire a key signature when the key the user is signing expires Expired sigs cause an error return If --expert is set, prompt for sig duration
* Allow a regular key signature to promote a local signature to fullDavid Shaw2001-12-072-3/+41
| | | | | exportable status
* New option --expertDavid Shaw2001-12-074-4/+58
| | | | | | Do not allow signing a revoked UID unless --expert is set, and ask even then. Do not allow signing a revoked key unless --expert is set, and ask even then.
* Bug fix in "showpref"David Shaw2001-12-075-4/+50
| | | | | Allow setting a no-compression preference
* "eyesonly" patch. Implements the for-your-eyes-only feature.David Shaw2001-12-072-1/+22
|
* "sigclass" patch - adds key signature class levels, notation and policy-urlDavid Shaw2001-12-0610-22/+286
| | | | | displays in key listings, and shows flags for signature features.
* The new keyserver code itselfDavid Shaw2001-12-061-0/+988
|
* (sigh). Missed one file.David Shaw2001-12-061-0/+20
|
* Generic keyserver API codeDavid Shaw2001-12-069-197/+462
|
* * trustdb.c (mark_usable_uid_certs): Fix segfault from badWerner Koch2001-11-272-2/+8
| | | | | initialization and fix reversed key signature expiration check.
* * export.c (do_export_stream): Put all given names into a searchWerner Koch2001-11-094-30/+40
| | | | | | description and change the loop so that all matching names are returned.
* Tweaked v3 -c decryption, let --force-v4-certs use SHA-1 for all RSA keys.Werner Koch2001-11-084-9/+39
|
* fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch2001-11-089-34/+151
|
* more fixes due to automake 1.5SNAP-1-0-6bWerner Koch2001-10-235-7/+42
|
* Minor fixesWerner Koch2001-10-222-14/+13
|
* Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch2001-10-186-322/+429
| | | | | works.
* Option --no-force-v3-sigs added and disabled agent stuff for RISC OSStefan Bellon2001-10-061-0/+5
|
* Disabled agent stuff for RISC OSStefan Bellon2001-10-061-0/+2
|
* Option --no-force-v3-sigs addedStefan Bellon2001-10-061-0/+3
|
* calculate time of next trustdb checkWerner Koch2001-09-287-135/+212
|
* make check does work againWerner Koch2001-09-284-27/+49
|
* Encryption should work againWerner Koch2001-09-276-229/+242
|
* completed the new key validation codeWerner Koch2001-09-266-71/+187
|
* made keylisting fasterWerner Koch2001-09-254-73/+197
|
* Changed signature status cacheWerner Koch2001-09-2516-278/+466
|
* Revamped the trustDBWerner Koch2001-09-2420-3667/+1568
|
* Code cleanupsWerner Koch2001-09-209-175/+119
|
* Bug fixes and Timo's patchesWerner Koch2001-09-1912-112/+402
|
* Check for garbled packetsWerner Koch2001-09-183-3/+32
|
* more bug fixesand some warning cleanupsWerner Koch2001-09-0912-50/+72
|
* Last changes before 1.0.6a snapshot releaseSNAP-1-0-6aWerner Koch2001-09-076-1/+15
|
* fixed a stupid C errorWerner Koch2001-09-079-88/+81
|
* Revamped the keyring codeWerner Koch2001-09-0630-2620/+2409
|
* bug fixesWerner Koch2001-08-315-12/+89
|
* MDC feature support and other stuffWerner Koch2001-08-3015-261/+308
|
* Removed duplicated codeWerner Koch2001-08-242-550/+309
|
* Fixed use-agent and lock-multiple for RISC OSStefan Bellon2001-08-212-14/+20
|
* changed trustlevel to singed intStefan Bellon2001-08-211-1/+1
|
* Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch2001-08-208-25/+389
|
* Applied Stefan's patches to support RISCOS.Werner Koch2001-08-2014-54/+209
|
* Added RSA key generationWerner Koch2001-08-146-57/+191
|
* Revamped preference handlingWerner Koch2001-08-1014-309/+340
|
* fixed silly allocation bugWerner Koch2001-08-093-3/+7
|
* Added a way to update preferencesWerner Koch2001-08-098-21/+292
|
* reworked the way hased data is stored and added a "primary" commandWerner Koch2001-08-0913-211/+239
| | | | | DCVS: ----------------------------------------------------------------------
* Fixes here and there.Werner Koch2001-08-083-7/+18
|
* More Windows and autoconf fixesWerner Koch2001-08-076-5/+21
|