summaryrefslogtreecommitdiff
path: root/docs/notes.txt
Commit message (Collapse)AuthorAgeFilesLines
* added some notesEli Collins2012-03-101-18/+0
|
* updated changelog to include python 3 compat; various other documentation ↵Eli Collins2011-06-291-17/+0
| | | | updates
* documentation tweaksEli Collins2011-04-051-9/+31
|
* misc documentation cleanupsEli Collins2011-02-251-214/+25
|
* added docs for sha1-cryptEli Collins2011-02-101-0/+3
|
* added netbsd's sha1-crypt (needs doc)Eli Collins2011-02-091-0/+3
|
* major work on policy systemEli Collins2011-02-041-10/+0
| | | | | | | | | | | | | | | | | =========================== * added documentation detailing policy system's keys and functionality * split policy-related code out of CryptContext into CryptPolicy object * added 'category' kwd to all relevant CryptContext methods * implemented parsing & introspection methods for CryptPolicy * added rounds management to CryptContext, per policy specification * attempt at documenting passlib.unix (incomplete) TODO ---- * ability to create composite CryptPolicy objects * per-hash handling of policy compliance checks * UTs for policy system
* misc notesEli Collins2011-02-041-0/+1
|
* documentation updatesEli Collins2011-02-041-0/+3
| | | | | | | ===================== * documentation added for mysql & postgres hashes * enhanced autodocument() function's output * added usage examples for more hashes
* updated docsEli Collins2011-01-311-3/+0
|
* working on policy for CryptContext, names must now use underscores instead ↵Eli Collins2011-01-301-0/+25
| | | | of hyphens
* wow. lots of rearrangingEli Collins2011-01-281-2/+3
| | | | | | | | ======================== * back to 1.2 structure * moved h64 helpers into utils.h64 module * pared down CryptHandler * tightened UTs somewhat
* removed salt_bytes, checksum_bytes attrs; not really useful, and could be ↵Eli Collins2011-01-261-12/+0
| | | | put in docstrings
* notesEli Collins2011-01-251-3/+7
|
* md5-crypt now uses stdlib backend if availableEli Collins2011-01-251-1/+2
|
* moved DES routines to separate moduleEli Collins2011-01-251-0/+39
|
* misc updatesEli Collins2011-01-241-0/+29
| | | | | | | | | | | ============ * wrote up info about sha-crypt deviations from spec * split sha crypt backends into separate function * sha crypt now checks if os crypt supports $5$ and $6$, and uses them instead of pure python backend * md5 crypt backend split into separate function * added support for apache variant of md5 crypt ("apr-md5-crypt", in same file) * handler: _norm_salt can now handle min_salt_chars=0 * handler: _norm_salt has validate code split into separate method (for sha crypt)
* notesEli Collins2011-01-191-0/+171