summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-07-17Ignore (with a warning message) mtu/mru configurations that are greaterbrian
than the maximum physical values.
2001-07-14Silly bug in version detection: not having any dewey check does NOTMarc Espie
mean check went okay. In fact, if we only have exact versions to match against, we don't want to match... Ouch.
2001-07-13-DINET6 was missingKenjiro Cho
2001-07-13flags set in signal handlers should be volatile sig_atomic_tTodd C. Miller
2001-07-13Perform MSS fixups on incoming packets as well as outgoing.brian
2001-07-11since Feb'99 uid_end is 2147483647, not 32000.Mike Pechkin
millert@ ok
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-07-09sync with latest kame.Jun-ichiro itojun Hagino
- a memory leak - correct timer value - wording fixes in manpage rtsock.c is omitted for simplicity, as it is not meaningful on openbsd.
2001-07-09remove extraneous bracesPaul Janzen
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09Staticise SHA1_End()brian
2001-07-09Oops, groff still doesn't do more than 8 args :(brian
2001-07-09Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.brian
2001-07-07clarify & highlightJakob Schlyter
2001-07-07Don't try to dereference the -1th ccp algorithm array entry when webrian
open CCP with no algorithm.
2001-07-07When we miss one or more packets in stateful mode *and* need tobrian
perform a key change, *and* our sequence numbers have wrapped, ensure that the number of key changes is calculated correctly. The previous code counted down from a negative number to zero, re-encrypting the current key on each iteration - this took some time and strangely enough got the answer wrong !!! Spell stateful correctly while I'm here.
2001-07-07cleanup and knf, some are from Kevin Steves <stevesk@pobox.com>Michael Shalayeff
2001-07-06cleanup and knfMichael Shalayeff
2001-07-06max uid should be 2147483647, not 2147483648.Mike Pechkin
problem report from: Chris Cameron <chris@UpNIX.com> millert@ ok
2001-07-05order the optionsMichael Shalayeff
2001-07-05remove -d, fix manual, document -s option; mostly from Kevin Steves ↵Michael Shalayeff
<stevesk@pobox.com>
2001-07-05Fix typos found by Andrew Hoerter. Closes PR#1922.Kenneth R Westerback
2001-07-04check for nul bytes on the end of an option buffer, since windows 2000Bob Beck
erroneously puts them into hostname and the like returned by a dhcp server.
2001-07-04Make the last fix work properly on descriptors 1 and 2 (not just 0)brian
2001-07-04no you are wrong aain, get the hell off the this crusade!Michael Shalayeff
2001-07-04cleanup; itojun & jasoniTheo de Raadt
2001-07-04fix historyjasoni
2001-07-04however, this is how we do the history section, dudeMichael Shalayeff
2001-07-04apm appeared in NetBSD 1.3, not OpenBSD 1.2.jasoni
2001-07-04Handle any of descriptors 0, 1 or 2 being closed when we'rebrian
envoked -- don't use them (as return values from open()), then (say) close(STDIN_FILENO) when daemonising. This is done by grabbing 3 descriptors to /dev/null at startup and releasing them after we've daemonised.
2001-07-03Reduce the interface MTU by 2 when MPPE has been successfully negotiated.brian
This is necessary because MPPE will combine the protocol id with the payload received on the tun interface, encrypt it, then prepend its own protocol id, effectively increasing the payload by two bytes.
2001-07-03Don't accept chap80lm by default - it doesn't work.brian
2001-07-03Silence some gcc warningsbrian
2001-07-03ENODEV -> EOPNOTSUPP to make this work. beck@ ok.Tobias Weingartner
2001-07-02-Wall cleanup; ok millert@jasoni
2001-07-02link with all required librariesTheo de Raadt
2001-06-30faith(4) is now documented in RFC3142.Jun-ichiro itojun Hagino
2001-06-29typosMarc Espie
2001-06-27don't die if IPV6 isn't there, so that this will work even withBob Beck
kernels without IPV6 support.
2001-06-27import ALTQ userland tools from KAME.Kenjiro Cho
2001-06-27Fix an inverted test; FreeBSDbrian
2001-06-27incorrect .Xr useTheo de Raadt
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-27"IPSec" -> "IPsec" (jsyn@nthought.com)Angelos D. Keromytis
2001-06-26fix PFRES_MAX handlingTheo de Raadt
2001-06-26array of counters indexed by reason codesTheo de Raadt
2001-06-26print reason sub codes.Niels Provos
2001-06-26print reason nr and text.Niels Provos
2001-06-26print out reason code, unless it is just a matchNiels Provos
2001-06-25interpret DLT_PFLOGNiels Provos