FreeBSD Bugzilla – Attachment 10839 Details for
Bug 21592
insufficient PAP authentication in isp protocol stack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.08 KB, created by
dli
on 2000-09-27 10:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dli
Created:
2000-09-27 10:20:01 UTC
Size:
1.08 KB
patch
obsolete
>*** if_spppsubr.c.orig Mon Sep 25 15:01:11 2000 >--- if_spppsubr.c Mon Sep 25 15:17:35 2000 >*************** >*** 3413,3420 **** > sppp_print_string((char*)passwd, passwd_len); > addlog(">\n"); > } >! if (name_len > AUTHNAMELEN || >! passwd_len > AUTHKEYLEN || > bcmp(name, sp->hisauth.name, name_len) != 0 || > bcmp(passwd, sp->hisauth.secret, passwd_len) != 0) { > /* action scn, tld */ >--- 3413,3420 ---- > sppp_print_string((char*)passwd, passwd_len); > addlog(">\n"); > } >! if (name_len != sppp_strnlen(sp->hisauth.name, >AUTHNAMELEN) || >! passwd_len != sppp_strnlen(sp->hisauth.secret, >AUTHKEYLEN) || > bcmp(name, sp->hisauth.name, name_len) != 0 || > bcmp(passwd, sp->hisauth.secret, passwd_len) != 0) { > /* action scn, tld */ >------------- cut here -------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21592
: 10839