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
/
utils
/
handlers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
a bunch of bugfixes found during unittesting
Eli Collins
2012-04-17
1
-2
/
+2
*
assorted bugfixes, tweaks, and tests added; based on coverage examination
Eli Collins
2012-04-12
1
-11
/
+11
*
clarify behavior for secret=None and hash=None
Eli Collins
2012-04-11
1
-50
/
+45
*
md5_crypt / sha2-crypt cleanup
Eli Collins
2012-04-10
1
-1
/
+1
*
parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...
Eli Collins
2012-04-10
1
-14
/
+68
*
passlib.exc: added constructors for common errors, should normalize error mes...
Eli Collins
2012-04-10
1
-45
/
+60
*
*all* hashes now throw PasswordSizeError if password is larger than 4096 char...
Eli Collins
2012-04-09
1
-1
/
+9
*
updated test support & py3 compat code from an external library
Eli Collins
2012-03-12
1
-3
/
+3
*
utils.handlers framework reworked; removed a bunch of boilerplate code
Eli Collins
2012-03-09
1
-285
/
+337
*
renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...
Eli Collins
2012-02-08
1
-17
/
+17
*
renamed passlib.exc warning classes
Eli Collins
2012-02-08
1
-4
/
+4
*
documentation updates for last two commits
Eli Collins
2012-02-08
1
-95
/
+98
*
minor tweaks & fixes
Eli Collins
2012-02-08
1
-1
/
+1
*
large refactor of GenericHandler internals
Eli Collins
2012-02-08
1
-166
/
+192
*
simplified crypt.crypt() wrappers
Eli Collins
2012-01-19
1
-1
/
+0
*
split exceptions/warnings to separate module; added some additional warning c...
Eli Collins
2012-01-18
1
-6
/
+12
*
misc bugfixes from round of changes
Eli Collins
2012-01-18
1
-0
/
+2
*
StaticHandler._norm_hash() should return native str type
Eli Collins
2012-01-18
1
-6
/
+8
*
import cleanups
Eli Collins
2012-01-18
1
-8
/
+8
*
cleaned up utils a little
Eli Collins
2012-01-18
1
-1
/
+9
*
renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...
Eli Collins
2012-01-18
1
-9
/
+18
*
lots of work on scram hash
Eli Collins
2012-01-09
1
-0
/
+2
*
clarified border case where verify() accepted configuration strings instead o...
Eli Collins
2012-01-09
1
-1
/
+27
*
deprecated to_hash_str, replaced all instances with to_native_str
Eli Collins
2011-12-28
1
-4
/
+4
*
Merge from default
Eli Collins
2011-12-28
1
-5
/
+56
|
\
|
*
PrefixWrapper: added .ident and .ident_values proxies; dir() now reports prox...
Eli Collins
2011-12-22
1
-5
/
+56
*
|
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
-16
/
+16
*
|
added compat.unicode imports in a number of places
Eli Collins
2011-12-06
1
-0
/
+1
|
/
*
all verify() methods now use "constant time" comparison function (see CHANGEL...
Eli Collins
2011-12-01
1
-7
/
+8
*
Merge 1.5.3 bugfixes
Eli Collins
2011-10-08
1
-24
/
+9
|
\
|
*
misc doc changes
Eli Collins
2011-09-14
1
-11
/
+7
|
*
beginning 1.6 dev
Eli Collins
2011-08-25
1
-16
/
+5
*
|
minor documentation updates
Eli Collins
2011-10-07
1
-15
/
+31
|
/
*
documentation building should now be done through 'setup.py build_sphinx';
Eli Collins
2011-08-17
1
-1
/
+2
*
minor doc tweaks
Eli Collins
2011-07-10
1
-3
/
+3
*
bugfixes from running UTs
Eli Collins
2011-07-09
1
-1
/
+1
*
cleaned up and documented HasManyBackends behavior; now raises MissingBackend...
Eli Collins
2011-07-08
1
-16
/
+107
*
stripped trailing whitespace from a bunch of files
Eli Collins
2011-07-08
1
-7
/
+7
*
replaced redundant code in a few places w/ new identify_prefix() helper
Eli Collins
2011-06-22
1
-0
/
+12
*
StaticHandler now provides internal _norm_hash() method for subclasses to ove...
Eli Collins
2011-06-22
1
-5
/
+16
*
GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...
Eli Collins
2011-06-20
1
-1
/
+2
*
converted md5crypt to py3 compat
Eli Collins
2011-06-17
1
-0
/
+19
*
pbkdf2 handlers now py3 compat
Eli Collins
2011-06-17
1
-0
/
+6
*
base HandlerCase, and utils.handlers UTs, converted to support unicode policy
Eli Collins
2011-06-17
1
-0
/
+14
*
utils.handlers reworked.
Eli Collins
2011-06-17
1
-30
/
+101
*
added support for Cryptacular's PBKDF2 format
Eli Collins
2011-06-02
1
-0
/
+1
*
removed some things that were deprecated under 1.4
Eli Collins
2011-06-01
1
-581
/
+0
*
replace legacy exc constructor
Eli Collins
2011-05-09
1
-1
/
+1
*
tightened salt info specifications; improved salt info conformance tests
Eli Collins
2011-05-03
1
-1
/
+1
[next]