summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* HBAC: remove misleading comment about deny rulesPavel Reichl2015-10-081-4/+0
* AD: Consolidate connection list construction on ad_common.cJakub Hrozek2015-10-073-17/+37
* AD: Provide common connection list construction functionsJakub Hrozek2015-10-074-29/+40
* DYNDNS: improve nsupdate_msg_add_fwd()Pavel Reichl2015-10-051-17/+39
* DYNDNS: use realm and server commands only as fallbackPavel Reichl2015-10-055-40/+35
* PROXY: fix minor memory leakPavel Reichl2015-10-021-2/+2
* SDAP: fix minor memory leakPavel Reichl2015-10-022-2/+3
* IPA: fix minor memory leakPavel Reichl2015-10-021-1/+1
* AD: fix minor memory leakPavel Reichl2015-10-021-2/+3
* SDAP: Relax POSIX checkPavel Reichl2015-10-021-4/+6
* HBAC: Better libhbac debuggingPetr Cech2015-10-014-2/+243
* AD: add debug messages for netlogon get infoPavel Reichl2015-09-301-1/+4
* AD: inicialize root_domain_attrs fieldPavel Reichl2015-09-301-1/+2
* IPA: Retry fetching keytab if IPA user lookup failsJakub Hrozek2015-09-232-14/+185
* FO: Also reset the server common data in addition to SRVJakub Hrozek2015-09-231-1/+3
* FO: Add an API to reset all servers in a single serviceJakub Hrozek2015-09-234-10/+42
* IPA: Change ipa_server_trust_add_send request to be reusable from ID codeJakub Hrozek2015-09-232-58/+75
* DYNDNS: Return right error code in case of failureLukas Slebodnik2015-09-231-0/+1
* DDNS: execute nsupdate for single update of PTR recPavel Reichl2015-09-223-72/+190
* IPA PROVIDER: Resolve nested netgroup membershipPetr Cech2015-09-221-10/+19
* LDAP: Filter out multiple entries when searching overlapping domainsJakub Hrozek2015-09-224-20/+116
* LDAP: Move sdap_create_search_base from ldap to sdap codeJakub Hrozek2015-09-224-70/+68
* LDAP: imposing sizelimit=1 for single-entry searches breaks overlapping domainsJakub Hrozek2015-09-222-13/+0
* IPA: Do not allow the AD lookup code to set backend as offline in server modeJakub Hrozek2015-09-211-1/+7
* AD: Set ignore_mark_offline=false when resolving AD root domainJakub Hrozek2015-09-211-23/+33
* AD: Do not mark the whole back end as offline if subdomain lookup failsJakub Hrozek2015-09-211-14/+67
* KRB5: Offline operation with disabled domainJakub Hrozek2015-09-211-1/+11
* AD: Only ignore errors from SDAP lookups if there's another connection to fal...Jakub Hrozek2015-09-211-0/+1
* SDAP: Do not set is_offline if ignore_mark_offline is setJakub Hrozek2015-09-211-1/+1
* DP: Provide a way to mark subdomain as disabled and auto-enable it later with...Jakub Hrozek2015-09-212-9/+94
* UTIL: Convert domain->disabled into tri-state with domain statesJakub Hrozek2015-09-212-2/+2
* LDAP: Sanitize group dn before using in filterLukas Slebodnik2015-09-181-2/+16
* Partially revert "LDAP: sanitize group name when used in filter"Lukas Slebodnik2015-09-181-83/+5
* Revert "LDAP: end on ENOMEM"Lukas Slebodnik2015-09-181-1/+0
* DATA_PROVIDER: BE_REQ as string in log messagePetr Cech2015-09-144-17/+112
* GPO: use SDAP_SASL_AUTHID as samAccountNameSumit Bose2015-09-141-3/+4
* SDAP: Remove unused functionJakub Hrozek2015-09-113-9/+2
* GPO: fix memory leakPavel Reichl2015-09-071-3/+3
* cleanup task: Expire all memberof targets when removing userMichal Židek2015-09-031-1/+52
* GPO: Use sss_unique_file and close fd on failureJakub Hrozek2015-09-011-16/+14
* AD: send less logs to syslogPavel Reichl2015-09-011-0/+42
* LDAP: end on ENOMEMPavel Reichl2015-08-311-0/+1
* sssd: incorrect checks on length values during packet decodingMichal Židek2015-08-316-19/+19
* UTIL: Function 2string for enum sss_cli_commandPetr Cech2015-08-311-25/+2
* sdap_async: Use specific errmsg when availableMichal Židek2015-08-191-2/+8
* LDAP: Use sss_unique_filename in ldap_childJakub Hrozek2015-08-171-22/+3
* KRB5: Use sss_unique_file when creating kdcinfo filesJakub Hrozek2015-08-171-7/+9
* KRB5: Use sss_unique file in krb5_childJakub Hrozek2015-08-171-16/+11
* LDAP: minor improvements in ldap id cleanupPavel Reichl2015-08-172-4/+5
* LDAP: sanitize group name when used in filterPavel Reichl2015-08-171-5/+83