summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-227-9/+8
* Pylint: import max one module per lineMartin Basti2016-03-227-7/+12
* Pylint: use list comprehension instead of iterationMartin Basti2016-03-222-5/+1
* Pylint: enable reimported checkMartin Basti2016-03-228-12/+3
* Pylint: enable pointless-except checkMartin Basti2016-03-221-1/+0
* Pylint: fix definition of global variablesMartin Basti2016-03-224-8/+8
* pylint: remove bare exceptMartin Basti2016-03-2225-57/+51
* spec: require python-cryptography newer than 0.9Martin Babinsky2016-03-211-2/+2
* DS deadlock when memberof scopes topology plugin updatesThierry Bordaz2016-03-181-0/+2
* sudo: Fix a typo in the --help output of sudocmdgroupJakub Hrozek2016-03-181-2/+2
* spec: add conflict with bind-chroot to freeipa-server-dnsMartin Babinsky2016-03-181-0/+3
* client: enable ChallengeResponseAuthentication in sshd_configMartin Basti2016-03-181-0/+1
* spec: Add missing dependencies to python*-ipalib packageMartin Basti2016-03-181-0/+8
* Fix broken trust warningsMartin Basti2016-03-161-1/+3
* certdb: never use the -r option of certutilJan Cholasta2016-03-161-10/+8
* Use platform path constant for SSSD log dirMartin Basti2016-03-162-1/+2
* Remove redundant parameters from CS.cfg in dogtaginstanceMartin Basti2016-03-161-8/+0
* stageuser-activate: Normalize manager valueMartin Basti2016-03-161-10/+11
* only search for Kerberos SRV records when autodiscovery was requestedMartin Babinsky2016-03-141-3/+7
* Workaround for ticket 5627Oleg Fayans2016-03-111-0/+5
* Made apply_common_fixes call at replica installation independent on domain_levelOleg Fayans2016-03-111-2/+2
* Removed a constantly failing call to prepare_hostOleg Fayans2016-03-111-3/+0
* Enabled setting domain level explicitly in test classOleg Fayans2016-03-112-7/+18
* Integration tests for replica promotion featureOleg Fayans2016-03-111-0/+223
* WebUI test: ID viewsLenka Doudova2016-03-113-7/+184
* Fix the man page part for shorter sentences, to avoid dual understanding, and...Jérôme Fenal2016-03-101-13/+13
* extdom: do not fail to process error case when no request is specifiedAlexander Bokovoy2016-03-101-1/+1
* Add field for group id in user add dialogPavel Vomacka2016-03-102-2/+14
* Nodes stay fixed after initial animation.Pavel Vomacka2016-03-101-0/+16
* Add pan and zoom functionality to the topology graphPavel Vomacka2016-03-101-8/+109
* krb5conf: use 'true' instead of 'yes' for forwardable optionMartin Basti2016-03-093-3/+3
* SPEC: Remove unused build dependency on libwbclientLukas Slebodnik2016-03-092-2/+1
* Allow to specify Kerberos authz data type per userSimo Sorce2016-03-092-8/+10
* ipa-sam: Do not redefine LDAP_PAGE_SIZELukas Slebodnik2016-03-091-1/+0
* Configure 389ds with "default" cipher suiteMartin Basti2016-03-092-5/+5
* test_cert_plugin: use only first part of the hostname to construct short nameMartin Babinsky2016-03-081-1/+1
* CONFIGURE: Replace obsolete macrosLukas Slebodnik2016-03-084-5/+3
* Allow admins to disable preauth for SPNs.Simo Sorce2016-03-086-10/+32
* Refactor test_group_plugin, use GroupTracker for testsFilip Skola2016-03-083-1165/+754
* Pylint: enable parallelismPetr Spacek2016-03-071-1/+1
* ipalib: Fix user certificate docstringsTomas Babej2016-03-073-3/+3
* Remove unused arguments from update_ssh_keys methodMartin Basti2016-03-041-2/+4
* fix suspicious except statementsMartin Basti2016-03-042-4/+4
* webui: fail nicely if cookies are disabledPetr Vobornik2016-03-031-6/+20
* CI: allow customized DS install test to work with domain levelsMartin Basti2016-03-032-19/+13
* l10n: Remove Transifex configurationTomas Babej2016-03-031-8/+0
* adtrustinstance: Make sure smb.conf existsTomas Babej2016-03-031-0/+5
* ipalib.x809: Accept bytes for make_pemPetr Viktorin2016-03-031-0/+2
* ipapython.sysrestore: Use str methods instead of functions from the string mo...Petr Viktorin2016-03-031-6/+6
* ipadiscovery: Decode to unicode in ipacheckldap(), get_ipa_basedn()Petr Viktorin2016-03-031-7/+11