summaryrefslogtreecommitdiff
path: root/passlib/registry.py
Commit message (Expand)AuthorAgeFilesLines
* updated various bit of documentation; made 1.6 changelog presentableEli Collins2012-04-301-1/+0
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-1/+1
* forgot to list django 1.4 hashes in registry, some other notesEli Collins2012-04-271-0/+3
* cleaned up the registry code -- less redundant data, more type checksEli Collins2012-04-271-196/+199
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-171-5/+6
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-0/+1
* minor constant & comment tweaksEli Collins2012-04-101-1/+1
* misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-111-0/+1
* did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecatedEli Collins2012-03-101-1/+2
* added Window's DCC hashes (aka mscache / mscash) version 1 & 2Eli Collins2012-03-101-3/+5
* renamed nthash -> bsd_nthash; added real nthash implementedEli Collins2012-03-101-0/+1
* added support for lmhashEli Collins2012-03-101-0/+1
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-101-0/+2
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-101-0/+2
* MergeEli Collins2012-02-081-1/+1
|\
| * minor tweaks & fixesEli Collins2012-02-081-1/+1
* | fix to lazy handler loadingEli Collins2012-01-191-4/+4
|/
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-1/+3
* lots of work on scram hashEli Collins2012-01-091-0/+1
* removed Undef singleton, private _NOTSET singletons are cleaner.Eli Collins2011-12-281-3/+5
* large rewrite of how CryptPolicy is parsed and compiled; should result in *mu...Eli Collins2011-12-221-12/+25
* bugfix: make sure ``passlib.hash.__loader__`` attribute writable - needed by ...Eli Collins2011-08-121-1/+6
* misc documentation tweaksEli Collins2011-06-301-1/+1
* django workEli Collins2011-06-301-0/+5
* minor typo & doc tweaksEli Collins2011-06-201-3/+3
* added support for Cryptacular's PBKDF2 formatEli Collins2011-06-021-0/+1
* added FSHP supportEli Collins2011-06-021-0/+1
* various documentation updatesEli Collins2011-06-011-4/+18
* added ldap_pbkdf2_{digest} variants; UTs & docs; removed prefix from pdkdf2_s...Eli Collins2011-04-291-2/+5
* added support for hashes used by Roundup Issue trackerEli Collins2011-04-251-0/+5
* added support for ldap {CRYPT} handlers, using PrefixWrapper to wrap base han...Eli Collins2011-04-251-0/+7
* new PrefixWrapper constructor, for wrapping existing handlers and altering th...Eli Collins2011-04-251-3/+5
* moved _unload_handler_name to passlib.registry, so it can be used multiple pl...Eli Collins2011-04-081-0/+38
* added atlassian_pbkdf2_sha1 - supports hash PBKDF2-based hash used by Atlassi...Eli Collins2011-04-041-1/+4
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-11/+11
* added support for a bunch of PBKDF2 hash schemesEli Collins2011-03-281-0/+5
* documentation updatesEli Collins2011-03-241-0/+7
* added documentation for passlib.registryEli Collins2011-03-231-4/+15
* ldap_plaintext: replaces ldap_cleartext, has proper behavior (using slappassw...Eli Collins2011-03-231-1/+1
* big rename: driver->handlerEli Collins2011-03-221-30/+30
* split passlib.base into passlib.registry & passlib.context - the two have lit...Eli Collins2011-03-221-0/+257