index
:
delta/python-packages/passlib.git
1.3.x
Ehsan-Kia/add-missing-comma-in-python-string-list--1570159929332
class-based
cmdline-dev
drpoggi/fastpbk2-fastpbkdf2-1518202787739
drupal7
graingert/docs-updated-password-generation-section-1551709975688
ironpython-support-dev
kenyon/quickstartrst-grammar-fixes-1547285543894
lazy-load
master
mjhm/passlibhashbsdi_cryptrst-edited-online-w-1485713793666
no2to3-dev
release-1.5
release-1.6
scram-dev
scrypt-dev
speedup
stable
yuvallanger/fix-typo-1451443676093
foss.heptapod.net: python-libs/passlib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
passlib
/
registry.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...
Eli Collins
2012-04-17
1
-5
/
+6
*
updated passlib.apache module's api - more flexible to use, changed some ambi...
Eli Collins
2012-04-17
1
-0
/
+1
*
minor constant & comment tweaks
Eli Collins
2012-04-10
1
-1
/
+1
*
misc bugfixes dealing with changes from last 8 or so commits
Eli Collins
2012-03-11
1
-0
/
+1
*
did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecated
Eli Collins
2012-03-10
1
-1
/
+2
*
added Window's DCC hashes (aka mscache / mscash) version 1 & 2
Eli Collins
2012-03-10
1
-3
/
+5
*
renamed nthash -> bsd_nthash; added real nthash implemented
Eli Collins
2012-03-10
1
-0
/
+1
*
added support for lmhash
Eli Collins
2012-03-10
1
-0
/
+1
*
added support for Cisco PIX & Type 7 hashes
Eli Collins
2012-03-10
1
-0
/
+2
*
added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...
Eli Collins
2012-03-10
1
-0
/
+2
*
Merge
Eli Collins
2012-02-08
1
-1
/
+1
|
\
|
*
minor tweaks & fixes
Eli Collins
2012-02-08
1
-1
/
+1
*
|
fix to lazy handler loading
Eli Collins
2012-01-19
1
-4
/
+4
|
/
*
split exceptions/warnings to separate module; added some additional warning c...
Eli Collins
2012-01-18
1
-1
/
+3
*
lots of work on scram hash
Eli Collins
2012-01-09
1
-0
/
+1
*
removed Undef singleton, private _NOTSET singletons are cleaner.
Eli Collins
2011-12-28
1
-3
/
+5
*
large rewrite of how CryptPolicy is parsed and compiled; should result in *mu...
Eli Collins
2011-12-22
1
-12
/
+25
*
bugfix: make sure ``passlib.hash.__loader__`` attribute writable - needed by ...
Eli Collins
2011-08-12
1
-1
/
+6
*
misc documentation tweaks
Eli Collins
2011-06-30
1
-1
/
+1
*
django work
Eli Collins
2011-06-30
1
-0
/
+5
*
minor typo & doc tweaks
Eli Collins
2011-06-20
1
-3
/
+3
*
added support for Cryptacular's PBKDF2 format
Eli Collins
2011-06-02
1
-0
/
+1
*
added FSHP support
Eli Collins
2011-06-02
1
-0
/
+1
*
various documentation updates
Eli Collins
2011-06-01
1
-4
/
+18
*
added ldap_pbkdf2_{digest} variants; UTs & docs; removed prefix from pdkdf2_s...
Eli Collins
2011-04-29
1
-2
/
+5
*
added support for hashes used by Roundup Issue tracker
Eli Collins
2011-04-25
1
-0
/
+5
*
added support for ldap {CRYPT} handlers, using PrefixWrapper to wrap base han...
Eli Collins
2011-04-25
1
-0
/
+7
*
new PrefixWrapper constructor, for wrapping existing handlers and altering th...
Eli Collins
2011-04-25
1
-3
/
+5
*
moved _unload_handler_name to passlib.registry, so it can be used multiple pl...
Eli Collins
2011-04-08
1
-0
/
+38
*
added atlassian_pbkdf2_sha1 - supports hash PBKDF2-based hash used by Atlassi...
Eli Collins
2011-04-04
1
-1
/
+4
*
replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...
Eli Collins
2011-03-28
1
-11
/
+11
*
added support for a bunch of PBKDF2 hash schemes
Eli Collins
2011-03-28
1
-0
/
+5
*
documentation updates
Eli Collins
2011-03-24
1
-0
/
+7
*
added documentation for passlib.registry
Eli Collins
2011-03-23
1
-4
/
+15
*
ldap_plaintext: replaces ldap_cleartext, has proper behavior (using slappassw...
Eli Collins
2011-03-23
1
-1
/
+1
*
big rename: driver->handler
Eli Collins
2011-03-22
1
-30
/
+30
*
split passlib.base into passlib.registry & passlib.context - the two have lit...
Eli Collins
2011-03-22
1
-0
/
+257