summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple instances of the following clang 3.6.0 warning in ppp:dim2015-01-281-2/+2
* Log if fopen() fails.glebius2010-10-181-1/+4
* Conditionally add the interface name and address if availablebz2009-04-201-1/+1
* Update to the "new" libalias API (and thus fix world breakage).piso2008-03-121-1/+3
* Add a radius_Flush() function that waits for the response (or timeout) tobrian2005-01-271-0/+1
* Integrate some OpenBSD alignment fixes. This hopefully also fixes PR 38058...brian2005-01-101-20/+28
* Make ppp WARNS=5 cleanbrian2004-09-051-29/+19
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingbrian2004-07-171-3/+5
* Do RADIUS accounting on IPV6CP.ume2003-06-191-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* If the peer gives us 0.0.0.0 as his IP number, NAK it rather than acceptingbrian2002-09-231-1/+2
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* 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
OpenPOWER on IntegriCloud