summaryrefslogtreecommitdiff
path: root/admin
Commit message (Expand)AuthorAgeFilesLines
* added bcrypt helpers to benchmark scriptEli Collins2013-12-221-0/+26
* various documentation updatesEli Collins2012-09-201-17/+20
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-2/+2
* _CryptConfig now pre-calculates default scheme for each category, checks agai...Eli Collins2012-07-091-1/+3
* removed some unused files, tweaked some internal commentsEli Collins2012-06-271-256/+0
* tweaked release scripts - not pushing eggs again (at least until C extensions)Eli Collins2012-05-012-6/+37
* assorted bugfixes & additional test coverageEli Collins2012-04-301-1/+1
* assorted small details that weren't covered in the last few mergesEli Collins2012-04-271-2/+13
* sped up pbkdf2 implementation by 60% or so - upped the rounds for all pbkdf2 ...Eli Collins2012-04-191-1/+14
* updated tox config, moved GAE helper into tests module to silence tox warningEli Collins2012-04-171-9/+0
* CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark scriptEli Collins2012-04-171-83/+174
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-2/+2
* parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...Eli Collins2012-04-101-1/+1
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-1/+1
* removed default policy file & objectEli Collins2012-04-091-7/+7
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-111-2/+0
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-1/+1
* renamed passlib.exc warning classesEli Collins2012-02-081-4/+4
* large refactor of GenericHandler internalsEli Collins2012-02-081-2/+1
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-4/+4
* import cleanupsEli Collins2012-01-181-1/+1
* misc fixes for py3 compatEli Collins2011-12-281-9/+19
* CryptPolicy rewrite part 2Eli Collins2011-12-271-0/+158
* added tox config file, may replace custom testing harnessEli Collins2011-10-071-0/+9
* added some scripts used during release managementEli Collins2011-09-192-0/+281