Age | Commit message (Expand) | Author |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2011-04-16 | Allow -v (verbose logging) to work if a -D option is supplied. | Stuart Henderson |
2007-06-02 | safer snprintf construct with more paranoid length calculation | Peter Valchev |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
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 |
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 |
2004-11-08 | make lint happy and honor const. | Hans-Joerg Hoexer |
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 |
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 |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
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 |
2004-02-25 | Add and document configuration options Logverbose and Loglevel. As log.c now | Hans-Joerg Hoexer |
2004-02-19 | With -d, SIGINT should do a clean shutdown. | Hakan Olsson |
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer |
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 |
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 |
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson |
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 |
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 |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater portab... | Theo de Raadt |
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 |
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 |