summaryrefslogtreecommitdiff
path: root/passlib/handlers/cisco.py
Commit message (Expand)AuthorAgeFilesLines
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-1/+11
* loads of documentation updatesEli Collins2012-05-011-1/+1
* 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/+9
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-1/+1
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-0/+8
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-8/+4
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-101-2/+2
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-2/+2
* misc bugfixesEli Collins2012-03-121-5/+9
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-5/+5
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-101-0/+195