| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a radius_Flush() function that waits for the response (or timeout) to | brian | 2005-01-27 | 1 | -0/+1 |
* | Integrate some OpenBSD alignment fixes. This hopefully also fixes PR 38058... | brian | 2005-01-10 | 1 | -20/+28 |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 1 | -29/+19 |
* | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | brian | 2004-07-17 | 1 | -3/+5 |
* | Do RADIUS accounting on IPV6CP. | ume | 2003-06-19 | 1 | -3/+3 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting | brian | 2002-09-23 | 1 | -1/+2 |
* | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | brian | 2002-08-27 | 1 | -0/+1 |
* | Remove whitespace at the end of lines. | brian | 2002-06-15 | 1 | -2/+2 |
* | If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as an | brian | 2002-06-12 | 1 | -0/+8 |
* | Make the way FSM options are processed easier to read by using structures | brian | 2002-04-16 | 1 | -159/+142 |
* | socket()s first argument should be a protocol family rather than an | brian | 2002-01-16 | 1 | -1/+1 |
* | Specify the gateway address when updating the MTU and send/recv pipe | brian | 2001-08-16 | 1 | -3/+10 |
* | Add a missing newline | brian | 2001-08-15 | 1 | -1/+1 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 1 | -325/+276 |
* | If the peer sends a REQ without the IPADDR option, only reject it | brian | 2001-07-28 | 1 | -6/+15 |
* | Convert IIJ copyrights to BSD copyrights. | brian | 2001-06-13 | 1 | -20/+25 |
* | If we don't receive a TY_IPADDR option as part of a configure request, NAK | brian | 2001-05-22 | 1 | -62/+80 |
* | Bring the interface IFF_UP from ipcp_InterfaceUp() (called from IPCP's | brian | 2001-05-11 | 1 | -0/+7 |
* | When we change the interface MTU, run through the routing table and tweak | brian | 2001-04-05 | 1 | -2/+2 |
* | MAXHOSTNAME includes space for a NUL | brian | 2001-03-09 | 1 | -1/+1 |
* | MAXPATHLEN -> PATH_MAX | brian | 2001-03-08 | 1 | -1/+1 |
* | Handle SECDNS being rejected when PRIDNS is not | brian | 2001-01-22 | 1 | -2/+5 |
* | Support radius accounting, and add a packet count to throughput | brian | 2000-08-28 | 1 | -0/+11 |
* | Don't delete sticky routes when unconfiguring the interface. | brian | 2000-08-14 | 1 | -2/+0 |
* | Support link identification from rfc1570 | brian | 2000-07-19 | 1 | -1/+1 |
* | Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAY | brian | 2000-06-08 | 1 | -1/+3 |
* | Fix a topy (if (expr); command;) | brian | 2000-05-25 | 1 | -1/+1 |
* | Don't attempt to fputs(NULL, fp) when ``enable dns'' is given and | brian | 2000-05-24 | 1 | -2/+3 |
* | Add the ``resolv'' command for telling ppp how to deal with resolv.conf. | brian | 2000-03-14 | 1 | -118/+221 |
* | Fix some printf-style argument bugs | brian | 2000-03-14 | 1 | -1/+2 |
* | Introduce LOCALNAT and LOCALRAD defines so that the sources can stay | brian | 2000-03-14 | 1 | -3/+4 |
* | When ppp can't identify the relevant name, don't use "???", use | brian | 2000-03-14 | 1 | -24/+23 |
* | Add a bunch of `const's and fix a typo. | brian | 1999-12-27 | 1 | -3/+3 |
* | Cosmetic: Make struct mbuf more like kernel mbufs. | brian | 1999-12-20 | 1 | -2/+2 |
* | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | brian | 1999-09-21 | 1 | -3/+0 |
* | NetBSD has moved ``extern int errno;'' to signal.h :-/ | brian | 1999-09-20 | 1 | -0/+3 |
* | Introduce a forth IP packet queue. Urgent packets with | brian | 1999-09-07 | 1 | -43/+68 |
* | o Split the two IPCP queues into three - one for FSM data | brian | 1999-09-04 | 1 | -1/+112 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | o Add the -foreground switch. This switch behaves like -background except | brian | 1999-08-19 | 1 | -4/+4 |
* | o Obsolete the undocumented ``set weight'' command. | brian | 1999-08-05 | 1 | -2/+2 |
* | Don't use static variables if we don't have to. | brian | 1999-06-08 | 1 | -3/+2 |
* | Don't IPCP TLD if we're already doing it. This prevents | brian | 1999-06-08 | 1 | -19/+23 |
* | o Alter the mbuf type as it's processed by different layers. | brian | 1999-06-02 | 1 | -3/+5 |
* | Remember if MYADDR or HISADDR is used in a filter add tweak all | brian | 1999-05-31 | 1 | -3/+6 |
* | Deal with the fact that as we now mbuf_Read the fsm | brian | 1999-05-09 | 1 | -2/+2 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -19/+12 |
* | Add support for NetBSD | brian | 1999-04-26 | 1 | -4/+4 |
* | #include <errno.h>, not <sys/errno.h> | brian | 1999-04-26 | 1 | -2/+2 |