Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |