summaryrefslogtreecommitdiffstats
path: root/nova/auth/ldapdriver.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated auth codeBrian Waldon2012-07-091-746/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Improve grammar throughout nova.Paul McMillan2012-04-101-1/+1
* improve speed of metadataJesse Andrews2012-03-121-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* get_user behavior in ldapdriverjohn-griffith2012-02-131-1/+6
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-2/+2
* Backslash continuations (misc.)Zhongyue Luo2012-02-081-2/+2
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-32/+56
* PEP8 remove direct type comparisonslzyeval2012-01-031-1/+1
* First steps towards consolidating testing infrastructureDuncan McGreggor2011-12-061-1/+1
* Use simple_bind_s instead of bind_sYuriy Taraday2011-06-241-1/+1
* Add reconnect on server fail to LDAP driver.Yuriy Taraday2011-06-241-2/+37
* pep8Alex Meade2011-06-081-1/+1
* Disabled pylint complaining about no 'self' parameter in a decorator functionAlex Meade2011-06-071-1/+1
* Fixed FakeLdapDriver, made it call LdapDriver.__init__Yuriy Taraday2011-06-031-3/+4
* PEP8 fix.Yuriy Taraday2011-06-011-1/+2
* Moved memcached driver import to the top of modules.Yuriy Taraday2011-06-011-4/+6
* Moved everything from thread-local storage to class attributesYuriy Taraday2011-05-311-27/+11
* PEP8 fixes.Yuriy Taraday2011-05-171-2/+3
* Moved memcached connection in AuthManager to thread-local storage.Yuriy Taraday2011-05-171-9/+84
* merging trunkBrian Waldon2011-04-261-7/+4
|\
| * refactoring usage of exception.Duplicate errorsBrian Waldon2011-04-191-7/+4
* | Addressing exception.NotFound across the projectBrian Waldon2011-04-211-33/+15
|/
* disable-msg -> disableBrian Lamar2011-03-181-1/+1
* Changing project manager should make sure that user is a project member.Todd Willey2011-03-171-0/+2
* pep8 fixesVishvananda Ishaya2011-02-161-0/+2
* sanitize all args to strings before sending them to ldapVishvananda Ishaya2011-02-161-0/+35
* Fixes project and role checking when a user's naming attribute is not uid.Ryan Lane2011-01-251-3/+4
|\
| * PEP8 fixesRyan Lane2011-01-241-2/+3
| * Changes __dn_to_uid to return the uid attribute from the user's object.Ryan Lane2011-01-241-4/+4
* | Resolved trunk merge conflictsEd Leafe2011-01-211-21/+22
|\|
| * i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-21/+22
* | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-2/+2
|/
* Changing DN creation to do searches for entries.Ryan Lane2011-01-121-38/+53
|\
| * PEP8 fixRyan Lane2010-12-301-0/+1
| * * Fix bad query in __project_to_dnRyan Lane2010-12-301-5/+5
| * Changing DN creation to do searches for entries.Ryan Lane2010-12-301-39/+53
* | Final few log tweaks, i18n, levels, including contexts, etc.Todd Willey2011-01-041-2/+1
* | Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-2/+5
|/
* Merge from trunk, and resolve conflict with nova/auth/ldapdriver.pyRyan Lane2010-12-221-15/+17
|\
| * First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-111-31/+38
* | Format fixes and modification of Vish's email address.Ryan Lane2010-12-101-19/+22
* | PEP8 fixesRyan Lane2010-12-081-18/+23
* | Setting the default schema version to the new schemaRyan Lane2010-12-081-1/+1
* | Adding support for choosing a schema version, so that users can more easily m...Ryan Lane2010-12-081-33/+46
* | Removing novaProject from the schema. This change may look odd at first; here...Ryan Lane2010-12-081-8/+8
* | Merge from trunkRyan Lane2010-12-081-35/+103
|\|
| * More pep8 fixes to remove deprecated functionsRyan Lane2010-12-081-8/+8