summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* If we're in callback mode, don't forget this fact when webrian2000-01-271-0/+2
* Actually ignore comments at the end of lines - broken with the commitbrian2000-01-271-1/+1
* Handle the availability of TUNSIFHEAD. If it's there, use it.brian2000-01-234-29/+63
* Use TUNSIFPID when we change our PID (if it exists).brian2000-01-213-1/+12
* Use AUTHLEN for the length of authnamebrian2000-01-171-1/+1
* Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interfacebrian2000-01-071-5/+7
* include stdlib.h (setproctitle() is prototyped there in OpenBSD)brian2000-01-071-0/+1
* Call serial devices ``cuaXX'' instead of ``cuaaX'' (in linebrian2000-01-072-2/+2
* .Bl -tag requires -width toobrian2000-01-072-2/+2
* Remove an unused #definebrian2000-01-071-12/+0
* Ensure that there's a bit of extra space in our buffer when it'sbrian2000-01-033-2/+26
* Increase M_MAXLEN from 2048 - sizeof struct mbuf tobrian1999-12-302-3/+3
* Add a few missing #includesbrian1999-12-303-0/+3
* Correct usages of getuid() and geteuid()brian1999-12-306-7/+7
* Mention that it's only necessary to escape the '-' in chat scriptsbrian1999-12-293-2/+4
* 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
OpenPOWER on IntegriCloud