Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing 1.4.5 | Werner Koch | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | Preparing a release candidategnupg-1.4.5rc1 | Werner Koch | 2006-07-28 | 1 | -1/+9 |
| | |||||
* | Fixed memory allocation bug and typos. | Werner Koch | 2006-07-26 | 1 | -0/+2 |
| | |||||
* | Post release version update | Werner Koch | 2006-06-25 | 1 | -0/+4 |
| | |||||
* | Typo fix | Werner Koch | 2006-06-25 | 1 | -1/+1 |
| | |||||
* | About to do a new release | Werner Koch | 2006-06-25 | 1 | -1/+4 |
| | |||||
* | * NEWS: Note SHA-224 and DSA2. | David Shaw | 2006-04-27 | 1 | -0/+10 |
| | | | | | | * configure.ac: Remove --enable-old-keyserver-helpers. Comment out --enable-m-guard for now. | ||||
* | See ChangeLog | Werner Koch | 2006-04-08 | 1 | -2/+1 |
| | |||||
* | post release updates | Werner Koch | 2006-04-03 | 1 | -0/+4 |
| | |||||
* | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | * NEWS: Note CERT retrieval. Tweak PKA and backsig language to match | David Shaw | 2006-03-08 | 1 | -14/+14 |
| | | | | | current code. | ||||
* | * NEWS: Note --auto-key-locate and that keyservers can handle binary data | David Shaw | 2006-03-07 | 1 | -5/+15 |
| | | | | | now. | ||||
* | More tests added; make distcheck works | Werner Koch | 2006-03-07 | 1 | -1/+3 |
| | |||||
* | Stricter test of allowed signature packet compositions. | Werner Koch | 2006-03-06 | 1 | -0/+4 |
| | | | | | There is still one problem to solve. | ||||
* | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | Finished PKA feature | Werner Koch | 2005-12-20 | 1 | -5/+8 |
| | |||||
* | * NEWS: Note --fetch-keys. | David Shaw | 2005-12-08 | 1 | -0/+6 |
| | |||||
* | * NEWS: Note backsigs, the xxxxx-clean options, and the xxxxx-minimal | David Shaw | 2005-11-18 | 1 | -0/+19 |
| | | | | | options. | ||||
* | exported subkeys are now merged into one output keyblock | Werner Koch | 2005-10-17 | 1 | -0/+3 |
| | |||||
* | * NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip. | David Shaw | 2005-10-14 | 1 | -6/+10 |
| | | | | | | * configure.ac: Remove the backsig configure options since this is all done at runtime now. | ||||
* | Implemented PKA trust model | Werner Koch | 2005-07-28 | 1 | -0/+6 |
| | |||||
* | * NEWS, configure.ac: Switch over to using curl or fake-curl by | David Shaw | 2005-07-27 | 1 | -0/+9 |
| | | | | | default. Add --enable-old-keyserver-helpers to not use curl. | ||||
* | post release version number updates | Werner Koch | 2005-07-26 | 1 | -0/+4 |
| | |||||
* | Preparing a release | Werner Koch | 2005-07-26 | 1 | -1/+1 |
| | |||||
* | * gpg.sgml (http): | Werner Koch | 2005-07-22 | 1 | -0/+2 |
| | | | | | | * g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option. | ||||
* | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH. | Werner Koch | 2005-07-19 | 1 | -0/+2 |
| | | | | | | | | | | * 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 | ||||
* | * NEWS: Note key cleaning commands. | David Shaw | 2005-06-20 | 1 | -0/+9 |
| | |||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -4/+4 |
| | |||||
* | * NEWS: Note command completion and the new curl-based HKP helper. | David Shaw | 2005-05-26 | 1 | -1/+10 |
| | |||||
* | * passphrase.c (ask_passphrase): Unescape the description string. | Werner Koch | 2005-05-24 | 1 | -7/+7 |
| | | | | | | | * cardglue.c (unescape_status_string): Removed. Changed all caller to use ... * misc.c (unescape_percent_string): New. | ||||
* | * cardglue.c (send_status_info): Make CTRL optional. | Werner Koch | 2005-05-21 | 1 | -0/+17 |
| | | | | | | | | | | | (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. | ||||
* | * configure.ac: Move the LDAP detecting code to m4/ldap.m4. | David Shaw | 2005-03-17 | 1 | -3/+3 |
| | |||||
* | Post release preparations | Werner Koch | 2005-03-15 | 1 | -0/+4 |
| | |||||
* | 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/+2 |
| | | | | | | * 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 | -0/+3 |
| | | | | | | | | 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. | ||||
* | * gpg.sgml: Add bkuptocard command for --edit-key. | Werner Koch | 2005-02-15 | 1 | -0/+3 |
| | | | | | | | | * 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. | ||||
* | * configure.ac: Add --enable-fake-curl option to help test no-curl HTTP. | David Shaw | 2005-02-11 | 1 | -3/+6 |
| | | | | | * NEWS: Note Mister/Zuccherato CFB countermeasures. | ||||
* | * NEWS: Fix typo. | David Shaw | 2005-02-03 | 1 | -1/+1 |
| | |||||
* | Updated to match the switch to the NSIS installer. | Werner Koch | 2005-02-03 | 1 | -0/+3 |
| | |||||
* | * configure.ac: Define FTPS flag if we're using curl, and FTPS is | David Shaw | 2005-01-23 | 1 | -9/+10 |
| | | | | | | | | | | available. * README: Fix some typos (noted by Norihiko Murase), update to 1.4.1, and tweak some descriptions. * NEWS: Note FTPS. | ||||
* | * gpgv.c (tty_fprintf): New stub. | Werner Koch | 2005-01-20 | 1 | -9/+22 |
| | | | | | | | | | * 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. | ||||
* | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 2005-01-20 | 1 | -0/+9 |
| | | | | | | | | | 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 | -0/+17 |
| | | | | | | | | gpgkeys_curl. * configure.ac: gpgkeys_mailto is disabled by default. Define HTTPS flag if we're using curl, and HTTPS is available. | ||||
* | post release updates | Werner Koch | 2004-12-16 | 1 | -0/+4 |
| | |||||
* | About to release 1.4.0 | Werner Koch | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | post release updates | Werner Koch | 2004-12-14 | 1 | -0/+7 |
| | |||||
* | Prepared for last 1.4 release candidate | Werner Koch | 2004-12-14 | 1 | -2/+7 |
| | |||||
* | post release preparations | Werner Koch | 2004-10-28 | 1 | -0/+4 |
| | |||||
* | About to release 1.3.92 | Werner Koch | 2004-10-28 | 1 | -1/+9 |
| |