summaryrefslogtreecommitdiffstats
path: root/ipaplatform/redhat/tasks.py
Commit message (Expand)AuthorAgeFilesLines
* Use tasks to configure automount nsswitch settingsRob Critenden2019-08-281-0/+19
* Restore SELinux context for p11-kit config overridesAlexander Bokovoy2019-08-091-0/+1
* Use only TLS 1.2 by defaultChristian Heimes2019-07-011-2/+2
* For Fedora and RHEL use system-wide crypto policy for mod_sslRob Crittenden2019-07-011-0/+6
* Refactor tasks to include is_selinux_enabled()Christian Heimes2019-04-261-20/+19
* Globally disable softhsm2 in p11-kit-proxyChristian Heimes2019-04-251-0/+58
* Use Network Manager to configure resolv.confChristian Heimes2019-04-161-0/+81
* Add tasks.systemd_daemon_reload()Christian Heimes2019-04-021-4/+5
* Don't configure KEYRING ccache in containersChristian Heimes2019-01-181-0/+21
* Py3: Replace six.moves importsChristian Heimes2018-10-051-1/+1
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-1/+1
* ipa client uninstall: clean the state store when restoring hostnameFlorence Blanc-Renaud2018-07-061-1/+1
* Always make ipa.p11-kit world-readableChristian Heimes2018-06-271-0/+1
* Installer: configure authselect with-sudoFlorence Blanc-Renaud2018-06-191-3/+4
* Move config directives handling codeStanislav Laznicka2018-05-291-7/+7
* Fix HTTPD SSL configuration for Debian.Timo Aaltonen2018-05-291-0/+9
* Migration from authconfig to authselectFlorence Blanc-Renaud2018-04-271-53/+49
* Add absolute_import future importsStanislav Laznicka2018-04-201-1/+1
* Load librpm on demand for IPAVersionChristian Heimes2018-04-091-12/+18
* NSS: Force restore of SELinux contextChristian Heimes2018-02-231-7/+13
* Replace wsgi package conflict with config fileChristian Heimes2018-02-091-0/+31
* Travis: Add workaround for missing IPv6 supportChristian Heimes2017-12-141-0/+6
* p11-kit: add serial number in DER formatStanislav Laznicka2017-10-171-2/+2
* Make sure upgrade also checks for IPv6 stackAlexander Bokovoy2017-09-191-3/+16
* Don't write p11-kit EKU extension object if no EKUStanislav Laznicka2017-09-191-2/+3
* Removing part of circular dependency of ipalib in ipaplaformFelipe Volpone2017-08-301-6/+2
* Move tmpfiles.d configuration handling back to spec fileMartin Babinsky2017-08-301-21/+0
* client: make ipa-client-install py3 compatibleStanislav Laznicka2017-08-021-1/+2
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-13/+7
* logging: do not use `ipa_log_manager` to create module-level loggersJan Cholasta2017-07-141-15/+15
* logging: do not log into the root loggerJan Cholasta2017-07-141-12/+12
* Create system users for FreeIPA services during package installationDavid Kupka2017-04-111-26/+0
* tasks: run `systemctl daemon-reload` after httpd.service.d updatesJan Cholasta2017-03-211-0/+7
* pylint_plugins: add forbidden import checkerJan Cholasta2017-03-101-0/+4
* server install: require IPv6 stack to be enabledTomas Krizek2017-03-091-0/+14
* Remove NSPRError exception from platform tasksChristian Heimes2017-03-011-4/+4
* Remove non-sensical kdestroy on https stopSimo Sorce2017-02-221-1/+1
* Add a new user to run the framework codeSimo Sorce2017-02-151-5/+11
* Configure HTTPD to work via Gss-ProxySimo Sorce2017-02-151-1/+14
* Generate tmpfiles config at install timeSimo Sorce2017-02-151-0/+22
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-291-0/+19
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-291-1/+1
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-241-2/+2
* Minor fixes for IPAVersion classChristian Heimes2016-11-221-5/+11
* install: Call hostnamectl set-hostname only if --hostname option is usedPetr Spacek2016-08-101-11/+2
* Do not log error when removing a non-existing fileFlorence Blanc-Renaud2016-07-011-4/+11
* ipaplatform.redhat: Use bytestrings when calling rpm.so for version comparisonPetr Viktorin2016-05-301-2/+6
* Log errors from backup_and_replace hostname to loggerMartin Basti2016-04-261-2/+5
* Remove deprecated hostname restoration from Fedora18Martin Basti2016-04-261-10/+0
* Always set hostnameMartin Basti2016-04-261-30/+17