summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-19log IP address also; ok markus@Kevin Steves
2002-09-19typo; cd@kalkatraz.deMarkus Friedl
2002-09-19Since isspace() considers \n to be a space we need to check for startTodd C. Miller
of line == \0, not \n after stripping leading blanks. Otherwise blank lines give an error. Noticed by marc@
2002-09-19relegate some verbose() to debug(); ok markus@Kevin Steves
2002-09-19bye byeHenning Brauer
2002-09-19bugzilla.mindrot.org #223 - ProxyCommands don't exit.Damien Miller
Patch from dtucker@zip.com.au; ok markus@
2002-09-19build sparc64 like sparc is built. includes config/xm-openbsd.hDale Rahn
ok miod@ tested by building gcc and building trampoline exec test.
2002-09-18Mark ELF ld.so as VTEXT to prevent the file from being overwritten.Dale Rahn
ok deraadt@ art@
2002-09-18We can jump to the fail: label before shellargp is initialized.Artur Grabowski
Make sure that we don't free random memory when that happens. From <j at pureftpd.org> deraadt@ ok
2002-09-18syncTheo de Raadt
2002-09-18Handle RFC2637 (PPTP defines an enhanced GRE... *sigh*)Jason Wright
2002-09-18Fully decode source routing elements defined in rfc1702Jason Wright
2002-09-18Rewrite from scratch: same basic functionality, but better license andJason Wright
knows how to skip routing info and process the rest of the packet.
2002-09-18don't install srm.conf, access.conf, srm.conf-dist and access.conf-distHenning Brauer
They are obsolete since years and empty anyway. ok theo
2002-09-18not good; back to old versionHenning Brauer
2002-09-18nicer english, use Packet Filter instead of packet filterHenning Brauer
work by nick@ and a bit nitpicking by me ok pb@
2002-09-18no point in limiting MaxRequestsPerChild on OpenBSDHenning Brauer
2002-09-18some cometics, correct SYNOPSISHenning Brauer
2002-09-18test port ranges in rdr rulesHenning Brauer
2002-09-18Fix trampoline issues, by making sure the right stack portion is PROT_EXEC.Marc Espie
tested by miod@, millert@ With comments from theo and mickey. ok miod@
2002-09-18test log keywords and log quick/quick log orderHenning Brauer
2002-09-18test return-rst(ttl number)Henning Brauer
2002-09-18test "set loginterface none"Henning Brauer
2002-09-18test af detection logic in nat and rdr rulesHenning Brauer
2002-09-18Don't forget to map the prom executable. Otherwise we'll have troubleArtur Grabowski
starting X after the prom has been bumped from the iTLB. matthieu@ jason@ ok.
2002-09-18From NetBSD and in line with recent local changes:Hugh Graham
: date: 2002/09/13 03:00:18; author: chuck; state: Exp; lines: +3 -3 : increase sc_maxxfer from 63K to 64K. otherwise fsck fails for : file systems with larger block sizes.
2002-09-18test antispoofHenning Brauer
2002-09-18new kind of pfctl regression tests:Henning Brauer
we have stuff we cannot test in our regression tests as of now as the pfctl -nvf output varies depending on the machine config - esp. network interfaces et all. But we can at least test wether pfctl eats the syntax. add a test for the "self" keyword. ok markus@
2002-09-18remove egp support; unresolved non-bsd license for a decoder of protocol thatJakob Schlyter
noone uses anymore is not worth the amount of work needed to be resolved.
2002-09-18mad typo, only null can take itMichael Shalayeff
2002-09-18no trspTheo de Raadt
2002-09-18no photurisdTheo de Raadt
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-18bye byeTheo de Raadt
2002-09-18Fix license and conformance with man page.Steve Murphree
2002-09-18add lofnJason Wright
2002-09-18add lofnJason Wright
2002-09-18Add lofn (working), and nofn (not working and commented out)Jason Wright
2002-09-18Write the operand registers with the correct endian (fortunately it just meansJason Wright
writing to a different window to swizzle the bytes)
2002-09-17It turns out that disabling selection timeout is not a good idea, onMiod Vallat
MVME177 at least. Restore previous behaviour.
2002-09-17indentTheo de Raadt
2002-09-17uncommit, since it breaks macppc libc. millert and miod have now said theyTheo de Raadt
did NOT approve those for commit. why did mickey feel he was ok to go commiting a set of diffs which had not been passed around and tested by people? we don't know. mickey, have you got something to say for yourself?
2002-09-17Allow user to restrict logs to be rotated by specifying pathnames onTodd C. Miller
the command line. The default is to rotate all files in newsyslog.conf
2002-09-17Add -F (force) flag; inspired by FreeBSDTodd C. Miller
2002-09-17use arc4random instead of /dev/arandom,Markus Friedl
allows RAND_poll after chroot, ok deraadt, fgsch
2002-09-17Add -a flag to specify a directory to store archived logs. Based onTodd C. Miller
changes I made years ago to a private version of newsyslog but with the option renamed to match FreeBSD. Note that unlike the FreeBSD -a flag, we don't automagically create the archive dir if it doesn't exist. OK deraadt@ and todd@
2002-09-17Set close on exec flag for file descriptors opened by kvm_open().Todd C. Miller
Inspired by NetBSD. deraadt@ and myself.
2002-09-17ansiTheo de Raadt
2002-09-17print out the ccr and rctrMichael Shalayeff
2002-09-17add ad1981a id; from hunter@dg.net.uaMichael Shalayeff