gsti/src (9 files)
cvs user werner
cvs at cvs.gnupg.org
Mon Jul 19 11:29:11 CEST 2004
Date: Monday, July 19, 2004 @ 11:29:11
Author: werner
Path: /cvs/wk/gsti/src
Modified: ChangeLog auth.c fsm.c gsti.h kex.c logging.c packet.c utils.c
utils.h
* utils.h: Include gsti.h. Pass context to _gsti_dump_object.
* utils.c (_gsti_dump_object): Use log_debug and not log_info. Add
new CTX arg. Changed all caller to apss a context.
(_gsti_print_string): Add arg CTX. Changed all callers.
* packet.c (_gsti_packet_read, _gsti_packet_write)
(print_disconnect_msg): Reformat messages. Add new arg CTX.
(print_debug_msg): Ditto.
* gsti.h: New log level GSTI_LOG_ERROR.
* logging.c (_gsti_logv): Implement it.
(_gsti_log_err): Use it here. Removed ERR arg and changed all
callers o ise strerror directly. This is more straightforward
than to pass ERR.
* fsm.c (logrc): Removed and repalced by straight logging calls.
-----------+
ChangeLog | 18 ++++++++
auth.c | 14 +++---
fsm.c | 55 +++++++++++++-------------
gsti.h | 1
kex.c | 80 ++++++++++++++++++++++----------------
logging.c | 9 +---
packet.c | 124 +++++++++++++++++++++++++++++++++++++++++++-----------------
utils.c | 56 +++++++++++++++------------
utils.h | 30 +++++++-------
9 files changed, 240 insertions(+), 147 deletions(-)
More information about the Gnupg-commits
mailing list