summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1998-01-15yet another typoNiklas Hallqvist
1998-01-15typoNiklas Hallqvist
1998-01-14feed tar the -p option to retain set[ug]id bits, this was dueNiklas Hallqvist
1998-01-14Free our input mbuf when the FCS is good (oops, memory leak).brian
1998-01-14Lose __libalias_version.brian
1998-01-12Fix bug in yp_maplist_host. -mojMats O Jansson
1998-01-11Lose <net/if_var.h> (was a FreeBSD brokenness) !brian
1998-01-11Make things work when sizeof(long) != 32 (hopefully)brian
1998-01-11Remember any number of interface names.brian
1998-01-11Remove includes of if_var.h and in_var.hbrian
1998-01-11Allow 6 byte interface names (for >tun99)brian
1998-01-10Pause according to the redial setting when dialing manually.brian
1998-01-10Implement Reset{Req,Ack} properly, as per rfc 1962.brian
1998-01-08Zap any addresses on the network side of the `tun' as soonbrian
1998-01-08Fix some problems with xfr of secure maps. Problem reported byMats O Jansson
1998-01-06Correct the return value of ReportProtStatus() ("show proto").brian
1998-01-05o Allow the use of HISADDR as the first arg to "add".brian
1998-01-04Make it clear that using "add ...." in ppp.conf whenbrian
1998-01-04Don't scribble on the stack if our input packet isbrian
1998-01-04Initialize CcpInfo protocols to -1 (none, not OUI).brian
1998-01-03more oflows; we should just delete this thingTheo de Raadt
1997-12-30Allow "set device" to close the open modem if we're inbrian
1997-12-30Typo in error message.brian
1997-12-30Use inet_aton() before gethostbyname()brian
1997-12-30Allow "add! dst mask gw" (note the ``!'') to do anbrian
1997-12-29Don't complain that someone's changed the clock unless the timebrian
1997-12-29Show how much time is left before timing out in thebrian
1997-12-29sysctl ddb.panic_ddb; felix@mamba.pond.sub.orgTheo de Raadt
1997-12-28Don't expect select() to adjust the passed time when it'sbrian
1997-12-28Initialize mbuf::pnext.brian
1997-12-28If a packet causes a dial, continue to test whether it'sbrian
1997-12-28Allow initial sequence numbers less than what we're expecting.brian
1997-12-27Write to the routing socket as uid 0. It's not good enoughbrian
1997-12-27Show who closes the diagnostic connection.brian
1997-12-27Remove bogus timeout code in Receive().brian
1997-12-27Allow (and document) execution of commands from withinbrian
1997-12-24Correct copyright.brian
1997-12-24Cosmetic (style):brian
1997-12-24Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !brian
1997-12-23make it more obvious why pmap_set syslogs happenTheo de Raadt
1997-12-23strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian
1997-12-22handle timing normally except when clock jumps between 1 and 3 hours. If itTheo de Raadt
1997-12-22Don't forget to ntohs(sin.sin_port) (DUH!)brian
1997-12-21Add (BSD) copyright headersbrian
1997-12-21Cosmetic: Test for comment lines after the lenght has been established.brian
1997-12-21Allow multiple (comma seperated) devices on the "set device" line.brian
1997-12-21Mention that leading whitespace is ignored when identifying comments.brian
1997-12-21Zero struct sockaddr_??s before filling them in.brian
1997-12-21Index: systems.cbrian
1997-12-21cleanTheo de Raadt