| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (do_generate_keypair): Don't continue after an error; | Werner Koch | 2005-01-25 | 2 | -3/+7 |
* | (get_cached_data): New arg GET_IMMEDIATE to bypass | Werner Koch | 2005-01-25 | 4 | -48/+67 |
* | * libcurl.m4: All versions of curl-config support --feature. | David Shaw | 2005-01-25 | 2 | -6/+11 |
* | * gpgkeys_ldap.c (print_nocr): New. (get_key): Call it here to | David Shaw | 2005-01-24 | 3 | -9/+77 |
* | * configure.ac: Define FTPS flag if we're using curl, and FTPS is | David Shaw | 2005-01-23 | 4 | -30/+45 |
* | * libcurl.m4: Note that FTPS existed, but wasn't fully | David Shaw | 2005-01-22 | 2 | -14/+38 |
* | * keyserver.c (free_keyserver_spec): Fix small leak. | David Shaw | 2005-01-22 | 2 | -0/+11 |
* | * gpgkeys_ldap.c (main): Add "check-cert" option to disable SSL | David Shaw | 2005-01-22 | 3 | -14/+69 |
* | (open_card): Issue new CARDCTRL(4) status. | Werner Koch | 2005-01-20 | 2 | -1/+4 |
* | * gpgv.c (tty_fprintf): New stub. | Werner Koch | 2005-01-20 | 10 | -34/+397 |
* | Minor changes | Werner Koch | 2005-01-20 | 2 | -2/+144 |
* | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 2005-01-20 | 19 | -143/+350 |
* | * NEWS: Note --rfc2440-text import/export-unusable-sigs and | David Shaw | 2005-01-19 | 3 | -3/+31 |
* | * gpgkeys_curl.c: Fix typo. | David Shaw | 2005-01-18 | 2 | -1/+5 |
* | * gpgkeys_curl.c: s/MAX_PATH/URLMAX_PATH/g to avoid a clash with | Werner Koch | 2005-01-18 | 4 | -11/+29 |
* | (public_key_list): Do a trustdb staleness check before | Werner Koch | 2005-01-18 | 2 | -0/+15 |
* | * gpgkeys_curl.c (main): Only allow specified protocols to use the | David Shaw | 2005-01-18 | 3 | -8/+18 |
* | * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to match | David Shaw | 2005-01-18 | 2 | -5/+10 |
* | Same for | Werner Koch | 2005-01-17 | 6 | -13/+100 |
* | Make --without-included-zlib work as | Werner Koch | 2005-01-17 | 2 | -1/+6 |
* | Make --without-included-zlib work as | Werner Koch | 2005-01-17 | 1 | -0/+1 |
* | * ksutil.h, gpgkeys_curl.c, gpgkeys_hkp.c, gpgkeys_ldap.c, | David Shaw | 2005-01-13 | 7 | -99/+51 |
* | * gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Part 1 | David Shaw | 2005-01-13 | 5 | -73/+109 |
* | * http.c (connect_server): Use INADDR_NONE instead of SOCKET_ERROR. | David Shaw | 2005-01-13 | 2 | -1/+6 |
* | * gpgkeys_finger.c (connect_server): Use INADDR_NONE instead of | David Shaw | 2005-01-13 | 2 | -1/+6 |
* | * w32installer.nsi: New. | Werner Koch | 2005-01-11 | 3 | -7/+269 |
* | * keyedit.c (keyedit_menu): Move command strings outside the function to | David Shaw | 2005-01-11 | 2 | -80/+89 |
* | * passphrase.c (readline, agent_send_option, agent_open, | David Shaw | 2005-01-10 | 2 | -7/+11 |
* | * gpgkeys_curl.c (get_key): Newer versions of libcurl don't define TRUE. | David Shaw | 2005-01-10 | 2 | -1/+6 |
* | * filter.h, armor.c (armor_filter): Use the eol string from the armor | David Shaw | 2005-01-06 | 4 | -28/+66 |
* | (set_native_charset): Assume that ASCII, | Werner Koch | 2005-01-06 | 2 | -8/+55 |
* | * g10.c (main): Typo. | David Shaw | 2005-01-06 | 3 | -11/+27 |
* | * configure.ac: Use new GNUPG_CHECK_LIBUSB macro. | David Shaw | 2005-01-03 | 2 | -16/+8 |
* | * Makefile.am, libusb.m4: New libusb check macro. | David Shaw | 2005-01-03 | 3 | -1/+55 |
* | * Makefile.am: Use @LIBUSB@ instead of @LIBUSB_LIBS@ | David Shaw | 2005-01-03 | 3 | -3/+15 |
* | * options.h, import.c (parse_import_options, delete_inv_parts): Add | David Shaw | 2005-01-01 | 4 | -2/+44 |
* | * configure.ac: Better implementation for the SRV check. We don't need to | David Shaw | 2004-12-30 | 2 | -4/+8 |
* | * packet.h, getkey.c (merge_selfsigs_main, sig_to_revoke_info), keyid.c | David Shaw | 2004-12-30 | 5 | -11/+46 |
* | Better implementation for the SRV check. We don't need to actually check | David Shaw | 2004-12-29 | 3 | -3/+10 |
* | (find_endpoint): New. | Werner Koch | 2004-12-28 | 2 | -26/+190 |
* | * keyserver.c (keyserver_typemap): Only map HTTP and FTP if libcurl has | David Shaw | 2004-12-24 | 2 | -2/+9 |
* | * gpgkeys_curl.c (main): Use new defines for opting out of certain | David Shaw | 2004-12-24 | 3 | -20/+38 |
* | * configure.ac: Use new LIBCURL_CHECK_CONFIG macro for all libcurl stuff. | David Shaw | 2004-12-24 | 2 | -14/+23 |
* | * libcurl.m4: Rewrite this to use the new --protocols flag I gave to the | David Shaw | 2004-12-24 | 3 | -68/+179 |
* | * libcurl.m4: OSX has a problem with their curl-config script. | David Shaw | 2004-12-23 | 2 | -0/+11 |
* | * readline.m4: Make sure that readline is modern enough to understand | David Shaw | 2004-12-23 | 3 | -9/+33 |
* | * gpgkeys_curl.c (main): New "follow-redirects" option. Takes an optional | David Shaw | 2004-12-22 | 6 | -5/+42 |
* | * options.h, keyserver.c (parse_keyserver_uri): Properly parse auth data | David Shaw | 2004-12-22 | 3 | -0/+24 |
* | * gpgkeys_curl.c (get_key, writer): New function to wrap around fwrite to | David Shaw | 2004-12-22 | 3 | -4/+24 |
* | * keyserver.c (keyserver_typemap): New. Map certain keyserver types to a | David Shaw | 2004-12-22 | 3 | -11/+33 |