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