| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | big rename: driver->handler | Eli Collins | 2011-03-22 | 1 | -2/+2 |
| | | | | | | | =========================== Renamed all references from password hash "driver" -> password hash "handler", to be more consistent with existing phrasing. This also required rearranging quite a lot of modules. | ||||
| * | split passlib.base into passlib.registry & passlib.context - the two have ↵ | Eli Collins | 2011-03-22 | 1 | -1/+1 |
| | | | | | little to do with eachother | ||||
| * | cleaned up registry code, added more UTs. | Eli Collins | 2011-03-21 | 1 | -4/+5 |
| | | |||||
| * | created stub module passlib.hash, moved proxy module insertion into that file | Eli Collins | 2011-02-17 | 1 | -0/+28 |
| | | |||||
| * | rearranging | Eli Collins | 2011-01-07 | 1 | -1712/+0 |
| | | | | | | | | | | | | | | | | | | | | | =========== * 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 | ||||
| * | made all CryptAlgorithm methods classmethods instead of instance methods1.1.0 | Eli Collins | 2011-01-07 | 1 | -32/+65 |
| | | |||||
| * | removed rng module, reseed/genseed, etc | Eli Collins | 2011-01-06 | 1 | -7/+3 |
| | | |||||
| * | removing bps deps, all UTs pass | Eli Collins | 2011-01-06 | 1 | -23/+15 |
| | | |||||
| * | import tweaks | Eli Collins | 2011-01-06 | 1 | -3/+3 |
| | | |||||
| * | removed bps.basic dep | Eli Collins | 2011-01-06 | 1 | -6/+5 |
| | | |||||
| * | removed more bps files, added bps funcs passlib needs to util | Eli Collins | 2011-01-06 | 1 | -4/+3 |
| | | |||||
| * | removed a bunch of bps files | Eli Collins | 2011-01-06 | 1 | -1/+0 |
| | | |||||
| * | removed need for stub class | Eli Collins | 2011-01-06 | 1 | -3/+4 |
| | | |||||
| * | removing lots of bps modules from passlib | Eli Collins | 2011-01-06 | 1 | -0/+1693 |
