summaryrefslogtreecommitdiff
path: root/kazoo/security.py
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): specify -Dfile.encoding=UTF-8 when starting the ZK JVMDamien Diederen2020-02-101-1/+11
* style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-231-1/+0
* Make flake8 happyHanno Schlichting2014-08-111-1/+1
* Minor spelling, grammar, consistency fixesJonathan Boulle2013-05-141-4/+2
* add auth test for makepath. fix CREATOR_ALL_ACLBrian Wickman2013-04-291-1/+1
* further fixes to acl byte/str confusionHanno Schlichting2012-09-211-2/+2
* use `base64.b64encode` to deal with bytes input under Py3kHanno Schlichting2012-09-201-2/+3
* Documentation consistency.Ben Bangert2012-09-061-0/+5
* Cleanup of security docs.Ben Bangert2012-09-051-3/+8
* Spelling...Ben Bangert2012-09-051-2/+2
* Docs on how to use the security methods.Ben Bangert2012-09-051-3/+44
* Use better term for ACL list, update tests for full security test coverage.Ben Bangert2012-08-311-1/+1
* Return an appropriate ACL object.Ben Bangert2012-08-291-1/+1
* Prettier permission printing for ACL's.Ben Bangert2012-08-291-1/+24
* Major refactor in progress, unsafe at the moment.Ben Bangert2012-08-271-22/+28
* typos, nicer Python ;)Hanno Schlichting2012-07-121-2/+2
* Refactor security and tests, re-organize client methods and functions in the ...Ben Bangert2012-06-151-0/+59