David Shaw
cb00951803
* fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenames
...
into full paths using $HOME if possible, or getpwuid/getpwnam if
necessary. (make_filename): Use it here.
2005-08-31 15:36:50 +00:00
David Shaw
2e38eab93c
* configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.
2005-08-09 13:40:04 +00:00
David Shaw
c058bd6632
Add gpg-zip, a la PGP Zip.
2005-08-04 18:50:54 +00:00
Werner Koch
986a137c58
Implemented PKA trust model
2005-07-28 18:59:36 +00:00
David Shaw
9df2dbdfc2
* NEWS, configure.ac: Switch over to using curl or fake-curl by
...
default. Add --enable-old-keyserver-helpers to not use curl.
2005-07-27 01:18:52 +00:00
Werner Koch
5fe762d91d
post release version number updates
2005-07-26 19:52:22 +00:00
Werner Koch
862652ebe1
Preparing a release
2005-07-26 15:41:04 +00:00
David Shaw
431de51f10
* configure.ac: Add a define for FAKE_CURL.
2005-07-20 20:55:34 +00:00
Werner Koch
730247b19e
* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
...
* 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
2005-07-19 08:50:28 +00:00
Werner Koch
a63f5e50f1
Post release version number update
2005-06-21 14:50:10 +00:00
Werner Koch
167d957f5d
Preparing a release candidate
2005-06-21 12:54:56 +00:00
David Shaw
1067c01c93
* configure.ac: Add check for no-pointer-sign warning keyword, and
...
disable. This is gcc4 specific.
2005-06-13 20:45:05 +00:00
Werner Koch
8639e9768e
.
2005-05-31 12:26:02 +00:00
Werner Koch
7d4043ca57
Updated FSF street address and preparations for a release candidate.
2005-05-31 08:39:18 +00:00
David Shaw
352db25580
* configure.ac: Remove --disable-old-hkp - use new HKP handler for
...
--with-libcurl or --enable-fake-curl.
2005-04-17 00:06:04 +00:00
David Shaw
799f97ceee
* configure.ac: Add --disable-old-hkp option that can be used along
...
with --with-libcurl to build the curl version of HKP.
2005-04-16 18:20:01 +00:00
David Shaw
40a9c998b3
Check for memrchr()
2005-04-12 16:11:03 +00:00
Werner Koch
80f4424658
Changes to make use of code taken from libassuan. This replaces the
...
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-04-05 17:09:13 +00:00
David Shaw
166876a9fd
* configure.ac: Move the LDAP detecting code to m4/ldap.m4.
2005-03-17 04:09:37 +00:00
Werner Koch
a659989792
Post release preparations
2005-03-15 16:28:37 +00:00
Werner Koch
49ffa9ae31
Preparing a release
2005-03-15 15:51:52 +00:00
Werner Koch
f0e9a1ff4f
* configure.ac: New option --enable-noexecstack.
...
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the
variable for non exectubale stack options. Adapted users.
2005-03-11 11:02:12 +00:00
Werner Koch
00ef56868d
* card-util.c (fetch_url): Fetch the key from the default
...
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-16 20:08:14 +00:00
David Shaw
8ba44ec180
* configure.ac: Add --enable-fake-curl option to help test no-curl HTTP.
...
* NEWS: Note Mister/Zuccherato CFB countermeasures.
2005-02-11 17:46:15 +00:00
Werner Koch
e011ee08e2
(GNUPG_CHECK_GNUMAKE): Removed. Not needed for
...
decent automakes.
2005-02-04 10:18:46 +00:00
Werner Koch
907353ed60
About to do a release candidate
2005-02-03 10:21:26 +00:00
David Shaw
1f057ff498
* configure.ac: Define FTPS flag if we're using curl, and FTPS is
...
available.
* README: Fix some typos (noted by Norihiko Murase), update to 1.4.1,
and tweak some descriptions.
* NEWS: Note FTPS.
2005-01-23 01:19:32 +00:00
Werner Koch
5bda87bd6e
* g10.c (i18n_init) [W32]: Pass registry key to gettext
...
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-20 11:42:03 +00:00
David Shaw
b2d67e8039
* NEWS: Note --rfc2440-text import/export-unusable-sigs and
...
gpgkeys_curl.
* configure.ac: gpgkeys_mailto is disabled by default. Define HTTPS
flag if we're using curl, and HTTPS is available.
2005-01-19 03:56:25 +00:00
Werner Koch
cc19a07082
Same for
...
--without-included-regex.
2005-01-17 10:19:57 +00:00
Werner Koch
4440af47f7
Make --without-included-zlib work as
...
expected. Reported by Norihiko Murase.
2005-01-17 10:13:59 +00:00
David Shaw
61197deca8
* configure.ac: Use new GNUPG_CHECK_LIBUSB macro.
2005-01-03 15:18:24 +00:00
David Shaw
2193ab9fc7
* configure.ac: Better implementation for the SRV check. We don't need to
...
actually check all the header files individually since the SRV test
compile uses them together.
2004-12-30 03:31:19 +00:00
David Shaw
f5b59b119f
* configure.ac: Use new LIBCURL_CHECK_CONFIG macro for all libcurl stuff.
...
This simplifies, and we don't need the automake conditional stuff any
longer.
2004-12-24 19:43:16 +00:00
David Shaw
034b095f31
* configure.ac: --enable-ftp is on by default, --with-libcurl is off by
...
default. If we have neither of --enable-ftp or --enable-http, don't even
check for curl.
2004-12-22 17:07:39 +00:00
David Shaw
06c5da8d61
As always, CVS leaves out the local directory?
2004-12-21 23:40:51 +00:00
David Shaw
f3baa06020
Oddly commit missed this one.
...
* configure.ac: Call the new GNUPG_CHECK_READLINE macro for readline
stuff.
2004-12-18 22:39:31 +00:00
David Shaw
39b0f6e4ea
* configure.ac: Add a --with-ldap=DIR so people can add to the search
...
path.
2004-12-17 23:07:59 +00:00
David Shaw
4ec9365c6d
* configure.ac: Check for arpa/nameser.h.
2004-12-16 18:45:48 +00:00
Werner Koch
97587c6d7a
post release updates
2004-12-16 10:53:25 +00:00
Werner Koch
d171615f5b
About to release 1.4.0
2004-12-16 10:04:36 +00:00
Werner Koch
3a6e319232
post release updates
2004-12-14 08:33:01 +00:00
Werner Koch
d0b9eff4b6
Prepared for last 1.4 release candidate
2004-12-14 07:49:27 +00:00
David Shaw
42dfecadf7
* configure.ac: Autodetect wldap32 on Windoze.
2004-11-06 13:18:13 +00:00
David Shaw
4509cb7b1c
* README, configure.ac: Add --enable-backsigs to enable the experimental
...
backsigs code.
2004-11-05 03:45:06 +00:00
Werner Koch
0ebe469a91
post release preparations
2004-10-28 09:50:24 +00:00
Werner Koch
66e627bdae
About to release 1.3.92
2004-10-28 09:06:50 +00:00
Werner Koch
d7fd47185e
* configure.ac: New option --disable-gnupg-iconv, define
...
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 19:33:41 +00:00
Werner Koch
f690c16457
* configure.ac: New option --disable-gnupg-iconv, define
...
USE_GNUPG_ICONV.
2004-10-26 12:44:21 +00:00
Werner Koch
0ebf79c824
* configure.ac: Remove the check for asprintf
...
* 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-21 16:56:22 +00:00