summaryrefslogtreecommitdiff
path: root/passlib/handlers/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* 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