Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -1151/+0 | |
2010-02-26 | First batch of changes to support W32CE. | Werner Koch | 1 | -2/+12 | |
Note that jnlib/w32-reg.c is not yet ready. | |||||
2009-08-26 | Refactor new code. | Werner Koch | 1 | -38/+36 | |
2009-08-26 | Implement tilde expansion in the same was as 1.4. | Werner Koch | 1 | -43/+145 | |
2009-08-25 | New fucntions strconcat and xstrconcat. | Werner Koch | 1 | -1/+84 | |
2009-07-07 | Minor bug fixes. | Werner Koch | 1 | -13/+15 | |
Enhanced function docs. | |||||
2009-01-20 | Print more directories with gpgconf --list-dirs. | Werner Koch | 1 | -2/+2 | |
2008-11-11 | Minor cleanups. | Werner Koch | 1 | -1/+1 | |
2008-10-29 | Check that the socket is well and served by us. | Werner Koch | 1 | -44/+75 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -3/+5 | |
2008-06-26 | Start support of TCOS 3 cards. | Werner Koch | 1 | -2/+1 | |
Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | |||||
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -4/+27 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 1 | -1/+1 | |
New tool gpg-check-pattern. | |||||
2007-08-24 | tryu harder to ignore duplicate specified keyrings and -boxes. | Werner Koch | 1 | -2/+5 | |
Documentation updates. | |||||
2007-08-02 | Factored common gpgconf constants out | Werner Koch | 1 | -30/+55 | |
Fixed W32 compare_filenames | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-19 | Made percent_escape more general. | Werner Koch | 1 | -6/+20 | |
Added regression tests support to jnlib. W32 changes. | |||||
2007-06-18 | jnlib/ | Marcus Brinkmann | 1 | -1/+35 | |
2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -1/+1 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2007-01-25 | jnlib/ | Werner Koch | 1 | -0/+17 | |
* stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen. | |||||
2006-10-19 | Fixes | Werner Koch | 1 | -0/+12 | |
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -13/+62 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -14/+85 | |
2006-04-28 | Fix for sanitize string. Added SHA224 | Werner Koch | 1 | -7/+7 | |
2006-04-21 | Still merging 1.4.3 code back | Werner Koch | 1 | -3/+7 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -40/+57 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2004-12-13 | VArious hacks to make it at least build under W32. | Werner Koch | 1 | -9/+37 | |
* stringhelp.c (w32_strerror) [W32]: New. * w32-pth.c, w32-pth.h: Added real code written by Timo Schulz. Not finished, though. * gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo. | |||||
2004-08-18 | (print_sanitized_utf8_string): Actually implement | Werner Koch | 1 | -2/+3 | |
it. | |||||
2004-02-18 | (print_sanitized_buffer): Don't care about | Werner Koch | 1 | -5/+3 | |
non-ASCII characaters. (sanitize_buffer): Ditto. | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -9/+164 | |
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-01-09 | Updated from NewPG | Werner Koch | 1 | -0/+474 | |
2002-06-29 | Removed files for CVS reorganization | David Shaw | 1 | -219/+0 | |
2000-01-24 | Add files to new directory. | Werner Koch | 1 | -0/+219 | |
This is mainly stuff moved from ../util to here. |