aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-26Switch to a hash and CERT record based PKA system.Werner Koch1-5/+8
2015-02-26Allow requesting only an IPGP certtype with dns_cert().Werner Koch1-1/+1
2015-02-23gpg: Print better diagnostics for keyserver operations.Werner Koch1-8/+55
2014-08-06gpg: Fix regression due to the keyserver import filter.Werner Koch1-30/+46
2014-06-30Make screening of keyserver result work with multi-key commands.Werner Koch1-23/+45
2014-06-23Screen keyserver responses.Stefan Tomanek1-20/+66
2013-10-04gpg: Protect against rogue keyservers sending secret keys.Werner Koch1-5/+10
2012-11-29The keyserver search menu should honor --keyid-formatDavid Shaw1-5/+11
2010-09-28Minor changes to help the VMS portWerner Koch1-1/+3
2009-08-12Try and detect mis-coded Latin1 and convert it to UTF8. Whether theDavid Shaw1-7/+32
2009-07-23* keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find aDavid Shaw1-13/+50
2009-02-03* keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw1-2/+4
2008-09-04* keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw1-7/+1
2008-03-25Powerpc64 fix.Werner Koch1-2/+2
2007-10-27* keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.David Shaw1-1/+1
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
2007-03-14* keyserver.c: Windows Vista doesn't grok X_OK and so fails access()David Shaw1-2/+10
2006-12-06Preparing a releasegnupg-1.4.6Werner Koch1-5/+6
2006-10-06* keyserver.c (keyserver_spawn): Write the 16-digit keyid rather thanDavid Shaw1-2/+6
2006-04-27(keyserver_import_cert): Show warning if there is a CERT fingerprint,David Shaw1-0/+6
2006-04-27* keyserver.c (path_makes_direct): New. (keyserver_spawn): Used hereDavid Shaw1-32/+22
2006-04-22* keyserver.c: Fix build problem with platforms that stick libcurl inDavid Shaw1-3/+0
2006-03-17* keyserver.c (keyserver_import_cert): Handle the IPGP CERT type forDavid Shaw1-12/+25
2006-03-16* cert.c (get_cert): Handle the fixed IPGP type with fingerprint.David Shaw1-1/+1
2006-03-14* keyserver-internal.h, keyserver.c (keyserver_import_pka): Use theDavid Shaw1-3/+9
2006-03-14* keyserver-internal.h, keyserver.c (keyserver_spawn, keyserver_work,David Shaw1-19/+26
2006-03-14* main.h, import.c (import_one): Optionally return the fingerprint ofDavid Shaw1-2/+3
2006-02-24* keydb.h, getkey.c (release_akl), gpg.c (main): AddDavid Shaw1-2/+38
2006-02-24* keyserver.c (parse_keyserver_options): Only change max_cert if it isDavid Shaw1-1/+1
2006-02-23* options.c, gpg.c (main), keyserver.c (keyserver_spawn): No specialDavid Shaw1-16/+7
2006-02-23* keyserver.c (parse_keyserver_uri, add_canonical_option): Always appendDavid Shaw1-3/+3
2006-02-23* options.h, keyserver.c (add_canonical_option): New.David Shaw1-19/+43
2006-02-22* options.h, keyserver-internal.h, keyserver.c (keyserver_import_name),David Shaw1-2/+2
2006-02-22* options.h, keyserver.c (parse_keyserver_options): RemoveDavid Shaw1-6/+4
2006-02-22* options.h, gpg.c (main), mainproc.c (check_sig_and_print), keyserver.cDavid Shaw1-4/+10
2006-02-21* getkey.c (get_pubkey_byname): Fix minor security problem with PKA whenDavid Shaw1-3/+2
2006-02-21* gpgv.c: Stub keyserver_import_ldap.David Shaw1-0/+35
2006-02-21* keyserver.c (parse_keyserver_uri): Include the scheme in the uriDavid Shaw1-2/+7
2006-01-24* keyserver.c (parse_keyserver_uri): If there is a path present, set theDavid Shaw1-0/+3
2006-01-22* keyserver.c (keyserver_spawn): Include the EXEEXT so we can findDavid Shaw1-2/+4
2006-01-07* keyserver.c (keyserver_refresh): Fix problem when more than one keyDavid Shaw1-1/+1
2006-01-01* mainproc.c (check_sig_and_print), keyserver.cDavid Shaw1-1/+1
2005-12-23* keyserver.c (keyserver_import_pka): New. Moved fromDavid Shaw1-1/+98
2005-12-23* gpgv.c: Stub.David Shaw1-25/+62
2005-12-20Finished PKA featureWerner Koch1-1/+1
2005-12-08* keyserver.c (keyserver_fetch): Switch on fast-import before weDavid Shaw1-0/+13
2005-12-08Made strings translatable. Minor fixes.Werner Koch1-2/+2
2005-12-08* options.h, keyserver.c (curl_cant_handle, keyserver_spawn,David Shaw1-7/+25
2005-12-07* keyserver.c (keyserver_spawn): Don't print "searching for key 00000000"David Shaw1-9/+48
2005-09-14* main.h, misc.c (parse_options): Add the ability to have helpDavid Shaw1-9/+20