summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simplified crypt.crypt() wrappersEli Collins2012-01-1914-203/+220
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-1819-72/+152
* documentation updates for latest round of changesEli Collins2012-01-188-85/+114
* misc bugfixes from round of changesEli Collins2012-01-1816-91/+174
* StaticHandler._norm_hash() should return native str typeEli Collins2012-01-186-38/+23
* import cleanupsEli Collins2012-01-1836-280/+292
* changed test_utils to import subjects within test functions, instead of globallyEli Collins2012-01-183-25/+36
* cleanups to utilsEli Collins2012-01-186-97/+82
* reordered contents of utilsEli Collins2012-01-181-271/+264
* scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256'Eli Collins2012-01-182-6/+8
* deprecated unused int<->bytes utilsEli Collins2012-01-184-44/+16
* cleaned up utils a littleEli Collins2012-01-182-64/+61
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-1816-51/+51
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-1820-545/+942
* added some function deprecation helpersEli Collins2012-01-181-6/+83
* Merge scram-dev: adds hash for storing SCRAM protocol digestsEli Collins2012-01-1013-22/+1102
|\
| * scram hash finished, closing branchscram-devEli Collins2012-01-100-0/+0
| * finished up UTs for scram hashEli Collins2012-01-102-8/+34
| * added example hashes to scram documentation, other doc tweaksEli Collins2012-01-104-54/+73
| * documented some dev code used to test against SCRAM examplesEli Collins2012-01-091-147/+154
| * lots of work on scram hashEli Collins2012-01-0911-123/+861
| * updated scram for py3 compatEli Collins2012-01-091-9/+10
| * Merge defaultEli Collins2012-01-091-0/+289
| |\ |/ /
| * initial draft of SCRAM-specific hash storage format (issue 23) --Eli Collins2011-12-051-0/+289
* | clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-0913-26/+84
* | minor fixesEli Collins2012-01-092-3/+4
* | builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25%Eli Collins2012-01-054-137/+155
* | renamed utils.timer -> utils.tickEli Collins2012-01-053-12/+12
* | context tweaks:Eli Collins2012-01-022-8/+16
* | minor doc changesEli Collins2012-01-022-5/+8
* | tests use assertRegex instead of assertRegexpMatchesEli Collins2012-01-021-13/+18
* | CryptContext can now run passwords through SASLPrep via "passprep" options [i...Eli Collins2012-01-025-3/+158
* | renamed test_drivers.py -> test_handlers.py to match name of module its testingEli Collins2011-12-283-9/+9
* | move vm constants to compat moduleEli Collins2011-12-284-10/+9
* | mvt code now uses time.clock() under win32Eli Collins2011-12-282-12/+41
* | removed Undef singleton, private _NOTSET singletons are cleaner.Eli Collins2011-12-285-42/+14
* | deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-2828-116/+115
* | Merge no2to3-dev branch - source should now be compatible with 2.5+ and 3, wi...Eli Collins2011-12-280-0/+0
|\ \
* | | branch done, will merge into defaultno2to3-devEli Collins2011-12-281-0/+3
* | | misc fixes for py3 compatEli Collins2011-12-286-60/+73
* | | updated some commentsEli Collins2011-12-282-16/+9
* | | Merge from defaultEli Collins2011-12-2813-626/+1623
|\ \ \ | |/ /
| * | CryptPolicy rewrite part 2Eli Collins2011-12-275-605/+853
| * | typoEli Collins2011-12-221-1/+1
| * | PrefixWrapper: added .ident and .ident_values proxies; dir() now reports prox...Eli Collins2011-12-222-7/+91
| * | large rewrite of how CryptPolicy is parsed and compiled; should result in *mu...Eli Collins2011-12-226-441/+887
| * | issue 24: added saslprep() function to support SASL stringprep profile; still...Eli Collins2011-12-133-1/+198
| * | was browsing Python's source, and noticed crypt() might sometimes return None --Eli Collins2011-12-092-2/+17
| |/
* | typofixEli Collins2011-12-091-1/+1
* | removed 2to3 translation step from setupEli Collins2011-12-064-187/+5