summaryrefslogtreecommitdiffstats
path: root/ipa-client
Commit message (Expand)AuthorAgeFilesLines
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+4
* Decode script arguments using file system encodingJan Cholasta2015-09-072-2/+2
* Use new-style raise syntaxPetr Viktorin2015-09-011-1/+1
* Use the print functionPetr Viktorin2015-09-012-35/+39
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+1
* Remove use of sys.exc_valuePetr Viktorin2015-09-011-2/+2
* Simplify adding options in ipachangeconfSimo Sorce2015-08-271-0/+21
* Port from python-krbV to python-gssapiMichael Simacek2015-08-263-10/+10
* client: Add description of --ip-address and --all-ip-addresses to man pageDavid Kupka2015-08-191-0/+6
* client: Add support for multiple IP addresses during installation.David Kupka2015-08-181-66/+223
* ipa-client-install: warn when IP used in --serverStanislav Laznicka2015-08-141-0/+19
* Modernize 'except' clausesPetr Viktorin2015-08-125-98/+98
* Modernize number literalsPetr Viktorin2015-07-313-7/+7
* ipa-client-install: Do not (re)start certmonger and DBus daemons.David Kupka2015-07-201-56/+15
* enable debugging of ntpd during client installationMartin Babinsky2015-07-202-4/+8
* Remove tuple unpacking from except clause ipa-client/ipaclient/ipachangeconf.pyChristian Heimes2015-07-141-2/+2
* ipalib: Fix skip_version_check optionJan Cholasta2015-07-081-0/+3
* FIX: Clear SSSD caches when uninstalling the clientMartin Basti2015-07-071-7/+12
* Clear SSSD caches when uninstalling the clientGabe2015-06-301-0/+13
* increase NSS memcache timeout for IPA serverMartin Babinsky2015-06-301-0/+9
* vault: Move vaults to cn=vaults,cn=kraJan Cholasta2015-06-101-1/+1
* Clarify host name output in ipa-client-installPetr Spacek2015-06-051-1/+1
* Added vault plugin.Endi S. Dewata2015-05-251-0/+1
* client-install: Fix kinits with non-default Kerberos config fileJan Cholasta2015-05-211-1/+4
* suppress errors arising from deleting non-existent files during client uninstallMartin Babinsky2015-04-291-18/+22
* ipa client: use NTP servers specified by userMartin Basti2015-04-241-9/+15
* ipa client: use NTP servers detected from SRVMartin Basti2015-04-241-1/+8
* ipa client: make --ntp-server option multivaluedMartin Basti2015-04-243-14/+18
* Adopted kinit_keytab and kinit_password for kerberos authMartin Babinsky2015-04-202-4/+8
* ipa-client-install: try to get host TGT several times before giving upMartin Babinsky2015-04-202-29/+48
* Add message for skipping NTP configuration during client installGabe2015-04-141-0/+2
* Skip time sync during client install when using --no-ntpNathan Kinder2015-03-261-1/+2
* client: Fix ca_is_enabled callsJan Cholasta2015-03-192-4/+4
* client-install: Do not crash on invalid CA certificate in LDAPJan Cholasta2015-03-191-4/+13
* Timeout when performing time sync during client installNathan Kinder2015-03-161-1/+7
* Use IPA CA certificate when available and ignore NO_TLS_LDAP when not.David Kupka2015-03-051-2/+8
* ipa-client-install: put eol character after the last line of altered config f...Martin Babinsky2015-02-101-0/+3
* Typos in ipa-rmkeytab options help and man pageGabe2015-02-102-3/+3
* Use dyndns_update instead of deprecated sssd optionMartin Basti2015-01-281-1/+1
* Add debug messages into client autodetectionMartin Basti2015-01-211-0/+5
* Remove usage of app_PYTHON in ipaserver MakefilesGabe2014-12-101-20/+0
* Prefer TCP connections to UDP in krb5 clientsNathaniel McCallum2014-12-081-0/+1
* No explicit zone specification.Jan Pazdziora2014-12-051-6/+2
* Fix unchecked return value in ipa-joinJan Cholasta2014-11-251-1/+4
* Use asn1c helpers to encode/decode the getkeytab controlSimo Sorce2014-11-203-199/+53
* Fix memory leaks in ipa-joinJan Cholasta2014-11-052-11/+9
* Remove trivial path constants from modulesGabe2014-11-042-44/+35
* Do not wait for new CA certificate to appear in LDAP in ipa-certupdateJan Cholasta2014-10-301-2/+4
* Check LDAP instead of local configuration to see if IPA CA is enabledJan Cholasta2014-10-172-15/+38
* Add ipa-client-install switch --request-cert to request cert for the hostJan Cholasta2014-10-162-12/+97