index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ppp
/
radius.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new option for ppp.conf: rad_port_id. It allows to
novel
2007-05-25
1
-10
/
+27
*
Check the return value from rad_cvt_ipv6prefix().
ume
2007-03-01
1
-1
/
+7
*
Add a radius_Flush() function that waits for the response (or timeout) to
brian
2005-01-27
1
-0
/
+20
*
Send NAS-IP-Address as well as NAS-Identifier
brian
2004-11-29
1
-12
/
+8
*
Add a bunch of malloc() return checks
brian
2004-10-11
1
-2
/
+5
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-7
/
+11
*
Avoid casts as lvalues.
kan
2004-07-28
1
-2
/
+2
*
Support a ``set rad_alive N'' command to enable periodic RADIUS accounting
brian
2004-07-17
1
-27
/
+118
*
Remove a stray backslash
brian
2004-07-14
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
*
name union.
ume
2003-06-28
1
-7
/
+9
*
IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may
ume
2003-06-20
1
-0
/
+44
*
Do RADIUS accounting on IPV6CP.
ume
2003-06-19
1
-9
/
+45
*
Install routes specified by Framed-IPv6-Route. Since the format
ume
2003-06-19
1
-0
/
+66
*
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
brian
2002-08-27
1
-0
/
+1
*
Back out the previous revision
brian
2002-07-04
1
-12
/
+3
*
If we've given a domain name prefix as the authentication name, strip
brian
2002-07-03
1
-3
/
+12
*
Complain about (and fix) misformatted RADIUS attributes rather than silently
brian
2002-06-28
1
-2
/
+6
*
Add a hack to handle RADIUS responses from peers that forget that
brian
2002-06-23
1
-4
/
+20
*
Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code
brian
2002-06-17
1
-12
/
+8
*
Remove whitespace at the end of lines.
brian
2002-06-15
1
-8
/
+8
*
Remove a forgotten diagnostic
brian
2002-06-15
1
-1
/
+0
*
Don't forget to process the Ident field on the front of
brian
2002-06-12
1
-14
/
+25
*
Understand the following Microsoft Vendor Specific RADIUS attributes:
brian
2002-06-12
1
-3
/
+158
*
Cast pid_t to long for printf()ing
brian
2002-06-06
1
-2
/
+2
*
Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is
brian
2002-06-02
1
-0
/
+8
*
Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's
brian
2002-05-16
1
-24
/
+79
*
o Clean up some #includes
brian
2002-05-14
1
-43
/
+49
*
Add support for MS-CHAP authentication via a RADIUS server.
brian
2002-05-10
1
-34
/
+160
*
Understand the Session-Timeout RADIUS attribute
brian
2002-05-07
1
-2
/
+19
*
o Add ipv6 support, abstracting most NCP addresses into opaque
brian
2001-08-14
1
-13
/
+21
*
Don't assume challenges and responses don't contain embedded '\0's.
brian
2001-04-01
1
-4
/
+4
*
MAXHOSTNAME includes space for a NUL
brian
2001-03-09
1
-2
/
+2
*
MAXPATHLEN -> PATH_MAX
brian
2001-03-08
1
-2
/
+2
*
Don't send an authentication failure response if we fail sending
brian
2001-02-04
1
-13
/
+26
*
Allow ``set server closed'' to close the diagnostic socket.
brian
2001-01-26
1
-6
/
+7
*
Use rad_acct_open() instead of rad_auth_open().
brian
2000-10-15
1
-1
/
+1
*
Support radius accounting, and add a packet count to throughput
brian
2000-08-28
1
-2
/
+163
*
Correct some typos introduced in the descriptor -> fdescriptor change.
brian
2000-03-14
1
-4
/
+4
*
Introduce LOCALNAT and LOCALRAD defines so that the sources can stay
brian
2000-03-14
1
-1
/
+6
*
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
brian
2000-03-14
1
-0
/
+2
*
To avoid namespace polution in NetBSD:
brian
2000-03-14
1
-8
/
+8
*
Notice and warn about unterminated quoted strings in commands.
brian
1999-12-20
1
-1
/
+4
*
Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.
brian
1999-09-21
1
-3
/
+0
*
NetBSD has moved ``extern int errno;'' to signal.h :-/
brian
1999-09-20
1
-0
/
+3
*
When sending radius authentication requests:
brian
1999-09-03
1
-1
/
+46
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-1
/
+2
*
int -> size_t
brian
1999-04-21
1
-2
/
+3
[next]