summaryrefslogtreecommitdiff
path: root/swift/common/middleware/acl.py
Commit message (Expand)AuthorAgeFilesLines
* Use `==` to compare against the empty string, not `is`Tim Burke2019-10-141-1/+1
* Remove our urlparse wrapperTim Burke2019-04-101-3/+1
* Make ACLs work with Unicode in user/account namesTim Burke2018-06-041-2/+9
* py3: Fixes encoding and type errorLokesh S2016-08-181-1/+1
* Replace string slicing with proper string methodsFerenc Horváth2015-11-271-6/+6
* remove remaining simplejson uses, prefer standard library importZack M. Davis2015-11-161-1/+3
* Fix invalid account acl generating 500 response.anc2014-02-191-5/+9
* Privileged acct ACL header, new ACL syntax, TempAuth impl.Jon Snitow2014-01-291-27/+155
* Change OpenStack LLC to FoundationZhiQiang Fan2013-09-201-1/+1
* Remove <cond> and <val1> or <val2> systaxKun Huang2013-06-071-1/+1
* Random pep8 fixes!Tom Fifield2012-10-131-3/+4
* updated copyright date for all filesJohn Dickinson2012-03-191-1/+1
* Changing some semantics and defaults; .r:* listings are off by default now an...gholt2011-03-241-4/+4
* staticweb: work in progressgholt2011-02-191-0/+5
* ipv6 supportMichael Barton2011-01-161-1/+1
* Changed copyright notices on py files and the single rst file with a copyrigh...Anne Gentle2011-01-041-1/+1
* For ACL strings: Shortened .ref to just .r, though .ref, .referer, and .refer...gholt2010-09-081-46/+49
* Referrers now support user:pass part of URLs; rest of tests for what has changedgholt2010-09-061-1/+4
* Documentation of the new auth and acls middleware modules and bugfixesgholt2010-09-031-21/+99
* Simply auth middleware and document how to make your owngholt2010-09-031-0/+76