summaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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-231-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-151-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
* * keyserver.c (keyserver_typemap): Special-case LDAP since curl willDavid Shaw2005-07-271-1/+3
* * gpg.sgml (http):Werner Koch2005-07-221-2/+10
* * keyserver.c (curl_can_handle): New. Do a runtime check against libcurlDavid Shaw2005-07-201-15/+33
* * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch2005-07-191-5/+7
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
* * keyserver.c (keyserver_spawn): Free some memory.David Shaw2005-04-171-1/+11
* * g10.c (main, add_notation_data, add_policy_url)Werner Koch2005-04-111-1/+2
* * exec.h, exec.c (set_exec_path): Remove some dead code and change allDavid Shaw2005-03-311-1/+1
* * keyserver.c (keyserver_spawn): Don't mess about with the $PATH.David Shaw2005-03-311-9/+35
* * options.h, keyserver.c (parse_keyserver_options, keyserver_spawn): Don'tDavid Shaw2005-03-171-11/+3
* * keyserver.c (parse_keyserver_options): Accept honor-http-proxy as anDavid Shaw2005-03-101-0/+8
* * trustdb.h, trustdb.c (trustdb_check_or_update): New. If the trustdbDavid Shaw2005-02-061-4/+18
* * keyserver.c (parse_keyserver_uri): Allow RFC-2732 IPv6 [literalDavid Shaw2005-01-261-4/+36
* * keyserver.c (free_keyserver_spec): Fix small leak.David Shaw2005-01-221-0/+6
* * filter.h, armor.c (armor_filter): Use the eol string from the armorDavid Shaw2005-01-061-1/+8
* * keyserver.c (keyserver_typemap): Only map HTTP and FTP if libcurl hasDavid Shaw2004-12-241-2/+4
* * options.h, keyserver.c (parse_keyserver_uri): Properly parse auth dataDavid Shaw2004-12-221-0/+20
* * keyserver.c (keyserver_typemap): New. Map certain keyserver types to aDavid Shaw2004-12-221-10/+24