Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek | |
have multiple bits set, which leads to surprising results. Spotted by/partly from Paul Stoeber, more to come. ok ho@ miod@ hshoexer@ | |||
2005-05-26 | add log_errorx() which doesn't print the errno value. ok hshoexer@ | Moritz Jodeit | |
2005-05-03 | provide log_fatalx() function, that does not print an error string (like err | Hans-Joerg Hoexer | |
vs. errx). Not used yet. ok moritz@ | |||
2005-04-08 | USE_DEBUG is bye bye | Theo de Raadt | |
2005-04-08 | nat-traversal always | Theo de Raadt | |
2005-04-08 | privsep always | Theo de Raadt | |
2005-04-08 | kill HAVE_PCAP | Theo de Raadt | |
2005-04-04 | spacing; ok cloder | Theo de Raadt | |
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer | |
ok cloder henning | |||
2004-11-08 | make lint happy and honor const. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-08-08 | spacing | Theo de Raadt | |
2004-06-25 | Narrow down privsep interface. Remove ui_init to monitor. So we can get rid of | Hans-Joerg Hoexer | |
monitor_mkfifo. Work in progress. ok ho@ | |||
2004-06-21 | Don't write too much IKE data in packet capture | Hakan Olsson | |
2004-06-21 | Packet capture should add the ESP-marker when NAT-T is active. | Hakan Olsson | |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson | |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt | |
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 | |||
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson | |
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer | |
ok ho@ deraadt@ markus@ | |||
2004-02-25 | Add and document configuration options Logverbose and Loglevel. As log.c now | Hans-Joerg Hoexer | |
depends on conf.c and some regression tests use log.c, add conf.c to Makefiles where necessary. ok ho@ | |||
2004-02-19 | With -d, SIGINT should do a clean shutdown. | Hakan Olsson | |
Without -d, logs should be sent to syslog, level LOG_INFO. | |||
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer | |
ok ho@ | |||
2003-12-14 | Log the actual port for src and dst, don't assume it's always 500. | Hakan Olsson | |
2003-11-06 | Style nits. | Hakan Olsson | |
2003-06-10 | boring cleanups | Theo de Raadt | |
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson | |
Niels Provos. | |||
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson | |
2003-05-18 | More isakmpd privsep work. X509 private keys are now kept in the privileged | Hakan Olsson | |
process only. Various cleanup and bugfixes. markus@ ok | |||
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson | |
There are some kinks left, so keep it default disabled for now. markus@ says ok to commit. | |||
2002-08-08 | Append to the packet log file, don't overwrite. Requested by pb@. | Hakan Olsson | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-05-10 | Use DLT_LOOP instead of DLT_NULL for pcap, to keep track of changes in | Hakan Olsson | |
tcpdump(8). This repairs the '-L' (cleartext packet capture) option. | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson | |
2002-01-03 | str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf | Hakan Olsson | |
2001-10-05 | Extend the FIFO ui with the 'D A <level>' (to set all debug levels) and | Hakan Olsson | |
'D T' (to toggle all logging on and off) commands. niklas@ ok. | |||
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-08-18 | careful with snprintf() == -1; ho, provos | Theo de Raadt | |
2001-07-10 | (c)-2001 | Hakan Olsson | |
2001-07-10 | Rewrite packet capture to handle IPv6 addresses. | Hakan Olsson | |
2001-07-10 | htonl() for null.null_family, ok niels@, ho@ | Markus Friedl | |
2001-04-15 | Style. | Hakan Olsson | |
2001-04-09 | isakmpd can now capture un-encrypted IKE negotiation packets to a | Hakan Olsson | |
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@ | |||
2001-01-27 | (c) 2001 | Niklas Hallqvist | |
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2000-12-12 | pids are useful in syslog; ok angelos@ | Todd T. Fries | |
2000-10-07 | Merge with EOM 1.30 | Niklas Hallqvist | |
author: niklas no need for sysdep.h in here. This promotes reuse of the log module in other environments author: ho (c)-2000 | |||
2000-08-03 | Merge with EOM 1.28 | Niklas Hallqvist | |
author: niklas From OpenBSD: be paranoid about the syslog format parameter | |||
2000-06-29 | use %s when calling syslog | Theo de Raadt | |
2000-04-07 | Merge with EOM 1.27 | Niklas Hallqvist | |
author: ho Add log_init() to properly initialize log_output variable. |