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
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting
brian
2002-09-23
1
-1
/
+2
*
Unbreak -DNOINET6
brian
2002-09-02
1
-0
/
+2
*
Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.
sobomax
2002-08-29
1
-3
/
+6
*
- made ppp compliant to RFC 2472 (based on a patch from another
brian
2002-08-29
5
-49
/
+176
*
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
brian
2002-08-27
24
-6
/
+26
*
Use _BSD_VA_LIST_ rather than __va_list if it's defined
brian
2002-08-27
1
-2
/
+5
*
Correct the FAQ url
brian
2002-08-26
2
-4
/
+6
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
5
-13
/
+15
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
1
-2
/
+2
*
mdoc(7) police: Removed redundant .Ns calls.
ru
2002-08-13
1
-1
/
+1
*
Correct URL to the FAQ
blackend
2002-07-31
1
-1
/
+1
*
Correct links to Handbook's pages, old URLs does not work anymore.
blackend
2002-07-30
1
-2
/
+2
*
Do a case insensitive comparison when comparing the ms-chap response
brian
2002-07-30
1
-1
/
+1
*
Remove unused calls to inet_addr()
brian
2002-07-18
2
-2
/
+0
*
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
*
Don't trust the MPPE key lengths passed back from the RADIUS server.
brian
2002-07-02
1
-2
/
+4
*
Remove some misleading/wrong diagnostics
brian
2002-07-02
1
-5
/
+1
*
Show the port number (tty slot, pppoe session id etc) under
brian
2002-06-30
1
-5
/
+14
*
When a netgraph message is read, look for another before returning.
brian
2002-06-29
1
-63
/
+66
*
Don't use SignalBundle if it's not set
brian
2002-06-28
1
-3
/
+6
*
Complain about (and fix) misformatted RADIUS attributes rather than silently
brian
2002-06-28
1
-2
/
+6
*
When a RADIUS server is being used, don't use MPPE unless the RADIUS
brian
2002-06-28
1
-6
/
+19
*
Add a hack to handle RADIUS responses from peers that forget that
brian
2002-06-23
1
-4
/
+20
*
Don't expect NUL terminated data in all netgraph messages received.
brian
2002-06-22
1
-2
/
+8
*
Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code
brian
2002-06-17
5
-29
/
+34
*
A better prinflike fix...
brian
2002-06-15
1
-2
/
+2
*
Remove whitespace at the end of lines.
brian
2002-06-15
31
-89
/
+89
*
Fix a printflike format error
brian
2002-06-15
1
-1
/
+1
*
Remove a forgotten diagnostic
brian
2002-06-15
1
-1
/
+0
*
If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as an
brian
2002-06-12
2
-1
/
+20
*
Bump the version number to reflect the recent RADIUS commits
brian
2002-06-12
1
-1
/
+1
*
Don't forget to process the Ident field on the front of
brian
2002-06-12
2
-16
/
+26
*
Understand the following Microsoft Vendor Specific RADIUS attributes:
brian
2002-06-12
8
-55
/
+329
*
Cast pid_t to long for printf()ing
brian
2002-06-06
1
-2
/
+2
*
Add a missing ``a''.
brian
2002-06-03
1
-1
/
+1
*
Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is
brian
2002-06-02
1
-0
/
+8
*
Coerce pid_t to long rather than int for better portability.
brian
2002-05-27
4
-17
/
+17
*
Increase the maximum FSM option length to 50
brian
2002-05-22
2
-3
/
+3
*
Add some missing #includes that weren't required due to namespace polution
brian
2002-05-22
3
-2
/
+3
*
Mention our support of the authentication side of rfc2548
brian
2002-05-21
1
-1
/
+1
*
Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.
brian
2002-05-18
1
-0
/
+5
*
Put back <string.h>
brian
2002-05-17
1
-0
/
+1
*
Add some OpenBSD includes
brian
2002-05-16
1
-0
/
+4
*
Fix a mis-placed #else/#endif
brian
2002-05-16
1
-2
/
+1
*
Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's
brian
2002-05-16
5
-48
/
+114
*
Fix an include for NetBSD
brian
2002-05-14
1
-0
/
+3
*
Avoid a rather bizarre warning from gcc 3.1:
brian
2002-05-14
1
-1
/
+1
*
o Clean up some #includes
brian
2002-05-14
42
-133
/
+163
*
Calculate the number of open links properly when deciding on whether to
brian
2002-05-14
1
-11
/
+10
[next]