summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at the end of lines.brian2002-06-151-2/+2
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anbrian2002-06-121-0/+8
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-161-159/+142
* socket()s first argument should be a protocol family rather than anbrian2002-01-161-1/+1
* Specify the gateway address when updating the MTU and send/recv pipebrian2001-08-161-3/+10
* Add a missing newlinebrian2001-08-151-1/+1
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-325/+276
* If the peer sends a REQ without the IPADDR option, only reject itbrian2001-07-281-6/+15
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-20/+25
* If we don't receive a TY_IPADDR option as part of a configure request, NAKbrian2001-05-221-62/+80
* Bring the interface IFF_UP from ipcp_InterfaceUp() (called from IPCP'sbrian2001-05-111-0/+7
* When we change the interface MTU, run through the routing table and tweakbrian2001-04-051-2/+2
* MAXHOSTNAME includes space for a NULbrian2001-03-091-1/+1
* MAXPATHLEN -> PATH_MAXbrian2001-03-081-1/+1
* Handle SECDNS being rejected when PRIDNS is notbrian2001-01-221-2/+5
* Support radius accounting, and add a packet count to throughputbrian2000-08-281-0/+11
* Don't delete sticky routes when unconfiguring the interface.brian2000-08-141-2/+0
* Support link identification from rfc1570brian2000-07-191-1/+1
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYbrian2000-06-081-1/+3
* Fix a topy (if (expr); command;)brian2000-05-251-1/+1
* Don't attempt to fputs(NULL, fp) when ``enable dns'' is given andbrian2000-05-241-2/+3
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.brian2000-03-141-118/+221
* Fix some printf-style argument bugsbrian2000-03-141-1/+2
* Introduce LOCALNAT and LOCALRAD defines so that the sources can staybrian2000-03-141-3/+4
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-24/+23
* Add a bunch of `const's and fix a typo.brian1999-12-271-3/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-2/+2
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* Introduce a forth IP packet queue. Urgent packets withbrian1999-09-071-43/+68
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-1/+112
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-4/+4
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-2/+2
* Don't use static variables if we don't have to.brian1999-06-081-3/+2
* Don't IPCP TLD if we're already doing it. This preventsbrian1999-06-081-19/+23
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-3/+5
* Remember if MYADDR or HISADDR is used in a filter add tweak allbrian1999-05-311-3/+6
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-19/+12
* Add support for NetBSDbrian1999-04-261-4/+4
* #include <errno.h>, not <sys/errno.h>brian1999-04-261-2/+2
* Correct some ntohl/htonl bogons in the netmask handling.brian1999-03-031-11/+23
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-11/+27
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-4/+1
* Encode & Decode the PROTOCOMP fields correctly.brian1999-02-021-14/+41
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-16/+41
* Add ``enable proxyall'' support. This adds proxy ARP entriesbrian1998-10-261-5/+47
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-144/+127
* Sync with OpenBSD ifdefsbrian1998-09-171-4/+8
OpenPOWER on IntegriCloud