| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to the "new" libalias API (and thus fix world breakage). | piso | 2008-03-12 | 1 | -3/+5 |
* | Add a new option for ppp.conf: rad_port_id. It allows to | novel | 2007-05-25 | 1 | -1/+27 |
* | Remove __DATE__ so that compiling the same source produces the same binary | brian | 2006-09-06 | 1 | -2/+1 |
* | Use the correct length when copying trailing data!! | brian | 2005-02-08 | 1 | -1/+1 |
* | Implement an ``enable/disable echo'' option, defaults to off. | brian | 2004-12-13 | 1 | -16/+38 |
* | Send NAS-IP-Address as well as NAS-Identifier | brian | 2004-11-29 | 1 | -13/+25 |
* | Add a bunch of malloc() return checks | brian | 2004-10-11 | 1 | -1/+1 |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 1 | -95/+100 |
* | Add configuration option "set pppoe [standard|3Com]" which allows | glebius | 2004-07-29 | 1 | -0/+16 |
* | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | brian | 2004-07-17 | 1 | -3/+30 |
* | Fix ``set ifaddr''. The code was actually using an uninitialised variable, | brian | 2004-07-15 | 1 | -1/+1 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 1 | -0/+2 |
* | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | ume | 2003-06-20 | 1 | -0/+20 |
* | Don't install wrong IPv6 route by add command. | ume | 2003-03-26 | 1 | -1/+6 |
* | Add a ``force-scripts'' option for using chat scripts with -direct and | brian | 2003-03-26 | 1 | -2/+5 |
* | Unbreak -DNOINET6 | brian | 2002-09-02 | 1 | -0/+2 |
* | - made ppp compliant to RFC 2472 (based on a patch from another | brian | 2002-08-29 | 1 | -0/+10 |
* | 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 | -13/+13 |
* | Bump the version number to reflect the recent RADIUS commits | brian | 2002-06-12 | 1 | -1/+1 |
* | Coerce pid_t to long rather than int for better portability. | brian | 2002-05-27 | 1 | -7/+7 |
* | Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's | brian | 2002-05-16 | 1 | -1/+1 |
* | o Clean up some #includes | brian | 2002-05-14 | 1 | -2/+1 |
* | Make ``set mru'' require a context. In multi-link mode, there's no | brian | 2002-05-04 | 1 | -1/+1 |
* | Bump the version to mark the fixed FSM TLD ordering | brian | 2002-05-01 | 1 | -1/+1 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -2/+2 |
* | Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN, | brian | 2002-04-17 | 1 | -28/+94 |
* | Make the way FSM options are processed easier to read by using structures | brian | 2002-04-16 | 1 | -1/+1 |
* | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | brian | 2002-03-30 | 1 | -4/+4 |
* | Expand the first argument of the ``log'' command if it's a variable. | brian | 2001-11-22 | 1 | -1/+1 |
* | Remove unused variables | brian | 2001-11-04 | 1 | -5/+2 |
* | Add a ``log'' command for logging specific information. | brian | 2001-11-03 | 1 | -35/+51 |
* | Don't avoid setting a 0 second timer in datalink_StartDialTimer() by | brian | 2001-10-23 | 1 | -1/+1 |
* | Handle snprintf() returning < 0 (not just -1) | brian | 2001-08-20 | 1 | -1/+5 |
* | Better handling for the return of snprintf(). | brian | 2001-08-18 | 1 | -5/+8 |
* | Back out the previous fix to deal with kernels that don't support IPv6, | brian | 2001-08-18 | 1 | -20/+9 |
* | Run correctly on a machine built without AF_INET6 support | brian | 2001-08-18 | 1 | -9/+20 |
* | Build properly with -DNOIPV6 | brian | 2001-08-18 | 1 | -0/+2 |
* | Remove an unused variable | brian | 2001-08-16 | 1 | -1/+0 |
* | Probe for the availability of AF_INET6 at startup. If it's not | brian | 2001-08-15 | 1 | -1/+8 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 1 | -120/+197 |
* | Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes through | brian | 2001-08-02 | 1 | -0/+4 |
* | Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference. | brian | 2001-07-26 | 1 | -1/+1 |
* | Fix the type of the last arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
* | Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch. | brian | 2001-07-09 | 1 | -0/+2 |
* | Spell stateful properly | brian | 2001-07-06 | 1 | -2/+2 |
* | Silence some gcc warnings | brian | 2001-07-03 | 1 | -0/+4 |
* | Do away with the ``err'' variable. | brian | 2001-07-03 | 1 | -74/+117 |
* | Silence some of the -Wnon-const-format warnings and add __printflike() | kris | 2001-07-02 | 1 | -6/+6 |
* | Add support for stateful MPPE (microsoft encryption) providing | brian | 2001-06-18 | 1 | -15/+38 |