FreeBSD Bugzilla – Attachment 42298 Details for
Bug 65980
bugfix for apache's dbmmanage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 540 bytes, created by
Palle Girgensohn
on 2004-04-26 10:00:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Palle Girgensohn
Created:
2004-04-26 10:00:27 UTC
Size:
540 bytes
patch
obsolete
>--- src/support/dbmmanage~ Tue Oct 10 06:23:58 2000 >+++ src/support/dbmmanage Sun Dec 3 00:45:08 2000 >@@ -338,7 +338,7 @@ > } elsif (substr($chkpass, 0, 5) eq '{SHA}') { > need_sha1_crypt; > $crypt_method = "sha1"; >- } elsif (length($chkpass) == 13 && $chkpass ne $testpass) { >+ } elsif ((length($chkpass) == 13 && $chkpass ne $testpass) || ($chkpass =~ m/^\$[0-9]\$/)) { > $crypt_method = "crypt"; > } else { > $crypt_method = "plain"; >--------------------------------------------------------------
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 65980
: 42298 |
42299