Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fixed a CR/LF problem on Windows | Werner Koch | 2011-01-19 | 2 | -3/+10 | |
| | | | ||||||
| * | | Use estream for dirmngr's --gpgconf-list. | Werner Koch | 2011-01-19 | 7 | -33/+67 | |
| | | | | | | | | | | | | Change insalled name of gpg2 for Wince. | |||||
| * | | Fix computation of NEWSIZE in es_func_mem_write. | Werner Koch | 2011-01-18 | 2 | -1/+5 | |
| | | | | | | | | | | | | The function used to fail and return EINVAL when enlarging the buffer. | |||||
| * | | ifset parts which are not in GnuPG 2.0 | Werner Koch | 2011-01-13 | 3 | -4/+13 | |
| | | | ||||||
| * | | Add ignore file | Werner Koch | 2011-01-10 | 1 | -0/+12 | |
| | | | ||||||
| * | | Fix bug #1311. | Werner Koch | 2011-01-10 | 3 | -2/+11 | |
| |/ | ||||||
* | | All standard keyserver commands are now using dirmngr. | Werner Koch | 2011-01-20 | 20 | -734/+688 | |
| | | ||||||
* | | Keyserver search and get basically works again. | Werner Koch | 2011-01-18 | 14 | -814/+1506 | |
| | | ||||||
* | | estream support for iobuf and new memuf functions. | Werner Koch | 2011-01-18 | 5 | -5/+189 | |
| | | ||||||
* | | Fix es_fopenmem and es_mopen bug. | Werner Koch | 2011-01-18 | 1 | -1/+1 | |
| | | ||||||
* | | Ignore more files | Werner Koch | 2011-01-10 | 1 | -0/+4 | |
| | | ||||||
* | | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 25 | -93/+1115 | |
|/ | ||||||
* | Support the gnuk token pinpad code. | Werner Koch | 2011-01-05 | 2 | -1/+7 | |
| | ||||||
* | Rename README.SVN also in Makefile | Werner Koch | 2011-01-03 | 2 | -3/+8 | |
| | ||||||
* | Adjust maintainer instructions | Werner Koch | 2011-01-03 | 1 | -8/+3 | |
| | ||||||
* | Changed repository instructions | Werner Koch | 2011-01-03 | 1 | -5/+5 | |
| | ||||||
* | Increase start timeout | Werner Koch | 2010-12-17 | 2 | -24/+30 | |
| | ||||||
* | 2010-12-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-12-17 | 2 | -0/+6 | |
| | | | | | * homedir.c (gnupg_cachedir): Create /temp subdirectories. | |||||
* | Tweaks for gpgconf. | Werner Koch | 2010-12-14 | 9 | -19/+103 | |
| | | | | | Fixed dirmngr bug 1010. | |||||
* | Change --dameon home directory to /gnupg under Wince | Werner Koch | 2010-12-14 | 3 | -1/+9 | |
| | ||||||
* | typo fix | Werner Koch | 2010-12-10 | 1 | -1/+1 | |
| | ||||||
* | Change last change. Does now work. | Werner Koch | 2010-12-09 | 2 | -4/+19 | |
| | ||||||
* | Change dirmngr timer under W32CE. | Werner Koch | 2010-12-09 | 4 | -4/+35 | |
| | | | | | Fix trustdb open problem under W32CE. | |||||
* | Change timer tick interval under Wince | Werner Koch | 2010-12-02 | 2 | -11/+16 | |
| | ||||||
* | s/AES/AES128/ in diagnostics and --list-config | Werner Koch | 2010-12-02 | 12 | -8/+51 | |
| | ||||||
* | Describe new log facilities. | Werner Koch | 2010-12-02 | 3 | -1/+14 | |
| | ||||||
* | Add logging to GPG2: [W32CE]. | Werner Koch | 2010-12-02 | 2 | -3/+47 | |
| | ||||||
* | Remove recently added debug output | Werner Koch | 2010-12-02 | 1 | -20/+1 | |
| | ||||||
* | Init cache encryption on the fly. | Werner Koch | 2010-11-29 | 3 | -24/+84 | |
| | | | | | add some debug code | |||||
* | Remove superfluous parameter. | Werner Koch | 2010-11-26 | 13 | -89/+81 | |
| | | | | | Make self-check interval larger | |||||
* | Fix two fuzzies | Werner Koch | 2010-11-23 | 1 | -501/+508 | |
| | ||||||
* | Change stack size for Wince. | Werner Koch | 2010-11-23 | 18 | -86/+167 | |
| | | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream. | |||||
* | 2010-11-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-11-17 | 2 | -3/+4 | |
| | | | | | | * gogconf.c: Revert accidental debug output commit. | |||||
* | Smartcard related updates | Werner Koch | 2010-11-17 | 14 | -309/+275 | |
| | ||||||
* | Update FAQ | Werner Koch | 2010-11-16 | 1 | -11/+35 | |
| | ||||||
* | Fix bug where scdaemon kills a non-daemon gpg-agent. | Werner Koch | 2010-11-11 | 5 | -8/+25 | |
| | ||||||
* | Add patches for EncFs | Werner Koch | 2010-11-10 | 2 | -0/+542 | |
| | ||||||
* | A merged changes | Werner Koch | 2010-11-08 | 2 | -1/+6 | |
| | ||||||
* | * pkclist.c (select_algo_from_prefs): Make sure the scores can't | David Shaw | 2010-10-29 | 2 | -17/+43 | |
| | | | | | | | | | | | | overflow when picking an algorithm (not a security issue since we can't pick something not present in all preference lists, but we might pick something that isn't scored first choice). * pkclist.c (select_algo_from_prefs): Slightly improve the handling of MD5 in preference lists. Instead of replacing MD5 with SHA-1, just remove MD5 from the list altogether, and let the next-highest ranked algorithm be chosen. | |||||
* | * gpg.texi (GPG Configuration Options): Clarify that show-photos | David Shaw | 2010-10-29 | 2 | -5/+12 | |
| | | | | | | doesn't work with --with-colons. --personal-digest-preferences does not have a default any longer. | |||||
* | Better support unsigned time_t | Werner Koch | 2010-10-27 | 8 | -26/+85 | |
| | ||||||
* | Honor TMPDIR. | Werner Koch | 2010-10-27 | 8 | -10/+51 | |
| | ||||||
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 11 | -209/+366 | |
| | ||||||
* | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 2010-10-26 | 18 | -569/+694 | |
| | ||||||
* | Remove cruft. | Werner Koch | 2010-10-21 | 6 | -34/+28 | |
| | | | | | Make --gen-revoke work | |||||
* | Fix last commit | Werner Koch | 2010-10-21 | 1 | -0/+2 | |
| | ||||||
* | Translate dirmngr strings | Werner Koch | 2010-10-21 | 6 | -112/+1706 | |
| | ||||||
* | Enable i18n for W32. | Werner Koch | 2010-10-20 | 5 | -1/+12 | |
| | ||||||
* | Make public key data structure easier to read. | Werner Koch | 2010-10-20 | 18 | -134/+222 | |
| | | | | | Check vor v1 card while signing. | |||||
* | Install the mo files on W32 platforms | Werner Koch | 2010-10-18 | 3 | -2/+82 | |
| |