Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-28 | Minor changes to help the VMS port | Werner Koch | 2 | -0/+9 | |
2009-09-03 | Fix a W32 problem | Werner Koch | 2 | -2/+5 | |
2009-08-25 | Restructured the compat functions and changed its license. | Werner Koch | 2 | -0/+11 | |
New fucntion xstrconcat for future use. | |||||
2009-08-12 | Try and detect mis-coded Latin1 and convert it to UTF8. Whether the | David Shaw | 2 | -1/+5 | |
heuristics succeed or not, the resulting string must be valid UTF8 as LDAP requires that. This is bug 1055. | |||||
2009-07-21 | First set of changes to backport the new card code from 2.0. | Werner Koch | 6 | -5/+148 | |
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished. | |||||
2009-05-26 | Avoid caches to get the most recent copy of the key. This is bug | David Shaw | 2 | -2/+7 | |
#1061 | |||||
2009-05-22 | Fixed bug1058. | Werner Koch | 1 | -0/+1 | |
2009-05-05 | Backport of Creation-Date parameter for unattended key generation. | Werner Koch | 1 | -0/+1 | |
2009-04-06 | Distribute srv.h | David Shaw | 1 | -0/+1 | |
2009-04-06 | * srv.h: Move to include/srv.h. | David Shaw | 2 | -0/+53 | |
* http.c (send_request): Pass in srvtag... (http_open): ...from here. | |||||
2009-04-03 | * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): Add | David Shaw | 2 | -6/+12 | |
a CURLOPT_SRVTAG_GPG_HACK (passed through the the http engine). * http.h: Allow passing srvtag to http_open and http_open_document. * http.c (http_open, http_open_document): Allow passing srvtag to http_open and http_open_document. | |||||
2008-04-17 | Add Camellia-192. | David Shaw | 2 | -3/+8 | |
2007-11-29 | Add 128-bit variant of Camellia. | David Shaw | 2 | -1/+6 | |
2007-10-23 | Switched to GPLv3. | Werner Koch | 17 | -64/+38 | |
Updated gettext. | |||||
2007-08-24 | Improved detection of ketrings specified several times. | Werner Koch | 2 | -0/+5 | |
2007-06-13 | Add Camellia. Do not enable this if you are not doing interop | David Shaw | 2 | -2/+8 | |
testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it. | |||||
2007-04-16 | Move some ascii_foo functions to libcompat | David Shaw | 3 | -4/+9 | |
2006-12-11 | Removed the use of g10defs.h. | Werner Koch | 2 | -34/+17 | |
This required some code cleanups and the introduction of a few accessor ducntions in mpi. | |||||
2006-12-06 | Preparing a releasegnupg-1.4.6 | Werner Koch | 2 | -0/+5 | |
2006-09-28 | Add compat.h to distfiles | David Shaw | 1 | -0/+1 | |
2006-09-28 | Move strsep() and ascii_isspace() to libcompat. | David Shaw | 3 | -7/+11 | |
2006-09-28 | Put in the basic wiring (just hextobyte for now) for a libcompat.a that | David Shaw | 3 | -2/+13 | |
can contain replacement files that can be linked to keyserver helpers without bringing in the whole libutil.a. libutil.a contains a complete copy of libcompat.a so we only need to link to one of them. | |||||
2006-07-26 | Fixed memory allocation bug and typos. | Werner Koch | 1 | -3/+3 | |
2006-04-20 | The plumbing necessary to create DSA keys with variable sized q. | David Shaw | 2 | -0/+6 | |
Not yet used (q==160). | |||||
2006-04-20 | Add SHA-224 support | David Shaw | 2 | -2/+7 | |
2006-03-16 | * cert.c (get_cert): Handle the fixed IPGP type with fingerprint. | David Shaw | 2 | -3/+8 | |
2006-02-14 | Fixed a wrong return code with gpg --verify | Werner Koch | 2 | -0/+5 | |
2005-12-23 | New code to do DNS CERT queries. | David Shaw | 2 | -1/+6 | |
2005-10-05 | Renamed g10.c to gpg.c | Werner Koch | 1 | -1/+1 | |
Filelength fixes for W32. | |||||
2005-07-28 | Implemented PKA trust model | Werner Koch | 1 | -0/+4 | |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 3 | -25/+28 | |
2005-06-23 | * http.h: Fix prototypes for http_open_document and http_open again, | David Shaw | 2 | -7/+12 | |
to handle the new different auth for regular files and proxies. | |||||
2005-06-22 | * http.h: Fix prototypes for http_open_document and http_open to pass | David Shaw | 2 | -4/+11 | |
in auth and proxyauth. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 16 | -16/+31 | |
2005-05-21 | * cardglue.c (send_status_info): Make CTRL optional. | Werner Koch | 2 | -1/+24 | |
(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-05 | Remove add_days_to_timestamp (unused) | David Shaw | 2 | -1/+4 | |
2005-04-22 | * distfiles: Add assuan.h. | David Shaw | 2 | -0/+5 | |
2005-04-05 | Changes to make use of code taken from libassuan. This replaces the | Werner Koch | 3 | -4/+273 | |
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-03-18 | * ttyio.c (tty_enable_completion, tty_disable_completion): Enable and | David Shaw | 2 | -1/+21 | |
disable readline completion. (init_ttyfp): Completion is disabled by default. | |||||
2005-03-14 | * card-util.c (card_status): Use isotimestamp and not the | Werner Koch | 1 | -0/+1 | |
localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New. | |||||
2005-02-10 | Disable the "quick check" bytes for PK decryptions. This is in | David Shaw | 2 | -8/+14 | |
regards to the Mister and Zuccherato attack on OpenPGP CFB mode. | |||||
2005-01-20 | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 1 | -1/+1 | |
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. | |||||
2004-12-16 | * g10.c (main): Add --require-secmem/--no-require-secmem to cause gpg to | David Shaw | 2 | -1/+5 | |
exit if it cannot lock memory. Also remove --nrsign-key and --nrlsign-key since this can better be done via --edit-key. * secmem.c (secmem_init): Return a flag to indicate whether we got the lock. * memory.h: Return a flag to indicate whether we got the lock. | |||||
2004-11-29 | * cipher.h: Add PUBKEY_USAGE_UNKNOWN. | David Shaw | 2 | -0/+5 | |
2004-11-03 | 2004-11-03 Timo Schulz <[email protected]> | Timo Schulz | 3 | -4/+11 | |
* strgutil.c (w32_strerror): New. * ttyio.c (init_ttyfp, tty_printf, do_get): Use it here. * iobuf.c (fd_cache_open, file_filter): Likewise. (iobuf_seek, translate_file_handle): Likewise. | |||||
2004-10-27 | * dynload.h: Always use it for _WIN32. | Werner Koch | 2 | -3/+7 | |
* LINGUAS: Better don't have comments in this file. * mk-w32-dist: Use utf-8 encoding for all MO files. * simple-gettext.c: Removed windows.h. (get_string): On the fly translation from utf-8 to active character set. * strgutil.c (load_libiconv) [_WIN32]: new. (set_native_charset) [_WIN32]: Call it here and autodetect the used code page. (native_to_utf8, utf8_to_native): Reverted arguments for iconv_open. (handle_iconv_error): Made this function match iconv_open argumnet ordering. (utf8_to_native): Disable all quoting for DELIM == -1. | |||||
2004-10-21 | * configure.ac: Remove the check for asprintf | Werner Koch | 2 | -9/+4 | |
* 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-15 | Add asprintf prototype. | Werner Koch | 2 | -0/+17 | |
2004-10-13 | * keyserver.h: Add KEYSERVER_TIMEOUT. | David Shaw | 2 | -1/+6 | |
2004-10-13 | Added SELInux hacks and did some cleanups. | Werner Koch | 2 | -16/+1 | |