summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2002-01-03str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintfHakan Olsson
2002-01-03strftime format fixes. From Christo Butcher <christo@fox-it.com>.Hakan Olsson
2002-01-03Typo.Hakan Olsson
2001-12-31only open device for writing if we gonna modify anythingMichael Shalayeff
2001-12-30NetBSD -> OpenBSD (Ox)Brad Smith
2001-12-29Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame.Thierry Deval
raidctl(8) man page update. ok drahn@, deraadt@
2001-12-23find correct line number in lval, instead of valTheo de Raadt
2001-12-21Forwarding loops no longer a problem.Angelos D. Keromytis
2001-12-21Finish 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-21Initial 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-16Provide a more useful error message if no mount_foo helper program can beMiod Vallat
found. ok millert@
2001-12-16diagnostic incorrect; vlada@openbsd.czTheo de Raadt
2001-12-15KNF (A completely different idea)Jason Wright
2001-12-15add support for creating span ports so that one can snoop a bridgeJason Wright
from another interface/machine/network.
2001-12-15Get 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-14unbreak comment.Mike Pechkin
2001-12-13o) 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-11Don't hang waiting for select() with SIGTERM + no active SAs.Hakan Olsson
2001-12-11Proper error msg.Hakan Olsson
2001-12-10Convert usage of 'you' to third person. Reword some sentences.Daniel Hartmeier
2001-12-10Add stateful filtering for other (non-TCP/UDP/ICMP) protocol, based onDaniel 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-10Add 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-10Mention that SIGHUP will cause isakmpd to reread isakmpd.confHakan Olsson
2001-12-10Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP).Hakan Olsson
2001-12-10ESP and AH are now enabled. -permit == -bypass. Regroup 'flow' modifiers a bit.Hakan Olsson
2001-12-08Don't unlink() the same thing twice, ok millert@Miod Vallat
2001-12-06document alpha machdep.* sysctl'sEric Jackson
2001-12-06When you give command examples in a manual page prefix them withTheo de Raadt
$ command or # command Depending on if is a regular user command, or root-only. Please?
2001-12-05document -a betterJason Wright
2001-12-05Correctly parse hex numbers. Spotted by Claudio Jeker. Closes PR 2234.Daniel Hartmeier
2001-12-05documentation nitsTheo de Raadt
2001-12-04Support for the new uvm sysctls.Artur Grabowski
2001-12-04do not open the device for writing if not needed to; millert@ ok & helpMichael Shalayeff
2001-12-03For nat, binat and rdr rules, don't allow different address families inDaniel Hartmeier
one rule. pf can't translate IPv4 <-> IPv6 packets. Such rules didn't work, even if they were falsely accepted before.
2001-12-03Change UI fifo open to O_RDWR to avoid problems on some OSes (such asHakan Olsson
FreeBSD). Reported by Tariq Rashid <tariq@inty.net>.
2001-12-02remove some };Theo de Raadt
2001-12-02document tcpdump on pflog0 to make Theo happy and prove nroff can't kill youMike Frantzen
(but damn can it try)
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-12-01remove unused variablesTheo de Raadt
2001-12-01remove unused variable; csapuntz okTheo de Raadt
2001-12-01use strtoul() instead of atoi()Theo de Raadt
2001-12-01KNFTheo de Raadt
2001-12-01fix headersTheo de Raadt
2001-12-01wipe print_nat()'s nose (use dnot correctly instead of snot). i need to startMike Frantzen
naming variables 'bugger'. yes, thats what i'll do
2001-11-30startkey goes away; okay deraadt@Niels Provos
2001-11-30remove pipe based interface; only support PF_KEY; okay deraadt@Niels Provos
2001-11-26add fastroute options similar to what is found in ipfjasoni
ok dhartmei@, frantzen@
2001-11-22Nit.Hakan Olsson
2001-11-21%qd -> %llu in a couple of other placesHakan Olsson
2001-11-21Have sa_dump() also print SA lifetimes (for /var/run/isakmpd.report).Hakan Olsson