Adapted fork of radicale
Go to file
Jan-Philip Gehrcke 3abbdcf671 htpasswd.py: add optional MD5-APR1 and BCRYPT support via passlib.
- Update docstring for optional MD5-APR1/BCRYPT support via passlib.
- Support the "md5" and "bcrypt" htpasswd_encryption config values.
- Conditionally import the required passlib components if either
  "md5" or "bcrypt" is requested in the configuration file.
- Test bcrypt backend availability upon import.
- First define verification functions, then conditionally import
  external dependencies.
- Consolidate: use context manager for reading credential file.
- Consolidate: save one call to strip() while parsing.
- Consolidate: break long lines, clarify comments and docstrings.
- Consolidate: use verification function mapping for improving maintainability.
2015-07-29 13:12:18 +02:00
bin Update copyright years 2013-04-26 01:28:03 +02:00
radicale htpasswd.py: add optional MD5-APR1 and BCRYPT support via passlib. 2015-07-29 13:12:18 +02:00
tests Fix many tests and database storage 2015-07-24 16:01:03 +02:00
.gitignore Add tox configuration 2012-10-19 12:38:18 +02:00
.pylintrc Un-revert some lost commits 2012-08-08 16:37:18 +02:00
.travis.yml Remove Pypy from travis 2015-07-24 16:28:43 +02:00
config auth/htpasswd: add support for salted sha1 passwords 2014-11-09 01:00:23 +01:00
COPYING Adding package documentation files 2009-09-01 15:59:18 +02:00
Dockerfile Create Dockerfile 2014-10-20 00:10:19 +02:00
logging Minor typo fix in the logging configuration file 2011-05-13 10:40:25 +02:00
MANIFEST.in fix wrong filename in Manifest 2014-01-10 20:32:22 +01:00
NEWS.rst Fix Daniel's name in NEWS 2015-05-06 15:00:58 +02:00
radicale.fcgi Use flup or flipflop in fcgi script 2014-02-24 20:05:14 +01:00
radicale.py Update copyright years 2013-04-26 01:28:03 +02:00
radicale.wsgi Update copyright years 2013-04-26 01:28:03 +02:00
README Update README 2013-08-12 18:36:55 +02:00
README.rst Update README 2013-08-12 18:36:55 +02:00
rights Fix owner-read-write rule in rights example file (fix #251) 2015-01-12 18:21:05 +01:00
schema.sql Fix database Fix bug #77 HELL YEAH ! 2013-12-17 14:35:55 +01:00
setup.py Merge pull request #249 from jspricke/setuptools 2015-04-29 19:35:24 +02:00
TODO.rst Update NEWS and TODO 2013-07-09 13:08:15 +02:00
tox.ini Remove Pypy from tox 2015-07-24 16:25:01 +02:00

Radicale is a free and open-source CalDAV and CardDAV server.

For complete documentation, please visit the Radicale online documentation
(http://www.radicale.org/documentation).