aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-2/+2
* o If there's a session leader left running for a descriptorBrian Somers1998-05-297-16/+43
* Some documentation corrections & typo fixes....Brian Somers1998-05-297-180/+217
* o Make modes consistent throughout ppp. The same strings are usedBrian Somers1998-05-297-98/+90
* srandomdev() isn't available in all 2.* versions. OnlyBrian Somers1998-05-291-2/+2
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-287-117/+170
* o Don't forget to close our transfer socket if we cannotBrian Somers1998-05-287-19/+50
* Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address.Julian Elischer1998-05-281-14/+33
* Don't assume stdout is a tty in interactive modeBrian Somers1998-05-272-18/+26
* Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage().Dag-Erling Smørgrav1998-05-272-15/+12
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+1
* o Only do the /bin/cat bit when we're transferring our ctty.Brian Somers1998-05-252-5/+5
* Give correct times with old wtmp files.Steve Price1998-05-251-2/+3
* o Don't try to transfer tty device descriptors as there's no way ofBrian Somers1998-05-255-32/+128
* Merge updates from 2.2Jordan K. Hubbard1998-05-248-26/+28
* Sync documentation with 2.2 updates.Jordan K. Hubbard1998-05-246-15/+12
* Fix Anders Email address.Steve Price1998-05-241-1/+1
* Add a fuller-featured Norwegian keycap entry.Steve Price1998-05-241-6/+23
* Add chkgrp, a small utility for checking for syntax errors in groupDag-Erling Smørgrav1998-05-243-0/+220
* Add chkgrpDag-Erling Smørgrav1998-05-241-3/+3
* Loosely document the '-s' commandline option.Steve Price1998-05-241-1/+7
* Add 'newsyslog.conf' to the list of files to not clobberSteve Price1998-05-241-1/+2
* Show the link mode in `show links'.Brian Somers1998-05-231-3/+4
* Oops - patch failed in last commit ????Brian Somers1998-05-231-7/+1
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-2315-239/+222
* o Make sure we adjust our min seq and process any outstanding queuedBrian Somers1998-05-234-12/+46
* o If all CCPs are disabled & denied, don't send a REQ - just enterBrian Somers1998-05-234-5/+21
* Don't give .It too many args.Brian Somers1998-05-212-4/+4
* Remove -Wpointer-arithBrian Somers1998-05-211-2/+2
* o Add some missing #includesBrian Somers1998-05-212-2/+6
* MFMP: Make ppp multilink capable.Brian Somers1998-05-2195-9201/+16517
|\
| * Don't accept IPCP packets before NETWORK phase.Brian Somers1998-05-214-11/+19
| * o Add `set autoload'. You can now set the minimum and maximumBrian Somers1998-05-214-94/+340
| * o Set utmp::ut_host to getenv("CONNECT"). Mgetty setsBrian Somers1998-05-211-2/+6
| * Don't bring the interface down with the last link when we'reBrian Somers1998-05-191-2/+3
| * Close some file descriptors.Brian Somers1998-05-193-6/+8
| * o Indicate which commands require context and which have optionalBrian Somers1998-05-192-85/+105
| * Talk about multilink pppBrian Somers1998-05-181-9/+181
| * Check the MP server in bundle_IsSet().Brian Somers1998-05-171-1/+4
| * Don't log the password in ``set server''.Brian Somers1998-05-161-2/+7
| * Add the `rename' command for renaming links.Brian Somers1998-05-166-7/+65
| * Always add! all sticky routes in route_Change so thatBrian Somers1998-05-161-3/+1
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-1516-75/+207
| * o Call bundle_LinkClosed() when transferring a datalink so thatBrian Somers1998-05-157-26/+81
| * o Activate link-level CCPs in multilink mode, by bringing themBrian Somers1998-05-158-53/+100
| * Add support for devices beginning with ``!'', where we executeBrian Somers1998-05-132-15/+77
| * o Call unidentifyable devices "unknown" rather than "stdin".Brian Somers1998-05-121-3/+5
| * o Do an mp_Down() when aborting ppp.Brian Somers1998-05-113-6/+9
| * o Protect against expected NULL fdset pointers.Brian Somers1998-05-106-11/+51
| * Don't `clone' links with existing names.Brian Somers1998-05-102-9/+17