summaryrefslogtreecommitdiffstats
path: root/openstack/common/authutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Use range rather than xrangeChuck Short2013-05-011-1/+1
| | | | | | | | Use range rather than xrange to improve python3 compatibiltiy. Change-Id: I5a4434bbd2e5d509f84c3aa668eea8e46262816f Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
| | | | | | One code change, rest are in headers Change-Id: I73f59681358629e1ad74e49d3d3ca13fcb5c2eb1
* Move auth_str_equal() to a new authutils module.Russell Bryant2012-04-111-0/+44
This patch moves auth_str_utils() to a new module, authutils, for helper functions related to authentication. Change-Id: I83f174486269701deed3500f890832a71ff3e315