Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (log_set_file): Oops, don't close if LOGSTREAM is NULL. | Werner Koch | 2004-05-05 | 2 | -1/+5 |
| | |||||
* | * gpg-agent.c (parse_rereadable_options): New arg REREAD. Allow | Werner Koch | 2004-04-30 | 2 | -1/+13 |
| | | | | | | | | | 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. | ||||
* | * gpg-agent.c (main): Tell the logging code taht we are runnign | Werner Koch | 2004-04-16 | 3 | -25/+70 |
| | | | | | | | | | | | 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. | ||||
* | (print_sanitized_buffer): Don't care about | Werner Koch | 2004-02-18 | 2 | -5/+9 |
| | | | | | | non-ASCII characaters. (sanitize_buffer): Ditto. | ||||
* | Replaced INCLUDES by AM_CPPFLAGS. | Werner Koch | 2004-02-12 | 2 | -3/+9 |
| | |||||
* | * argparse.c (strusage): Changed default copyright year to 2004. | Werner Koch | 2004-01-16 | 2 | -2/+6 |
| | |||||
* | (initialize): Replaced use of non-literal forma | Werner Koch | 2003-12-17 | 2 | -15/+22 |
| | | | | | args. Suggested by Florian Weimer. | ||||
* | (writen, fun_writer, fun_closer): New. | Werner Koch | 2003-12-16 | 2 | -6/+14 |
| | | | | | | (log_set_file): Add feature to log to a socket. (log_set_file, do_logv): Force printing with prefix and pid. | ||||
* | * configure.ac: Check for funopen and fopencookie as part of the | Werner Koch | 2003-12-16 | 2 | -13/+173 |
| | | | | | | | | jnlib checks. * logging.c (writen, fun_writer, fun_closer): New. (log_set_file): Add feature to log to a socket. | ||||
* | Preparing for 1.9.2 release.V1-9-2 | Werner Koch | 2003-11-17 | 4 | -22/+67 |
| | |||||
* | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 2003-11-12 | 2 | -9/+18 |
| | |||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 13 | -46/+840 |
| | | | | | | | | | | | 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. | ||||
* | Updated from NewPG | Werner Koch | 2003-01-09 | 18 | -0/+3105 |
| | |||||
* | Removed files for CVS reorganization | David Shaw | 2002-06-29 | 15 | -2268/+0 |
| | |||||
* | Removed the libgcrypt stuff and started to modify the source to work with | Werner Koch | 2000-12-19 | 1 | -3/+2 |
| | | | | | that external library. | ||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 4 | -8/+43 |
| | |||||
* | See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner Koch | Werner Koch | 2000-01-31 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -0/+14 |
| | |||||
* | Add files to new directory. | Werner Koch | 2000-01-24 | 14 | -0/+2220 |
This is mainly stuff moved from ../util to here. |