aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make screening of keyserver result work with multi-key commands.Werner Koch2014-06-301-23/+45
* Screen keyserver responses.Stefan Tomanek2014-06-231-20/+66
* gpg: Protect against rogue keyservers sending secret keys.Werner Koch2013-10-041-5/+10
* The keyserver search menu should honor --keyid-formatDavid Shaw2012-11-291-5/+11
* Minor changes to help the VMS portWerner Koch2010-09-281-1/+3
* Try and detect mis-coded Latin1 and convert it to UTF8. Whether theDavid Shaw2009-08-121-7/+32
* * keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find aDavid Shaw2009-07-231-13/+50
* * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw2009-02-031-2/+4
* * keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw2008-09-041-7/+1
* Powerpc64 fix.Werner Koch2008-03-251-2/+2
* * keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.David Shaw2007-10-271-1/+1
* Switched to GPLv3.Werner Koch2007-10-231-4/+2
* * keyserver.c: Windows Vista doesn't grok X_OK and so fails access()David Shaw2007-03-141-2/+10
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-061-5/+6
* * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather thanDavid Shaw2006-10-061-2/+6
* (keyserver_import_cert): Show warning if there is a CERT fingerprint,David Shaw2006-04-271-0/+6
* * keyserver.c (path_makes_direct): New. (keyserver_spawn): Used hereDavid Shaw2006-04-271-32/+22
* * keyserver.c: Fix build problem with platforms that stick libcurl inDavid Shaw2006-04-221-3/+0
* * keyserver.c (keyserver_import_cert): Handle the IPGP CERT type forDavid Shaw2006-03-171-12/+25
* * cert.c (get_cert): Handle the fixed IPGP type with fingerprint.David Shaw2006-03-161-1/+1
* * keyserver-internal.h, keyserver.c (keyserver_import_pka): Use theDavid Shaw2006-03-141-3/+9
* * keyserver-internal.h, keyserver.c (keyserver_spawn, keyserver_work,David Shaw2006-03-141-19/+26
* * main.h, import.c (import_one): Optionally return the fingerprint ofDavid Shaw2006-03-141-2/+3
* * keydb.h, getkey.c (release_akl), gpg.c (main): AddDavid Shaw2006-02-241-2/+38
* * keyserver.c (parse_keyserver_options): Only change max_cert if it isDavid Shaw2006-02-241-1/+1
* * options.c, gpg.c (main), keyserver.c (keyserver_spawn): No specialDavid Shaw2006-02-231-16/+7
* * keyserver.c (parse_keyserver_uri, add_canonical_option): Always appendDavid Shaw2006-02-231-3/+3
* * options.h, keyserver.c (add_canonical_option): New.David Shaw2006-02-231-19/+43
* * options.h, keyserver-internal.h, keyserver.c (keyserver_import_name),David Shaw2006-02-221-2/+2
* * options.h, keyserver.c (parse_keyserver_options): RemoveDavid Shaw2006-02-221-6/+4
* * options.h, gpg.c (main), mainproc.c (check_sig_and_print), keyserver.cDavid Shaw2006-02-221-4/+10
* * getkey.c (get_pubkey_byname): Fix minor security problem with PKA whenDavid Shaw2006-02-211-3/+2
* * gpgv.c: Stub keyserver_import_ldap.David Shaw2006-02-211-0/+35
* * keyserver.c (parse_keyserver_uri): Include the scheme in the uriDavid Shaw2006-02-211-2/+7
* * keyserver.c (parse_keyserver_uri): If there is a path present, set theDavid Shaw2006-01-241-0/+3
* * keyserver.c (keyserver_spawn): Include the EXEEXT so we can findDavid Shaw2006-01-221-2/+4
* * keyserver.c (keyserver_refresh): Fix problem when more than one keyDavid Shaw2006-01-071-1/+1
* * mainproc.c (check_sig_and_print), keyserver.cDavid Shaw2006-01-011-1/+1
* * keyserver.c (keyserver_import_pka): New. Moved fromDavid Shaw2005-12-231-1/+98
* * gpgv.c: Stub.David Shaw2005-12-231-25/+62
* Finished PKA featureWerner Koch2005-12-201-1/+1
* * keyserver.c (keyserver_fetch): Switch on fast-import before weDavid Shaw2005-12-081-0/+13
* Made strings translatable. Minor fixes.Werner Koch2005-12-081-2/+2
* * options.h, keyserver.c (curl_cant_handle, keyserver_spawn,David Shaw2005-12-081-7/+25
* * keyserver.c (keyserver_spawn): Don't print "searching for key 00000000"David Shaw2005-12-071-9/+48
* * main.h, misc.c (parse_options): Add the ability to have helpDavid Shaw2005-09-141-9/+20
* * misc.c (openpgp_pk_algo_usage): Default to allowing CERT for signingDavid Shaw2005-08-271-0/+2
* * Makefile.am: No need to link with curl any longer.David Shaw2005-08-211-33/+32
* auto retrieve keys from PKA. Thsi allows to specify an email addressWerner Koch2005-08-051-0/+1
* Converted all m_free to xfree etc.Werner Koch2005-07-271-57/+57