summaryrefslogtreecommitdiffstats
path: root/ipapython/ipautil.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch %r specifiers to '%s' in Public errorsLynn Root2012-12-111-3/+3
* Change network configuration fileMartin Kosek2012-12-051-0/+12
* Drop unused readline importLubomir Rintel2012-12-041-1/+1
* IPA Server check in ipa-replica-manageTomas Babej2012-10-311-0/+13
* ipautil.run: Log the command line before running the commandPetr Viktorin2012-10-171-6/+11
* Create Firefox extension on upgrade and replica-installPetr Viktorin2012-10-101-4/+13
* Improve DN usage in ipa-client-installMartin Kosek2012-10-021-1/+1
* Use Dogtag 10 only when it is availablePetr Viktorin2012-09-171-12/+19
* Use OpenSSH-style public keys as the preferred format of SSH public keys.Jan Cholasta2012-09-061-20/+0
* Use DN objects instead of stringsJohn Dennis2012-08-121-3/+40
* Create /etc/sysconfig/network if it doesn't existPetr Viktorin2012-08-031-1/+3
* Use certmonger to renew CA subsystem certificatesRob Crittenden2012-07-301-0/+23
* Improve address family handling in socketsMartin Kosek2012-07-131-53/+75
* Centralize timeout for waiting for servers to start.Rob Crittenden2012-07-021-0/+54
* Replace DNS client based on acutil with python-dnsMartin Kosek2012-05-241-11/+13
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-472/+34
* Parse zone indices in IPv6 addresses in CheckedIPAddress.Jan Cholasta2012-03-271-1/+14
* Wait for child process to terminate after receiving SIGINT in ipautil.run.Jan Cholasta2012-03-231-8/+11
* Add support defaultNamingContext and add --basedn to migrate-dsRob Crittenden2012-02-291-1/+7
* Make sure the nolog argument to ipautil.run is not a bare stringPetr Viktorin2012-02-261-0/+8
* Sanitize UDP checks in conncheckMartin Kosek2012-02-261-16/+11
* Query and transfer ACLs for DNS zonesMartin Kosek2012-02-241-7/+12
* Add support for SSH public keys to user and host objects.Jan Cholasta2012-02-131-0/+21
* Add management of inifiles to allow manipulation of systemd unitsAlexander Bokovoy2012-02-081-1/+99
* User-add random password supportOndrej Hamada2011-12-121-9/+23
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-9/+9
* Use set class instead of dictview class as set is wider supportedAlexander Bokovoy2011-10-131-2/+2
* Handle an empty value in a name/value pair in config_replace_variables()Rob Crittenden2011-10-131-1/+3
* Make IPv4 address parsing more strictMartin Kosek2011-10-131-3/+9
* Refactor backup_and_replace_hostname() into a flexible config modification toolAlexander Bokovoy2011-10-111-0/+90