History log of /openbsd/sbin/isakmpd/log.h (Results 1 – 25 of 25)
Revision Date Author Comments
# 37e8f898 22-Dec-2008 hshoexer <hshoexer@openbsd.org>

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


# fb53af81 26-May-2005 moritz <moritz@openbsd.org>

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


# 2c7c43b1 03-May-2005 hshoexer <hshoexer@openbsd.org>

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

ok moritz@


# 14bba3c6 08-Apr-2005 deraadt <deraadt@openbsd.org>

USE_DEBUG is bye bye


# 12f43dab 23-May-2004 hshoexer <hshoexer@openbsd.org>

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

ok ho@


# fb9475d6 15-Apr-2004 deraadt <deraadt@openbsd.org>

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

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

show more ...


# 4e2ad344 25-Feb-2004 hshoexer <hshoexer@openbsd.org>

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@


# a8478dd3 19-Feb-2004 ho <ho@openbsd.org>

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


# ce261536 16-Jan-2004 hshoexer <hshoexer@openbsd.org>

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


# 3e4dec8f 13-Oct-2003 ho <ho@openbsd.org>

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


# 4a2e0fb7 03-Jun-2003 ho <ho@openbsd.org>

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


# 14fdbdab 15-May-2003 ho <ho@openbsd.org>

(c)


# 401ae41b 09-Jun-2002 todd <todd@openbsd.org>

rm trailing whitespace


# 338f1400 28-May-2002 ho <ho@openbsd.org>

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


# 53544c47 05-Oct-2001 ho <ho@openbsd.org>

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.


# af729d73 09-Apr-2001 ho <ho@openbsd.org>

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@


# 29fc3887 13-Mar-2001 ho <ho@openbsd.org>

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' in

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)

show more ...


# 7918ad0a 07-Apr-2000 niklas <niklas@openbsd.org>

init.c: Merge with EOM 1.25
log.h: Merge with EOM 1.19

author: ho
Add log_init().


# 51ca15ae 25-Feb-2000 niklas <niklas@openbsd.org>

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: Mer

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

show more ...


# 48479d6e 19-Apr-1999 niklas <niklas@openbsd.org>

./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 alwa

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

show more ...


# ecf264fd 24-Mar-1999 niklas <niklas@openbsd.org>

Merge with EOM 1.11
s/LOG_PF_ENCAP/LOG_SYSDEP/


# 2b81057d 21-Dec-1998 niklas <niklas@openbsd.org>

Last months worth of work on isakmpd, lots done


# 01f1f88e 17-Nov-1998 niklas <niklas@openbsd.org>

Add RCS Ids from the EOM repository


# 1c3f8bde 15-Nov-1998 niklas <niklas@openbsd.org>

openBSD RCS IDs


# 2040585e 15-Nov-1998 niklas <niklas@openbsd.org>

Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by
Ericsson Radio Systems. It is not yet complete or usa

Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by
Ericsson Radio Systems. It is not yet complete or usable in a real scenario
but the missing pieces will soon be there. The early commit is for people
who wants early access and who are not afraid of looking at source.
isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so
far, so it is not that incomplete. It is really mostly configuration that
is lacking.

show more ...