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
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplified crypt.crypt() wrappers
Eli Collins
2012-01-19
14
-203
/
+220
*
split exceptions/warnings to separate module; added some additional warning c...
Eli Collins
2012-01-18
19
-72
/
+152
*
documentation updates for latest round of changes
Eli Collins
2012-01-18
8
-85
/
+114
*
misc bugfixes from round of changes
Eli Collins
2012-01-18
16
-91
/
+174
*
StaticHandler._norm_hash() should return native str type
Eli Collins
2012-01-18
6
-38
/
+23
*
import cleanups
Eli Collins
2012-01-18
36
-280
/
+292
*
changed test_utils to import subjects within test functions, instead of globally
Eli Collins
2012-01-18
3
-25
/
+36
*
cleanups to utils
Eli Collins
2012-01-18
6
-97
/
+82
*
reordered contents of utils
Eli Collins
2012-01-18
1
-271
/
+264
*
scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256'
Eli Collins
2012-01-18
2
-6
/
+8
*
deprecated unused int<->bytes utils
Eli Collins
2012-01-18
4
-44
/
+16
*
cleaned up utils a little
Eli Collins
2012-01-18
2
-64
/
+61
*
renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...
Eli Collins
2012-01-18
16
-51
/
+51
*
replaced utils.h64 module with utils.Base64Engine instance
Eli Collins
2012-01-18
20
-545
/
+942
*
added some function deprecation helpers
Eli Collins
2012-01-18
1
-6
/
+83
*
Merge scram-dev: adds hash for storing SCRAM protocol digests
Eli Collins
2012-01-10
13
-22
/
+1102
|
\
|
*
scram hash finished, closing branch
scram-dev
Eli Collins
2012-01-10
0
-0
/
+0
|
*
finished up UTs for scram hash
Eli Collins
2012-01-10
2
-8
/
+34
|
*
added example hashes to scram documentation, other doc tweaks
Eli Collins
2012-01-10
4
-54
/
+73
|
*
documented some dev code used to test against SCRAM examples
Eli Collins
2012-01-09
1
-147
/
+154
|
*
lots of work on scram hash
Eli Collins
2012-01-09
11
-123
/
+861
|
*
updated scram for py3 compat
Eli Collins
2012-01-09
1
-9
/
+10
|
*
Merge default
Eli Collins
2012-01-09
1
-0
/
+289
|
|
\
|
/
/
|
*
initial draft of SCRAM-specific hash storage format (issue 23) --
Eli Collins
2011-12-05
1
-0
/
+289
*
|
clarified border case where verify() accepted configuration strings instead o...
Eli Collins
2012-01-09
13
-26
/
+84
*
|
minor fixes
Eli Collins
2012-01-09
2
-3
/
+4
*
|
builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25%
Eli Collins
2012-01-05
4
-137
/
+155
*
|
renamed utils.timer -> utils.tick
Eli Collins
2012-01-05
3
-12
/
+12
*
|
context tweaks:
Eli Collins
2012-01-02
2
-8
/
+16
*
|
minor doc changes
Eli Collins
2012-01-02
2
-5
/
+8
*
|
tests use assertRegex instead of assertRegexpMatches
Eli Collins
2012-01-02
1
-13
/
+18
*
|
CryptContext can now run passwords through SASLPrep via "passprep" options [i...
Eli Collins
2012-01-02
5
-3
/
+158
*
|
renamed test_drivers.py -> test_handlers.py to match name of module its testing
Eli Collins
2011-12-28
3
-9
/
+9
*
|
move vm constants to compat module
Eli Collins
2011-12-28
4
-10
/
+9
*
|
mvt code now uses time.clock() under win32
Eli Collins
2011-12-28
2
-12
/
+41
*
|
removed Undef singleton, private _NOTSET singletons are cleaner.
Eli Collins
2011-12-28
5
-42
/
+14
*
|
deprecated to_hash_str, replaced all instances with to_native_str
Eli Collins
2011-12-28
28
-116
/
+115
*
|
Merge no2to3-dev branch - source should now be compatible with 2.5+ and 3, wi...
Eli Collins
2011-12-28
0
-0
/
+0
|
\
\
*
|
|
branch done, will merge into default
no2to3-dev
Eli Collins
2011-12-28
1
-0
/
+3
*
|
|
misc fixes for py3 compat
Eli Collins
2011-12-28
6
-60
/
+73
*
|
|
updated some comments
Eli Collins
2011-12-28
2
-16
/
+9
*
|
|
Merge from default
Eli Collins
2011-12-28
13
-626
/
+1623
|
\
\
\
|
|
/
/
|
*
|
CryptPolicy rewrite part 2
Eli Collins
2011-12-27
5
-605
/
+853
|
*
|
typo
Eli Collins
2011-12-22
1
-1
/
+1
|
*
|
PrefixWrapper: added .ident and .ident_values proxies; dir() now reports prox...
Eli Collins
2011-12-22
2
-7
/
+91
|
*
|
large rewrite of how CryptPolicy is parsed and compiled; should result in *mu...
Eli Collins
2011-12-22
6
-441
/
+887
|
*
|
issue 24: added saslprep() function to support SASL stringprep profile; still...
Eli Collins
2011-12-13
3
-1
/
+198
|
*
|
was browsing Python's source, and noticed crypt() might sometimes return None --
Eli Collins
2011-12-09
2
-2
/
+17
|
|
/
*
|
typofix
Eli Collins
2011-12-09
1
-1
/
+1
*
|
removed 2to3 translation step from setup
Eli Collins
2011-12-06
4
-187
/
+5
[next]