Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-02 | Update old UCB license w/ new one based on /sys/net/slcompress.[ch] | Todd C. Miller | |
2003-04-28 | strncpy IS NOT strlcpy | Thierry Deval | |
blame from deraadt@, krw@ | |||
2003-04-28 | String cleanup, from beck@ | Thierry Deval | |
With some personal enhancements. ok beck@ | |||
2003-04-28 | strings. tdeval and I finally agree on this :) | Bob Beck | |
ok tdeval@ | |||
2003-04-23 | updated links to FreeBSD ppp docs; | Jason McIntyre | |
from Michael Tannenbaum (PR 3224); ok millert@ | |||
2003-04-14 | strlcpy, obvious | Theo de Raadt | |
2003-04-08 | more correct snprintf bound. ok deraadt@ | Ted Unangst | |
2003-04-07 | more string cleaning; ok tedu | Theo de Raadt | |
2003-04-04 | strlcat; Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt | |
2003-04-04 | strlcpy and snprintf; various people ok | Theo de Raadt | |
2003-03-14 | removed references to non-existent radius.conf(5); | Jason McIntyre | |
from Adrian Close; fixes PR 2558; ok millert@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain | |||
2003-02-09 | typos; | Jason McIntyre | |
2002-07-18 | Remove unused calls to inet_addr() | brian | |
2002-07-04 | Back out the previous revision | brian | |
Objected to by: Andre Oppermann <oppermann@pipeline.ch> After Andre's objection, I've re-examined rfc 2759 and noted that it says that the domain name shouldn't be used when generating the NT-Response field. So it looks like the bug is in freeradius rather than in ppp. | |||
2002-07-03 | If we've given a domain name prefix as the authentication name, strip | brian | |
it off before passing it on to the RADIUS server for authentication. | |||
2002-07-02 | Remove whitespace at eol | brian | |
2002-07-02 | Don't trust the MPPE key lengths passed back from the RADIUS server. | brian | |
Instead, use the correct values based on the number of bits actually negotiated. | |||
2002-07-02 | Remove some misleading/wrong diagnostics | brian | |
2002-07-01 | Fix a FreeBSD specific latency problem. | brian | |
2002-07-01 | typo | brian | |
2002-07-01 | Don't allow the use of MPPE with RADIUS unless the RADIUS server has provided | brian | |
keys. | |||
2002-07-01 | Handle mis-formatted messages from RADIATOR (now fixed in RADIATOR) | brian | |
2002-07-01 | Spelling | brian | |
2002-06-28 | Don't use SignalBundle if it's not set | brian | |
Submitted by: Federico G. Schwindt <fgsch@olimpo.com.br> | |||
2002-06-17 | Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code | brian | |
path... after we've talked to any RADIUS servers involved, so that we haven't touched the data before it gets to the server. | |||
2002-06-15 | Cast a format param | brian | |
2002-06-15 | Tidy up end of line whitespace | brian | |
2002-06-15 | Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types, | brian | |
MS-MPPE-Recv-Key and MS-MPPE-Send-Key RADIUS attributes, making MPPE work properly with RADIUS & MSCHAPv2. Do something with the Filter-Id RADIUS attribute. Handle MS-CHAP-Error and MS-CHAP2-Success correctly rather than bogusly including the Ident field in the text passed back to the client. Bump the max FSM option length to 52 (was 20) Add some missing includes. | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-02 | Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is | brian | |
sufficient. | |||
2002-05-27 | and this one, brian | Theo de Raadt | |
2002-05-27 | Coerce pid_t to long rather than int for better portability; theo | brian | |
2002-05-19 | Document RAD_MICROSOFT_MS_CHAP2_SUCCESS. | brian | |
2002-05-17 | Bump the version number to reflect the latest MS-CHAP2 changes | brian | |
2002-05-17 | Put back <string.h> | brian | |
2002-05-16 | Remove some unused includes | brian | |
2002-05-16 | Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's | brian | |
configured). This doesn't yet work with MPPE. More to follow. | |||
2002-05-16 | o Bump the version number | brian | |
o Tidy up includes o Fix macros in auth.h o Insist on context for ``set mru'' in MP mode o Usage -> usage o Don't intialise after processing config requests o Show FSM values for ConfigAcks o Make ident output prettier o Fix some Id keywords o Handle RADIUS pool address 255.255.255.254 o Support RADIUS Session-Timeout attributes o Support RADIUS Reply-Message attributes o Support RADIUS CHAP-Error attributes o Store RADIUS Filter-Id attributes o Provide a NAS-Port-Type attribute to RADIUS servers o Provide a better NAS-Port attribute to RADIUS servers o Support MS-CHAP with RADIUS o Improve FSM decode functions o Support an OCTETSIN variable o Support an OCTETSOUT variable o Support an PACKETSIN variable o Support an PACKETSOUT variable o Support an IPOCTETSIN variable o Support an IPOCTETSOUT variable o Support an IPPACKETSIN variable o Support an IPPACKETSOUT variable o Support an IPV6OCTETSIN variable o Support an IPV6OCTETSOUT variable o Support an IPV6PACKETSIN variable o Support an IPV6PACKETSOUT variable o Support a SOCKNAME variable | |||
2002-05-14 | Don't corrupt MP fragments when they're put back on the front of our | brian | |
inbound queue; Amit K. Rao <arao@niksun.com> | |||
2002-05-14 | Calculate the number of open links properly when deciding on whether to | brian | |
just send PROTO_IP packets when we've got only one link up in multi-link mode. | |||
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-03-31 | Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency. | brian | |
Notice if the IP header length changes when doing transparent proxying; FreeBSD Handle domain\\user entries in ppp.secret Add some mp_Down() calls to ensure that our multi-link NCP goes away properly Miscellaneous #ifdef'd out FreeBSD changes (mostly netgraph stuff). | |||
2002-03-25 | Fix a typo | brian | |
2002-03-13 | Use the return value from snprintf() to keep a track of the length of | brian | |
the display string in MPPEDispOpts. | |||
2002-03-12 | Handle B460800 and B921600 being defined in <termios.h> | brian | |
2002-03-05 | Don't drop the last character from ut_line in ID0logout() | brian | |