summaryrefslogtreecommitdiffstats
path: root/ipapython/ipautil.py
Commit message (Expand)AuthorAgeFilesLines
* Move get_ipa_basedn from ipautil to ipadiscoveryPetr Viktorin2016-03-031-41/+0
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-1/+1
* ipautil: Use mode 'w+' in write_tmp_filePetr Viktorin2016-02-171-1/+1
* ipautil.run, kernel_keyring: Encoding fixes for Python 3Petr Viktorin2016-02-171-2/+2
* Remove wildcard importsMartin Basti2015-12-231-1/+1
* Remove unused importsMartin Basti2015-12-231-4/+3
* dns: Handle SERVFAIL in check if domain already exists.Petr Spacek2015-12-161-6/+5
* ipautil: remove unused import causing cyclic import in testsJan Cholasta2015-12-151-1/+0
* dns: Check if domain already exists.David Kupka2015-12-141-1/+17
* dns: do not add (forward)zone if it is already resolvable.David Kupka2015-12-141-2/+93
* ipautil: allow redirecting command output to standard output in run()Jan Cholasta2015-12-141-2/+13
* Refactor ipautil.runPetr Viktorin2015-12-141-25/+119
* ipautil: use file in a temporary dir as ccache in private_ccacheJan Cholasta2015-12-071-2/+9
* Removed duplicate domain name validating functionStanislav Laznicka2015-12-021-12/+0
* Use absolute domain in detection of A/AAAA recordsMartin Basti2015-11-251-1/+4
* private_ccache: Harden the removal of KRB5CCNAME env variableTomas Babej2015-11-251-1/+1
* interactive installer does not ignore leading/trailing whitespaceGabe2015-10-291-2/+4
* Remove uses of the `types` modulePetr Viktorin2015-10-071-15/+10
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+0
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-2/+2
* winsync-migrate: Convert entity names to posix friendly stringsTomas Babej2015-09-231-0/+23
* Decode script arguments using file system encodingJan Cholasta2015-09-071-0/+19
* Use the print functionPetr Viktorin2015-09-011-1/+3
* Use six.moves.input instead of raw_inputPetr Viktorin2015-09-011-4/+5
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-10/+19
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-5/+7
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-13/+15
* Added try/except block for user_input in ipautilAbhijeet Kasurde2015-08-191-17/+29
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-2/+3
* Modernize 'except' clausesPetr Viktorin2015-08-121-6/+6
* Port from python-kerberos to python-gssapiMichael Simacek2015-08-051-17/+0
* Allow to run subprocess with suplementary groupsMartin Basti2015-07-071-5/+21
* install: Move private_ccache from ipaserver to ipapythonJan Cholasta2015-06-081-0/+24
* client-install: Fix kinits with non-default Kerberos config fileJan Cholasta2015-05-211-3/+18
* ipautil: new functions kinit_keytab and kinit_passwordMartin Babinsky2015-04-201-17/+54
* Timeout when performing time sync during client installNathan Kinder2015-03-161-1/+11
* Prevent install scripts fail silently if timeout exceededMartin Basti2015-02-121-1/+1
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-13/+14
* ipalib.config: Don't autoconvert values to floatPetr Viktorin2014-06-161-0/+2
* ipautil.run args log message is confusingGabe2014-06-091-1/+1
* Add runas option to run functionMartin Kosek2014-01-221-21/+38
* Remove unused utf8_encode_value functionsPetr Viktorin2013-11-081-12/+0
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-2/+2
* Raise an error when updating CIDict with duplicate keysPetr Viktorin2013-09-251-3/+22
* Add missing dict methods to CIDictPetr Viktorin2013-09-251-18/+49
* Run gpg-agent explicitly when encrypting/decrypting files.Jan Cholasta2013-07-171-7/+12
* Use correct DS instance in ipactl statusAna Krivokapic2013-07-111-2/+3
* Use IPAdmin rather than raw python-ldap in migration.py and ipadiscovery.pyPetr Viktorin2013-03-131-52/+16
* Pylint cleanup.Jan Cholasta2013-01-291-1/+1
* Use secure method to acquire IPA CA certificateJohn Dennis2013-01-231-0/+36