summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to debug by running module.0.2.1Adam Young2012-12-201-0/+4
* Merge "Use requests module for HTTP/HTTPS"Jenkins2012-12-2024-717/+947
|\
| * Use requests module for HTTP/HTTPSDean Troyer2012-12-1824-717/+948
* | Merge "Print to stderr when keyring module is missing."Jenkins2012-12-201-1/+5
|\ \
| * | Print to stderr when keyring module is missing.Dan Prince2012-12-141-1/+5
* | | remove unused importAdam Young2012-12-191-1/+0
* | | Bug 1052674: added support for Swift cacheGuang Yee2012-12-192-11/+62
* | | Merge "Fix middleware logging for swift"Jenkins2012-12-181-39/+49
|\ \ \
| * | | Fix middleware logging for swiftChuck Thier2012-12-121-39/+49
* | | | Merge "Prevent an uncaught exception from being rasied."Jenkins2012-12-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Prevent an uncaught exception from being rasied.K Jonathan Harker2012-12-141-1/+1
| |/ /
* | | modify ca-certificate default valueWu Wenxiang2012-12-151-1/+1
| |/ |/|
* | Merge "Fix keystoneclient user-list output order"Jenkins2012-12-132-3/+6
|\ \
| * | Fix keystoneclient user-list output orderMasayuki Igawa2012-12-112-3/+6
| |/
* | Merge "Misspelling error in README.rst"Jenkins2012-12-131-4/+4
|\ \
| * | Misspelling error in README.rstLadquin2012-12-101-4/+4
| |/
* | URL-encode user-supplied tokens (bug 974319)Dolph Mathews2012-12-132-3/+18
|/
* Merge "Make use_keyring False by default."Jenkins2012-12-101-1/+1
|\
| * Make use_keyring False by default.Dan Prince2012-12-061-1/+1
* | Rename --no_cache to --os_cache.Dan Prince2012-12-072-9/+8
|/
* Merge "Don't try to split a list of memcache servers"Jenkins2012-12-061-1/+1
|\
| * Don't try to split a list of memcache serversKevin L. Mitchell2012-12-031-1/+1
* | bug-1040361: use keyring to store tokensGuang Yee2012-12-047-47/+278
|/
* Merge "Add command to allow users to change their own password"Jenkins2012-12-025-5/+77
|\
| * Add command to allow users to change their own passwordDerek Higgins2012-11-275-5/+77
* | Drop hashlib/hmac from pip-requires.Dan Prince2012-11-301-2/+0
* | Merge "Add Ec2Signer utility class to keystoneclient"Jenkins2012-11-304-0/+181
|\ \
| * | Add Ec2Signer utility class to keystoneclientSteven Hardy2012-11-284-0/+181
| |/
* | Add --version CLI opt and __version__ module attrBrian Waldon2012-11-283-1/+42
|/
* Merge "updating PEP8 to 1.3.3"Jenkins2012-11-264-25/+9
|\
| * updating PEP8 to 1.3.3Joe Heck2012-11-264-25/+9
* | Merge "Remove Policy.endpoint_id reference"Jenkins2012-11-262-13/+5
|\ \
| * | Remove Policy.endpoint_id referenceDolph Mathews2012-11-202-13/+5
* | | Correct a misspelled in commentsWu Wenxiang2012-11-261-1/+1
| |/ |/|
* | Fix scoped auth for non-admins (bug 1081192)Dolph Mathews2012-11-201-2/+3
|/
* Merge "Check for auth URL before password (bug 1076235)"0.2.0Jenkins2012-11-161-5/+5
|\
| * Check for auth URL before password (bug 1076235)Dolph Mathews2012-11-071-5/+5
* | Merge "check creds before token/endpoint (bug 1076233)"Jenkins2012-11-161-14/+14
|\ \ | |/
| * check creds before token/endpoint (bug 1076233)Dolph Mathews2012-11-071-14/+14
* | Merge "Update README and CLI help"Jenkins2012-11-162-67/+89
|\ \
| * | Update README and CLI helpDolph Mathews2012-11-142-67/+89
* | | Merge "Warn about bypassing auth on CLI (bug 1076225)"Jenkins2012-11-161-3/+15
|\ \ \ | | |/ | |/|
| * | Warn about bypassing auth on CLI (bug 1076225)Dolph Mathews2012-11-071-3/+15
* | | Merge "Throw validation response into the environment"Jenkins2012-11-162-0/+13
|\ \ \
| * | | Throw validation response into the environmentKevin L. Mitchell2012-11-152-0/+13
| | |/ | |/|
* | | fixes auth_ref initialization errorJoe Heck2012-11-154-82/+137
|/ /
* | Merge "HACKING compliance: consistent usage of 'except'"Jenkins2012-11-134-7/+7
|\ \
| * | HACKING compliance: consistent usage of 'except'Dolph Mathews2012-11-054-7/+7
* | | Add auth-token code to keystoneclient, along with supporting filesHenry Nash2012-11-1222-0/+2237
* | | Merge "Make initial structural changes to keystoneclient in preparation to mo...Jenkins2012-11-109-39/+2132
|\ \ \