History log of /openbsd-current/sbin/isakmpd/log.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.25 22-Dec-2008 hshoexer

mark log_fatal() and monitor_exit() as __dead, as they do not return.


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE
# 1.24 26-May-2005 moritz

add log_errorx() which doesn't print the errno value. ok hshoexer@


# 1.23 03-May-2005 hshoexer

provide log_fatalx() function, that does not print an error string (like err
vs. errx). Not used yet.

ok moritz@


# 1.22 08-Apr-2005 deraadt

USE_DEBUG is bye bye


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.21 23-May-2004 hshoexer

More KNF. Mainly spaces and line-wraps, no binary change.

ok ho@


# 1.20 15-Apr-2004 deraadt

partial move to KNF. More to come. This has happened because there
are a raft of source code auditors who are willing to help improve this
code only if this is done, and hey, isakmpd does need our standard
auditing process. ok ho hshoexer


Revision tags: OPENBSD_3_5_BASE
# 1.19 25-Feb-2004 hshoexer

Add and document configuration options Logverbose and Loglevel. As log.c now
depends on conf.c and some regression tests use log.c, add conf.c to
Makefiles where necessary.

ok ho@


# 1.18 19-Feb-2004 ho

With -d, SIGINT should do a clean shutdown.
Without -d, logs should be sent to syslog, level LOG_INFO.


# 1.17 16-Jan-2004 hshoexer

Added -v option. Enables logging of successful exchange completion.
ok ho@


# 1.16 13-Oct-2003 ho

Add a UI FIFO debug class. ok markus@ plus I think henning@


Revision tags: OPENBSD_3_4_BASE
# 1.15 03-Jun-2003 ho

Remove clauses 3 and 4. With approval from Niklas Hallqvist and
Niels Provos.


# 1.14 15-May-2003 ho

(c)


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.13 09-Jun-2002 todd

rm trailing whitespace


# 1.12 28-May-2002 ho

printf format __attribute__. From <greg@nest.cx>, slightly modified.


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.11 05-Oct-2001 ho

Extend the FIFO ui with the 'D A <level>' (to set all debug levels) and
'D T' (to toggle all logging on and off) commands. niklas@ ok.


Revision tags: OPENBSD_2_9_BASE
# 1.10 09-Apr-2001 ho

isakmpd can now capture un-encrypted IKE negotiation packets to a
file. In pcap(3) format, so tcpdump(8) can read it.
Idea by Tim Newsham <newsham@lava.net>, work by him and me.
Ok angelos@, niklas@


# 1.9 13-Mar-2001 ho

Add logging classes for Negotiation and Policy, and change a number of
debug messages to use these instead. Change a number of 'log_print'
to debug messages to keep the noise down. Use 'log_error' instead of
'log_print' in some cases when we have errno. Some indentation fixes.
(niklas@ ok)


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.8 07-Apr-2000 niklas

branches: 1.8.4;
init.c: Merge with EOM 1.25
log.h: Merge with EOM 1.19

author: ho
Add log_init().


# 1.7 25-Feb-2000 niklas

regress/crypto/Makefile: Merge with EOM 1.5
regress/dh/Makefile: Merge with EOM 1.7
regress/group/Makefile: Merge with EOM 1.9
regress/prf/Makefile: Merge with EOM 1.4
regress/rsakeygen/Makefile: Merge with EOM 1.8
regress/x509/Makefile: Merge with EOM 1.10
Makefile: Merge with EOM 1.62
attribute.c: Merge with EOM 1.10
sa.c: Merge with EOM 1.99
conf.c: Merge with EOM 1.20
crypto.c: Merge with EOM 1.28
isakmpd.c: Merge with EOM 1.45
connection.c: Merge with EOM 1.19
doi.h: Merge with EOM 1.28
field.c: Merge with EOM 1.11
exchange.c: Merge with EOM 1.116
ike_auth.c: Merge with EOM 1.44
pf_key_v2.c: Merge with EOM 1.37
ike_phase_1.c: Merge with EOM 1.22
ipsec.c: Merge with EOM 1.118
isakmp_doi.c: Merge with EOM 1.40
log.c: Merge with EOM 1.26
log.h: Merge with EOM 1.18
math_group.c: Merge with EOM 1.23
message.c: Merge with EOM 1.144
pf_encap.c: Merge with EOM 1.70
policy.c: Merge with EOM 1.18
timer.c: Merge with EOM 1.13
transport.c: Merge with EOM 1.41
udp.c: Merge with EOM 1.47
ui.c: Merge with EOM 1.37
x509.c: Merge with EOM 1.36

author: niklas
Made debug logging a compile time selectable feature


Revision tags: OPENBSD_2_6_BASE
# 1.6 19-Apr-1999 niklas

./log.h: Merge with EOM 1.17

Added classes LOG_SA and LOG_EXCHANGE, converted
many LOG_MISC to new classes, adjusted levels slightly.
More SA logging.

Move LOG_SIZE to log.h

Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes

I did not need to do this but... style nits

Add class and level to debug messages

1999 copyrights


Revision tags: OPENBSD_2_5_BASE
# 1.5 24-Mar-1999 niklas

Merge with EOM 1.11
s/LOG_PF_ENCAP/LOG_SYSDEP/


# 1.4 21-Dec-1998 niklas

Last months worth of work on isakmpd, lots done


# 1.3 17-Nov-1998 niklas

Add RCS Ids from the EOM repository


# 1.2 15-Nov-1998 niklas

openBSD RCS IDs


# 1.1 15-Nov-1998 niklas

branches: 1.1.1;
Initial revision