summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2001-08-02Declare prompt_vPrintf as being printf-link when __GNUC__ is definedbrian
2001-08-02Add a commentbrian
2001-08-02Formatting and whitespace cleanupbrian
2001-08-02Sync with FreeBSD (doesn't apply to obsd)brian
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-08-01another bad licence goes foom!Theo de Raadt
2001-08-01Fix loose vs. loseTodd C. Miller
2001-08-01Remove tokenctl and tokenls from SEE ALSO -- they don't existTodd C. Miller
2001-07-31New license from Xerox! This code is now FREE! Took a while and a lot ofTheo de Raadt
2001-07-31Don't include a NUL at the end of our CHAP SUCCESS packet.brian
2001-07-31shrink even moreTheo de Raadt
2001-07-31Remove an irritating diagnostic emitted to LogPHASE when abrian
2001-07-31When we receive a CHAP81 challenge response, we always expect the lastbrian
2001-07-31wrong section; six@stalphonsos.comTheo de Raadt
2001-07-30enable altq userland partsTheo de Raadt
2001-07-30cleanupTheo de Raadt
2001-07-30If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we'rebrian
2001-07-28If the peer sends a REQ without the IPADDR option, only reject itbrian
2001-07-27Wall cleanupPeter Valchev
2001-07-26Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference.brian
2001-07-25mdoc fixes; sync with KAME.Kenjiro Cho
2001-07-25We have to undo the changes to the 3rd party code, because it makesMike Pechkin
2001-07-23sync with latest kame. do not print yet-to-be-initialized interface.Jun-ichiro itojun Hagino
2001-07-20inherit BINDIR from ../Makefile.incMichael Shalayeff
2001-07-20we don't like:Mike Pechkin
2001-07-18reference 1.2 specsMichael Shalayeff
2001-07-17make it compileNiels Provos
2001-07-17Ignore (with a warning message) mtu/mru configurations that are greaterbrian
2001-07-14Silly bug in version detection: not having any dewey check does NOTMarc Espie
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
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-07-09sync with latest kame.Jun-ichiro itojun Hagino
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
2001-07-07When we miss one or more packets in stateful mode *and* need tobrian
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
2001-07-05order the optionsMichael Shalayeff
2001-07-05remove -d, fix manual, document -s option; mostly from Kevin Steves <stevesk@...Michael Shalayeff
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