summaryrefslogtreecommitdiffstats
path: root/ipaclient
Commit message (Expand)AuthorAgeFilesLines
* Allow ipaapi user to access SSSD's info pipeChristian Heimes2018-11-071-7/+34
* Fix misleading errors during client install rollbackRob Crittenden2018-10-261-8/+10
* Py3: Replace six.moves importsChristian Heimes2018-10-053-9/+5
* Fix writing certificate chain to fileFraser Tweedale2018-10-022-6/+4
* Py3: Remove subclassing from objectChristian Heimes2018-09-275-13/+13
* Remove replica_file from ClientInstall class in ipaclient/install/client.pyThomas Woerner2018-09-121-1/+0
* Fix certificate type error when exporting to fileArmando Neto2018-09-061-6/+5
* Delete empty keytab during client installationArmando Neto2018-09-051-0/+10
* Retrieve certificate subject base directly instead of ipa-joinRob Crittenden2018-08-291-7/+14
* ipaclient: Remove --no-sssd and --no-ac optionsThomas Woerner2018-08-132-13/+2
* ipaclient-install: chmod needs octal permissionsOrion Poplawski2018-07-251-1/+1
* Fix regression: Handle unicode where str is expectedArmando Neto2018-07-181-1/+1
* Fix Pylint 2.0 violationsArmando Neto2018-07-142-5/+5
* Fix pylint 2.0 conditional-related violationsArmando Neto2018-07-121-1/+1
* Fix pylint 2.0 return-related violationsArmando Neto2018-07-111-0/+1
* Wait for client certificatesChristian Heimes2018-07-091-6/+12
* Replace file.flush() calls with flush_sync() helperArmando Neto2018-07-073-8/+7
* Cleanup shebang and executable bitChristian Heimes2018-07-052-3/+0
* Import ABCs from collections.abcChristian Heimes2018-07-052-5/+19
* ipa-client-install: Update how comments are added by ipachangeconfArmando Neto2018-07-052-4/+11
* ipa-client-install: enable and start oddjobd if mkhomedirFlorence Blanc-Renaud2018-06-281-0/+28
* Ensure that public cert and CA bundle are readableChristian Heimes2018-06-272-5/+9
* server install: drop some print statements, change log levelRob Crittenden2018-06-201-3/+3
* Improve console logging for ipa-server-installRob Crittenden2018-06-201-0/+1
* Sort and shuffle SRV record by priority and weightChristian Heimes2018-06-191-3/+2
* Installer: configure authselect with-sudoFlorence Blanc-Renaud2018-06-191-1/+2
* Fix translation of commands description in API BrowserStanislav Levin2018-06-121-0/+1
* Move client templates to separate directoryChristian Heimes2018-06-051-1/+1
* Match Common Name attribute in Subjectamitkuma2018-06-053-3/+3
* Print version string in installerChristian Heimes2018-05-311-0/+5
* Refuse PORT, HOST in /etc/openldap/ldap.confChristian Heimes2018-05-291-0/+28
* Use sane default settings for ldap connectionsChristian Heimes2018-05-291-1/+1
* pylint3: workaround false positives reported for W1662Alexander Bokovoy2018-05-171-2/+2
* Client install should handle automount unconfigured on uninstallRob Crittenden2018-05-161-3/+4
* Load certificate files as binary dataChristian Heimes2018-04-302-4/+4
* Use shutil to copy fileChristian Heimes2018-04-281-3/+4
* Enable SPAKE support using krb5.conf.d snippetRobbie Harwood2018-04-281-0/+10
* Migration from authconfig to authselectFlorence Blanc-Renaud2018-04-271-3/+21
* csrgen: fix when attribute shortname is lower caseFraser Tweedale2018-04-251-6/+30
* csrgen: drive-by docstringFraser Tweedale2018-04-251-0/+6
* csrgen: support initialising OpenSSL adaptor with key objectFraser Tweedale2018-04-252-13/+25
* py3: fix csrgen error handlingFraser Tweedale2018-04-251-2/+6
* RFE: ipa client should setup openldap for GSSAPIamitkuma2018-04-251-2/+12
* Add absolute_import future importsStanislav Laznicka2018-04-204-0/+8
* Defer import of ipaclient.csrgenChristian Heimes2018-04-102-8/+9
* Configure chrony with pool when server not setTibor Dudlák2018-04-092-27/+28
* Add enabling chrony daemon when not configuredTibor Dudlák2018-04-092-43/+53
* Remove unnecessary option --force-chronyTibor Dudlák2018-04-092-33/+12
* Remove NTP server role while upgradingTibor Dudlák2018-04-091-9/+10
* Adding method to ipa-server-upgrade to cleanup ntpdTibor Dudlák2018-04-092-49/+52
OSZAR »