| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 1 | -1/+1 |
| * | Add configuration option "set pppoe [standard|3Com]" which allows | Gleb Smirnoff | 2004-07-29 | 1 | -0/+16 |
| * | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | Brian Somers | 2004-07-17 | 1 | -3/+30 |
| * | Fix ``set ifaddr''. The code was actually using an uninitialised variable, | Brian Somers | 2004-07-15 | 1 | -1/+1 |
| * | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | Joe Marcus Clarke | 2003-09-23 | 1 | -0/+2 |
| * | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | Hajimu UMEMOTO | 2003-06-20 | 1 | -0/+20 |
| * | Don't install wrong IPv6 route by add command. | Hajimu UMEMOTO | 2003-03-26 | 1 | -1/+6 |
| * | Add a ``force-scripts'' option for using chat scripts with -direct and | Brian Somers | 2003-03-26 | 1 | -2/+5 |
| * | Unbreak -DNOINET6 | Brian Somers | 2002-09-02 | 1 | -0/+2 |
| * | - made ppp compliant to RFC 2472 (based on a patch from another | Brian Somers | 2002-08-29 | 1 | -0/+10 |
| * | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | Brian Somers | 2002-08-27 | 1 | -0/+1 |
| * | Remove whitespace at the end of lines. | Brian Somers | 2002-06-15 | 1 | -13/+13 |
| * | Bump the version number to reflect the recent RADIUS commits | Brian Somers | 2002-06-12 | 1 | -1/+1 |
| * | Coerce pid_t to long rather than int for better portability. | Brian Somers | 2002-05-27 | 1 | -7/+7 |
| * | Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's | Brian Somers | 2002-05-16 | 1 | -1/+1 |
| * | o Clean up some #includes | Brian Somers | 2002-05-14 | 1 | -2/+1 |
| * | Make ``set mru'' require a context. In multi-link mode, there's no | Brian Somers | 2002-05-04 | 1 | -1/+1 |
| * | Bump the version to mark the fixed FSM TLD ordering | Brian Somers | 2002-05-01 | 1 | -1/+1 |
| * | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -2/+2 |
| * | Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN, | Brian Somers | 2002-04-17 | 1 | -28/+94 |
| * | Make the way FSM options are processed easier to read by using structures | Brian Somers | 2002-04-16 | 1 | -1/+1 |
| * | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | Brian Somers | 2002-03-30 | 1 | -4/+4 |
| * | Expand the first argument of the ``log'' command if it's a variable. | Brian Somers | 2001-11-22 | 1 | -1/+1 |
| * | Remove unused variables | Brian Somers | 2001-11-04 | 1 | -5/+2 |
| * | Add a ``log'' command for logging specific information. | Brian Somers | 2001-11-03 | 1 | -35/+51 |
| * | Don't avoid setting a 0 second timer in datalink_StartDialTimer() by | Brian Somers | 2001-10-23 | 1 | -1/+1 |
| * | Handle snprintf() returning < 0 (not just -1) | Brian Somers | 2001-08-20 | 1 | -1/+5 |
| * | Better handling for the return of snprintf(). | Brian Somers | 2001-08-18 | 1 | -5/+8 |
| * | Back out the previous fix to deal with kernels that don't support IPv6, | Brian Somers | 2001-08-18 | 1 | -20/+9 |
| * | Run correctly on a machine built without AF_INET6 support | Brian Somers | 2001-08-18 | 1 | -9/+20 |
| * | Build properly with -DNOIPV6 | Brian Somers | 2001-08-18 | 1 | -0/+2 |
| * | Remove an unused variable | Brian Somers | 2001-08-16 | 1 | -1/+0 |
| * | Probe for the availability of AF_INET6 at startup. If it's not | Brian Somers | 2001-08-15 | 1 | -1/+8 |
| * | o Add ipv6 support, abstracting most NCP addresses into opaque | Brian Somers | 2001-08-14 | 1 | -120/+197 |
| * | Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes through | Brian Somers | 2001-08-02 | 1 | -0/+4 |
| * | Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference. | Brian Somers | 2001-07-26 | 1 | -1/+1 |
| * | Fix the type of the last arg to execl() | Brian Somers | 2001-07-09 | 1 | -1/+1 |
| * | Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch. | Brian Somers | 2001-07-09 | 1 | -0/+2 |
| * | Spell stateful properly | Brian Somers | 2001-07-06 | 1 | -2/+2 |
| * | Silence some gcc warnings | Brian Somers | 2001-07-03 | 1 | -0/+4 |
| * | Do away with the ``err'' variable. | Brian Somers | 2001-07-03 | 1 | -74/+117 |
| * | Silence some of the -Wnon-const-format warnings and add __printflike() | Kris Kennaway | 2001-07-02 | 1 | -6/+6 |
| * | Add support for stateful MPPE (microsoft encryption) providing | Brian Somers | 2001-06-18 | 1 | -15/+38 |
| * | Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer | Brian Somers | 2001-06-18 | 1 | -9/+68 |
| * | Convert IIJ copyrights to BSD copyrights. | Brian Somers | 2001-06-13 | 1 | -17/+25 |
| * | When we change the interface MTU, run through the routing table and tweak | Brian Somers | 2001-04-05 | 1 | -2/+2 |
| * | Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and | Brian Somers | 2001-02-04 | 1 | -1/+1 |
| * | Only remove socket files with ``set server open''. | Brian Somers | 2001-01-29 | 1 | -3/+5 |
| * | Allow ``set server closed'' to close the diagnostic socket. | Brian Somers | 2001-01-26 | 1 | -5/+26 |
| * | Add ``enable/disable tcpmssfixup'', defaulting to enabled. | Brian Somers | 2000-11-28 | 1 | -1/+3 |