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
/
md5_crypt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
assorted bugfixes, tweaks, and tests added; based on coverage examination
Eli Collins
2012-04-12
1
-4
/
+3
*
replaced some common string ops with util funcs (repeat_string, right_pad_str...
Eli Collins
2012-04-10
1
-2
/
+2
*
tightened OS crypt backend tests
Eli Collins
2012-04-10
1
-1
/
+3
*
md5_crypt / sha2-crypt cleanup
Eli Collins
2012-04-10
1
-123
/
+153
*
passlib.exc: added constructors for common errors, should normalize error mes...
Eli Collins
2012-04-10
1
-1
/
+1
*
consolidated some unit tests
Eli Collins
2012-02-09
1
-3
/
+3
*
renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...
Eli Collins
2012-02-08
1
-2
/
+2
*
large refactor of GenericHandler internals
Eli Collins
2012-02-08
1
-1
/
+1
*
simplified crypt.crypt() wrappers
Eli Collins
2012-01-19
1
-5
/
+4
*
import cleanups
Eli Collins
2012-01-18
1
-3
/
+3
*
renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...
Eli Collins
2012-01-18
1
-2
/
+2
*
builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25%
Eli Collins
2012-01-05
1
-60
/
+57
*
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
-5
/
+5
*
added compat.unicode imports in a number of places
Eli Collins
2011-12-06
1
-1
/
+1
*
replaced xrange() instances with compat.irange() alias
Eli Collins
2011-12-06
1
-1
/
+2
*
bugfixes from running UTs
Eli Collins
2011-07-09
1
-2
/
+2
*
stripped trailing whitespace from a bunch of files
Eli Collins
2011-07-08
1
-6
/
+6
*
GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...
Eli Collins
2011-06-20
1
-0
/
+1
*
converted md5crypt to py3 compat
Eli Collins
2011-06-17
1
-63
/
+88
*
tightened salt info specifications; improved salt info conformance tests
Eli Collins
2011-05-03
1
-2
/
+2
*
changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...
Eli Collins
2011-04-25
1
-1
/
+3
*
similar to api change, renamed checksum_chars->checksum_size, checksum_charse...
Eli Collins
2011-04-25
1
-2
/
+2
*
api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...
Eli Collins
2011-04-25
1
-4
/
+4
*
converted most handlers to use new helper classes.
Eli Collins
2011-04-05
1
-46
/
+15
*
replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...
Eli Collins
2011-03-28
1
-5
/
+5
*
misc bugfixes & tweaks for win32 compat
Eli Collins
2011-03-25
1
-1
/
+1
*
big rename: changed base handler class names
Eli Collins
2011-03-22
1
-3
/
+3
*
big rename: driver->handler
Eli Collins
2011-03-22
1
-0
/
+285