summaryrefslogtreecommitdiff
path: root/passlib.komodoproject
Commit message (Collapse)AuthorAgeFilesLines
* issue 24: added saslprep() function to support SASL stringprep profile; ↵Eli Collins2011-12-131-0/+1
| | | | still have to work it into Context object
* setup script enhancementsEli Collins2011-08-171-1/+1
| | | | | | | | | | | * added code to make builtin snapshots & releases with correct version # easier, no longer dependant on egg_info's tag_date (which didn't make PEP compatible version strings anyways). * moved passlib.setup to passlib._setup - not really publically useful anyways, and name was causing nose/unitest to get confused * added tests/*.cfg to setup & manifest
* added jython classes to ignore listEli Collins2011-07-091-1/+1
|
* tweaked setup.cfgEli Collins2011-04-051-1/+1
|
* updated links in documentation; bumped to version 1.3.01.3.0Eli Collins2011-03-251-10/+10
|
* misc bugfixes & tweaks for win32 compatEli Collins2011-03-251-10/+10
|
* cleaned up registry code, added more UTs.Eli Collins2011-03-211-1/+1
|
* rearrangingEli Collins2011-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | =========== * moved hash.py to package * in process of rearranging so core code is in hash.base, and separate submodules exist for each of the algorithms. - sha crypt split out - unix crypt split out - similar refactor of UT files * moved hash64 encoding helpers to passlib.util.H64 class * reversed order of h64 encoding helpers so offsets match order of output * added H64 unit tests unix crypt ---------- (yes this is overkill for legacy crypt) * cleaned up builtin unix_crypt semantics * wrapping stdlib crypt to deal w/ border case errors * added better unix crypt backend test suite
* tweak to project fileEli Collins2011-01-061-0/+3
|
* added komodo project fileEli Collins2011-01-061-0/+7