| Commit message (Expand) | Author | Files | Lines |
2004-12-28 | (find_endpoint): New. | Werner Koch | 2 | -26/+190 |
2004-12-24 | * keyserver.c (keyserver_typemap): Only map HTTP and FTP if libcurl has | David Shaw | 2 | -2/+9 |
2004-12-24 | * gpgkeys_curl.c (main): Use new defines for opting out of certain | David Shaw | 3 | -20/+38 |
2004-12-24 | * configure.ac: Use new LIBCURL_CHECK_CONFIG macro for all libcurl stuff. | David Shaw | 2 | -14/+23 |
2004-12-24 | * libcurl.m4: Rewrite this to use the new --protocols flag I gave to the | David Shaw | 3 | -68/+179 |
2004-12-23 | * libcurl.m4: OSX has a problem with their curl-config script. | David Shaw | 2 | -0/+11 |
2004-12-23 | * readline.m4: Make sure that readline is modern enough to understand | David Shaw | 3 | -9/+33 |
2004-12-22 | * gpgkeys_curl.c (main): New "follow-redirects" option. Takes an optional | David Shaw | 6 | -5/+42 |
2004-12-22 | * options.h, keyserver.c (parse_keyserver_uri): Properly parse auth data | David Shaw | 3 | -0/+24 |
2004-12-22 | * gpgkeys_curl.c (get_key, writer): New function to wrap around fwrite to | David Shaw | 3 | -4/+24 |
2004-12-22 | * keyserver.c (keyserver_typemap): New. Map certain keyserver types to a | David Shaw | 3 | -11/+33 |
2004-12-22 | * Makefile.am: Build gpgkeys_http or gpgkeys_curl as needed. | David Shaw | 3 | -17/+67 |
2004-12-22 | * configure.ac: --enable-ftp is on by default, --with-libcurl is off by | David Shaw | 2 | -8/+24 |
2004-12-22 | * libcurl.m4: Be much more strict with libcurl by trying to compile and | David Shaw | 2 | -1/+38 |
2004-12-22 | * gpgkeys_ftp.c (main, get_key): Use auth data as passed by gpg. Use | David Shaw | 2 | -6/+19 |
2004-12-22 | * autogen.sh: automake needs --add-missing for conditional CPPFLAGS build | David Shaw | 2 | -2/+7 |
2004-12-22 | As always, CVS leaves out the local directory? | David Shaw | 2 | -0/+20 |
2004-12-22 | FTP keyserver support via gpgkeys_ftp. This is currently off by default. | David Shaw | 5 | -7/+402 |
2004-12-21 | * keyedit.c (menu_set_keyserver_url): Make sure we only operate on the | David Shaw | 3 | -4/+14 |
2004-12-21 | * keylist.c (list_keyblock_print): Secret key listings should always show | David Shaw | 3 | -16/+31 |
2004-12-20 | (ask_expire_interval): For better translations chnage 2 | Werner Koch | 2 | -7/+13 |
2004-12-20 | * seckey-cert.c (do_check): Handle case when checksum was okay but | Werner Koch | 6 | -8/+49 |
2004-12-20 | (handle_iconv_error): Turn diagnostics into warnings | Werner Koch | 3 | -5/+16 |
2004-12-20 | * keyedit.c (keyedit_menu): Invisible alias "passwd" as "password". | David Shaw | 8 | -32/+61 |
2004-12-19 | * keygen.c (keygen_get_std_prefs): Set reference count when creating the | David Shaw | 3 | -28/+61 |
2004-12-19 | * keyedit.c (menu_revkey): Rename to menu_revsubkey. (menu_revkey): New. | David Shaw | 2 | -19/+77 |
2004-12-18 | Oddly commit missed this one. | David Shaw | 2 | -15/+6 |
2004-12-18 | Readline fix to be robust against platforms where readline has its own | David Shaw | 9 | -10/+87 |
2004-12-18 | * configure.ac: Add a --with-ldap=DIR so people can add to the search | David Shaw | 2 | -15/+34 |
2004-12-17 | * passphrase.c (agent_get_passphrase): Define NREAD locally as | Werner Koch | 4 | -3/+13 |
2004-12-16 | * configure.ac: Check for arpa/nameser.h. | David Shaw | 2 | -1/+5 |
2004-12-16 | * configure.ac: Check for arpa/nameser.h. | David Shaw | 2 | -1/+7 |
2004-12-16 | post release updates | Werner Koch | 2 | -1/+5 |
2004-12-16 | Minor fixesV1-4-0 | Werner Koch | 2 | -6/+7 |
2004-12-16 | Add a note on how to send translations. | Werner Koch | 3 | -45/+70 |
2004-12-16 | About to release 1.4.0 | Werner Koch | 29 | -8358/+8488 |
2004-12-16 | * gpg.sgml: Document --require-secmem/--no-require-secmem. Note that the | David Shaw | 2 | -31/+37 |
2004-12-16 | * g10.c (main): Add --require-secmem/--no-require-secmem to cause gpg to | David Shaw | 6 | -22/+37 |
2004-12-15 | * apdu.c (apdu_send_le, apdu_send_direct), keylist.c | David Shaw | 5 | -9/+24 |
2004-12-14 | * keyedit.c (keyedit_menu): Re-remove the N_() markers. | David Shaw | 2 | -43/+45 |
2004-12-14 | * trustdb.c (uid_trust_string_fixed): Show uids as revoked if the key is | David Shaw | 3 | -119/+196 |
2004-12-14 | post release updates | Werner Koch | 2 | -2/+9 |
2004-12-14 | automake updates, removed one debug outputV1-3-93 | Werner Koch | 2 | -1/+2 |
2004-12-14 | Prepared for last 1.4 release candidate | Werner Koch | 43 | -14205/+12300 |
2004-12-13 | (read_passphrase_from_fd): Fixed memory leak. | Werner Koch | 2 | -1/+9 |
2004-12-12 | (keys): Removed my old 621CC013 key | Werner Koch | 3 | -1251/+1916 |
2004-12-12 | * keyserver.c (parse_preferred_keyserver): Force preferred keyserver | David Shaw | 2 | -1/+6 |
2004-12-11 | * options.h, g10.c (main), textfilter.c (standard): Use --rfc2440 or | David Shaw | 5 | -6/+11 |
2004-12-10 | * sv.po: Take the update done for 1.2.6. | Werner Koch | 30 | -22247/+23629 |
2004-12-10 | * app-openpgp.c (send_fprtime_if_not_null): New. | Werner Koch | 5 | -2/+65 |