summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove initial startup printf's in -direct mode.brian1997-06-011-5/+8
* Correct the return of DialModem()brian1997-05-291-2/+2
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-6/+8
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-241-5/+8
* Add SO_REUSEADDR socket opt in case the last telnetbrian1997-05-231-1/+2
* Use the latest alias engine - now in libalias.brian1997-05-231-5/+5
* Output exit status description of child in background mode.brian1997-05-191-3/+4
* Mega update to sort out bad implementationsbrian1997-05-191-51/+70
* Make openmode active by default (for both client/server).brian1997-05-171-5/+2
* Build pid_filename without a double slash.brian1997-05-141-5/+9
* Create ttyXX.if and tunX.pid irrespective ofbrian1997-05-111-23/+24
* Add a ttyXX.if file in /var/run that points tobrian1997-05-101-9/+19
* Tidy up the code - bounds checking, returnbrian1997-05-101-26/+23
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofache1997-05-041-6/+2
* Add a reconnect capability directing ppp to re-establishbrian1997-04-211-3/+17
* Make the next number redial ability configurable. Thebrian1997-04-141-15/+15
* Make -background option attempt each phone number at mostbrian1997-04-131-3/+8
OpenPOWER on IntegriCloud