aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * keyserver.c (keyserver_spawn): Properly handle PROGRAM responses whenDavid Shaw2002-06-121-2/+1
* * keyserver.c (keyserver_spawn): Handle CRLF endings from keyserverDavid Shaw2002-06-121-19/+28
* * options.h, keyserver.c (keyserver_opts), g10.c (main): New keyserverDavid Shaw2002-06-101-52/+64
* * options.skel, options.h, main.h, keydb.h, pkclist.c (build_pk_list,David Shaw2002-06-071-9/+25
* * keyserver.c (keyserver_export): Get confirmation before sendingWerner Koch2002-05-111-0/+11
* fixes for M_DEBUG, strcasecmp and RISC OSStefan Bellon2002-05-101-29/+29
* * keyserver.c (keyserver_refresh): --refresh-keys implies --merge-only soDavid Shaw2002-05-051-0/+5
* * photoid.c: Provide default image viewer for Win32.David Shaw2002-05-041-2/+2
* * keyedit.c (menu_adduid): 2440bis04 says that multiple attribute packetsDavid Shaw2002-05-011-3/+4
* Added a copyright year for files changed this year.Werner Koch2002-04-291-1/+1
* * keyedit.c (menu_deluid): Only cause a trust update if we delete aDavid Shaw2002-04-191-7/+2
* Fix auto-key-retrieve to actually work as a keyserver-option (noted byDavid Shaw2002-04-041-2/+2
* Fix ownertrust display with --with-colons.David Shaw2002-03-311-2/+10
* Quote and unquote backslashes from keyserver search responses.David Shaw2002-03-291-2/+7
* Properly handle a "no keys found" case from the internal HKP codeDavid Shaw2002-03-191-16/+16
* Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw2002-03-071-10/+29
* Treat key lists internally as fingerprints when possible. All this is viaDavid Shaw2002-02-261-60/+102
* Detect a "no keys found" case even if the keyserver helper program doesDavid Shaw2002-02-221-10/+22
* Catch corruption in HKP index lines (can be caused by broken or maliciousDavid Shaw2002-02-191-0/+9
* Workaround for the pksd and OKS keyserver bug that calculates v4 RSADavid Shaw2002-02-041-4/+37
* Bug fix - do not append keys to each other when --sending more than one.David Shaw2002-02-041-1/+1
* Minor tweaks: remove --no-default-check-level, don't cache child tempfilesDavid Shaw2002-01-031-1/+1
* moved util.h include downwardsStefan Bellon2002-01-021-1/+1
* Bugfix in photoid.c and keyserver.cDavid Shaw2001-12-291-1/+1
* Add an outofband indicator to the keyserver protocol.David Shaw2001-12-281-42/+47
* Some exec cleanups and tweaks for photo ID and keyserver executionDavid Shaw2001-12-271-11/+8
* Some tweaks - copyleft info for mkdtemp.c, and header pruning in photoid.cDavid Shaw2001-12-251-16/+11
* Fixed a typo and W32 support for the latest CVS changes.Timo Schulz2001-12-231-0/+2
* * keyserver.c (keyserver_spawn): Removed some variablesWerner Koch2001-12-221-10/+7
* Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw2001-12-211-243/+67
* * options.in: Remove load-extension tigerWerner Koch2001-12-211-0/+1
* Use mkdtemp() to make temp directories. If there is no mkdtemp(), provideDavid Shaw2001-12-201-26/+11
* New function to check the permissions of GNUPGHOME and the various filesDavid Shaw2001-12-201-15/+37
* Much stricter checking of the keyserver URIDavid Shaw2001-12-181-3/+18
* Remove warning - no need to check for control/illegal characters, asDavid Shaw2001-12-171-1/+2
* Fix capitalization issuesDavid Shaw2001-12-171-18/+15
* * keyserver.c (keyserver_spawn): Assert that we have dropped privs.Werner Koch2001-12-151-13/+41
* The new keyserver code itselfDavid Shaw2001-12-061-0/+988