summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2003-06-04Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, AngelosHakan Olsson
D. Keromytis and Niels Provos.
2003-06-04Remove 3 and 4 from the "license to use"Hakan Olsson
2003-06-04sanitize a bit. ok millert@Jolan Luff
2003-06-03Remove clause 3. Approved by niklas@ and Thomas Walpuski.Hakan Olsson
2003-06-03Obsolete.Hakan Olsson
2003-06-03Remove clauses 3 and 4. Approved by markus@ and niklas@.Hakan Olsson
2003-06-03Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos.Hakan Olsson
2003-06-03Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos.Hakan Olsson
2003-06-03Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos.Hakan Olsson
2003-06-03Remove clause 3.Hakan Olsson
2003-06-03Remove clause 3. Approved by niklas@Hakan Olsson
2003-06-03Remove clauses 3 and 4. With approval from Niklas Hallqvist andHakan Olsson
Niels Provos.
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-06-03Cleanup. Use 'sizeof variable' instead of magic constants.Hakan Olsson
2003-06-03process show options before ruleset reloadHenning Brauer
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-03Nuke terms 3 & 4.Tobias Weingartner
2003-06-03Kill clause 3 & 4 on some of my code.Tobias Weingartner
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02nuke clause 3 & 4Jason Wright
2003-05-30o timeout is int, not u_int32_tHenning Brauer
o reject negative timeouts ok jason@
2003-05-29forgotten machdep.userldt; from Tom CosgroveMichael Shalayeff
2003-05-26ignore longrun struct. eliminates a warningTed Unangst
2003-05-25must not run check_netmask() before remove_invalid_hosts() - binat case had itHenning Brauer
wrong for the redirection target. reported by jared r r spiegel <jrrs@ice-nine.org>
2003-05-24rename export to export_info for c++ safety. report by naddy@Ted Unangst
2003-05-24better netmask checkHenning Brauer
help canacar@ ok canacar@ cedric@
2003-05-24Properly reset buffers after each "table" command.Cedric Berger
More to come for the error case. ok henning@
2003-05-24tweak;Jason McIntyre
ok cedric@
2003-05-24syncCedric Berger
2003-05-23- typosJason McIntyre
- whitespace at EOL - new sentence, new line
2003-05-20typo;Jason McIntyre
2003-05-20tweak;Jason McIntyre
ok tedu@
2003-05-20turn on mount_ntfs. i386 only until we know it works somewhere elseTed Unangst
2003-05-20un __PTed Unangst
2003-05-20$OpenBSD$ tagsTed Unangst
2003-05-20mount_ntfs, from NetBSD via Julien BordetTed Unangst
2003-05-19print out the full netmask; don't just ignore the upper bits in the v4 caseHenning Brauer
helps finding assignment bugs.
2003-05-19reject invalid netmasks like 10.0.0.0/68, and fix up the netmask forHenning Brauer
dynaddr rules after we know the address family ok dhartmei@, inspired by a session with bob
2003-05-19all host() receivers have to test for NULLHenning Brauer
2003-05-19err out on obviously wrong netmasksHenning Brauer
2003-05-19if host() returns NULL, it is an error, so err the fuck out and don'tHenning Brauer
load bullshit
2003-05-19don't print altq en-/disabled - there's no point, you can't turn them onHenning Brauer
and off independently. so only complain if there's a real error. ok dhartmei@ pb@ camield@
2003-05-19style consistencyHenning Brauer
2003-05-19Use a decaying average for smoother rate estimates.Camiel Dobbelaar
ok henning dhartmei
2003-05-18Add some path sanitation; only permit write operations to /tmp,Hakan Olsson
/var/tmp and /var/run. Opens in /etc/isakmpd/ are read-only. Any other path is invalid. markus@ ok.
2003-05-18Style tweak.Hakan Olsson
2003-05-18Add a debug message to sa_reinit() to indicate when we renegotiateHakan Olsson
active connections.
2003-05-18indent here in the same way as in -vsr for consistencyHenning Brauer
2003-05-18in the pfctl -vsr output (-vvsr/-gvvsr as well), indent instead of extraHenning Brauer
newline. requested by markus@, dhartmei and myself agree