Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson | |
2002-01-11 | use bsearch() for keywords lookup, swap couple of entries to make the ↵ | Michael Shalayeff | |
keywords array sorted and add a comment to keep it that way; dhartmei@ ok | |||
2002-01-11 | document new sysctl for vfs.nfs.norsvport | Nathan Binkert | |
2002-01-10 | Let port 0 be specified as it's not special here. | Hugh Graham | |
Agreement with Daniel and others. | |||
2002-01-09 | add ability to execute script or program after a module is | Eric Jackson | |
unloaded.. similar to modload. millert@ ok | |||
2002-01-09 | check&fix. Request from ericj@. | Mike Pechkin | |
o) start new sentence on a new line; o) .SYNOPSIS always have .Nm; | |||
2002-01-09 | Port must be >0 and <=65535. Idea while have fun with ssh. | Mike Pechkin | |
dhartmei@ ok | |||
2002-01-09 | free() 'interface' in {nat,binat,rdr}rule | Mike Pechkin | |
dhartmei@ ok | |||
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel Hartmeier | |
tags that will be used to tag packets later on). Add pfctl -z to clear per-rule counters. Add pfctl -s labels to output per-rule counters in terse format and only for rules that have labels. Suggested by Henning Brauer. | |||
2002-01-09 | symbol addresses should be relative | Eric Jackson | |
also, no need to read the aout header twice. actually this made symbol loading not work. millert@ ok | |||
2002-01-08 | oops, put back some earlier changes | Eric Jackson | |
2002-01-08 | rename symtab to not collide with symtab in modload.c | Eric Jackson | |
2002-01-08 | change back to old behavior, where we load debugging symbols by default. | Eric Jackson | |
2002-01-08 | add support in modload for ELF | Eric Jackson | |
from NetBSD miod@ ok. | |||
2002-01-08 | Add "no nat/rdr/binat" to nat.conf. The first matching rule applies. | Daniel Hartmeier | |
If it is a "no" rule, no translation occurs. Useful to exclude certain packets from translation. Suggested by Henning Brauer. | |||
2002-01-07 | u_long for arg for LMREADY | Eric Jackson | |
2002-01-07 | Next issue: | Mike Pechkin | |
af is always u_int8_t, not int; dhartmei@ ok | |||
2002-01-07 | remove 3rd argument from ipmask(), not used. | Mike Pechkin | |
dhartmei@ ok | |||
2002-01-06 | -x needs read-write access for DIOCSETDEBUG ioctl | Daniel Hartmeier | |
2002-01-05 | Documentation update. Adapted from NetBSD. | Thierry Deval | |
2002-01-04 | sync to reality. | Kjell Wooding | |
Note that the NT serial number is now whacked with an update, or -u Fix signature in example. Explicitly state the MBR signature (0xAA55) | |||
2002-01-04 | check (p != NULL), not n. | Mike Pechkin | |
dhartmei@ ok | |||
2002-01-04 | Remove references to the NT serial number. Now the first 0x1be | Kjell Wooding | |
bytes of the MBR are treated as code for the purposes of the (u)pdate command. This is consistent with the new -u flag. This means boot managers like BootEasy can now be written out correctly. Note that rewriting the MBR now whacks the NT serial number - a behavior that is consistent with the DOS FDISK /MBR. | |||
2002-01-03 | str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf | Hakan Olsson | |
2002-01-03 | strftime format fixes. From Christo Butcher <christo@fox-it.com>. | Hakan Olsson | |
2002-01-03 | Typo. | Hakan Olsson | |
2001-12-31 | only open device for writing if we gonna modify anything | Michael Shalayeff | |
2001-12-30 | NetBSD -> OpenBSD (Ox) | Brad Smith | |
2001-12-29 | Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame. | Thierry Deval | |
raidctl(8) man page update. ok drahn@, deraadt@ | |||
2001-12-23 | find correct line number in lval, instead of val | Theo de Raadt | |
2001-12-21 | Forwarding loops no longer a problem. | Angelos D. Keromytis | |
2001-12-21 | Finish mdoc convert (while i'm here): | Mike Pechkin | |
o) add arch name do .Dt tag; o) sort arguments in .SYNOPSIS and .DESCRIPTION; o) sort SEE ALSO; o) .BR -> .Em; o) .br -> .Pp; o) our email format is: .An ... Aq <...>; o) minor mdoc changes; millert@ ok; | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-16 | Provide a more useful error message if no mount_foo helper program can be | Miod Vallat | |
found. ok millert@ | |||
2001-12-16 | diagnostic incorrect; vlada@openbsd.cz | Theo de Raadt | |
2001-12-15 | KNF (A completely different idea) | Jason Wright | |
2001-12-15 | add support for creating span ports so that one can snoop a bridge | Jason Wright | |
from another interface/machine/network. | |||
2001-12-15 | Get this damn diff out of my tree. ok from weingart@, deraadt@ and others. | Kjell Wooding | |
Add a -u flag to fdisk which updates MBR code, but leaves the partition table intact. There are still issues with 'update' having different behavior, but I'll resolve those shortly | |||
2001-12-14 | unbreak comment. | Mike Pechkin | |
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-12-11 | Don't hang waiting for select() with SIGTERM + no active SAs. | Hakan Olsson | |
2001-12-11 | Proper error msg. | Hakan Olsson | |
2001-12-10 | Convert usage of 'you' to third person. Reword some sentences. | Daniel Hartmeier | |
2001-12-10 | Add stateful filtering for other (non-TCP/UDP/ICMP) protocol, based on | Daniel Hartmeier | |
source/destination addresses/ports only. Add RDR for ICMP. Add NAT/RDR/BINAT for other protocols. Destination and redirection port(s) are now optional for RDR rules. Not specifying destination port(s) means 'redirect all ports', not specifying redirection port(s) means 'redirect to the original port'. | |||
2001-12-10 | Add example on how to create FQDN certificates suitable for use with ↵ | Hakan Olsson | |
isakmpd. Requires an FQDN addition to /etc/ssl/x509v3.cnf | |||
2001-12-10 | Mention that SIGHUP will cause isakmpd to reread isakmpd.conf | Hakan Olsson | |
2001-12-10 | Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP). | Hakan Olsson | |
2001-12-10 | ESP and AH are now enabled. -permit == -bypass. Regroup 'flow' modifiers a bit. | Hakan Olsson | |
2001-12-08 | Don't unlink() the same thing twice, ok millert@ | Miod Vallat | |
2001-12-06 | document alpha machdep.* sysctl's | Eric Jackson | |