aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Implemented PKA trust modelWerner Koch2005-07-282-2/+4
* | Implemented PKA trust modelWerner Koch2005-07-2819-62/+576
* | Converted all m_free to xfree etc.Werner Koch2005-07-27112-1813/+2067
* | Removed directories which are only used by the 1.9 branchWerner Koch2005-07-27100-37406/+0
* | Add a note that CVS is beeing migrated to SubversionWerner Koch2005-07-271-0/+4
* | First commit to Subversion.Werner Koch2005-07-273-7/+11
* | * keyserver.c (keyserver_typemap): Special-case LDAP since curl willDavid Shaw2005-07-272-1/+8
* | * NEWS, configure.ac: Switch over to using curl or fake-curl byDavid Shaw2005-07-273-48/+24
* | post release version number updatesWerner Koch2005-07-262-1/+5
* | Updated.Werner Koch2005-07-261-20/+37
* | * passphrase.c (agent_get_passphrase): Make sure to release theWerner Koch2005-07-2632-14084/+13343
* | Preparing a releaseWerner Koch2005-07-265-17/+12
* | * keyedit.c (sign_uids): Don't prompt for setting signature expiry toDavid Shaw2005-07-222-17/+25
* | *** empty log message ***Werner Koch2005-07-221-0/+4
* | * gpg.sgml (http):Werner Koch2005-07-2215-39/+93
* | * options.h, g10.c (main), keyedit.c (keyedit_menu): Use --interactiveDavid Shaw2005-07-225-10/+15
* | * gpgkeys_curl.c (get_key, main): Don't try and be smart about whatDavid Shaw2005-07-206-31/+37
* | * keyserver.c (curl_can_handle): New. Do a runtime check against libcurlDavid Shaw2005-07-203-16/+43
* | * configure.ac: Add a define for FAKE_CURL.David Shaw2005-07-202-0/+5
* | CURLINFO_NOW -> CURLVERSION_NOWDavid Shaw2005-07-201-1/+1
* | Typo.David Shaw2005-07-201-1/+1
* | * libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW).David Shaw2005-07-202-2/+9
* | Document --limit-card-insert-tries.Werner Koch2005-07-193-2/+18
* | * g10.c, options.h: New option --limit-card-insert-tries.Werner Koch2005-07-194-2/+18
* | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch2005-07-1912-7/+132
* | * samplekeys.asc: Update 99242560.David Shaw2005-07-193-1203/+1218
* | * tdbio.c (open_db): Check for EROFS. Suggested by Bryce Nichols.Werner Koch2005-07-186-10/+26
* | * trustdb.c (clean_uids_from_key): Don't keep a valid selfsig aroundDavid Shaw2005-07-095-22/+24
* | * gpgkeys_mailto.in, gpgkeys_test.in: Use @VERSION@ so version stringDavid Shaw2005-06-237-37/+66
* | * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): AddDavid Shaw2005-06-233-2/+10
* | * gpgkeys_http.c (get_key), gpgkeys_oldhkp (send_key, get_key,David Shaw2005-06-233-6/+14
* | * http.h: Fix prototypes for http_open_document and http_open again,David Shaw2005-06-232-7/+12
* | * http.c (make_radix64_string): Add '=' padding as per standard.David Shaw2005-06-232-32/+53
* | * memrchr.c (memrchr): Not all compilers allow initializing based on aDavid Shaw2005-06-222-1/+9
* | * libcurl.m4: Only do the OS X linker fix on Panther. Tiger has aDavid Shaw2005-06-222-3/+9
* | * gpgkeys_http.c (get_key), gpgkeys_oldhkp.c (send_key, get_key,David Shaw2005-06-223-4/+11
* | * http.h: Fix prototypes for http_open_document and http_open to passDavid Shaw2005-06-222-4/+11
* | * http.c (send_request, http_open, http_open_document): Pass in authDavid Shaw2005-06-222-7/+17
* | * http.c (send_request): Need == after the radix64-encoded basic authDavid Shaw2005-06-222-4/+9
* | Post release version number updateWerner Koch2005-06-211-1/+1
* | * conventional.test (algos): Uhh ohh, cut+paste error and notRC-1-4-2rc2Werner Koch2005-06-212-2/+7
* | .Werner Koch2005-06-211-27/+122
* | Preparing a release candidateWerner Koch2005-06-2129-11113/+11893
* | * gpgkeys_hkp.c (append_path, send_key, get_key, search_key, main),David Shaw2005-06-213-11/+32
* | * NEWS: Note key cleaning commands.David Shaw2005-06-202-0/+13
* | * gpg.sgml: Document --edit-key/clean, import-clean, and export-clean.David Shaw2005-06-202-0/+67
* | * keygen.c (save_unprotected_key_to_card): Better fix for gcc4 warning.David Shaw2005-06-202-1/+6
* | * gpg.sgml: Document smartcard related options.Werner Koch2005-06-2013-51/+143
* | (parse_signature): Use log_info for messagesWerner Koch2005-06-186-5/+22
* | * keygen.c (save_unprotected_key_to_card): Fix gcc4 warning.David Shaw2005-06-145-8/+45