summaryrefslogtreecommitdiffstats
path: root/ipapython/ipautil.py
Commit message (Expand)AuthorAgeFilesLines
* Fix internal errors in host-add and other commands caused by DNS resolutionPetr Spacek2016-07-011-59/+90
* Remove unused is_local(), interface, and defaultnet from CheckedIPAddressPetr Spacek2016-07-011-9/+0
* Do not allow installation in FIPS modeFlorence Blanc-Renaud2016-06-291-0/+19
* Move check_zone_overlap() from ipapython.ipautil to ipapython.dnsutilPetr Spacek2016-05-301-35/+0
* Removed custom implementation of CalledProcessErrorAbhijeet Kasurde2016-05-101-15/+2
* Move function is_auto_empty_zone() into ipapython.dnsutilPetr Spacek2016-04-281-7/+1
* Move automatic empty zone list into ipapython.dnsutil and make it reusablePetr Spacek2016-04-281-53/+3
* Remove function ipapython.ipautil.host_exists()Petr Spacek2016-04-281-14/+0
* Always set hostnameMartin Basti2016-04-261-12/+0
* Use netifaces module instead of 'ip' commandMartin Basti2016-04-141-17/+18
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* pylint: remove bare exceptMartin Basti2016-03-221-2/+2
* 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