summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* util: Update get_next_domain's interfaceMichal Židek2015-10-2330-136/+160
* FO: Use refcount to keep track of servers returned to callersJakub Hrozek2015-10-239-39/+115
* tests: Reduce failover code duplicationJakub Hrozek2015-10-231-53/+35
* FO: Don't free rc-allocated structureJakub Hrozek2015-10-231-1/+0
* intg: Fix all PEP8 issuesNikolai Kondrashov2015-10-226-105/+121
* SDAP: pass params in sdap_get_and_parse_generic_sendPavel Reichl2015-10-221-2/+6
* SDAP: change type of attrsonly in sdap_get_generic_ext_statePavel Reichl2015-10-221-9/+10
* SDAP: allow_paging in sdap_get_generic_ext_send()Pavel Reichl2015-10-221-18/+25
* SDAP: optional warning - sizelimit exceeded in POSIX checkPavel Reichl2015-10-221-9/+22
* spec: Missing initgroups mmap fileMichal Židek2015-10-221-0/+1
* sss_override: Remove unused parameter tool_ctxPavel Reichl2015-10-211-6/+4
* CI: Handle dashes in valgrind-condenseNikolai Kondrashov2015-10-201-3/+3
* CI: Do not skip tests not checked with ValgrindNikolai Kondrashov2015-10-201-31/+38
* PAM: remove unused parameter cdbPavel Reichl2015-10-201-6/+3
* SSSDConfigTest: Test real config without config_file_versionLukas Slebodnik2015-10-192-0/+107
* SSSDConfigTest: Try load saved configLukas Slebodnik2015-10-191-1/+11
* SSSDConfig: Do not raise exception if config_file_version is missingMichal Židek2015-10-192-9/+4
* TESTS: Restrictive permissions in check_and_openPetr Cech2015-10-141-1/+1
* TESTS: More restrictive permissions in debug_testsPetr Cech2015-10-141-2/+2
* UTIL-TESTS: More restrictive permissionsPetr Cech2015-10-141-1/+1
* UTILS: More restrictive permissions in domain_infoPetr Cech2015-10-141-2/+2
* P11_CHILD_NSS: More restrictive permissionsPetr Cech2015-10-141-1/+5
* REFACTOR: SCKT_RSP_UMASK constant in responder codePetr Cech2015-10-143-2/+6
* REFACTOR: umask(077) --> umask(SSS_DFL_X_UMASK)Petr Cech2015-10-147-8/+11
* REFACTOR: DFL_RSP_UMASK constant in responder codePetr Cech2015-10-143-3/+5
* REFACTOR: umask(0177) --> umask(SSS_DFL_UMASK)Petr Cech2015-10-144-5/+7
* sudo: send original name and id with local views if possiblePavel Březina2015-10-141-5/+13
* sudo: search with view even if user is foundPavel Březina2015-10-141-1/+4
* nss: send original name and id with local views if possiblePavel Březina2015-10-141-3/+128
* LDAP: remove unused param. in sdap_fallback_local_userPavel Reichl2015-10-124-8/+4
* autofs: remove unused params in del_autofs_entriesPavel Reichl2015-10-121-4/+1
* sudo: remove unused param. in ldap_get_sudo_optionsPavel Reichl2015-10-123-5/+3
* BUILD: Avoid symlinks with python modulesLukas Slebodnik2015-10-122-16/+8
* intg: Do not use non-existent pre-incrementNikolai Kondrashov2015-10-111-2/+4
* LDAP: Inform about small range sizeStephen Gallagher2015-10-091-0/+7
* intg: Fix RFC2307bis group member creationNikolai Kondrashov2015-10-091-14/+7
* intg: Reduce sssd.conf duplication in test_ldap.pyNikolai Kondrashov2015-10-091-95/+45
* intg: Split LDAP test fixtures for flexibilityNikolai Kondrashov2015-10-091-30/+83
* intg: Add support for specifying all user attrsNikolai Kondrashov2015-10-091-12/+39
* intg: Get base DN from LDAP connection objectNikolai Kondrashov2015-10-092-5/+5
* tests: Fix compilation warningJakub Hrozek2015-10-091-8/+8
* sss_override: steal msgs string to objsPavel Březina2015-10-081-0/+9
* sss_override: explicitly set ret = EOKPavel Březina2015-10-081-0/+2
* sss_override: fix comment describing formatPavel Březina2015-10-081-1/+1
* intg: fix typosPavel Březina2015-10-081-8/+8
* HBAC: remove misleading comment about deny rulesPavel Reichl2015-10-081-4/+0
* intg: fix assert messages in test_memory_cachePavel Reichl2015-10-081-10/+10
* nss: fix UPN lookups for sub-domain usersSumit Bose2015-10-082-3/+11
* fix upn cache_req for sub-domain usersSumit Bose2015-10-081-2/+7
* fix ldb_search usageSumit Bose2015-10-081-8/+1