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
/
handlers
/
phpass.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
retuned default_rounds for a few hashes based on benchmarks
Eli Collins
2012-04-17
1
-1
/
+1
*
utils.handlers framework reworked; removed a bunch of boilerplate code
Eli Collins
2012-03-09
1
-10
/
+1
*
renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...
Eli Collins
2012-02-08
1
-1
/
+1
*
large refactor of GenericHandler internals
Eli Collins
2012-02-08
1
-2
/
+0
*
import cleanups
Eli Collins
2012-01-18
1
-3
/
+4
*
renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...
Eli Collins
2012-01-18
1
-2
/
+2
*
clarified border case where verify() accepted configuration strings instead o...
Eli Collins
2012-01-09
1
-1
/
+1
*
deprecated to_hash_str, replaced all instances with to_native_str
Eli Collins
2011-12-28
1
-2
/
+2
*
fixed conversion typo
Eli Collins
2011-12-06
1
-1
/
+1
*
ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...
Eli Collins
2011-12-06
1
-6
/
+6
*
added compat.unicode imports in a number of places
Eli Collins
2011-12-06
1
-0
/
+1
*
minor documentation updates
Eli Collins
2011-10-07
1
-1
/
+1
*
GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...
Eli Collins
2011-06-20
1
-0
/
+1
*
converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpass
Eli Collins
2011-06-17
1
-10
/
+14
*
changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...
Eli Collins
2011-04-25
1
-0
/
+1
*
api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...
Eli Collins
2011-04-25
1
-1
/
+1
*
converted most handlers to use new helper classes.
Eli Collins
2011-04-05
1
-40
/
+18
*
replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...
Eli Collins
2011-03-28
1
-4
/
+4
*
big rename: changed base handler class names
Eli Collins
2011-03-22
1
-2
/
+2
*
big rename: driver->handler
Eli Collins
2011-03-22
1
-0
/
+151