aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-06-21Preparing a release candidateWerner Koch1-0/+4
2005-06-20* NEWS: Note key cleaning commands.David Shaw1-0/+4
2005-06-13* configure.ac: Add check for no-pointer-sign warning keyword, andDavid Shaw1-0/+5
disable. This is gcc4 specific.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-0/+8
2005-05-26* NEWS: Note command completion and the new curl-based HKP helper.David Shaw1-0/+4
2005-04-17* configure.ac: Remove --disable-old-hkp - use new HKP handler forDavid Shaw1-0/+3
--with-libcurl or --enable-fake-curl.
2005-04-16* configure.ac: Add --disable-old-hkp option that can be used alongDavid Shaw1-0/+5
with --with-libcurl to build the curl version of HKP.
2005-04-12Check for memrchr()David Shaw1-0/+4
2005-04-05Changes to make use of code taken from libassuan. This replaces theWerner Koch1-0/+11
old ad-hoc connection code to gpg-agent. We do need this for the forthcoming diversion of card code to an already running gpg-agent with card-support.
2005-03-17* configure.ac: Move the LDAP detecting code to m4/ldap.m4.David Shaw1-0/+4
2005-03-15Preparing a releaseV1-4-1Werner Koch1-0/+4
2005-03-11* configure.ac: New option --enable-noexecstack.Werner Koch1-0/+4
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-0/+4
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-11* configure.ac: Add --enable-fake-curl option to help test no-curl HTTP.David Shaw1-0/+7
* NEWS: Note Mister/Zuccherato CFB countermeasures.
2005-02-04(GNUPG_CHECK_GNUMAKE): Removed. Not needed forWerner Koch1-0/+5
decent automakes.
2005-02-03* NEWS: Fix typo.David Shaw1-0/+4
2005-02-03About to do a release candidateWerner Koch1-0/+4
2005-01-23* configure.ac: Define FTPS flag if we're using curl, and FTPS isDavid Shaw1-0/+10
available. * README: Fix some typos (noted by Norihiko Murase), update to 1.4.1, and tweak some descriptions. * NEWS: Note FTPS.
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch1-0/+6
initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
2005-01-19* NEWS: Note --rfc2440-text import/export-unusable-sigs andDavid Shaw1-0/+8
gpgkeys_curl. * configure.ac: gpgkeys_mailto is disabled by default. Define HTTPS flag if we're using curl, and HTTPS is available.
2005-01-17Same forWerner Koch1-1/+2
--without-included-regex.
2005-01-17Make --without-included-zlib work asWerner Koch1-0/+5
expected. Reported by Norihiko Murase.
2005-01-03* configure.ac: Use new GNUPG_CHECK_LIBUSB macro.David Shaw1-0/+4
2004-12-30* configure.ac: Better implementation for the SRV check. We don't need toDavid Shaw1-0/+6
actually check all the header files individually since the SRV test compile uses them together.
2004-12-24* configure.ac: Use new LIBCURL_CHECK_CONFIG macro for all libcurl stuff.David Shaw1-0/+6
This simplifies, and we don't need the automake conditional stuff any longer.
2004-12-22* configure.ac: --enable-ftp is on by default, --with-libcurl is off byDavid Shaw1-0/+6
default. If we have neither of --enable-ftp or --enable-http, don't even check for curl.
2004-12-21As always, CVS leaves out the local directory?David Shaw1-0/+5
2004-12-20* seckey-cert.c (do_check): Handle case when checksum was okay butWerner Koch1-0/+5
passphrase still wrong. Roman Pavlik found such a case. * mpicoder.c (mpi_read_from_buffer): Don't abort in case of an invalid MPI but print a message and return NULL. Use log_info and not log_error.
2004-12-18Oddly commit missed this one.David Shaw1-0/+5
* configure.ac: Call the new GNUPG_CHECK_READLINE macro for readline stuff.
2004-12-17* configure.ac: Add a --with-ldap=DIR so people can add to the searchDavid Shaw1-0/+5
path.
2004-12-16* configure.ac: Check for arpa/nameser.h.David Shaw1-0/+4
2004-12-16About to release 1.4.0Werner Koch1-0/+4
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-4/+10
2004-11-17(open_info_file): New.Werner Koch1-0/+5
(main): Unconditionally implement --status-file, --logger-file, --attribute-file, --passphrase-file, --command-file. This is not generally useful but easy to support and might make scripting under Windows easier.
2004-11-06* configure.ac: Autodetect wldap32 on Windoze.David Shaw1-0/+4
2004-11-05* README, configure.ac: Add --enable-backsigs to enable the experimentalDavid Shaw1-0/+5
backsigs code.
2004-10-28About to release 1.3.92Werner Koch1-0/+4
2004-10-26* configure.ac: New option --disable-gnupg-iconv, defineWerner Koch1-1/+7
USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET.
2004-10-26* configure.ac: New option --disable-gnupg-iconv, defineWerner Koch1-0/+5
USE_GNUPG_ICONV.
2004-10-21* acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments.David Shaw1-0/+4
2004-10-21* configure.ac: Remove the check for asprintfWerner Koch1-0/+4
* app-common.h (app_openpgp_storekey: Add prototype. * app-openpgp.c (do_sign): Replace asprintf by direct allocation. This avoids problems with missing vasprintf implementations. * card-util.c (generate_card_keys): Add a #warning for gnupg 1.9 and use the same string there. * util.h [!HAVE_VASPRINTF]: Removed prototype. * vasprintf.c: Removed. It was used only at one place and I don't want to get into build problems in 1.4.
2004-10-15* README: Mentioned --enable-selinux-support.Werner Koch1-0/+6
* status.h (STATUS_NEED_PASSPHRASE_PIN): New. * status.c (get_status_string): Added. * passphrase.c (ask_passphrase): Moved status printing to .. * cardglue.c (pin_cb): .. here and issue new status message. * keyedit.c (sign_uids): Don't include the leading LF in the translatable string but print them separately. * apdu.c (apdu_open_remote_reader) [_WIN32]: We don't have ENOSYS.
2004-10-15* NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct trustDavid Shaw1-0/+5
model.
2004-10-15* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.Werner Koch1-0/+7
(AUTOMAKE_OPTIONS): New. * configure.ac: Check whether vasprintf needs a replacement.
2004-10-13* configure.ac: Actually name the option --disable-finger and notWerner Koch1-1/+1
http. Add option --enable-selinux-support. * logger.c (g10_log_error_f, g10_log_fatal_f, g10_log_info_f) (g10_log_debug_f, print_prefix_f): Removed. * iobuf.c (iobuf_is_pipe_filename): New. (iobuf_get_fd): New.
2004-10-13* configure.ac: Actually name the option --disable-finger and notWerner Koch1-0/+5
http. * openfile.c (overwrite_filep, make_outfile_name, open_outfile) (open_sigfile): Use iobuf_is_pipe_filename to check for pipes so that special filesnames are taken into account. This is bug 327. * tdbdump.c (import_ownertrust): Ditto. * sign.c (write_plaintext_packet): Ditto. * progress.c (handle_progress): Ditto. * plaintext.c (handle_plaintext): Ditto. * encode.c (encode_simple, encode_crypt): Ditto. * iobuf.c (iobuf_is_pipe_filename): New. * fileutil.c (is_file_compressed): Use it here.
2004-10-11* configure.ac: New option --disable-finger.Werner Koch1-0/+4
* keyserver.c (keyserver_spawn): Print an empty string in log_info if the host is not set (e.g. finger). * gpgkeys_finger.c: New.
2004-09-17* configure.ac: Don't check for usb_create_match orWerner Koch1-0/+5
use_get_string_simple anymore. * g10.c (list_config): New config option ccid-reader-id. (gpgconf_list): Add "reader-port". * apdu.c (open_ccid_reader): New arg PORTSTR. Pass it to ccid_open_reader. (apdu_open_reader): Pass portstr to open_ccid_reader. * ccid-driver.c (ccid_get_reader_list): New. (ccid_open_reader): Changed API to take a string for the reader. Removed al the cruft for the libusb development vesion which seems not to be maintained anymore and there are no packages anyway. The stable library works just fine. (struct ccid_reader_id_s): Deleted and replaced everywhere by a simple string. (usb_get_string_simple): Removed. (bulk_in): Do valgrind hack here and not just everywhere.
2004-09-15* configure.ac: Give warning when using capabilities. Check forDavid Shaw1-0/+5
usb_get_string_simple for old libusb reasons.
2004-09-11* NEWS: Note HTTP basic auth.David Shaw1-0/+7
* configure.ac: Check for usb_get_busses since very old stable libusb doesn't have it.