summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* removed some unused files, tweaked some internal commentsEli Collins2012-06-271-53/+0
* various minor updates to documentation & code commentsEli Collins2012-06-273-13/+29
* md5_crypt deprecated by author, updated docs accordinglyEli Collins2012-06-272-11/+25
* reworked platform_crypt_support test to be more granular, updated to account ...Eli Collins2012-06-271-2/+2
* pip requirements file for building docs1.6Eli Collins2012-05-171-0/+1
* minor documentation updates - typo in changes, better listing of ident values...Eli Collins2012-05-171-3/+3
* minor documentation updatesEli Collins2012-05-082-18/+26
* updated index entriesEli Collins2012-05-0225-28/+57
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-8/+10
* last minute documentation updatesEli Collins2012-05-013-7/+11
* added environment variables to doc indexEli Collins2012-05-013-0/+7
* loads of documentation updatesEli Collins2012-05-0120-106/+113
* moved is_ascii_codec() helper to utilsEli Collins2012-05-011-0/+1
* updated various bit of documentation; made 1.6 changelog presentableEli Collins2012-04-308-14/+29
* removed annoying builtin-bcrypt warning, decreased rounds on some test vector...Eli Collins2012-04-301-5/+4
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-272-2/+2
* updated front matter and other documentationEli Collins2012-04-2713-242/+362
* merged rewrite of CryptContext documentation - (near-) full tutorial and refe...Eli Collins2012-04-279-651/+977
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-2742-1359/+1485
* near complete rewrite of django plugin, now making publicEli Collins2012-04-273-111/+127
* added support for the new Django 1.4 hash formatsEli Collins2012-04-271-11/+39
* added deprecated="auto" support to CryptContextEli Collins2012-04-271-0/+3
* stripping out "passprep" feature - code was working, but the api isn't read f...Eli Collins2012-04-271-36/+0
* sped up pbkdf2 implementation by 60% or so - upped the rounds for all pbkdf2 ...Eli Collins2012-04-191-0/+2
* disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-171-0/+5
* a bunch of bugfixes found during unittestingEli Collins2012-04-171-1/+1
* CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark scriptEli Collins2012-04-175-88/+113
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-13/+20
* issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-131-10/+17
* work on des_crypt familyEli Collins2012-04-132-2/+2
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-9/+10
* ldap salted digest improvementsEli Collins2012-04-091-3/+12
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-091-0/+1
* removed default policy file & objectEli Collins2012-04-091-8/+0
* bcrypt workEli Collins2012-03-121-0/+1
* updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-121-32/+33
* doc tweaksEli Collins2012-03-124-7/+19
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-9/+9
* added some notesEli Collins2012-03-101-18/+0
* doc tweaksEli Collins2012-03-103-16/+14
* various bcrypt improvementsEli Collins2012-03-101-3/+33
* cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2Eli Collins2012-03-102-16/+46
* did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecatedEli Collins2012-03-104-57/+50
* added Window's DCC hashes (aka mscache / mscash) version 1 & 2Eli Collins2012-03-103-2/+206
* renamed nthash -> bsd_nthash; added real nthash implementedEli Collins2012-03-104-33/+58
* added support for lmhashEli Collins2012-03-102-0/+164
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-104-6/+315
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-103-0/+193
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-5/+6
* base HandlerCase class reworkedEli Collins2012-03-091-1/+1