summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* Log the source of client connections to the diagnostic port.brian1997-12-171-8/+32
* If we've got a descriptor table that's bigger than anbrian1997-12-171-1/+12
* Allow random IP number allocation to peer.brian1997-12-131-2/+2
* Abstract the CCP layer a level.brian1997-12-031-42/+37
* Fix prototypes.brian1997-11-221-22/+38
* Fix interactive mode so that it doesn't require a passwd (again!).brian1997-11-181-1/+4
* DropClient() when read() returns 0 (as it did before).brian1997-11-181-2/+2
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-181-11/+4
* Don't SetLabel() 'till we've done the SelectSystem(). Thisbrian1997-11-171-13/+17
* Add id strings to tun.[ch].brian1997-11-171-2/+3
* Abstract data read from and written to the tun device,brian1997-11-161-3/+17
* Don't run if ppp.conf is writable.brian1997-11-131-1/+17
* Log a warning when a -direct invocation is denied.brian1997-11-131-1/+9
* Fix command logging (broken with the "allow" command).brian1997-11-131-9/+4
* Null commit: The last commit made some warning messages clearer.brian1997-11-131-1/+1
* Don't delete interface routes when we do an LcpDown.brian1997-11-131-4/+5
* Finish the security improvements:brian1997-11-111-46/+46
* Don't create a diagnostic socket by default.brian1997-11-091-6/+17
* Don't ask for a password if it's specified as empty.brian1997-11-091-2/+2
* Increase chat script sizes to 512brian1997-11-091-4/+2
* Introduce ID0 logging.brian1997-11-091-9/+7
* Don't pass global vars as args.brian1997-11-081-5/+5
* Introduce [local] to "set log [local] ...". This spitsbrian1997-11-041-5/+12
* o Bump version to 1.3 to reflect major changesbrian1997-10-291-5/+3
* Cosmetic (no functional changes):brian1997-10-261-42/+48
* sleep => nointr_sleepbrian1997-10-241-6/+6
* cosmetic:brian1997-10-161-1/+3
* Support VJ maximum slot identifiers != 15.brian1997-10-071-3/+3
* Correct the way the uucp lock file and the ttyXX.if lockbrian1997-09-221-22/+13
* It turns out that the following:brian1997-09-211-2/+1
* Don't close(1) in direct mode and then proceed tobrian1997-09-181-3/+4
* o Fix two unlikely descriptor leaks.brian1997-09-161-5/+6
* Install as group ``network''brian1997-09-041-38/+14
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-7/+7
* Remove use of login_progok()brian1997-08-311-9/+1
* Use login_progok().brian1997-08-271-38/+3
* Check the "prog.deny" login.conf capability andbrian1997-08-261-1/+44
* Lose a couple of extraneous backslashes.brian1997-08-251-5/+3
* Make the code format more in line with style(9).brian1997-08-251-244/+233
* Add "set loopback on|off", defaulting to "on".brian1997-08-211-1/+23
* Make HUP cause an exit (as it used to), and makebrian1997-07-011-5/+5
* Fix HUP handling while dialing.brian1997-06-291-3/+6
* Add "set server" to control the server socket.brian1997-06-251-60/+48
* Fix ~? output in "term" mode.brian1997-06-241-9/+9
* o Fix uptime for direct connections.brian1997-06-231-27/+15
* Handle redial tries correctly under -ddialbrian1997-06-171-10/+11
* Set netfd to STDOUT_FILENO rather than STDIN_FILENO.brian1997-06-161-2/+2
* Remove call to daemon(). Just call setsid() and closebrian1997-06-161-7/+10
* Sort out ppp over tcp:brian1997-06-111-13/+31
* Overhaul ppp:brian1997-06-091-140/+129
OpenPOWER on IntegriCloud