aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-03-15Preparing a releaseV1-4-1Werner Koch1-1/+1
2005-03-11* configure.ac: New option --enable-noexecstack.Werner Koch1-0/+25
* 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-1/+1
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-4/+12
* NEWS: Note Mister/Zuccherato CFB countermeasures.
2005-02-04(GNUPG_CHECK_GNUMAKE): Removed. Not needed forWerner Koch1-1/+0
decent automakes.
2005-02-03Forgot to commit the recent fixed to scd and logging - doing it nowWerner Koch1-3/+3
2005-02-03About to do a release candidateWerner Koch1-1/+1
2005-01-23* configure.ac: Define FTPS flag if we're using curl, and FTPS isDavid Shaw1-1/+4
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/+2
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-3/+6
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/+1
--without-included-regex.
2005-01-17Make --without-included-zlib work asWerner Koch1-1/+1
expected. Reported by Norihiko Murase.
2005-01-13post release updatesWerner Koch1-1/+1
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch1-12/+6
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
2005-01-03* configure.ac: Use new GNUPG_CHECK_LIBUSB macro.David Shaw1-16/+4
2004-12-30* configure.ac: Better implementation for the SRV check. We don't need toDavid Shaw1-4/+2
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-14/+17
This simplifies, and we don't need the automake conditional stuff any longer.
2004-12-22Post release updatesWerner Koch1-1/+1
2004-12-22(set_binary): New.Werner Koch1-2/+2
(main, open_read, open_fwrite): Use it.
2004-12-22* configure.ac: --enable-ftp is on by default, --with-libcurl is off byDavid Shaw1-8/+18
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/+15
2004-12-20* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch1-6/+10
directories default to c:/gnupg. Require libassuan 0.6.9. * gpg-agent.c (main) [W32]: Now that Mutexes work we can remove the pth_init kludge. (main): Add new options --[no-]use-standard-socket. (check_for_running_agent): Check whether it is running on the standard socket. * sysutils.h [W32]: Define sleep. * util.h: Add prototype for mkdtemp. * call-agent.c (start_agent): Before starting a pipe server start to connect to a server on the standard socket. Use PATHSEP * call-dirmngr.c (start_dirmngr): Use PATHSEP. * import.c: Include unistd.h for dup and close.
2004-12-18Oddly commit missed this one.David Shaw1-15/+1
* configure.ac: Call the new GNUPG_CHECK_READLINE macro for readline stuff.
2004-12-18* configure.ac (AH_BOTTOM): Define EXEEXT_S.Werner Koch1-5/+7
* autogen.sh: Updated --build-w32 feature. * gpg-agent.c (main): Remove special Pth initialize. * w32-pth.c (pth_init): Reverse return values. Use TRUE and FALSE constants. (pth_kill, pth_mutex_acquire, pth_attr_set, pth_join, pth_cancel): Ditto. * scdaemon.c (main) [W32]: Remove special Pth initialize..
2004-12-17* configure.ac: Add a --with-ldap=DIR so people can add to the searchDavid Shaw1-15/+29
path.
2004-12-16* configure.ac: Check for arpa/nameser.h.David Shaw1-1/+1
2004-12-16post release updatesWerner Koch1-1/+1
2004-12-16About to release 1.4.0Werner Koch1-2/+2
2004-12-15A whole bunch of changes to allow building for W32.Werner Koch1-25/+5
2004-12-14post release updatesWerner Koch1-2/+2
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-1/+1
2004-12-07* asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname.Werner Koch1-2/+2
* w32-pth.c, w32-pth.h: New. * Makefile.am (gpgsm_LDADD): Put libassuan before jnlib because under W32 we need the w32 pth code from jnlib. * misc.c (setup_pinentry_env) [W32]: Disabled.
2004-12-06* configure.ac (have_w32_system): New. Disable Pth checks for W32.Werner Koch1-12/+28
Link jnlib/w32-pth.h to pth.h. * Makefile.am (pkglib_PROGRAMS): Build only for W32. * keydb.c: Don't define DIRSEP_S here.
2004-12-03post release version number updatesWerner Koch1-1/+1
2004-12-03Preparing 1.9.13Werner Koch1-1/+1
2004-12-02First take on a W32 portWerner Koch1-5/+13
2004-11-06* configure.ac: Autodetect wldap32 on Windoze.David Shaw1-3/+9
2004-11-05* README, configure.ac: Add --enable-backsigs to enable the experimentalDavid Shaw1-0/+9
backsigs code.
2004-10-28post release preparationsWerner Koch1-1/+1
2004-10-28About to release 1.3.92Werner Koch1-1/+1
2004-10-26* configure.ac: New option --disable-gnupg-iconv, defineWerner Koch1-13/+22
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/+16
USE_GNUPG_ICONV.
2004-10-22Post release preparationsWerner Koch1-2/+2
2004-10-22Releasing 1.9.12V1-9-12Werner Koch1-1/+1
2004-10-21* configure.ac: Remove the check for asprintfWerner Koch1-1/+1
* 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-15post release preparationsWerner Koch1-1/+1
2004-10-15* README: Mentioned --enable-selinux-support.Werner Koch1-1/+1
* 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* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.Werner Koch1-1/+1
(AUTOMAKE_OPTIONS): New. * configure.ac: Check whether vasprintf needs a replacement. * app-openpgp.c (parse_login_data): New. (app_select_openpgp): Call it. (do_setattr): Reparse it after change. * Makefile.am: Add ksutil.h.
2004-10-15* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.Werner Koch1-0/+1
(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/+12
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.