summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-221-1/+1
* UTIL: rename find_subdomain_by_sidPavel Reichl2014-07-221-1/+1
* SDAP: Continue resolving SID even if some failPavel Reichl2014-07-211-1/+6
* LDAP: tokengroups do not work with id_provider=ldapPavel Reichl2014-07-212-13/+74
* SYSDB: augmented logging when adding new groupPavel Reichl2014-07-151-2/+2
* sudo: fetch sudoRunAs attributePavel Březina2014-07-151-0/+1
* SSSD: Send debug to stderr when running on foregroundJakub Hrozek2014-07-091-0/+2
* SDAP: Free bervals on failure in sdap_parse_entryJakub Hrozek2014-07-081-2/+10
* SDAP: Remove unused function sdap_get_msg_dnJakub Hrozek2014-07-082-34/+0
* LDAP: Remove unused output parameter _dn from sdap_parse_entryJakub Hrozek2014-07-083-16/+6
* SDAP: Fix DEBUG message priorities in sdap_parse_entryJakub Hrozek2014-07-081-13/+13
* LDAP: Try all attributes when saving an entryJakub Hrozek2014-07-081-3/+24
* PROVIDERS: Add ldap_common.h to opts.h of each providerJakub Hrozek2014-07-081-0/+1
* LDAP: Fix retrieving a group with no membersJakub Hrozek2014-06-271-2/+7
* LDAP: group_split_members returns incorrectly ENOMEMPavel Reichl2014-06-271-1/+4
* SDAP: return after tevent_req_errorPavel Reichl2014-06-271-1/+2
* nested groups: do not fail if we get one entry twicePavel Březina2014-06-231-4/+6
* IPA: Rename label in users_get_send/groups_get_sendPavel Reichl2014-06-181-32/+30
* LDAP: Fix DEBUG messageJakub Hrozek2014-06-041-2/+2
* Unify usage of function gethostnameLukas Slebodnik2014-06-032-5/+6
* SDAP: Add option to disable use of Token-GroupsPavel Reichl2014-06-023-2/+7
* SDAP: Make nesting_level = 0 to ignore nested groupsPavel Reichl2014-06-021-7/+34
* LDAP: fix - find primary group by gidPavel Reichl2014-06-021-1/+0
* Don't use macro _XOPEN_SOURCE for function strptimeLukas Slebodnik2014-05-271-2/+2
* LDAP: Don't use macro _XOPEN_SOURCE for extra featuresLukas Slebodnik2014-05-261-2/+2
* Implemented LDAP component of GPO-based access controlYassir Elley2014-05-132-0/+194
* LDAP: Check the LDAP handle before using itJakub Hrozek2014-05-121-0/+13
* Make LDAP extra attributes available to IPA and ADSumit Bose2014-05-023-38/+47
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-0211-14/+190
* LDAP: Fix off-by-one bug in sdap_copy_optsJakub Hrozek2014-05-021-1/+4
* SDAP: augmented logging for group savingPavel Reichl2014-04-141-1/+21
* krb5_child: Fix use after free in debug messageLukas Slebodnik2014-04-081-0/+1
* AUTOFS: terminate array after the last entryLukas Slebodnik2014-04-041-1/+2
* refactor calls of sss_parse_namePavel Reichl2014-03-181-2/+1
* LDAP: Setup periodic task only once.Lukas Slebodnik2014-02-261-13/+41
* make make_realm_upper_case() staticPavel Březina2014-02-183-20/+18
* ldap: move domain related content from ldap_common.c to sdap_domain.cPavel Březina2014-02-182-176/+197
* ldap: move options related content from ldap_common.c to ldap_options.cPavel Březina2014-02-182-764/+787
* sdap: move sdap_get_id_specific_filter() to sdap_utils.cPavel Březina2014-02-182-20/+20
* sdap: move non async functions from sdap_async_connection.c to sdap_utils.cPavel Březina2014-02-182-18/+18
* sdap: move non async functions from sdap_async.c to sdap_utils.cPavel Březina2014-02-182-118/+142
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-1220-607/+834
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-1238-1953/+1953
* LDAP: Handle errors from sdap_id_op properly in enum codeJakub Hrozek2014-02-121-1/+41
* LDAP: Detect the presence of POSIX attributesJakub Hrozek2014-02-125-10/+454
* AD: Remove unused memory contextsLukas Slebodnik2014-02-011-4/+3
* LDAP: require attribute groupType for AD groupsLukas Slebodnik2014-01-291-1/+1
* LDAP: store group if subdomain cannot be found by sidLukas Slebodnik2014-01-291-4/+6
* LDAP: Don't clobber original_member during enumerationJakub Hrozek2014-01-291-4/+10
* LDAP: Add enum request with custom connectionJakub Hrozek2014-01-292-125/+191