summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-06few more filesMichael Shalayeff
2006-10-06Sync with recent disklabel.h changes. Zap dkbad.Kenneth R Westerback
"Free commits" miod@
2006-10-06Remove explicit -fno-stack-protector now that the compiler workaround is inMiod Vallat
place.
2006-10-06Disable stack protector in OVERRIDE_OPTIONS regardless of the commandlineMiod Vallat
settings for now.
2006-10-06Sync with recent disksubr.c changes. Just some comments in this case.Kenneth R Westerback
"Free commits" miod@
2006-10-06safe to enter landiskTheo de Raadt
2006-10-06Enable pgt cardbus.Marcus Glocker
ok deraadt@
2006-10-06enable landisk MAKEDEV building laterTheo de Raadt
2006-10-06add landisk subdirsTheo de Raadt
2006-10-06control how deep the tree can be entered (for man pages)Theo de Raadt
2006-10-06Fix cardbus support for pgt(4). Tested with a Netgear WG511.Marcus Glocker
ok claudio@
2006-10-06w/ help of netbsd srcs and some mother unzel made it lift offMichael Shalayeff
2006-10-06import supah pieces from netbsdMichael Shalayeff
2006-10-06a few fixes to get thru the autoconfMichael Shalayeff
2006-10-06Incomplete bits for an OpenBSD/landisk port to the I/O DATA USL-5P appliances,Miod Vallat
mickey@ has the other part.
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
minor changes.
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
systems only; more work is necessary in ld land.
2006-10-06syncTheo de Raadt
2006-10-06Handle default 'flags S/SA keep state', 'no state' and 'flags any'.Ryan Thomas McBride
2006-10-06Print 'flags any' correctly and handle anchors.Ryan Thomas McBride
2006-10-06'no state' should only be printed on pass rules, though.Ryan Thomas McBride
2006-10-06Print out 'no state' when the rule is not stateful.Ryan Thomas McBride
2006-10-06these fixes got lost somehow;Jason McIntyre
2006-10-06missing fixes for STATEFUL INSPECTION;Jason McIntyre
2006-10-06kill trailing whitespace;Jason McIntyre
2006-10-06eliminate warnings on 64bit archsKurt Miller
2006-10-06Oops, flags S/SA doesn't work on fragments.Ryan Thomas McBride
2006-10-06Document the fact that 'flags S/SA keep state' is now the implicit default,Ryan Thomas McBride
as well as 'no state' and 'flags any' options. ok jmc@
2006-10-06Make 'flags S/SA keep state' the implicit for filter rules, based onRyan Thomas McBride
a suggestion from dhartmei@. Also add 'flags any' and 'no state' options to disable flag matching and stateful filtering respectively. IMPORTANT NOTE: Current rulesets will continue to load, but the behaviour may be slightly changed as these defaults are more restrictive. If you are purposefully filtering statelessly ('no state') or have a requirement to create states on intermediate packets ('flags any') you should update your ruleset to make use of the new keywords to explicitly request the behaviour. Note that creation of states from intermediate packets in a connection is not recommended, and will increasingly cause problems as more OSs enable window scaling and increase buffer sizes by default. ok dhartmei@ deraadt@ henning@
2006-10-06Coverity fixes backported from the heimdal cvs.Bjorn Sandell
ok beck@, No problem deraadt@
2006-10-06fix an exploitable integer overflow found by Chris Evans of GoogleDamien Miller
Security; ok deraadt
2006-10-06Exit when asked to here too. Spotted by Theo.Hugh Graham
2006-10-06regenBrad Smith
2006-10-06sys/resource.h needs sys/time.h; prompted by brad@Damien Miller
2006-10-06move Hitachi to the right position (numerical order).Brad Smith
2006-10-06regenMichael Shalayeff
2006-10-06a few hitachi productsMichael Shalayeff
2006-10-06syhncTheo de Raadt
2006-10-05Always allow read-only opens on (s)vnd devices, despite theThordur I. Bjornsson
type of the first open (svnd vs vnd). ok pedro@
2006-10-05Update to tzdata2006m from elsie.nci.nih.govTodd C. Miller
2006-10-05I somehow messed something up when I committed the previous change, soMichael Knudsen
the acpiac entry was put in as acpiec but still talked about power state.
2006-10-05Brazilian summer time rules for 2007, from Eduardo Alvarenga, okay beck@Pedro Martelletto
2006-10-05Zap more dead dot1x code.Marcus Glocker
ok claudio@
2006-10-05Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some moreMarcus Glocker
dot1x stuff spreaded around which needs to be removed. ok claudio@
2006-10-05Remove obsolete ioctl command.Marcus Glocker
ok claudio@
2006-10-05Reword sentence to fix grammar nit.Tom Cosgrove
ok jmc@
2006-10-05Zap dead routine pgt_80211_set().Marcus Glocker
ok claudio@
2006-10-05-iname is a primary, not an option. ok jmc@Otto Moerbeek
2006-10-05document -depth and -xdev: although we have options which do the same,Jason McIntyre
they are not included in posix; make the description of -follow match that of -depth and -xdev, especially since its option equivalent is preferred; ok otto
2006-10-05supply -indent to another display, to make the page match;Jason McIntyre
kill some trailing whitespace;