aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch2005-01-2019-143/+350
* * NEWS: Note --rfc2440-text import/export-unusable-sigs andDavid Shaw2005-01-193-3/+31
* * gpgkeys_curl.c: Fix typo.David Shaw2005-01-182-1/+5
* * gpgkeys_curl.c: s/MAX_PATH/URLMAX_PATH/g to avoid a clash withWerner Koch2005-01-184-11/+29
* (public_key_list): Do a trustdb staleness check beforeWerner Koch2005-01-182-0/+15
* * gpgkeys_curl.c (main): Only allow specified protocols to use theDavid Shaw2005-01-183-8/+18
* * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to matchDavid Shaw2005-01-182-5/+10
* Same forWerner Koch2005-01-176-13/+100
* Make --without-included-zlib work asWerner Koch2005-01-172-1/+6
* Make --without-included-zlib work asWerner Koch2005-01-171-0/+1
* * ksutil.h, gpgkeys_curl.c, gpgkeys_hkp.c, gpgkeys_ldap.c,David Shaw2005-01-137-99/+51
* * gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Part 1David Shaw2005-01-135-73/+109
* * http.c (connect_server): Use INADDR_NONE instead of SOCKET_ERROR.David Shaw2005-01-132-1/+6
* * gpgkeys_finger.c (connect_server): Use INADDR_NONE instead ofDavid Shaw2005-01-132-1/+6
* * w32installer.nsi: New.Werner Koch2005-01-113-7/+269
* * keyedit.c (keyedit_menu): Move command strings outside the function toDavid Shaw2005-01-112-80/+89
* * passphrase.c (readline, agent_send_option, agent_open,David Shaw2005-01-102-7/+11
* * gpgkeys_curl.c (get_key): Newer versions of libcurl don't define TRUE.David Shaw2005-01-102-1/+6
* * filter.h, armor.c (armor_filter): Use the eol string from the armorDavid Shaw2005-01-064-28/+66
* (set_native_charset): Assume that ASCII,Werner Koch2005-01-062-8/+55
* * g10.c (main): Typo.David Shaw2005-01-063-11/+27
* * configure.ac: Use new GNUPG_CHECK_LIBUSB macro.David Shaw2005-01-032-16/+8
* * Makefile.am, libusb.m4: New libusb check macro.David Shaw2005-01-033-1/+55
* * Makefile.am: Use @LIBUSB@ instead of @LIBUSB_LIBS@David Shaw2005-01-033-3/+15
* * options.h, import.c (parse_import_options, delete_inv_parts): AddDavid Shaw2005-01-014-2/+44
* * configure.ac: Better implementation for the SRV check. We don't need toDavid Shaw2004-12-302-4/+8
* * packet.h, getkey.c (merge_selfsigs_main, sig_to_revoke_info), keyid.cDavid Shaw2004-12-305-11/+46
* Better implementation for the SRV check. We don't need to actually checkDavid Shaw2004-12-293-3/+10
* (find_endpoint): New.Werner Koch2004-12-282-26/+190
* * keyserver.c (keyserver_typemap): Only map HTTP and FTP if libcurl hasDavid Shaw2004-12-242-2/+9
* * gpgkeys_curl.c (main): Use new defines for opting out of certainDavid Shaw2004-12-243-20/+38
* * configure.ac: Use new LIBCURL_CHECK_CONFIG macro for all libcurl stuff.David Shaw2004-12-242-14/+23
* * libcurl.m4: Rewrite this to use the new --protocols flag I gave to theDavid Shaw2004-12-243-68/+179
* * libcurl.m4: OSX has a problem with their curl-config script.David Shaw2004-12-232-0/+11
* * readline.m4: Make sure that readline is modern enough to understandDavid Shaw2004-12-233-9/+33
* * gpgkeys_curl.c (main): New "follow-redirects" option. Takes an optionalDavid Shaw2004-12-226-5/+42
* * options.h, keyserver.c (parse_keyserver_uri): Properly parse auth dataDavid Shaw2004-12-223-0/+24
* * gpgkeys_curl.c (get_key, writer): New function to wrap around fwrite toDavid Shaw2004-12-223-4/+24
* * keyserver.c (keyserver_typemap): New. Map certain keyserver types to aDavid Shaw2004-12-223-11/+33
* * Makefile.am: Build gpgkeys_http or gpgkeys_curl as needed.David Shaw2004-12-223-17/+67
* * configure.ac: --enable-ftp is on by default, --with-libcurl is off byDavid Shaw2004-12-222-8/+24
* * libcurl.m4: Be much more strict with libcurl by trying to compile andDavid Shaw2004-12-222-1/+38
* * gpgkeys_ftp.c (main, get_key): Use auth data as passed by gpg. UseDavid Shaw2004-12-222-6/+19
* * autogen.sh: automake needs --add-missing for conditional CPPFLAGS buildDavid Shaw2004-12-212-2/+7
* As always, CVS leaves out the local directory?David Shaw2004-12-212-0/+20
* FTP keyserver support via gpgkeys_ftp. This is currently off by default.David Shaw2004-12-215-7/+402
* * keyedit.c (menu_set_keyserver_url): Make sure we only operate on theDavid Shaw2004-12-213-4/+14
* * keylist.c (list_keyblock_print): Secret key listings should always showDavid Shaw2004-12-213-16/+31
* (ask_expire_interval): For better translations chnage 2Werner Koch2004-12-202-7/+13
* * seckey-cert.c (do_check): Handle case when checksum was okay butWerner Koch2004-12-206-8/+49