aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (log_set_file): Oops, don't close if LOGSTREAM is NULL.Werner Koch2004-05-052-1/+5
|
* * gpg-agent.c (parse_rereadable_options): New arg REREAD. AllowWerner Koch2004-04-302-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 runnignWerner Koch2004-04-163-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 aboutWerner Koch2004-02-182-5/+9
| | | | | | non-ASCII characaters. (sanitize_buffer): Ditto.
* Replaced INCLUDES by AM_CPPFLAGS.Werner Koch2004-02-122-3/+9
|
* * argparse.c (strusage): Changed default copyright year to 2004.Werner Koch2004-01-162-2/+6
|
* (initialize): Replaced use of non-literal formaWerner Koch2003-12-172-15/+22
| | | | | args. Suggested by Florian Weimer.
* (writen, fun_writer, fun_closer): New.Werner Koch2003-12-162-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 theWerner Koch2003-12-162-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-2Werner Koch2003-11-174-22/+67
|
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-122-9/+18
|
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-1813-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 NewPGWerner Koch2003-01-0918-0/+3105
|
* Removed files for CVS reorganizationDavid Shaw2002-06-2915-2268/+0
|
* Removed the libgcrypt stuff and started to modify the source to work withWerner Koch2000-12-191-3/+2
| | | | | that external library.
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-144-8/+43
|
* See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner KochWerner Koch2000-01-311-1/+1
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-0/+14
|
* Add files to new directory.Werner Koch2000-01-2414-0/+2220
This is mainly stuff moved from ../util to here.