summaryrefslogtreecommitdiffstats
path: root/ipaserver/ipautil.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove (un)wrap_binary_data cruft from */ipautil.pyJohn Dennis2010-01-281-62/+0
| | | | | | | | Remove SAFE_STRING_PATTERN, safe_string_re, needs_base64(), wrap_binary_data(), unwrap_binary_data() from both instances of ipautil.py. This code is no longer in use and the SAFE_STRING_PATTERN regular expression string was causing xgettext to abort because it wasn't a valid ASCII string.
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-31/+33
| | | | | Much of this is formatting to make pylint happy but it also fixes some real bugs.
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to ↵Jason Gerard DeRose2009-01-041-0/+201
tests/test_ipaserver