summaryrefslogtreecommitdiff
path: root/keystoneclient/auth
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ensure no double slash in get token URL"Jenkins2014-07-151-1/+1
|\
| * Ensure no double slash in get token URLJordanP2014-07-041-1/+1
* | Merge "Provide an __all__ for auth module"Jenkins2014-07-141-0/+34
|\ \
| * | Provide an __all__ for auth moduleJamie Lennox2014-07-141-0/+34
* | | Merge "Add invalidate doc string to identity plugin"Jenkins2014-07-141-0/+12
|\ \ \ | |/ / |/| |
| * | Add invalidate doc string to identity pluginJamie Lennox2014-06-251-0/+12
| |/
* | Allow loading auth plugins from CLIJamie Lennox2014-07-071-0/+93
* | Plugin loading from config objectsJamie Lennox2014-07-076-0/+265
|/
* Merge "Unversioned endpoints in service catalog"Jenkins2014-06-251-9/+55
|\
| * Unversioned endpoints in service catalogJamie Lennox2014-06-231-9/+55
* | Merge "Update keystoneclient code to account for hacking 0.9.2"Jenkins2014-06-242-0/+2
|\ \ | |/ |/|
| * Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-192-0/+2
* | Rename v3._AuthConstructor to v3.AuthConstructorMarek Denis2014-06-191-4/+4
|/
* Add service_name to URL discoveryJamie Lennox2014-06-112-2/+6
* Merge "Remove _factory methods from auth plugins"Jenkins2014-06-102-54/+0
|\
| * Remove _factory methods from auth pluginsJamie Lennox2014-06-092-54/+0
* | Merge "Add endpoint handling to Token/Endpoint auth"Jenkins2014-06-101-0/+8
|\ \ | |/ |/|
| * Add endpoint handling to Token/Endpoint authJamie Lennox2014-05-281-0/+8
* | Remove left over vim headersJamie Lennox2014-05-282-4/+0
|/
* Auth Plugin invalidationJamie Lennox2014-05-232-0/+19
* fixed typos found by RETF rulesChristian Berendt2014-05-031-1/+1
* Add new error for invalid responseJamie Lennox2014-04-153-2/+15
* Rename HTTPError -> HttpErrorJamie Lennox2014-04-151-4/+4
* Ensure JSON headers in Auth RequestsJamie Lennox2014-04-042-2/+2
* Merge "Handle URLs via the session and auth_plugins"Jenkins2014-03-252-0/+53
|\
| * Handle URLs via the session and auth_pluginsJamie Lennox2014-03-252-0/+53
* | Merge "Fix passing get_token kwargs to get_access"Jenkins2014-03-251-6/+5
|\ \
| * | Fix passing get_token kwargs to get_accessJamie Lennox2014-03-251-6/+5
| |/
* | Merge "Start using positional decorator"Jenkins2014-03-252-0/+4
|\ \ | |/ |/|
| * Start using positional decoratorJamie Lennox2014-03-252-0/+4
* | Merge "Enforce scope mutual exclusion for trusts"Jenkins2014-03-251-8/+10
|\ \ | |/ |/|
| * Enforce scope mutual exclusion for trustsJamie Lennox2014-03-061-8/+10
* | Revert "Authenticate via oauth"Joe Gordon2014-03-141-39/+0
* | Merge "Authenticate via oauth"Jenkins2014-03-141-0/+39
|\ \
| * | Authenticate via oauthSteve Martinelli2014-03-121-0/+39
* | | Handle Token/Endpoint authenticationJamie Lennox2014-03-111-0/+31
|/ /
* | Merge "Provide more data to AuthMethod plugins"Jenkins2014-03-101-8/+14
|\ \
| * | Provide more data to AuthMethod pluginsJamie Lennox2014-03-101-8/+14
| |/
* | Privatize auth construction parametersJamie Lennox2014-03-042-23/+23
|/
* Create V3 Auth PluginsJamie Lennox2014-02-211-0/+251
* Create V2 Auth PluginsJamie Lennox2014-02-212-4/+167
* Remove vim headerEric Guo2014-02-082-4/+0
* Create Authentication PluginsJamie Lennox2014-02-044-0/+98