summaryrefslogtreecommitdiff
path: root/passlib/handlers/windows.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-6/+5
* general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-8/+0
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-291-1/+21
* comment cleanupsEli Collins2016-06-291-0/+12
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-15/+7
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-4/+5
* removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-2/+2
* removed some unused importsEli Collins2013-04-091-2/+1
* massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-04-061-3/+3
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-31/+30
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-5/+5
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-7/+15
* made support for encoding context keyword uniformEli Collins2012-04-271-13/+5
* renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ...Eli Collins2012-04-271-5/+5
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-12/+4
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-101-3/+2
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-2/+2
* misc bugfixesEli Collins2012-03-121-2/+2
* misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-111-2/+3
* added Window's DCC hashes (aka mscache / mscash) version 1 & 2Eli Collins2012-03-101-0/+319