| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Describe the special meaning of the $ and ~ characters, and the fact | roam | 2004-12-16 | 1 | -0/+20 |
* | Implement an ``enable/disable echo'' option, defaults to off. | brian | 2004-12-13 | 5 | -35/+109 |
* | Send NAS-IP-Address as well as NAS-Identifier | brian | 2004-11-29 | 6 | -57/+120 |
* | Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. | obrien | 2004-11-19 | 3 | -13/+13 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -8/+8 |
* | Handle a malloc() failure when allocating urgent ports | brian | 2004-10-11 | 1 | -3/+8 |
* | Add a bunch of malloc() return checks | brian | 2004-10-11 | 9 | -25/+61 |
* | Fixed the NONETGRAPH build. | ru | 2004-09-13 | 1 | -2/+14 |
* | Mark bundle as unused in case we're compiled with NORADIUS. | phk | 2004-09-07 | 1 | -3/+3 |
* | Fix the NOSUID build: make sure we have the kldload(2) prototype. | marcel | 2004-09-07 | 1 | -0/+2 |
* | Build with -DNOINET6... | brian | 2004-09-06 | 2 | -3/+20 |
* | Reduce WARNS level to 3. Casting causes alignment warnings on platforms | marcel | 2004-09-06 | 1 | -1/+1 |
* | Fix the build on 64-bit platforms. | marcel | 2004-09-06 | 10 | -31/+37 |
* | Fix a warning | brian | 2004-09-05 | 1 | -1/+2 |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 75 | -571/+608 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+0 |
* | Add configuration option "set pppoe [standard|3Com]" which allows | glebius | 2004-07-29 | 5 | -3/+47 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+2 |
* | Report the number of bytes not written when complaining about failed writes | brian | 2004-07-20 | 1 | -2/+2 |
* | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | brian | 2004-07-17 | 7 | -42/+190 |
* | Fix ``set ifaddr''. The code was actually using an uninitialised variable, | brian | 2004-07-15 | 1 | -1/+1 |
* | Remove a stray backslash | brian | 2004-07-14 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -9/+15 |
* | Re-implement LQM, this time according to the rfc. | brian | 2004-06-30 | 10 | -67/+208 |
* | Mention that ``set mtu max'' is necessary for PPPoE. | brian | 2004-06-29 | 1 | -0/+3 |
* | Reduce MAXMSS limit by 12 bytes to allow for rfc 1323. | brian | 2004-06-29 | 1 | -1/+1 |
* | If HISMACADDR is set in the environment (by pppoed), pass the value to | brian | 2004-06-26 | 1 | -0/+16 |
* | Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. | dds | 2004-05-19 | 1 | -2/+5 |
* | Make getprotobynumber() calls in FilterCheck conditional on the log | dds | 2004-05-13 | 1 | -13/+43 |
* | Add a missing memcpy (*blush*!) | brian | 2004-04-17 | 1 | -4/+8 |
* | 2 small typos. | charnier | 2004-04-04 | 1 | -2/+2 |
* | Use the length of the interface name, not the length of its address when | brooks | 2004-01-21 | 1 | -1/+1 |
* | Xref the proper manual pages. | trhodes | 2004-01-12 | 1 | -3/+3 |
* | Replace all uses of the old netgraph constants NG_*LEN by the new | harti | 2003-11-15 | 2 | -11/+11 |
* | Ignore case when comparing CHAP/CHAP81 responses | brian | 2003-11-10 | 1 | -7/+12 |
* | Basic PAM authentication support. | ru | 2003-10-29 | 2 | -0/+56 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 4 | -0/+34 |
* | Hide more crypto from being crunched at release time. | markm | 2003-07-24 | 1 | -1/+1 |
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 1 | -1/+1 |
* | name union. | ume | 2003-06-28 | 2 | -8/+10 |
* | Remove world read bit from the ppp binary; we don't do world-execute, | rwatson | 2003-06-23 | 1 | -2/+2 |
* | Though manpage says that 0.0.0.0 can be used as HISADDR for gw | ume | 2003-06-21 | 1 | -2/+4 |
* | Mention the use of Framed-IPv6-Prefix. | ume | 2003-06-20 | 1 | -0/+4 |
* | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | ume | 2003-06-20 | 3 | -0/+65 |
* | Mention the use of Framed-IPv6-Route. | ume | 2003-06-20 | 1 | -0/+46 |
* | Do RADIUS accounting on IPV6CP. | ume | 2003-06-19 | 5 | -18/+110 |
* | Oops, I put unused variable in my previous commit. | ume | 2003-06-19 | 1 | -1/+0 |
* | Install routes specified by Framed-IPv6-Route. Since the format | ume | 2003-06-19 | 3 | -1/+71 |
* | MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled. | ume | 2003-06-16 | 1 | -24/+20 |
* | Add missing header for system_Select() prototype | kris | 2003-06-12 | 1 | -0/+1 |