summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* DP: Reduce code duplicationdpstrJakub Hrozek2015-11-111-340/+193
* DP: Check callback messages for valid UTF-8Jakub Hrozek2015-11-111-16/+29
* DP: Drop dp_pam_err_to_stringJakub Hrozek2015-11-111-52/+23
* 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
* 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