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