summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-08-11update license. ok from author (John LoVerso).Jakob Schlyter
2001-08-11If waitpid() returns -1, check for EINTRTodd C. Miller
2001-08-11cleanup; ok millertPeter Valchev
2001-08-10Change copyright to BSD-style copyright.brian
Ok'd by: Gabor Kincses <gabor@acm.org>
2001-08-10pass -WallTodd C. Miller
2001-08-10Add file flag support to mtree from henning@crackinghacking.deTodd C. Miller
with man page update and minor tweaks by me.
2001-08-09sync, simplify, etc. slstats -i is now called -w, like pppstatsTheo de Raadt
2001-08-09Grrr...here it is.Jason Peel
2001-08-09add m4 preprocessing based on enabled features; ok brian@, inputJason Peel
from todd@
2001-08-08grammar; from bk@rt.fmJason Peel
2001-08-08rewrite signal handlers to be race-safe. rewrite USC/ISI code I thinkTheo de Raadt
sufficiently so that there is nothing in there that doesn't look like any generic select loop from stevens. The FD_SET code remains overflowable... next thing to fix..
2001-08-08put a kjc copyright on thisTheo de Raadt
2001-08-08do not free unallocated memory, PR#1989Jakob Schlyter
2001-08-06a few more files that should be munged on clean.Brad Smith
2001-08-06inet_[ap]ton result must be compared against 1 (== 1 or != 1).Jun-ichiro itojun Hagino
2001-08-06do not use inet_addrTheo de Raadt
2001-08-05Make manual match source string.Hugh Graham
Spotted by Heikki Korpela.
2001-08-03Open files with O_NONBLOCK but turn off non-blocking mode forTodd C. Miller
non-ttys. If write(2) returns EAGAIN just ignore the error and move on. This prevents a locked terminal from causing syslogd grief. If we ever want to support logging to a fifo this will probably have to be revisited.
2001-08-03fix typo; jcs@rt.fmTheo de Raadt
2001-08-03Move .include <bsd.obj.mk> right after bsd.own.mk.Federico G. Schwindt
2001-08-03fix building w/o objJakob Schlyter
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
millert@ ok
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
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
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
mails, but it is worth it.
2001-07-31Don't include a NUL at the end of our CHAP SUCCESS packet.brian
When encryption (MPPE) is enabled, WindowsME and Windows98 both fail because of the extra byte, suggesting that they autheticated successfully in their log and then dropping the connection, telling the user that the peer doesn't support compatible encryption options.
2001-07-31shrink even moreTheo de Raadt
2001-07-31Remove an irritating diagnostic emitted to LogPHASE when abrian
static proxy arp entry is deleted. Rename a function (for consistency) and remove some whitespace (for readability).
2001-07-31When we receive a CHAP81 challenge response, we always expect the lastbrian
byte of the packet to contain '\0'. Windows 98 gets this wrong, dropping garbage into the last byte and failing authentication. Now, we notice this and whinge to our log file that we're compensating for the corrupt data.
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
doing PPPoE and the default MRU is therefore too big.
2001-07-28If the peer sends a REQ without the IPADDR option, only reject itbrian
once. If they repeat the request (again without the IPADDR option) ACK it.
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
upgrading those components hell. Tip of the day: Don't commit without confirmation.
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
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
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
than the maximum physical values.