Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 699220 Details for
Bug 909738
python-pwquality does not detect some dictionary words in passwords
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
check the candidate password after stripping out more character classes
cracklib-909738.patch (text/plain), 916 bytes, created by
Nalin Dahyabhai
on 2013-02-18 23:26:27 UTC
(
hide
)
Description:
check the candidate password after stripping out more character classes
Filename:
MIME Type:
Creator:
Nalin Dahyabhai
Created:
2013-02-18 23:26:27 UTC
Size:
916 bytes
patch
obsolete
>Add some more rules to catch cases like those described in >https://bugzilla.redhat.com/show_bug.cgi?id=909738 > >--- cracklib/lib/fascist.c >+++ cracklib/lib/fascist.c >@@ -55,9 +55,23 @@ static char *r_destructors[] = { > "]]]", > > "/?p@?p", /* purging out punctuation/symbols/junk */ >+ "/?d@?d", >+ "/?w@?w", > "/?s@?s", > "/?X@?X", > >+ "/?p@?p/?d@?d", >+ "/?p@?p/?w@?w", >+ "/?p@?p/?s@?s", >+ "/?d@?d/?w@?w", >+ "/?d@?d/?s@?s", >+ "/?w@?w/?s@?s", >+ "/?p@?p/?d@?d/?w@?w", >+ "/?p@?p/?d@?d/?s@?s", >+ "/?p@?p/?w@?w/?s@?s", >+ "/?d@?d/?w@?w/?s@?s", >+ "/?p@?p/?d@?d/?w@?w/?s@?s", >+ > /* attempt reverse engineering of password strings */ > > "/$s$s", >@@ -806,7 +820,7 @@ FascistLook(pwp, instring) > } > > #ifdef DEBUG >- printf("%-16s (dict)\n", a); >+ printf("%-16s (dict destruct %s)\n", a, r_destructors[i]); > #endif > > if (FindPW(pwp, a) != notfound)
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 909738
:
695943
|
695944
|
695957
|
695958
|
695959
|
695960
| 699220