summaryrefslogtreecommitdiff
path: root/passlib/handlers/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-4/+4
* compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-2/+2
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-2/+2
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-2/+2
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-6/+4
* removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-4/+4
* style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-2/+2
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-31/+30
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-0/+16
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-2/+2
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-2/+4
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-13/+14
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-6/+6
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-091-0/+2
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-101-0/+226