Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-18 | Make this better reflect reality; OK and with help from Cedric | Todd C. Miller | |
2004-06-17 | Yet another bunch of memleask found and fixed by Patrick Latifi. Thanks! | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-17 | Plug a memleak. Found and fixed (and some cleanup) by Patrick Latifi. | Hans-Joerg Hoexer | |
Thanks! ok ho@ | |||
2004-06-17 | Evaluate result of X509_verify_cert() more carefully. | Hans-Joerg Hoexer | |
ok cloder@ | |||
2004-06-16 | Fix wrong pointer dereference and plug memleak. Found and patch by | Hans-Joerg Hoexer | |
Patrick Latifi. Thanks! ok ho@ | |||
2004-06-16 | fix ipv6-address and ipv6-address-mask mixup. | Hans-Joerg Hoexer | |
Found by Patrick Latifi. Thanks! ok ho@ | |||
2004-06-16 | Fix -S flag with new show code. ok claudio@ | Cedric Berger | |
2004-06-15 | Cleanup last commit here: | Todd C. Miller | |
- pass netname4() a struct sockaddr_in * and check it for NULL - netname6() already deals with NULL mask so remove unneeded check in netname() OK deraadt@ | |||
2004-06-15 | do not crash on 'route flush' | Theo de Raadt | |
2004-06-15 | also use MSG_AUTHENTICATED flag. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-14 | Remove unused functions. ok beck@ henning@ | Cedric Berger | |
2004-06-14 | avoid stat before open | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-14 | added a missing message_free(). | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson | |
2004-06-12 | Fix table add/replace commands with securelevel=2. | Cedric Berger | |
Reported by James J. Lippard. ok otto@ | |||
2004-06-12 | Make route show output similar to netstat -r output. | Claudio Jeker | |
OK cedric@ millert@ | |||
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 | |
keyword in C++. ok henning@, cedric@ | |||
2004-06-10 | Mark authenticated messages explicitly. Better check for authentication before | Hans-Joerg Hoexer | |
deleteing SAs. This fix is needed to solve the problems reported by Thomas Walpuski, previous diff was not sufficient. Pointed out by Thomas. Thanks! ok ho@ niklas@, testing and spellcheck by todd@ msf@ | |||
2004-06-09 | Fix IPv4 name->address translation. Addresses like "10.1000" will not be | Cedric Berger | |
accepted anymore, but constructs like "route add 10.1.2/24 <gw>" will finally do the right thing. ok millert@ | |||
2004-06-09 | Style nits. hshoexer@ ok | Hakan Olsson | |
2004-06-09 | only accept DELETEs during an authenticated INFORMATIONAL exchange. | Hans-Joerg Hoexer | |
Fix for recent problem disclosed by Thomas Walpuski. ok ho@ | |||
2004-06-09 | correct mistake in usage(). Chris Pinnock | Jun-ichiro itojun Hagino | |
2004-06-06 | - wording | Jason McIntyre | |
- simplify some displays | |||
2004-06-06 | add new "-src" and "-srcmask" modifiers to make it possible to add a source | Cedric Berger | |
selector part to the routing table entry. complements existing "-dst" and "-dstmask". typical use: route add -src 20.20.20.22 20.20.20.21 route add -src 192.168.1.0/24 -dst 192.168.2.0/24 20.20.20.21 useful for example to implement symetrical routing on multihomed boxes, or to better select which packets to send to gif/tun/... tunnels. new '-S' flag similar to netstat one. ok deraadt@ mcbride@ | |||
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 | |
ok markus@ ho@ | |||
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 | |
descriptions, configurable with ifconfig help from various, ok deraadt@ | |||
2004-05-29 | Changes from Andrey Matveev: | Todd C. Miller | |
o only include socket.h once o use errx() not err() where appropriate o close the socket we opened o bzero struct ifreq before use | |||
2004-05-29 | memory leak; andrushock@korovino.net | Theo de Raadt | |
2004-05-27 | plug memleak in error path | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2004-05-27 | Rule parser improvements: line numbers, no nl at eof, handling of lines | Otto Moerbeek | |
with too many tokens. Based on diff from Jared Yanovich. ok tdeval@ deraadt@ | |||
2004-05-26 | do not leak fd on error path. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-05-24 | Use correct function names in log messages. Kill some spaces. | Hans-Joerg Hoexer | |
ok deraadt@ ho@ | |||
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 | |
ok ho@ | |||
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 | |
the parser now needs quotes around paths containing separators. ok mcbride@ | |||
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 | |