summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7cvs2svn1998-07-245-301/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-07-203-0/+137
* Version 1.65 -> 1.7Brian Somers1998-07-061-3/+3
* Cosmetic: u_long -> u_int32_tBrian Somers1998-06-2810-31/+32
* Cosmetic (under FreeBSD):Brian Somers1998-06-271-10/+10
* Cosmetic MFC:Brian Somers1998-06-278-23/+20
* MFC: Don't depend on sizeof(u_long) == 4.Brian Somers1998-06-261-5/+5
* MFC: DISTRIBUTION=desBrian Somers1998-06-261-1/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-06-201-0/+91
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-06-131-0/+73
* MFC: Correct arg hackBrian Somers1998-06-121-4/+3
* Use a width of 0 rather than 32 when HISADDR is 0.0.0.0.Brian Somers1998-06-071-4/+5
* MFC: Fix previous commit. bit 1 is the execute bit, not the read bit *blush*Brian Somers1998-06-071-2/+2
* MFC: Make ppp world-readable so that root can get at it overBrian Somers1998-06-071-2/+2
* MFC: Close forgotten descriptor.Brian Somers1998-05-191-1/+4
* MFC: Quieten gcc-2.8.1Brian Somers1998-04-253-8/+13
* MFC: Fix diagnostic.Brian Somers1998-04-251-2/+2
* Typo fix.Steve Price1998-03-161-2/+2
* MFC: Correct #ifdef for __FreeBSD__ < 3Brian Somers1998-03-131-2/+3
* MFC:Brian Somers1998-03-134-45/+65
* MFC: purely cosmetic changes grouped in one commit.Jordan K. Hubbard1998-03-092-3/+11
* MFC: Explicitly call `caused' an `int'.Brian Somers1998-03-081-2/+2
* MFC: Use the correct device name in -direct mode.Brian Somers1998-03-061-16/+12
* MFC: Allow 8 character login names.Brian Somers1998-02-195-27/+57
* MFC: LogWARN rather than LogERROR when we can't createBrian Somers1998-02-181-5/+5
* MFC: Don't leak memory when the peer sends PROTO_COMPD packetsBrian Somers1998-02-181-2/+2
* MFC: Move handle_signals() to before the FD_SETs. handle_signals()Brian Somers1998-02-101-3/+6
* Merge from MP branch:Brian Somers1998-02-041-2/+2
* Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCHBrian Somers1998-01-293-5/+19
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-01-291-0/+22
* MFC: Cosmetic copyright changes.Brian Somers1998-01-273-31/+19
* MFC: Bring the -current ppp into RELENG_2_2Brian Somers1998-01-2677-4413/+6432
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-01-265-0/+519
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-01-122-0/+649
* MFC: Don't scribble on the stack if a packet is bigger than our MRU.Brian Somers1998-01-041-1/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-12-299-0/+720
* MFC: Let LcpClose() terminate ppp in background modeBrian Somers1997-11-091-3/+1
* MFC: (I lied, this is an easily fixed bug)Brian Somers1997-11-091-1/+2
* MFC: Don't include RTA_GATEWAY in rtm_addrs unless it's specified.Brian Somers1997-11-091-2/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-10-261-0/+31
* MFC: Fix various filter problemsBrian Somers1997-10-241-11/+12
* MFC: sleep => nointr_sleepBrian Somers1997-10-246-18/+24
* MFC: Fix HDLC logging.Brian Somers1997-10-231-2/+27
* MFC: cosmetic:Brian Somers1997-10-162-3/+8
* MFC:Brian Somers1997-10-151-3/+15
* MFC: NAK the peers MRU if we have a "set mtu" that's less.Brian Somers1997-10-151-4/+7
* MFC: Un-spam ip_sum (arrgh - I don't know how this madeBrian Somers1997-10-121-4/+3
* MFC: Cosmetic: Mention that ppp is suspending beforeBrian Somers1997-10-121-2/+7
* MFC: Support VJ maximum slot identifiers != 15.Brian Somers1997-10-075-21/+24
* MFC: Refer a bit to pppctl.Brian Somers1997-10-051-14/+27