summaryrefslogtreecommitdiff
path: root/boto/iam/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use generic connect functionJordonPhillips2017-02-101-4/+11
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-12/+18
* Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+3
* Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-041-0/+3
* WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-051-3/+50
* moving connection classes to connection.py files for consistency.garnaat2011-01-301-925/+5
* corrected doc string for update_group (it doesn't look like it adds/removes)Ian Kallen2011-01-141-1/+1
* Lots of small changes to accomodate plug-in authentication mechanism. Still ...Mitch Garnaat2011-01-071-1/+3
* Fixed issue 38 on github.Mitch Garnaat2010-11-271-1/+1
* user_name param is required for get_all_mfa_devices method. Fixes issue 471.Mitch Garnaat2010-10-211-10/+4
* Adding support for server certificates. Largely untested at this point.Mitch Garnaat2010-10-141-0/+126
* Fixed a problem in the handling of ListAccessKeys response. Fixes issue 464.Mitch Garnaat2010-10-061-1/+2
* Removing debug setup in boto.iam module.Mitch Garnaat2010-10-051-2/+2
* Cleaning up miscellaneous problems detected by pyflakes.Mitch Garnaat2010-09-171-1/+1
* Added delete_group method.Mitch Garnaat2010-09-031-1/+13
* Initial version based on private beta.Mitch Garnaat2010-08-031-0/+812