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
...
*
did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecated
Eli Collins
2012-03-10
10
-72
/
+173
*
added Window's DCC hashes (aka mscache / mscash) version 1 & 2
Eli Collins
2012-03-10
7
-6
/
+405
*
renamed nthash -> bsd_nthash; added real nthash implemented
Eli Collins
2012-03-10
9
-86
/
+184
*
added support for lmhash
Eli Collins
2012-03-10
7
-5
/
+310
*
added support for Cisco PIX & Type 7 hashes
Eli Collins
2012-03-10
10
-20
/
+697
*
added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...
Eli Collins
2012-03-10
8
-3
/
+622
*
more test vectors!
Eli Collins
2012-03-09
1
-144
/
+481
*
renamed test_handlers classes to match alg name + "_test" (tired of having to...
Eli Collins
2012-03-09
3
-188
/
+142
*
utils.handlers framework reworked; removed a bunch of boilerplate code
Eli Collins
2012-03-09
20
-643
/
+627
*
base HandlerCase class reworked
Eli Collins
2012-03-09
7
-666
/
+1133
*
tweak to setup script
Eli Collins
2012-02-09
1
-8
/
+8
*
consolidated some unit tests
Eli Collins
2012-02-09
4
-161
/
+126
*
Merge
Eli Collins
2012-02-08
42
-602
/
+737
|
\
|
*
renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...
Eli Collins
2012-02-08
16
-47
/
+48
|
*
renamed passlib.exc warning classes
Eli Collins
2012-02-08
11
-38
/
+38
|
*
documentation updates for last two commits
Eli Collins
2012-02-08
20
-161
/
+185
|
*
minor tweaks & fixes
Eli Collins
2012-02-08
5
-12
/
+14
|
*
large refactor of GenericHandler internals
Eli Collins
2012-02-08
20
-359
/
+467
*
|
fix to lazy handler loading
Eli Collins
2012-01-19
1
-4
/
+4
*
|
deprecating min_verify_time option; doesn't meaningfully increase security, a...
Eli Collins
2012-01-19
5
-30
/
+57
|
/
*
minor updates
Eli Collins
2012-01-19
2
-1
/
+5
*
assertEquals() -> assertEqual()
Eli Collins
2012-01-19
3
-42
/
+42
*
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
[prev]
[next]