Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Security fixV1-4-2 | Werner Koch | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | Preparing a release | Werner Koch | 2005-07-26 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Add a define for FAKE_CURL. | David Shaw | 2005-07-20 | 1 | -0/+1 |
| | |||||
* | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH. | Werner Koch | 2005-07-19 | 1 | -1/+8 |
| | | | | | | | | | | * export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it | ||||
* | Post release version number update | Werner Koch | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | Preparing a release candidate | Werner Koch | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Add check for no-pointer-sign warning keyword, and | David Shaw | 2005-06-13 | 1 | -1/+15 |
| | | | | | disable. This is gcc4 specific. | ||||
* | . | Werner Koch | 2005-05-31 | 1 | -1/+1 |
| | |||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -3/+3 |
| | |||||
* | * configure.ac: Remove --disable-old-hkp - use new HKP handler for | David Shaw | 2005-04-17 | 1 | -10/+4 |
| | | | | | --with-libcurl or --enable-fake-curl. | ||||
* | * configure.ac: Add --disable-old-hkp option that can be used along | David Shaw | 2005-04-16 | 1 | -0/+8 |
| | | | | | with --with-libcurl to build the curl version of HKP. | ||||
* | Check for memrchr() | David Shaw | 2005-04-12 | 1 | -2/+1 |
| | |||||
* | Changes to make use of code taken from libassuan. This replaces the | Werner Koch | 2005-04-05 | 1 | -8/+36 |
| | | | | | | | 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. | ||||
* | * configure.ac: Move the LDAP detecting code to m4/ldap.m4. | David Shaw | 2005-03-17 | 1 | -61/+3 |
| | |||||
* | Post release preparations | Werner Koch | 2005-03-15 | 1 | -1/+1 |
| | |||||
* | Preparing a releaseV1-4-1 | Werner Koch | 2005-03-15 | 1 | -1/+1 |
| | |||||
* | * configure.ac: New option --enable-noexecstack. | Werner Koch | 2005-03-11 | 1 | -0/+25 |
| | | | | | | * Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users. | ||||
* | * card-util.c (fetch_url): Fetch the key from the default | Werner Koch | 2005-02-16 | 1 | -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. | ||||
* | * configure.ac: Add --enable-fake-curl option to help test no-curl HTTP. | David Shaw | 2005-02-11 | 1 | -4/+12 |
| | | | | | * NEWS: Note Mister/Zuccherato CFB countermeasures. | ||||
* | (GNUPG_CHECK_GNUMAKE): Removed. Not needed for | Werner Koch | 2005-02-04 | 1 | -1/+0 |
| | | | | | decent automakes. | ||||
* | About to do a release candidate | Werner Koch | 2005-02-03 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Define FTPS flag if we're using curl, and FTPS is | David Shaw | 2005-01-23 | 1 | -1/+4 |
| | | | | | | | | | | available. * README: Fix some typos (noted by Norihiko Murase), update to 1.4.1, and tweak some descriptions. * NEWS: Note FTPS. | ||||
* | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 2005-01-20 | 1 | -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. | ||||
* | * NEWS: Note --rfc2440-text import/export-unusable-sigs and | David Shaw | 2005-01-19 | 1 | -3/+6 |
| | | | | | | | | gpgkeys_curl. * configure.ac: gpgkeys_mailto is disabled by default. Define HTTPS flag if we're using curl, and HTTPS is available. | ||||
* | Same for | Werner Koch | 2005-01-17 | 1 | -1/+1 |
| | | | | | --without-included-regex. | ||||
* | Make --without-included-zlib work as | Werner Koch | 2005-01-17 | 1 | -1/+1 |
| | | | | | expected. Reported by Norihiko Murase. | ||||
* | * configure.ac: Use new GNUPG_CHECK_LIBUSB macro. | David Shaw | 2005-01-03 | 1 | -16/+4 |
| | |||||
* | * configure.ac: Better implementation for the SRV check. We don't need to | David Shaw | 2004-12-30 | 1 | -4/+2 |
| | | | | | | actually check all the header files individually since the SRV test compile uses them together. | ||||
* | * configure.ac: Use new LIBCURL_CHECK_CONFIG macro for all libcurl stuff. | David Shaw | 2004-12-24 | 1 | -14/+17 |
| | | | | | | This simplifies, and we don't need the automake conditional stuff any longer. | ||||
* | * configure.ac: --enable-ftp is on by default, --with-libcurl is off by | David Shaw | 2004-12-22 | 1 | -8/+18 |
| | | | | | | default. If we have neither of --enable-ftp or --enable-http, don't even check for curl. | ||||
* | As always, CVS leaves out the local directory? | David Shaw | 2004-12-21 | 1 | -0/+15 |
| | |||||
* | Oddly commit missed this one. | David Shaw | 2004-12-18 | 1 | -15/+1 |
| | | | | | | * configure.ac: Call the new GNUPG_CHECK_READLINE macro for readline stuff. | ||||
* | * configure.ac: Add a --with-ldap=DIR so people can add to the search | David Shaw | 2004-12-17 | 1 | -15/+29 |
| | | | | | path. | ||||
* | * configure.ac: Check for arpa/nameser.h. | David Shaw | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | post release updates | Werner Koch | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | About to release 1.4.0 | Werner Koch | 2004-12-16 | 1 | -2/+2 |
| | |||||
* | post release updates | Werner Koch | 2004-12-14 | 1 | -2/+2 |
| | |||||
* | Prepared for last 1.4 release candidate | Werner Koch | 2004-12-14 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Autodetect wldap32 on Windoze. | David Shaw | 2004-11-06 | 1 | -3/+9 |
| | |||||
* | * README, configure.ac: Add --enable-backsigs to enable the experimental | David Shaw | 2004-11-05 | 1 | -0/+9 |
| | | | | | backsigs code. | ||||
* | post release preparations | Werner Koch | 2004-10-28 | 1 | -1/+1 |
| | |||||
* | About to release 1.3.92 | Werner Koch | 2004-10-28 | 1 | -1/+1 |
| | |||||
* | * configure.ac: New option --disable-gnupg-iconv, define | Werner Koch | 2004-10-26 | 1 | -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. | ||||
* | * configure.ac: New option --disable-gnupg-iconv, define | Werner Koch | 2004-10-26 | 1 | -0/+16 |
| | | | | | USE_GNUPG_ICONV. | ||||
* | * configure.ac: Remove the check for asprintf | Werner Koch | 2004-10-21 | 1 | -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. | ||||
* | post release preparations | Werner Koch | 2004-10-15 | 1 | -1/+1 |
| | |||||
* | * README: Mentioned --enable-selinux-support. | Werner Koch | 2004-10-15 | 1 | -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. | ||||
* | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. | Werner Koch | 2004-10-15 | 1 | -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. | ||||
* | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. | Werner Koch | 2004-10-15 | 1 | -0/+1 |
| | | | | | | | (AUTOMAKE_OPTIONS): New. * configure.ac: Check whether vasprintf needs a replacement. | ||||
* | * configure.ac: Actually name the option --disable-finger and not | Werner Koch | 2004-10-13 | 1 | -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. |