summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic: Test for comment lines after the lenght has been established.brian1997-12-211-4/+2
* Allow multiple (comma seperated) devices on the "set device" line.brian1997-12-216-51/+81
* Cosmetic: Tidy up.brian1997-12-211-19/+12
* Mention that leading whitespace is ignored when identifying comments.brian1997-12-212-4/+6
* Zero struct sockaddr_??s before filling them in.brian1997-12-212-2/+6
* Allow leading whitespace before '#' when identifying comments.brian1997-12-211-1/+3
* Correct the "how to find out if the line is up" example.brian1997-12-211-2/+2
* Cosmetic: Remove blank lines, add .Pp where necessary.brian1997-12-212-698/+92
* Add a copyright and license statement, at the request of Jordan.sef1997-12-201-1/+33
* Never create the destination directory at install time.bde1997-12-201-60/+12
* Handle the ``maintenance'' case better.bde1997-12-191-11/+19
* Reset our "ifaddr" to zero if the "set ifaddr" fails inbrian1997-12-191-2/+4
* If the peer asks for IP 0.0.0.0, choose an IP ourselvesbrian1997-12-191-2/+3
* Install sysctl in /sbin. It is used in some cases in network_pass1(),bde1997-12-181-0/+4
* Replacebrian1997-12-183-6/+9
* "No reply from ppp" -> "Connection closed".brian1997-12-181-2/+2
* Don't log the actual password when command-loggingbrian1997-12-183-5/+42
* Don't depend on a u_long being 32 bits.brian1997-12-171-6/+9
* char filename[200] => char filename[MAXPATHLEN]brian1997-12-171-2/+2
* Log the source of client connections to the diagnostic port.brian1997-12-171-8/+32
* Remove useless comparison.brian1997-12-171-3/+1
* If we've got a descriptor table that's bigger than anbrian1997-12-171-1/+12
* o Log ******** instead of the actual password for "set authkey"brian1997-12-174-43/+197
* Add -Wno-unused so that ``make world'' can complete successfully.wollman1997-12-172-4/+4
* BSDify.bde1997-12-172-32/+0
* Don't use LDDESTDIR. Just put the -L arg in LDADD.bde1997-12-175-31/+29
* Use the default LIBOWN, etc. instead of clobbering the defaults to bin,bde1997-12-171-26/+12
* LIBOWN -> BINOWN, etc. There are no libraries here.bde1997-12-171-3/+2
* Use the default LIBOWN, etc. instead of clobbering the defaults to bin,bde1997-12-171-4/+1
* Fixed missing DPADD by removing empty LDADD.bde1997-12-171-1/+0
* Fixed building with NOSHARED=YES. libncurses depends on libmytinfo butbde1997-12-171-3/+3
* Remove an unnecessary (and wrong) cast.brian1997-12-171-2/+2
* Fix a potential overflow where, if the label passed on the commandbrian1997-12-172-5/+6
* Typo alert (cosmetic).jraynard1997-12-161-1/+1
* Fixed DPADD.bde1997-12-167-7/+14
* Fixed DPADD.bde1997-12-162-4/+6
* Wrap long linesbrian1997-12-162-8/+10
* Correct return values from alias routines.brian1997-12-152-14/+18
* Use LogWARN for command usage messages and unrecognisedbrian1997-12-152-4/+4
* Do 2 passes when "delete all"ing. The first pass removesbrian1997-12-151-28/+54
* Oops, I forgot to set `cflag' in some cases when initializing theyokota1997-12-151-3/+7
* Oops..The default behaviour should be *not* to log all succeededguido1997-12-131-2/+2
* Fix a segmentation violation that happened if "auth" was in thejdp1997-12-131-2/+3
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-131-5/+3
* Allow random IP number allocation to peer.brian1997-12-1318-143/+504
* Fixed printing of and comparison with d_typename[]. It is not alwaysbde1997-12-121-5/+8
* MF22 (oops, I committed it to the wrong tree yesterday).bde1997-12-121-23/+23
* Fixed the usual multiplication overflow bug in an lseek() offset calculation.bde1997-12-111-2/+3
* Merged from Lite2 (fix misformattings in copyright).bde1997-12-111-4/+4
* Fix some style bugs.guido1997-12-102-9/+10
OpenPOWER on IntegriCloud