summaryrefslogtreecommitdiffstats
path: root/nova/auth
Commit message (Expand)AuthorAgeFilesLines
* Move fakeldap.py from auth dir to tests.Yaguang Tang2012-09-232-356/+0
* Remove deprecated auth codeBrian Waldon2012-07-0911-2395/+0
* Switch to common logging.Andrew Bogott2012-07-023-3/+3
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-3/+4
* Grammar / spelling correctionsMatt Joyce2012-05-291-1/+1
* Alphabetize importsJoe Gordon2012-05-142-2/+2
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-072-6/+7
* Use openstack.common.importutils.Russell Bryant2012-04-281-2/+3
* Improve grammar throughout nova.Paul McMillan2012-04-101-1/+1
* improve speed of metadataJesse Andrews2012-03-122-2/+2
* Add pybasedir and bindir optionsMark McLoughlin2012-03-091-2/+2
* boto shouldn't be required for production deploysChris Behrens2012-03-071-6/+11
* Merge "fix restructuredtext formatting in docstrings that show up in the deve...Jenkins2012-03-072-87/+93
|\
| * fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-052-87/+93
* | Replaces pipelines with flag for auth strategyVishvananda Ishaya2012-03-061-4/+1
* | Provide a provider for boto.utilsHengqing Hu2012-03-061-0/+2
|/
* Use constant time string comparisons for auth.Russell Bryant2012-02-281-3/+3
* Add utils.tempdir() context manager for easy temp dirsJohannes Erdfelt2012-02-281-40/+37
* fix unicode triggered failure in AuthManagerRussell Sim2012-02-241-1/+1
* Standardize logging delaration and useJason Kölker2012-02-143-3/+3
* get_user behavior in ldapdriverjohn-griffith2012-02-131-1/+6
* Remove the last of the gflags shim layerMark McLoughlin2012-02-102-3/+3
* Backslash continuations (misc.)Zhongyue Luo2012-02-081-2/+2
* Merge "Increased coverage of nova/auth/dbdriver.py to 100%. Fixes 828609."Jenkins2012-02-071-11/+1
|\
| * Increased coverage of nova/auth/dbdriver.py to 100%.Tim Simpson2012-02-021-11/+1
* | Move cfg to nova.openstack.commonMark McLoughlin2012-02-032-2/+2
|/
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-282-67/+108
* Merge "Modify the fake ldap driver to fix compatibility."Jenkins2012-01-161-4/+19
|\
| * Modify the fake ldap driver to fix compatibility.Andrew Bogott2012-01-131-4/+19
* | DECLARE osapi_compute_listen_port for auth managerBrian Waldon2012-01-161-0/+3
* | Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-2/+0
* | Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-1/+1
|/
* PEP8 remove direct type comparisonslzyeval2012-01-031-1/+1
* First steps towards consolidating testing infrastructureDuncan McGreggor2011-12-062-2/+2
* Separate metadata api into its own serviceVishvananda Ishaya2011-11-151-1/+1
* Merge "Fixes Bug #861293 nova.auth.signer.Signer now honors the SignatureMeth...Jenkins2011-11-151-10/+18
|\
| * Fixes Bug #861293Brendan Maguire2011-09-291-10/+18
* | More spelling fixes inside of novaJoe Gordon2011-11-092-4/+4
* | Stop returning correct password on api callsAhmad Hassan2011-10-051-8/+2
|/
* Signer no longer fails if hashlib.sha256 is not available. test_signer unit t...Brendan Maguire2011-09-281-4/+10
* fix for rc generation using noauth.Vishvananda Ishaya2011-08-231-2/+11
* fix commentVishvananda Ishaya2011-08-221-1/+1
* make admin context the default, clean up pipelibVishvananda Ishaya2011-08-171-0/+3
* added NOVA_VERSION to novarcSandy Walsh2011-08-041-0/+1
* merged trunk and fix time callVishvananda Ishaya2011-07-291-1/+1
|\
| * Removed unused Duplicate catch.Josh Kearney2011-07-281-1/+1
| * Catch DBError for duplicate projects.Josh Kearney2011-07-281-1/+1
* | remove auth manager from instance helperVishvananda Ishaya2011-07-221-4/+0
* | clean up fake auth manager in other placesVishvananda Ishaya2011-07-221-2/+1
* | fix test_accessVishvananda Ishaya2011-07-221-0/+9