summaryrefslogtreecommitdiffstats
path: root/ipalib/ipauuid.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecation error importing shaRob Crittenden2010-02-121-2/+5
|
* Fix Python 2.6 deprecation warning with the md5 import. Use hashlib instead.Rob Crittenden2009-09-281-2/+5
|
* Many SELinux fixes: ldapi, ctypes and dogtagRob Crittenden2009-09-101-0/+8
| | | | | | | | | | | ldapi: grants httpd and krb5kdc to access the DS ldapi socket ctypes: the Python uuid module includes ctypes which makes httpd segfault due to SELinux problems. dogtag: remove the CRL publishing permissions. This only worked if you had dogtag installed. In the near future will publish elsewhere so for the time being CRL file publishing will be broken with SELinux enabled.
* Changed ipauuid.py docstring slightly so epydoc formats it correctlyJason Gerard DeRose2009-01-211-8/+23
|
* Removed doctest +ELLIPSIS directive from some examples in ipauuid.py that ↵Jason Gerard DeRose2009-01-211-4/+4
| | | | didn't need it
* Fixed some Python2.4 issues in ipauuid.py doctestsJason Gerard DeRose2009-01-211-13/+13
|
* Skip doc testing of the uuid module since by nature it changes every timeRob Crittenden2009-01-191-8/+8
|
* Include local copy of UUID generator for Python 2.4.Rob Crittenden2009-01-191-0/+541
Python 2.5+ has a built-in RFC 4122-compliant UUID generator. Include a copy of this file in our library and import it in a way that it will work with Python 2.4.