| Commit message (Expand) | Author | Age | Files | Lines |
* | Report the number of bytes not written when complaining about failed writes | Brian Somers | 2004-07-20 | 1 | -2/+2 |
* | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | Brian Somers | 2004-07-17 | 7 | -42/+190 |
* | Fix ``set ifaddr''. The code was actually using an uninitialised variable, | Brian Somers | 2004-07-15 | 1 | -1/+1 |
* | Remove a stray backslash | Brian Somers | 2004-07-14 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -9/+15 |
* | Re-implement LQM, this time according to the rfc. | Brian Somers | 2004-06-30 | 10 | -67/+208 |
* | Mention that ``set mtu max'' is necessary for PPPoE. | Brian Somers | 2004-06-29 | 1 | -0/+3 |
* | Reduce MAXMSS limit by 12 bytes to allow for rfc 1323. | Brian Somers | 2004-06-29 | 1 | -1/+1 |
* | If HISMACADDR is set in the environment (by pppoed), pass the value to | Brian Somers | 2004-06-26 | 1 | -0/+16 |
* | Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. | Diomidis Spinellis | 2004-05-19 | 1 | -2/+5 |
* | Make getprotobynumber() calls in FilterCheck conditional on the log | Diomidis Spinellis | 2004-05-13 | 1 | -13/+43 |
* | Add a missing memcpy (*blush*!) | Brian Somers | 2004-04-17 | 1 | -4/+8 |
* | 2 small typos. | Philippe Charnier | 2004-04-04 | 1 | -2/+2 |
* | Use the length of the interface name, not the length of its address when | Brooks Davis | 2004-01-21 | 1 | -1/+1 |
* | Xref the proper manual pages. | Tom Rhodes | 2004-01-12 | 1 | -3/+3 |
* | Replace all uses of the old netgraph constants NG_*LEN by the new | Hartmut Brandt | 2003-11-15 | 2 | -11/+11 |
* | Ignore case when comparing CHAP/CHAP81 responses | Brian Somers | 2003-11-10 | 1 | -7/+12 |
* | Basic PAM authentication support. | Ruslan Ermilov | 2003-10-29 | 2 | -0/+56 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | Joe Marcus Clarke | 2003-09-23 | 4 | -0/+34 |
* | Hide more crypto from being crunched at release time. | Mark Murray | 2003-07-24 | 1 | -1/+1 |
* | Don't check for the existance of src/crypto/ for building items that | Mark Murray | 2003-07-24 | 1 | -1/+1 |
* | name union. | Hajimu UMEMOTO | 2003-06-28 | 2 | -8/+10 |
* | Remove world read bit from the ppp binary; we don't do world-execute, | Robert Watson | 2003-06-23 | 1 | -2/+2 |
* | Though manpage says that 0.0.0.0 can be used as HISADDR for gw | Hajimu UMEMOTO | 2003-06-21 | 1 | -2/+4 |
* | Mention the use of Framed-IPv6-Prefix. | Hajimu UMEMOTO | 2003-06-20 | 1 | -0/+4 |
* | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | Hajimu UMEMOTO | 2003-06-20 | 3 | -0/+65 |
* | Mention the use of Framed-IPv6-Route. | Hajimu UMEMOTO | 2003-06-20 | 1 | -0/+46 |
* | Do RADIUS accounting on IPV6CP. | Hajimu UMEMOTO | 2003-06-19 | 5 | -18/+110 |
* | Oops, I put unused variable in my previous commit. | Hajimu UMEMOTO | 2003-06-19 | 1 | -1/+0 |
* | Install routes specified by Framed-IPv6-Route. Since the format | Hajimu UMEMOTO | 2003-06-19 | 3 | -1/+71 |
* | MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled. | Hajimu UMEMOTO | 2003-06-16 | 1 | -24/+20 |
* | Add missing header for system_Select() prototype | Kris Kennaway | 2003-06-12 | 1 | -0/+1 |
* | Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compiler | Peter Wemm | 2003-05-25 | 1 | -3/+3 |
* | Erase whitespace at EOL. | Ruslan Ermilov | 2003-05-22 | 1 | -3/+3 |
* | Previous revision broke release building, unbreak it. | Ruslan Ermilov | 2003-05-20 | 1 | -0/+1 |
* | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 1 | -2/+1 |
* | When session is over, IPv6 default route to tun should be | Hajimu UMEMOTO | 2003-04-05 | 1 | -1/+4 |
* | Set link-local address of tun interface with prefixlen = 64 | Hajimu UMEMOTO | 2003-04-04 | 2 | -8/+8 |
* | If IPCP is disabled, susccess of IPV6CP negotiation is sufficient | Hajimu UMEMOTO | 2003-03-28 | 1 | -0/+5 |
* | Don't install wrong IPv6 route by add command. | Hajimu UMEMOTO | 2003-03-26 | 2 | -3/+12 |
* | Passing a u_char to ntohs() is guaranteed to give the wrong answer ! | Brian Somers | 2003-03-26 | 1 | -2/+2 |
* | Add a ``force-scripts'' option for using chat scripts with -direct and | Brian Somers | 2003-03-26 | 4 | -20/+40 |
* | Once ppp session is over, the route to ff02::tun0/32 was | Hajimu UMEMOTO | 2003-03-25 | 1 | -1/+12 |
* | We need filling scopeid to install routes for link-local | Hajimu UMEMOTO | 2003-03-25 | 1 | -0/+24 |
* | Since ppp.link{up,down} is invoked at the end of IPCP negotiation, if | Hajimu UMEMOTO | 2003-03-25 | 1 | -2/+32 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
* | utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than | Peter Wemm | 2002-11-15 | 1 | -1/+1 |
* | If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting | Brian Somers | 2002-09-23 | 1 | -1/+2 |
* | Unbreak -DNOINET6 | Brian Somers | 2002-09-02 | 1 | -0/+2 |
* | Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does. | Maxim Sobolev | 2002-08-29 | 1 | -3/+6 |