Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | passlib.registry: consolidated some internal helpers from various places | Eli Collins | 2016-11-19 | 1 | -15/+7 |
| | | | | | * moved has_active_backend() from UTs to .registry * moved os_crypt backend support helper from .hosts to .registry | ||||
* | removed some unused imports | Eli Collins | 2013-04-09 | 1 | -1/+0 |
| | |||||
* | style cleanups | Eli Collins | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -39/+39 |
| | |||||
* | excluded some branches from coverage | Eli Collins | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | bugfix: set des_crypt.checksum_size, so it will now reject hashes with ↵ | Eli Collins | 2012-04-17 | 1 | -9/+12 |
| | | | | missing chars | ||||
* | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 1 | -1/+1 |
| | | | | | | | * test os_crypt backend has functional fallback * test handler methods accept all unicode/bytes combinations for secret & hash * fixed some incorrect error messages & types being caught & raised * other minor cleanups | ||||
* | did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecated | Eli Collins | 2012-03-10 | 1 | -5/+10 |
| | |||||
* | renamed nthash -> bsd_nthash; added real nthash implemented | Eli Collins | 2012-03-10 | 1 | -2/+2 |
| | | | | | | | after some thought, realized the 'nthash' name should implement the raw hash. since bsd_nthash was very rarely used, it shouldn't present backwards incompatibility issues at this point to go ahead and rename it. | ||||
* | simplified crypt.crypt() wrappers | Eli Collins | 2012-01-19 | 1 | -2/+2 |
| | | | | | | | * safe_crypt() improved - accepts unicode/bytes for salt, checks for NULL, returns None on failure * added test_crypt() wrapper to simplify backend checks. * removed native=True from most to_string() implementations, unused now. * updated UTs | ||||
* | split exceptions/warnings to separate module; added some additional warning ↵ | Eli Collins | 2012-01-18 | 1 | -1/+3 |
| | | | | classes to make filtering easier | ||||
* | cleanups to utils | Eli Collins | 2012-01-18 | 1 | -2/+2 |
| | |||||
* | moved list of unix crypt schemes to passlib.utils | Eli Collins | 2011-04-25 | 1 | -8/+4 |
| | |||||
* | rewrote host_context to autodetect schemes based on what crypt() supports; ↵ | Eli Collins | 2011-04-08 | 1 | -13/+27 |
| | | | | no longer available if crypt() not present | ||||
* | converted passlib.apps & passlib.hosts to use LazyCryptContext | Eli Collins | 2011-04-08 | 1 | -6/+6 |
| | |||||
* | updated & documentated passlib.hosts module | Eli Collins | 2011-03-23 | 1 | -25/+48 |
| | |||||
* | split passlib.base into passlib.registry & passlib.context - the two have ↵ | Eli Collins | 2011-03-22 | 1 | -1/+1 |
| | | | | little to do with eachother | ||||
* | documentation work & rearranging | Eli Collins | 2011-03-22 | 1 | -0/+72 |
================================ * added documentation for overview, ldap digests * lots of other documentation updates * renamed passlib.unix -> passlib.hosts * renamed passlib.sqldb -> passlib.servers * added passlib.servers.custom_app_context for quickstart purposes * added ldap {CLEARTEXT} support |