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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
disabling saslprep() support under Jython - it lacks the stringprep module
Eli Collins
2012-04-17
1
-0
/
+5
*
a bunch of bugfixes found during unittesting
Eli Collins
2012-04-17
1
-1
/
+1
*
CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark script
Eli Collins
2012-04-17
5
-88
/
+113
*
updated passlib.apache module's api - more flexible to use, changed some ambi...
Eli Collins
2012-04-17
1
-13
/
+20
*
issue warning if app requests even bsdi_crypt rounds
Eli Collins
2012-04-13
1
-10
/
+17
*
work on des_crypt family
Eli Collins
2012-04-13
2
-2
/
+2
*
clarify behavior for secret=None and hash=None
Eli Collins
2012-04-11
1
-9
/
+10
*
ldap salted digest improvements
Eli Collins
2012-04-09
1
-3
/
+12
*
*all* hashes now throw PasswordSizeError if password is larger than 4096 char...
Eli Collins
2012-04-09
1
-0
/
+1
*
removed default policy file & object
Eli Collins
2012-04-09
1
-8
/
+0
*
bcrypt work
Eli Collins
2012-03-12
1
-0
/
+1
*
updated passlib.ext.django; made some notes about django 1.4
Eli Collins
2012-03-12
1
-32
/
+33
*
doc tweaks
Eli Collins
2012-03-12
4
-7
/
+19
*
updated test support & py3 compat code from an external library
Eli Collins
2012-03-12
1
-9
/
+9
*
added some notes
Eli Collins
2012-03-10
1
-18
/
+0
*
doc tweaks
Eli Collins
2012-03-10
3
-16
/
+14
*
various bcrypt improvements
Eli Collins
2012-03-10
1
-3
/
+33
*
cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2
Eli Collins
2012-03-10
2
-16
/
+46
*
did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecated
Eli Collins
2012-03-10
4
-57
/
+50
*
added Window's DCC hashes (aka mscache / mscash) version 1 & 2
Eli Collins
2012-03-10
3
-2
/
+206
*
renamed nthash -> bsd_nthash; added real nthash implemented
Eli Collins
2012-03-10
4
-33
/
+58
*
added support for lmhash
Eli Collins
2012-03-10
2
-0
/
+164
*
added support for Cisco PIX & Type 7 hashes
Eli Collins
2012-03-10
4
-6
/
+315
*
added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...
Eli Collins
2012-03-10
3
-0
/
+193
*
utils.handlers framework reworked; removed a bunch of boilerplate code
Eli Collins
2012-03-09
1
-5
/
+6
*
base HandlerCase class reworked
Eli Collins
2012-03-09
1
-1
/
+1
*
Merge
Eli Collins
2012-02-08
18
-66
/
+74
|
\
|
*
renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...
Eli Collins
2012-02-08
1
-2
/
+2
|
*
renamed passlib.exc warning classes
Eli Collins
2012-02-08
2
-3
/
+3
|
*
documentation updates for last two commits
Eli Collins
2012-02-08
17
-62
/
+70
*
|
deprecating min_verify_time option; doesn't meaningfully increase security, a...
Eli Collins
2012-01-19
2
-12
/
+10
|
/
*
simplified crypt.crypt() wrappers
Eli Collins
2012-01-19
1
-1
/
+1
*
split exceptions/warnings to separate module; added some additional warning c...
Eli Collins
2012-01-18
3
-4
/
+21
*
documentation updates for latest round of changes
Eli Collins
2012-01-18
8
-85
/
+114
*
deprecated unused int<->bytes utils
Eli Collins
2012-01-18
1
-2
/
+0
*
replaced utils.h64 module with utils.Base64Engine instance
Eli Collins
2012-01-18
12
-38
/
+104
*
added example hashes to scram documentation, other doc tweaks
Eli Collins
2012-01-10
2
-38
/
+45
*
lots of work on scram hash
Eli Collins
2012-01-09
2
-0
/
+137
*
clarified border case where verify() accepted configuration strings instead o...
Eli Collins
2012-01-09
1
-4
/
+8
*
minor doc changes
Eli Collins
2012-01-02
1
-5
/
+4
*
CryptContext can now run passwords through SASLPrep via "passprep" options [i...
Eli Collins
2012-01-02
1
-0
/
+31
*
deprecated to_hash_str, replaced all instances with to_native_str
Eli Collins
2011-12-28
1
-4
/
+0
*
Merge from default
Eli Collins
2011-12-28
1
-4
/
+2
|
\
|
*
large rewrite of how CryptPolicy is parsed and compiled; should result in *mu...
Eli Collins
2011-12-22
1
-4
/
+2
*
|
removed 2to3 translation step from setup
Eli Collins
2011-12-06
1
-10
/
+1
|
/
*
updated documentation to use some cloud_sptheme 1.3 features
Eli Collins
2011-12-02
4
-16
/
+28
*
all verify() methods now use "constant time" comparison function (see CHANGEL...
Eli Collins
2011-12-01
1
-0
/
+1
*
minor documentation changes
Eli Collins
2011-12-01
3
-19
/
+22
*
Merge 1.5.3 bugfixes
Eli Collins
2011-10-08
2
-4
/
+4
|
\
|
*
Merge fixes from release-1.5
Eli Collins
2011-09-19
2
-4
/
+4
|
|
\
[next]