Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-11-23 | Change stack size for Wince. | Werner Koch | 1 | -2/+2 | |
Allow for a longer agent atartup under wince. Print gpg output via estream. | |||||
2010-10-21 | Remove cruft. | Werner Koch | 1 | -1/+1 | |
Make --gen-revoke work | |||||
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -6/+6 | |
A couple of forward ported changes. Doc updates. | |||||
2010-04-26 | Fix preference setting in new keys | Werner Koch | 1 | -1/+1 | |
2010-04-14 | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 1 | -0/+5 | |
2010-04-01 | Use gpg_err_set_errno to assign values to ERRNO. | Werner Koch | 1 | -3/+3 | |
2010-03-08 | Use macros for iobuf ioctls. | Werner Koch | 1 | -1/+1 | |
2009-10-02 | Implement the server comamnd DECRYPT. | Werner Koch | 1 | -0/+67 | |
Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c | |||||
2009-09-30 | Re-indentation | Werner Koch | 1 | -46/+48 | |
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -1/+1 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-05-03 | * packet.h, mainproc.c (reset_literals_seen): New function to reset | David Shaw | 1 | -2/+3 | |
the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together). | |||||
2006-12-06 | Fixes for CVE-2006-6235 | Werner Koch | 1 | -12/+20 | |
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 1 | -1/+1 | |
2006-07-31 | Fixed bug 479. Not a real good fix but a reliable one which limits possible | Werner Koch | 1 | -0/+1 | |
breakage of other partys of the code. | |||||
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -20/+70 | |
The gpg part does not yet build. | |||||
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -2/+2 | |
2005-07-22 | * gpg.sgml (http): | Werner Koch | 1 | -0/+2 | |
* g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2004-10-13 | Added SELInux hacks and did some cleanups. | Werner Koch | 1 | -0/+12 | |
2004-01-28 | * getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES to | David Shaw | 1 | -12/+46 | |
PK_UID_CACHE_SIZE (set in ./configure). * getkey.c (get_pubkey): When reading key data into the cache, properly handle keys that are partially (pk, no UIDs) cached already. This is Debian bug #176425 and #229549. * compress.c (init_compress, push_compress_filter2): Do the right thing (i.e. nothing) with compress algo 0. * main.h, decrypt.c (decrypt_messages): Accept filenames to decrypt on stdin. This is bug #253. | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -6/+7 | |
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | |||||
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+141 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-04-15 | * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS. | Werner Koch | 1 | -0/+7 | |
* g10.c, options.h: New option --enable-progress-filter. * progress.c (handle_progress): Make use of it. | |||||
2003-04-10 | * passphrase.c (read_passphrase_from_fd): Do a dummy read if the | Werner Koch | 1 | -12/+8 | |
agent is to be used. Noted by Ingo Kl�cker. (agent_get_passphrase): Inhibit caching when we have no fingerprint. This is required for key generation as well as for symmetric only encryption. * passphrase .c (agent_get_passphrase): New arg CANCELED. (passphrase_to_dek): Ditto. Passed to above. Changed all callers to pass NULL. * seckey-cert.c (do_check): New arg CANCELED. (check_secret_key): Terminate loop when canceled. * keyedit.c (change_passphrase): Pass ERRTEXT untranslated to passphrase_to_dek and translate where appropriate. * seckey-cert.c (check_secret_key): Ditto. * keygen.c (ask_passphrase): Ditto. * passphrase.c (agent_get_passphrase): Translate the TRYAGAIN_TEXT. Switch the codeset to utf-8. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -138/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -3/+59 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+2 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-04-26 | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-04-07 | See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1998-12-29 | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1 | -1/+1 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-04-14 | applied Mathews typo and grammar fixes | Werner Koch | 1 | -2/+2 | |
1998-03-09 | partial DSA support | Werner Koch | 1 | -8/+42 | |
1998-03-05 | removed g10maint.c | Werner Koch | 1 | -26/+20 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -4/+4 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+54 | |