dirmngr (6 files)

[email protected] Tue, 28 Sep 2004 14:27:27 +0200
Newsgroups gmane.comp.encryption.gpg.aegypten.cvs
Message-ID <[email protected]>
    Date: Tuesday, September 28, 2004 @ 14:27:27
  Author: werner
    Path: /cvs/aegypten/dirmngr

Modified: ChangeLog NEWS TODO config.guess config.sub configure.ac

* config.guess, config.sub: Updated. 

* stringhelp.c (print_sanitized_utf8_string): Actually implement
it.

* logging.c (log_set_file): Do not close an old logstream if it
used to be stderr or stdout.

* 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.

* 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.

* stringhelp.c (print_sanitized_buffer): Don't care about
non-ASCII characaters.
(sanitize_buffer): Ditto.

* Makefile.am: Replaced INCLUDES by AM_CPPFLAGS.

* argparse.c (strusage): Changed default copyright year to 2004.

* gpg-error.m4, ksba.m4, libgcrypt.m4: Updated.


--------------+
 ChangeLog    |    6 
 NEWS         |    8 +
 TODO         |    2 
 config.guess |  343 ++++++++++++++++++++++++++++++++++-----------------------
 config.sub   |  171 ++++++++++++++++++++--------
 configure.ac |    4 
 6 files changed, 350 insertions(+), 184 deletions(-)