summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of `const's and fix a typo.brian1999-12-2716-26/+30
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-277-33/+34
* Don't bother fork()ing after closing a ctty if ppp is about tobrian1999-12-231-0/+10
* Understand double-quotes anywhere on a command line in the samebrian1999-12-233-18/+14
* Correct warning about unindented commands when the unindented commandbrian1999-12-231-27/+34
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-227-17/+20
* Fix my '#'-at-end-of-lines change, spammed by a subsequent commit.brian1999-12-201-3/+10
* Use getpwuid()->pw_dir instead of $HOME when expanding ``~''.brian1999-12-201-10/+6
* Use getpwuid() instead of getlogin() in ``allow users''.brian1999-12-201-4/+5
* Add missing linefeed.brian1999-12-201-1/+1
* Cosmetic: clean up some parenthesis confusionbrian1999-12-201-10/+5
* Handle comments at the end of lines.brian1999-12-203-25/+44
* Notice and warn about unterminated quoted strings in commands.brian1999-12-2013-44/+100
* Implement mbuf allocation internally by maintaining 8 buckets ofbrian1999-12-205-21/+82
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-2030-519/+527
* Learn to do pointer arithmatic (doh!)brian1999-12-181-1/+1
* Handle PPPoPTY correctly.brian1999-12-131-2/+2
* Be careful not to re-initialise `struct stat' while it still hasbrian1999-12-033-26/+42
* Change the way we transfer links (again). The previousbrian1999-11-303-43/+88
* depricated -> deprecated + mention the -alias flag status in README.changesbrian1999-11-292-4/+7
* Don't try to do a DIALOUT in -direct mode or if there's no phonebrian1999-11-281-5/+12
* Make -foreground a proper option (allowing ``allow mode foreground'',brian1999-11-286-11/+16
* Allow extended pap success messages by believing in the PAP headersbrian1999-11-261-4/+27
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-2615-76/+173
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-2512-134/+205
* Don't setuid() 'till we've called ID0setproctitle()brian1999-11-231-1/+1
* Call MkSockNode() as uid 0brian1999-11-213-1/+22
* Don't compile NETGRAPH out of ppp for the release crunchbrian1999-11-201-3/+3
* Update the time delta of the first item in TimerList beforebrian1999-11-191-1/+8
* Fix ``set proctitle'' by using setproctitle().brian1999-11-176-20/+34
* Remove some extraneous ifdefs, and don't try to put the socket inbrian1999-11-161-21/+1
* Use modfind() to check if a kld is already loaded.brian1999-11-164-24/+14
* Don't insist on 4 digit umasks in ``set server''.brian1999-11-133-20/+12
* Make the meaning of the provider part of the PPPoE device spec clearer.brian1999-11-132-8/+6
* Oops, netgraph.o -> ether.o for the RELEASE build.brian1999-11-111-2/+2
* If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,brian1999-11-091-1/+1
* Don't recurse into datalink_UpdateSet() afterbrian1999-11-092-4/+6
* Correct the ``-unix X'' parsing (last time I only correctedbrian1999-11-091-1/+2
* Be a bit smarter when identifying a netgraph nodebrian1999-11-091-55/+9
* Don't treat -unit as a mode flag when counting mode flags.brian1999-11-091-0/+1
* Add an empty netgraph.o when building a release to keep thebrian1999-11-091-2/+2
* Don't zero-pad netgraph node idsbrian1999-11-071-4/+4
* Support PPPoEbrian1999-11-0622-133/+1087
* Introduce ``set logout''; another chat script. This is in preparationbrian1999-10-257-32/+73
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.brian1999-10-253-42/+8
* Manually create a correct(*) entry in wtmp when logging out a PPPoTCP orbrian1999-10-212-4/+45
* If we're running ppp -direct over a tcp or udp connection,brian1999-10-211-1/+10
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want tobrian1999-10-211-2/+4
* Add the -unit command line switch for specifying the tun device.brian1999-10-196-48/+120
* Correct a few diagnosticsbrian1999-10-161-3/+3
OpenPOWER on IntegriCloud