summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* AD: Mark globals in ad_opts.h as externPavel Březina2015-12-142-242/+288
* LDAP: Mark globals in ldap_opts.h as externPavel Březina2015-12-142-330/+388
* DEBUG: Add missing new linesLukas Slebodnik2015-12-144-7/+7
* IPA_PROVIDER: Explicit no handle of servicesPetr Cech2015-12-111-1/+29
* LDAP: check early for missing SID in mapping checkSumit Bose2015-12-101-0/+6
* DP: Reduce code duplication in Data Provider handlersJakub Hrozek2015-12-101-167/+102
* DP: Reduce code duplication in the callback handlersJakub Hrozek2015-12-104-232/+137
* IPA: Use search timeout, not enum timeout for searching overridesJakub Hrozek2015-12-091-1/+1
* FO: Use tevent_req_defer_callback() when notifying callersJakub Hrozek2015-12-071-2/+13
* KRB5: Handle KRB5_REALM_UNKNOWN as ERR_NETWORK_IOJakub Hrozek2015-12-071-0/+1
* KRB5: Handle preauth request timeout more gracefullyJakub Hrozek2015-12-071-0/+5
* initgr: only search for primary group if it is not already cachedSumit Bose2015-11-271-21/+36
* ldap: skip sdap_save_grpmem() if ignore_group_members is setSumit Bose2015-11-271-0/+8
* AD: Add autofs providerJakub Hrozek2015-11-264-0/+114
* Changes to allow SSSD to be used for access control with a machine account be...Mathieu Deaudelin-Lemay2015-11-261-1/+6
* IPA: fix override with the same nameSumit Bose2015-11-201-6/+7
* DP: Do not confuse static analysers with dead codeJakub Hrozek2015-11-201-1/+2
* DP: Check callback messages for valid UTF-8Jakub Hrozek2015-11-141-16/+30
* DP: Drop dp_pam_err_to_stringJakub Hrozek2015-11-141-52/+23
* AD: remove annoying debug messagePavel Březina2015-11-121-4/+0
* DP_PTASK: Fix warning may be used uninitializedLukas Slebodnik2015-11-111-1/+1
* AD: Remove unused memory context from ad_user_conn_listLukas Slebodnik2015-11-113-5/+3
* BE: Add IFP to known clientsPavel Březina2015-11-101-0/+3
* FAIL_OVER: Fix warning value computed is not usedLukas Slebodnik2015-11-101-1/+1
* KRB5_CHILD: More restrictive umaskPetr Cech2015-11-051-1/+1
* DP: successful authentication sets explicitly PAM_SUCCESSSSumit Bose2015-11-031-0/+4
* sudo: remove unused param name in sdap_sudo_get_usn()Pavel Reichl2015-11-021-2/+1
* SDAP: Remove unused sdap_id_ctx from sdap_id_conn_cache_createLukas Slebodnik2015-11-023-3/+1
* util: Update get_next_domain's interfaceMichal Židek2015-10-235-9/+9
* FO: Use refcount to keep track of servers returned to callersJakub Hrozek2015-10-237-28/+98
* FO: Don't free rc-allocated structureJakub Hrozek2015-10-231-1/+0
* 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
* REFACTOR: umask(077) --> umask(SSS_DFL_X_UMASK)Petr Cech2015-10-141-1/+1
* 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
* LDAP: Inform about small range sizeStephen Gallagher2015-10-091-0/+7
* 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