summaryrefslogtreecommitdiff
path: root/passlib/handlers/oracle.py
Commit message (Expand)AuthorAgeFilesLines
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-6/+3
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-2/+2
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-47/+18
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-1/+1
* large refactor of GenericHandler internalsEli Collins2012-02-081-1/+1
* misc bugfixes from round of changesEli Collins2012-01-181-3/+3
* StaticHandler._norm_hash() should return native str typeEli Collins2012-01-181-3/+1
* import cleanupsEli Collins2012-01-181-9/+9
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-2/+2
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-1/+1
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-3/+3
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-4/+5
* added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+1
* replaced xrange() instances with compat.irange() aliasEli Collins2011-12-061-1/+2
* replaced redundant code in a few places w/ new identify_prefix() helperEli Collins2011-06-221-1/+1
* StaticHandler now provides internal _norm_hash() method for subclasses to ove...Eli Collins2011-06-221-20/+8
* converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpassEli Collins2011-06-171-19/+25
* similar to api change, renamed checksum_chars->checksum_size, checksum_charse...Eli Collins2011-04-251-2/+2
* api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...Eli Collins2011-04-251-2/+2
* converted most handlers to use new helper classes.Eli Collins2011-04-051-9/+26
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-6/+6
* big rename: changed base handler class namesEli Collins2011-03-221-2/+2
* big rename: driver->handlerEli Collins2011-03-221-0/+186