Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-11-17 | oops | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-14 | Points to disklabel | Marc Espie | |
ok theo. | |||
2001-11-14 | fix a typo, from Daniel Lucq <daniel@lucq.org>, tested on: | Michael Shalayeff | |
> (0) a SCSI disk with a working OpenBSD install > (1) a SCSI disk with cleared first sector (dd if=/dev/zero) > (2) an IDE disk with a working OpenBSD install > (3) an IDE disk with cleared first sector | |||
2001-11-13 | make setting ipx frame type work; from Ian McWilliam <ianm@cit.uws.edu.au> | Michael Shalayeff | |
2001-11-13 | show they are commands | Theo de Raadt | |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-11-07 | Add MacOS X for Intel (or Darwin for Intel, or whatever the correct | Miod Vallat | |
name is) partition ID. ok millert@ mickey@ | |||
2001-11-06 | No sir, our sysctls are defined in uvm headers now. | Miod Vallat | |
2001-11-06 | fix compiler warning for INADDR_ALLROUTERS_GROUP; goeran@cdg.chalmers.se | Jakob Schlyter | |
2001-11-06 | Don't Xref old inexistant manpages. | Marc Espie | |
2001-11-05 | No need to vm_param.h here. | Artur Grabowski | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |