Age | Commit message (Expand) | Author |
2004-06-14 | added a missing message_free(). | Hans-Joerg Hoexer |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-06-12 | Fix table add/replace commands with securelevel=2. | Cedric Berger |
2004-06-12 | Make route show output similar to netstat -r output. | Claudio Jeker |
2004-06-11 | typo in comment | Brad Smith |
2004-06-10 | Work around an uncovered gcc problem on m88k until it receives proper cure. | Miod Vallat |
2004-06-10 | rename struct pf_rule_addr member 'not' to 'neg', as 'not' is a reserved | Daniel Hartmeier |
2004-06-10 | Mark authenticated messages explicitly. Better check for authentication before | Hans-Joerg Hoexer |
2004-06-09 | Fix IPv4 name->address translation. Addresses like "10.1000" will not be | Cedric Berger |
2004-06-09 | Style nits. hshoexer@ ok | Hakan Olsson |
2004-06-09 | only accept DELETEs during an authenticated INFORMATIONAL exchange. | Hans-Joerg Hoexer |
2004-06-09 | correct mistake in usage(). Chris Pinnock | Jun-ichiro itojun Hagino |
2004-06-06 | - wording | Jason McIntyre |
2004-06-06 | add new "-src" and "-srcmask" modifiers to make it possible to add a source | Cedric Berger |
2004-06-06 | Style (KNF, 80c). No binary change. | Hakan Olsson |
2004-06-06 | 64bit int fixes | Ted Unangst |
2004-06-03 | fall back to "nobody" when the _dhcp user is not available, theo bob ok | Henning Brauer |
2004-06-02 | remove unused BIO-functions. | Hans-Joerg Hoexer |
2004-05-30 | interface description, tweaked by deraadt and jcs; | Jason McIntyre |
2004-05-30 | various improvements and fixes from jared yanovich; | Jason McIntyre |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
2004-05-29 | Changes from Andrey Matveev: | Todd C. Miller |
2004-05-29 | memory leak; andrushock@korovino.net | Theo de Raadt |
2004-05-27 | plug memleak in error path | Henning Brauer |
2004-05-27 | Rule parser improvements: line numbers, no nl at eof, handling of lines | Otto Moerbeek |
2004-05-26 | do not leak fd on error path. | Hans-Joerg Hoexer |
2004-05-24 | Use correct function names in log messages. Kill some spaces. | Hans-Joerg Hoexer |
2004-05-23 | use strtonum instead of atoi; dhartmei ok | Theo de Raadt |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer |
2004-05-23 | remove excessive monitor_ prefixes | Theo de Raadt |
2004-05-23 | stat before open is flawed | Theo de Raadt |
2004-05-23 | greater care with arguments | Theo de Raadt |
2004-05-23 | support deletion of tcpmd5 SAs and add regress tests; ok hshoexer, deraadt | Markus Friedl |
2004-05-23 | unbreak ipcomp; report davidkrause; ok hshoexer@ | Markus Friedl |
2004-05-23 | do not free before going to exit path; andrushock@korovino.net | Theo de Raadt |
2004-05-21 | Use '/' instead of ':' as separator for anchor path components. Note that | Daniel Hartmeier |
2004-05-20 | Typo from Jared Yanovich phirerunner@comcast.net | Marco Peereboom |
2004-05-20 | bzero() ifr before use, From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-05-19 | Permit symbolic protocol and service names, such as "Protocol= tcp", in the | Hakan Olsson |
2004-05-18 | Backout changes accidentally committed in prvious commit. | Otto Moerbeek |
2004-05-18 | Trailers are really wonders of the past. Remove them from man page and | Otto Moerbeek |
2004-05-15 | Fix two byte overflow when printing unknown sockaddrs. OK cedric@ | Claudio Jeker |
2004-05-14 | unbreak, interpret cpi and spi values as hex even if not preceded by 0x. | Jason Ish |
2004-05-14 | Some more KNF, no binary change. | Hans-Joerg Hoexer |
2004-05-13 | provide a siginfo handler for -q run; idea from art's todo; millert@ ok | Michael Shalayeff |
2004-05-13 | fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net> | Michael Shalayeff |
2004-05-13 | don't leave this file open, ok henning@ | Peter Stromberg |
2004-05-13 | when trying to rewrite the lease file, and if the lease file is already | Henning Brauer |
2004-05-13 | Extensions to the FIFO interface: | Hakan Olsson |