aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* Correct the way the uucp lock file and the ttyXX.if lockBrian Somers1997-09-221-22/+13
* It turns out that the following:Brian Somers1997-09-211-2/+1
* Don't close(1) in direct mode and then proceed toBrian Somers1997-09-181-3/+4
* o Fix two unlikely descriptor leaks.Brian Somers1997-09-161-5/+6
* Install as group ``network''Brian Somers1997-09-041-38/+14
* Cosmetic: Make LogPrintf() calls consistent.Brian Somers1997-08-311-7/+7
* Remove use of login_progok()Brian Somers1997-08-311-9/+1
* Use login_progok().Brian Somers1997-08-271-38/+3
* Check the "prog.deny" login.conf capability andBrian Somers1997-08-261-1/+44
* Lose a couple of extraneous backslashes.Brian Somers1997-08-251-5/+3
* Make the code format more in line with style(9).Brian Somers1997-08-251-244/+233
* Add "set loopback on|off", defaulting to "on".Brian Somers1997-08-211-1/+23
* Make HUP cause an exit (as it used to), and makeBrian Somers1997-07-011-5/+5
* Fix HUP handling while dialing.Brian Somers1997-06-291-3/+6
* Add "set server" to control the server socket.Brian Somers1997-06-251-60/+48
* Fix ~? output in "term" mode.Brian Somers1997-06-241-9/+9
* o Fix uptime for direct connections.Brian Somers1997-06-231-27/+15
* Handle redial tries correctly under -ddialBrian Somers1997-06-171-10/+11
* Set netfd to STDOUT_FILENO rather than STDIN_FILENO.Brian Somers1997-06-161-2/+2
* Remove call to daemon(). Just call setsid() and closeBrian Somers1997-06-161-7/+10
* Sort out ppp over tcp:Brian Somers1997-06-111-13/+31
* Overhaul ppp:Brian Somers1997-06-091-140/+129
* Remove initial startup printf's in -direct mode.Brian Somers1997-06-011-5/+8
* Correct the return of DialModem()Brian Somers1997-05-291-2/+2
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-6/+8
* Fix the reconnect option, and add an explanation to vars.hBrian Somers1997-05-241-5/+8
* Add SO_REUSEADDR socket opt in case the last telnetBrian Somers1997-05-231-1/+2
* Use the latest alias engine - now in libalias.Brian Somers1997-05-231-5/+5
* Output exit status description of child in background mode.Brian Somers1997-05-191-3/+4
* Mega update to sort out bad implementationsBrian Somers1997-05-191-51/+70
* Make openmode active by default (for both client/server).Brian Somers1997-05-171-5/+2
* Build pid_filename without a double slash.Brian Somers1997-05-141-5/+9
* Create ttyXX.if and tunX.pid irrespective ofBrian Somers1997-05-111-23/+24
* Add a ttyXX.if file in /var/run that points toBrian Somers1997-05-101-9/+19
* Tidy up the code - bounds checking, returnBrian Somers1997-05-101-26/+23
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofAndrey A. Chernov1997-05-041-6/+2
* Add a reconnect capability directing ppp to re-establishBrian Somers1997-04-211-3/+17
* Make the next number redial ability configurable. TheBrian Somers1997-04-141-15/+15
* Make -background option attempt each phone number at mostBrian Somers1997-04-131-3/+8
* Only wait for the redial timeout when the last phone number in theBrian Somers1997-04-121-9/+20
* Ignore SIGPIPE or any user can quit ppp just telnetting to itAndrey A. Chernov1997-04-091-9/+16
* Closes pr 2711Brian Somers1997-03-131-10/+25
* Requested by: Harlan Stenn <Harlan.Stenn@pfcs.com>Brian Somers1997-03-131-3/+3
* Reviewed by: ache@freebsd.orgBrian Somers1997-03-131-13/+17
* Don't waste time scanning tun_in+10 descriptors, scan exactly whatAndrey A. Chernov1997-03-101-22/+33
* I remove pending signals completely, they are not useless, they areAndrey A. Chernov1997-03-091-14/+9
* Unpend fault signals like SIGSEGV, etcAndrey A. Chernov1997-03-081-4/+4
* Unpend all killing signals to shut down this thing immediately,Andrey A. Chernov1997-03-081-5/+5
* osreldate.h stuff suggested by: Eivind EklundBrian Somers1997-02-251-1/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1