summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Use FQDNs when saving incomplete groupsJakub Hrozek2016-07-071-4/+4
* LDAP: Use fqdns during nested RFC2307 initgroupsJakub Hrozek2016-07-071-19/+3
* LDAP: make it clear that sdap_add_incomplete_groups operates on sysdb namesJakub Hrozek2016-07-072-6/+6
* SYSDB: Add a utility function to return a list of qualified namesJakub Hrozek2016-07-072-5/+5
* LDAP: Convert RFC2307 member attribute values to FQDN-style ghostnames before...Jakub Hrozek2016-07-071-2/+12
* LDAP: save users with FQDNJakub Hrozek2016-07-071-4/+38
* LDAP: Use shortname for LDAP queriesJakub Hrozek2016-07-072-29/+103
* LDAP: Rename DP filter value from name to filter_valueJakub Hrozek2016-07-073-63/+66
* UTIL: expand_homedir_template manages usernames internallyJakub Hrozek2016-07-072-13/+3
* SIMPLE: Make the simple access provider work with qualified namesJakub Hrozek2016-07-071-19/+19
* SDAP: Store SID members during AD initgroups with a qualified nameMichal Zidek2016-07-071-1/+6
* SDAP: Save user and group aliases qualifiedMichal Zidek2016-07-075-8/+30
* SDAP: Search functions don't need to construct per-domain namesJakub Hrozek2016-07-072-19/+4
* IPA/AD: globally set krb5 canonicalization flagSumit Bose2016-07-062-3/+11
* LDAP: Change the default rfc2307 autofs attribute mappingsJakub Hrozek2016-07-062-4/+70
* IPA: Fix uninitialized pointer read (UNINIT)Lukas Slebodnik2016-07-041-1/+1
* Downcast to errno_t after tevent_req_is_errorLukas Slebodnik2016-06-291-5/+15
* IFP: Provide domain and failover statusPavel Březina2016-06-271-1/+1
* DP: Add org.freedesktop.sssd.DataProvider.FailoverPavel Březina2016-06-278-24/+163
* DP: Add org.freedesktop.sssd.DataProvider.BackendPavel Březina2016-06-276-0/+141
* DP: Add function to get be_ctx directly from dp_clientPavel Březina2016-06-273-3/+12
* SBUS: Add string helper macrosPavel Březina2016-06-272-2/+2
* LDAP: Shortcut looking up for group members soonerJakub Hrozek2016-06-231-10/+53
* GPO: ignore non-KVP lines if possibleMichal Židek2016-06-221-1/+60
* DP: Move be_req_acct and remove discard_constPavel Březina2016-06-203-16/+4
* RESPONDER: New interface for client registrationPavel Březina2016-06-202-38/+0
* DP: Switch to new interfacePavel Březina2016-06-2067-8314/+8084
* DP: Add callback for backward compatibilityPavel Březina2016-06-203-0/+147
* DP: Introduce new interface for backendPavel Březina2016-06-2023-0/+3628
* sdap ops: add support for derefPavel Březina2016-06-202-0/+289
* sdap_search_bases: allow returning only the first replyPavel Březina2016-06-202-42/+123
* sdap_search_bases: allow map to be NULLPavel Březina2016-06-201-10/+8
* Rename dp_backend.h to backend.hPavel Březina2016-06-2038-37/+37
* Rename dp_dyndns.c to be_dyndns.cPavel Březina2016-06-201-0/+0
* Rename dp_dyndns.h to be_dyndns.hPavel Březina2016-06-2010-9/+9
* Rename dp_refresh.c to be_refresh.cPavel Březina2016-06-201-0/+0
* Rename dp_refresh.h to be_refresh.hPavel Březina2016-06-205-4/+4
* Rename dp_ptask to be_ptaskPavel Březina2016-06-2011-10/+10
* Remove braces from DEBUG statementsPavel Březina2016-06-184-5/+5
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-105-0/+81
* STAP: Add helper functions to for human-readable account request representationJakub Hrozek2016-06-101-0/+2
* IPA: allow lookups by cert in sub-domains on the clientSumit Bose2016-06-093-9/+41
* AD: read user certificate if availableSumit Bose2016-06-091-1/+1
* ipa: save cert as blob in the cacheSumit Bose2016-06-091-2/+17
* ipa: add support for certificate overridesSumit Bose2016-06-094-0/+33
* AD: use krb5_keytab for subdomain initializationSumit Bose2016-06-094-15/+22
* AD_PROVIDER: Fix constant char *Petr Cech2016-06-071-1/+1
* GPO: Add "polkit-1" to ad_gpo_map_allowStephen Gallagher2016-06-031-1/+3
* LDAP: Try also the AD access control for IPA usersJakub Hrozek2016-06-031-0/+15
* Do not leak fds in case of failures setting up a child processJakub Hrozek2016-05-316-74/+93