summaryrefslogtreecommitdiffstats
path: root/ipapython/sysrestore.py
Commit message (Expand)AuthorAgeFilesLines
* sysrestore: Iterate over a list of dict keysPetr Viktorin2016-04-281-1/+1
* ipapython.sysrestore: Use str methods instead of functions from the string mo...Petr Viktorin2016-03-031-6/+6
* Allow to used mixed case for sysrestoreMartin Basti2016-01-081-0/+4
* Remove wildcard importsMartin Basti2015-12-231-1/+1
* Remove unused importsMartin Basti2015-12-231-1/+0
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-071-5/+5
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-4/+4
* Modernize 'except' clausesPetr Viktorin2015-08-121-1/+1
* Py3: replace tab with spaceMartin Basti2015-07-171-1/+1
* sysrestore: copy files instead of moving them to avoind SELinux issuesMartin Basti2015-07-171-2/+6
* Replace file() with open()Christian Heimes2015-07-141-6/+4
* Always reload StateFile before getting or modifying the stored values.David Kupka2015-03-181-2/+11
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-1/+2
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-2/+1
* ipaplatform: Change platform dependant code in freeipa to use ipaplatform tasksTomas Babej2014-06-161-2/+3
* Improves sssd.conf handling during ipa-client uninstallTomas Babej2012-09-201-2/+13
* Add sysupgrade state fileMartin Kosek2012-06-101-13/+32
* Remove unused kpasswd.keytab and ldappwd files if they exist.Rob Crittenden2012-02-271-0/+43
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-13/+13
* Refactor authconfig use in ipa-client-installAlexander Bokovoy2011-10-121-0/+13
* Introduce platform-specific adaptation for services used by FreeIPA.Alexander Bokovoy2011-09-131-2/+3
* Inconsistent sysrestore file handling by IPA server installerMartin Kosek2011-03-031-0/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add simple test to see if client is already configuredRob Crittenden2010-05-061-0/+8
* Make the installer/uninstaller more aware of its stateRob Crittenden2010-05-031-0/+11
* Accept unicode for sysrestoreMartin Nagy2010-04-231-2/+2
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-3/+2
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-091-0/+317