Werner Koch
256f67675f
About to release 1.4.3
2006-04-03 10:13:23 +00:00
David Shaw
07c48cf29e
* NEWS: Note CERT retrieval. Tweak PKA and backsig language to match
...
current code.
2006-03-08 02:36:37 +00:00
David Shaw
81e2591421
* NEWS: Note --auto-key-locate and that keyservers can handle binary data
...
now.
2006-03-07 16:20:03 +00:00
Werner Koch
4aeb4d4b10
More tests added; make distcheck works
2006-03-07 11:05:41 +00:00
Werner Koch
3e08d87168
Stricter test of allowed signature packet compositions.
...
There is still one problem to solve.
2006-03-06 21:28:25 +00:00
Werner Koch
b121d029b5
about to release 1.4.3rc1
2006-02-14 16:28:34 +00:00
Werner Koch
f1482aab4e
Finished PKA feature
2005-12-20 20:19:16 +00:00
David Shaw
81f64252c0
* NEWS: Note --fetch-keys.
2005-12-08 23:35:47 +00:00
David Shaw
3349715ebb
* NEWS: Note backsigs, the xxxxx-clean options, and the xxxxx-minimal
...
options.
2005-11-18 04:37:30 +00:00
Werner Koch
9b7f1f6976
exported subkeys are now merged into one output keyblock
2005-10-17 17:21:15 +00:00
David Shaw
21eea5be5e
* NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip.
...
* configure.ac: Remove the backsig configure options since this is all
done at runtime now.
2005-10-14 15:38:05 +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
Werner Koch
a486501c0b
* gpg.sgml (http):
...
* g10.c, options.h: New option --exit-on-status-write-error.
* status.c (write_status_text): Make use of this option.
2005-07-22 16:28:40 +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
David Shaw
d010af07f9
* NEWS: Note key cleaning commands.
2005-06-20 18:05:37 +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
167c23bc8d
* NEWS: Note command completion and the new curl-based HKP helper.
2005-05-26 15:13:05 +00:00
Werner Koch
d0f5655d19
* passphrase.c (ask_passphrase): Unescape the description string.
...
* cardglue.c (unescape_status_string): Removed. Changed all
caller to use ...
* misc.c (unescape_percent_string): New.
2005-05-24 12:39:42 +00:00
Werner Koch
be2aa37dbf
* cardglue.c (send_status_info): Make CTRL optional.
...
(agent_scd_writekey, inq_writekey_parms): New.
(agent_openpgp_storekey): Removed.
* cardglue.h: Add a few more error code mappings.
* keygen.c (copy_mpi): Removed.
(save_unprotected_key_to_card): Changed to use agent_scd_writekey.
* app-common.h, app-openpgp.c, tlv.c, tlv.h: Updated from newer
version in gnupg 1.9 CVS.
2005-05-21 14:04:32 +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
Werner Koch
bb71180d07
* gpg.sgml: Add bkuptocard command for --edit-key.
...
* passphrase.c (agent_get_passphrase): Don't call free_public_key
if PK is NULL.
(passphrase_clear_cache): Ditto. Removed debug output.
(passphrase_to_dek): Ditto.
2005-02-15 11:02:32 +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
David Shaw
dd649067e2
* NEWS: Fix typo.
2005-02-03 21:42:10 +00:00
Werner Koch
334e3e96d2
Updated to match the switch to the NSIS installer.
2005-02-03 09:32:53 +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
b2b2786be1
* gpgv.c (tty_fprintf): New stub.
...
* card-util.c (card_status): Create asecret key stub on the fly
and print more information about a card key.
* import.c (pub_to_sec_keyblock, auto_create_card_key_stub): New.
* getkey.c (get_seckeyblock_byfprint): New.
* keylist.c (print_card_key_info): New.
2005-01-20 17:21:40 +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
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
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
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
Werner Koch
56f06f1e22
post release preparations
2004-10-15 13:46:19 +00:00
Werner Koch
c3a51cd17d
* README: Mentioned --enable-selinux-support.
...
* 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 13:16:58 +00:00
David Shaw
c12b9b1f64
* NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct trust
...
model.
2004-10-15 11:51:04 +00:00
Werner Koch
7b01988db3
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
...
(AUTOMAKE_OPTIONS): New.
* configure.ac: Check whether vasprintf needs a replacement.
2004-10-15 09:37:49 +00:00
Werner Koch
8f70a693ac
* rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allow
...
logging.
* gpgkeys_finger.c (get_key): s/unsigned char/byte/ due
to a strange typedef for RISC OS. Noted by Stefan.
2004-10-14 07:21:17 +00:00
Werner Koch
161286635c
* configure.ac: Actually name the option --disable-finger and not
...
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 18:08:39 +00:00
Werner Koch
61a2afe554
post release preparations
2004-10-01 13:59:09 +00:00
Werner Koch
1d315be6fa
* mk-w32-dist: Updated from stable branch.
...
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility.
* config.guess, config.sub, mkinstalldirs, missing
* depcomp, install-sh: Upgraded.
2004-10-01 10:11:42 +00:00