| Commit message (Expand) | Author | Age | Files | Lines |
| * | changed bcrypt's os_crypt backend to try alternatives before bailing. | Eli Collins | 2012-04-17 | 1 | -4/+7 |
| * | a bunch of bugfixes found during unittesting | Eli Collins | 2012-04-17 | 2 | -3/+4 |
| * | retuned default_rounds for a few hashes based on benchmarks | Eli Collins | 2012-04-17 | 4 | -12/+16 |
| * | added deprecation detector so CryptContext will upgrade bsdi_crypt hashes wit... | Eli Collins | 2012-04-17 | 1 | -0/+13 |
| * | CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d... | Eli Collins | 2012-04-17 | 1 | -1/+1 |
| * | bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin... | Eli Collins | 2012-04-17 | 1 | -0/+1 |
| * | updated passlib.apache module's api - more flexible to use, changed some ambi... | Eli Collins | 2012-04-17 | 1 | -1/+61 |
| * | issue warning if app requests even bsdi_crypt rounds | Eli Collins | 2012-04-13 | 1 | -1/+17 |
| * | work on des_crypt family | Eli Collins | 2012-04-13 | 1 | -136/+77 |
| * | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 6 | -11/+12 |
| * | scram hash: improved UTs to cover some edge cases, full-verify now throws err... | Eli Collins | 2012-04-12 | 1 | -3/+2 |
| * | ran full UTs, found and fixed a few bugs introduced in last few commits. | Eli Collins | 2012-04-11 | 4 | -11/+20 |
| * | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 17 | -159/+91 |
| * | replaced some common string ops with util funcs (repeat_string, right_pad_str... | Eli Collins | 2012-04-10 | 4 | -11/+10 |
| * | tightened OS crypt backend tests | Eli Collins | 2012-04-10 | 5 | -11/+25 |
| * | minor constant & comment tweaks | Eli Collins | 2012-04-10 | 3 | -11/+8 |
| * | md5_crypt / sha2-crypt cleanup | Eli Collins | 2012-04-10 | 2 | -511/+479 |
| * | parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc... | Eli Collins | 2012-04-10 | 2 | -76/+33 |
| * | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 16 | -69/+69 |
| * | ldap salted digest improvements | Eli Collins | 2012-04-09 | 1 | -12/+36 |
| * | *all* hashes now throw PasswordSizeError if password is larger than 4096 char... | Eli Collins | 2012-04-09 | 3 | -0/+6 |
| * | misc bugfixes | Eli Collins | 2012-03-12 | 3 | -8/+12 |
| * | bcrypt work | Eli Collins | 2012-03-12 | 1 | -36/+53 |
| * | doc tweaks | Eli Collins | 2012-03-12 | 1 | -8/+9 |
| * | updated test support & py3 compat code from an external library | Eli Collins | 2012-03-12 | 5 | -14/+14 |
| * | misc bugfixes dealing with changes from last 8 or so commits | Eli Collins | 2012-03-11 | 1 | -2/+3 |
| * | added some notes | Eli Collins | 2012-03-10 | 1 | -0/+6 |
| * | various bcrypt improvements | Eli Collins | 2012-03-10 | 1 | -36/+48 |
| * | cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2 | Eli Collins | 2012-03-10 | 1 | -295/+188 |
| * | did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecated | Eli Collins | 2012-03-10 | 1 | -0/+77 |
| * | added Window's DCC hashes (aka mscache / mscash) version 1 & 2 | Eli Collins | 2012-03-10 | 1 | -1/+96 |
| * | renamed nthash -> bsd_nthash; added real nthash implemented | Eli Collins | 2012-03-10 | 1 | -46/+84 |
| * | added support for lmhash | Eli Collins | 2012-03-10 | 1 | -4/+96 |
| * | added support for Cisco PIX & Type 7 hashes | Eli Collins | 2012-03-10 | 1 | -0/+195 |
| * | added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ... | Eli Collins | 2012-03-10 | 1 | -0/+226 |
| * | utils.handlers framework reworked; removed a bunch of boilerplate code | Eli Collins | 2012-03-09 | 15 | -297/+206 |
| * | base HandlerCase class reworked | Eli Collins | 2012-03-09 | 1 | -0/+1 |
| * | consolidated some unit tests | Eli Collins | 2012-02-09 | 2 | -10/+12 |
| * | renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m... | Eli Collins | 2012-02-08 | 11 | -22/+22 |
| * | renamed passlib.exc warning classes | Eli Collins | 2012-02-08 | 2 | -4/+4 |
| * | minor tweaks & fixes | Eli Collins | 2012-02-08 | 1 | -3/+5 |
| * | large refactor of GenericHandler internals | Eli Collins | 2012-02-08 | 14 | -73/+63 |
| * | minor updates | Eli Collins | 2012-01-19 | 1 | -1/+1 |
| * | simplified crypt.crypt() wrappers | Eli Collins | 2012-01-19 | 7 | -84/+75 |
| * | split exceptions/warnings to separate module; added some additional warning c... | Eli Collins | 2012-01-18 | 2 | -6/+9 |
| * | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 9 | -19/+20 |
| * | StaticHandler._norm_hash() should return native str type | Eli Collins | 2012-01-18 | 5 | -32/+15 |
| * | import cleanups | Eli Collins | 2012-01-18 | 19 | -108/+114 |
| * | scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256' | Eli Collins | 2012-01-18 | 1 | -5/+6 |
| * | renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al... | Eli Collins | 2012-01-18 | 12 | -30/+30 |