aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/cbcp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: EverythingBrian Somers2002-09-011-2/+5
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-191-1/+1
* MFC:Brian Somers2000-03-211-2/+2
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-2/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-10/+10
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* If we've negotiated CBCP and have also specified ``none'' as a possibleBrian Somers1999-07-271-5/+21
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-2/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-7/+17
* Ensure that the thing we're casting to struct ipBrian Somers1999-03-291-1/+2
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-5/+5
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+2
* Send the peer-decided PSTN address with the CBCP Ack,Brian Somers1999-01-191-5/+18
* If the CBCP callee offsers no callback, send our configuredBrian Somers1998-10-311-5/+7
* Don't send a DELAY value when sending CBCP_NONUMBrian Somers1998-10-251-4/+8
* Warn about (but process anyway) CBCP messages with an incorrect id.Brian Somers1998-10-171-1/+11
* Adjust our CBCP RESP id so that it's the same as the REQ.Brian Somers1998-10-171-1/+2
* If the client asks for CBCP, then replies with CBCP_NONUMBrian Somers1998-10-171-1/+8
* Remove redundant include file.Brian Somers1998-08-261-2/+1
* Missed these...Brian Somers1998-08-071-0/+692