summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* UTIL: Move become_user outside krb5 treeJakub Hrozek2014-10-103-9/+9
* MONITOR: Remove useless memory contextsJakub Hrozek2014-10-101-12/+2
* SDAP: Suppress warning maybe-uninitializedLukas Slebodnik2014-10-091-7/+9
* UTIL: Do not depend on monitor codeJakub Hrozek2014-10-096-39/+39
* tests: add test for sysdb_get_user_attr with subdomain userPavel Březina2014-10-091-0/+54
* sysdb_get_user_attr: use fqn for subdomain usersPavel Březina2014-10-091-2/+11
* MAN: Build the sss_rpcidmapd man page conditionallyJakub Hrozek2014-10-091-1/+4
* DP: Print a type as hexadecimal number in debug message.Lukas Slebodnik2014-10-091-1/+1
* SYSDB: move sysdb_get_real_name() from sysdb.c to sysdb_search.cJakub Hrozek2014-10-064-53/+104
* MONITOR: Make internal functions staticJakub Hrozek2014-10-062-16/+13
* GPO: remove unused talloc contextsLukas Slebodnik2014-10-031-11/+8
* GPO: Use argument ndg_flags instead of constantLukas Slebodnik2014-10-031-6/+6
* AD-GPO resolve conflicting policy settings correctlyYassir Elley2014-10-024-555/+743
* AD GPO: Fix incorrect return of EACCESStephen Gallagher2014-10-021-2/+2
* MAN: Document the domains option of pam_sssJakub Hrozek2014-10-011-0/+27
* nss: Preserve case of group membersMichal Zidek2014-10-011-1/+1
* pam: sub-domain authentication fixSumit Bose2014-10-011-1/+11
* sssd.api.conf: Declare case_sensitive as stringMichal Zidek2014-10-011-1/+1
* IPA: add support for new extdom plugin versionSumit Bose2014-09-301-87/+802
* LDAP: Do not require a dereference control to be retuned in a replyJakub Hrozek2014-09-291-1/+6
* PAM: Add domains= option to pam_sssDaniel Gollub2014-09-294-3/+79
* PAM: new options pam_trusted_users & pam_public_domainsPavel Reichl2014-09-299-3/+299
* AD: Add a missing break statement to the GPO codeJakub Hrozek2014-09-291-1/+2
* AD GPO: Fix incorrect sAMAccountName selectionStephen Gallagher2014-09-291-2/+2
* krb5: make get_primary() a public callStephen Gallagher2014-09-292-3/+13
* Fix debug messages - trailing '.'Pavel Reichl2014-09-294-4/+4
* IPA: Use GC for group lookups in server modeJakub Hrozek2014-09-251-5/+9
* TESTS: Add a unit test for matching the secondary objectclassJakub Hrozek2014-09-251-0/+37
* UTIL: Do not change SSSD domains in get_domains_headStephen Gallagher2014-09-241-3/+0
* tests: Add a test for storing custom attrs with automatic IDJakub Hrozek2014-09-181-0/+51
* MAN: AD is allowed value of subdomains_providerJakub Hrozek2014-09-181-0/+9
* TESTS: Add a case-insensitive group search sysdb testJakub Hrozek2014-09-171-8/+25
* sysdb: sysdb_search_group_by_name should work like sysdb_search_user_by_nameSumit Bose2014-09-171-43/+42
* sysdb: Write additional attrs in sysdb_add_userDaniel Gollub2014-09-171-1/+2
* TESTS: Free retrieved sid in test_getsidbynameNikolai Kondrashov2014-09-161-1/+5
* TESTS: Free link paths in symlink testsNikolai Kondrashov2014-09-161-0/+2
* TESTS: Free compiled regexes in krb5_utils-testsNikolai Kondrashov2014-09-161-0/+2
* TESTS: Free hbac_infoNikolai Kondrashov2014-09-161-9/+41
* LDAP: Do not clobber return value when multiple controls are returnedJakub Hrozek2014-09-161-3/+4
* name2sid: Check negative cache for users and groupsSumit Bose2014-09-161-15/+19
* Use the alternative objectclass in group maps.Michal Zidek2014-09-157-29/+117
* Add alternative objectClass to group attribute mapsMichal Zidek2014-09-154-1/+7
* LDAP: Always free talloc_reqJakub Hrozek2014-09-101-2/+1
* Updating translations for the 1.12.1 releasesssd-1_12_1Jakub Hrozek2014-09-0816-12884/+24359
* LDAP: Check return valueJakub Hrozek2014-09-081-0/+6
* AD-GPO: delete stale GPOsYassir Elley2014-09-083-0/+134
* MAN: Add sss_rpcidmapd.5.xml to the list of translatable man pagesJakub Hrozek2014-09-081-0/+1
* libwbclient: avoid collision with Samba versionSumit Bose2014-09-083-2/+2
* dlopen test: only test libwbclient when it is buildSumit Bose2014-09-081-0/+2
* TESTS: Add a unit test for dereference parsingJakub Hrozek2014-09-081-1/+169