Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -651/+0 | |
2009-07-07 | Minor bug fixes. | Werner Koch | 1 | -0/+3 | |
Enhanced function docs. | |||||
2009-05-19 | Fix possible system freeze on Mac OS X. | Werner Koch | 1 | -2/+2 | |
2009-05-19 | Remove testing cruft. | Werner Koch | 1 | -2/+2 | |
Typo fixes. | |||||
2009-03-25 | log file fixes. | Werner Koch | 1 | -12/+12 | |
2009-02-25 | Fixed a nasty bug in scdaemon which led to a card reset if the card was | Werner Koch | 1 | -2/+16 | |
inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging. | |||||
2008-10-15 | Made scdaemon more robust on Windows. | Werner Koch | 1 | -0/+4 | |
2008-03-20 | Fix a bug in the ambigious name detection. | Werner Koch | 1 | -3/+5 | |
Minor cleanups. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-11-20 | Made some PIN pads work. | Werner Koch | 1 | -1/+8 | |
Some cleanups for 64 bit CPUs. | |||||
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -15/+15 | |
2006-08-29 | See ChangeLogs | Werner Koch | 1 | -2/+10 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -2/+3 | |
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. | |||||
2005-02-03 | Forgot to commit the recent fixed to scd and logging - doing it now | Werner Koch | 1 | -28/+13 | |
2004-12-15 | A whole bunch of changes to allow building for W32. | Werner Koch | 1 | -5/+2 | |
2004-12-02 | First take on a W32 port | Werner Koch | 1 | -1/+3 | |
2004-11-23 | * b64enc.c: Include stdio.h and string.h | Werner Koch | 1 | -3/+7 | |
* gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon. | |||||
2004-10-22 | * logging.c (do_logv): Use set_log_stream to setup a default. | Werner Koch | 1 | -119/+185 | |
(log_set_file): Factored code out to .. (set_file_fd): .. New function to allow using a file descriptor. (log_set_fd): Make use of new fucntion. (fun_writer): Reworked. | |||||
2004-06-21 | (log_set_file): Do not close an old logstream if it | Werner Koch | 1 | -6/+7 | |
used to be stderr or stdout. | |||||
2004-05-05 | (log_set_file): Oops, don't close if LOGSTREAM is NULL. | Werner Koch | 1 | -1/+1 | |
2004-04-30 | * gpg-agent.c (parse_rereadable_options): New arg REREAD. Allow | Werner Koch | 1 | -1/+8 | |
changing oLogFile. (current_logfile): New. * logging.c (log_set_file): Make sure the log stream will be closed even if the stderr fileno will be assigned to a new socket. | |||||
2004-04-16 | * gpg-agent.c (main): Tell the logging code taht we are runnign | Werner Koch | 1 | -23/+54 | |
detached. * logging.h (JNLIB_LOG_WITH_PREFIX): Add constants for the flag values. * logging.c (log_set_prefix): New flag DETACHED. (fun_writer): Take care of this flag. (log_test_fd): New. | |||||
2003-12-16 | (writen, fun_writer, fun_closer): New. | Werner Koch | 1 | -6/+13 | |
(log_set_file): Add feature to log to a socket. (log_set_file, do_logv): Force printing with prefix and pid. | |||||
2003-12-16 | * configure.ac: Check for funopen and fopencookie as part of the | Werner Koch | 1 | -13/+168 | |
jnlib checks. * logging.c (writen, fun_writer, fun_closer): New. (log_set_file): Add feature to log to a socket. | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -3/+14 | |
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/+347 | |
2002-06-29 | Removed files for CVS reorganization | David Shaw | 1 | -241/+0 | |
2000-01-24 | Add files to new directory. | Werner Koch | 1 | -0/+241 | |
This is mainly stuff moved from ../util to here. |