Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-12-06 | When you give command examples in a manual page prefix them with | Theo de Raadt | |
$ command or # command Depending on if is a regular user command, or root-only. Please? | |||
2001-12-05 | document -a better | Jason Wright | |
2001-12-05 | Correctly parse hex numbers. Spotted by Claudio Jeker. Closes PR 2234. | Daniel Hartmeier | |
2001-12-05 | documentation nits | Theo de Raadt | |
2001-12-04 | Support for the new uvm sysctls. | Artur Grabowski | |
2001-12-04 | do not open the device for writing if not needed to; millert@ ok & help | Michael Shalayeff | |
2001-12-03 | For nat, binat and rdr rules, don't allow different address families in | Daniel Hartmeier | |
one rule. pf can't translate IPv4 <-> IPv6 packets. Such rules didn't work, even if they were falsely accepted before. | |||
2001-12-03 | Change UI fifo open to O_RDWR to avoid problems on some OSes (such as | Hakan Olsson | |
FreeBSD). Reported by Tariq Rashid <tariq@inty.net>. | |||
2001-12-02 | remove some }; | Theo de Raadt | |
2001-12-02 | document tcpdump on pflog0 to make Theo happy and prove nroff can't kill you | Mike Frantzen | |
(but damn can it try) | |||
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-12-01 | remove unused variables | Theo de Raadt | |
2001-12-01 | remove unused variable; csapuntz ok | Theo de Raadt | |
2001-12-01 | use strtoul() instead of atoi() | Theo de Raadt | |
2001-12-01 | KNF | Theo de Raadt | |
2001-12-01 | fix headers | Theo de Raadt | |
2001-12-01 | wipe print_nat()'s nose (use dnot correctly instead of snot). i need to start | Mike Frantzen | |
naming variables 'bugger'. yes, thats what i'll do | |||
2001-11-30 | startkey goes away; okay deraadt@ | Niels Provos | |
2001-11-30 | remove pipe based interface; only support PF_KEY; okay deraadt@ | Niels Provos | |
2001-11-26 | add fastroute options similar to what is found in ipf | jasoni | |
ok dhartmei@, frantzen@ | |||
2001-11-22 | Nit. | Hakan Olsson | |
2001-11-21 | %qd -> %llu in a couple of other places | Hakan Olsson | |
2001-11-21 | Have sa_dump() also print SA lifetimes (for /var/run/isakmpd.report). | Hakan Olsson | |