summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* SDAP: refactor AC offline checksPavel Reichl2014-08-271-9/+12
* SDAP: Fix using of uninitialized variableLukas Slebodnik2014-08-261-2/+5
* SDAP: Update groups for user just once.Lukas Slebodnik2014-08-261-20/+77
* SDAP: Use different talloc_context for array of namesLukas Slebodnik2014-08-261-1/+1
* SDAP: Immediately finish request for empty arrayLukas Slebodnik2014-08-261-1/+1
* LDAP: Use randomized ccname for storing credentialsJakub Hrozek2014-08-261-5/+39
* LDAP: Use tmp_ctx in ldap_child for temporary dataJakub Hrozek2014-08-261-7/+15
* LDAP: Don't add a user member twice when adding a primary groupJakub Hrozek2014-08-261-5/+33
* LDAP: Split out linking primary group members into a separate functionJakub Hrozek2014-08-261-7/+16
* LDAP: Do not shortcut on ret != EOK during password expiry checkJakub Hrozek2014-08-221-15/+0
* SDAP: free subrequest in sdap_dyndns_update_addrs_doneLukas Slebodnik2014-08-221-0/+1
* dyndns: Fix talloc hierarchy of "struct sss_iface_addr"Lukas Slebodnik2014-08-221-0/+9
* Revert "IPA: try to resolve nested groups as poxix group"Jakub Hrozek2014-08-191-201/+5
* Revert "IPA: process non-posix nested groups"Jakub Hrozek2014-08-191-72/+3
* Revert "IPA: new attribute map for non-posix groups"Jakub Hrozek2014-08-196-46/+5
* IPA: try to resolve nested groups as poxix groupPavel Reichl2014-08-191-5/+201
* IPA: process non-posix nested groupsPavel Reichl2014-08-191-3/+72
* IPA: new attribute map for non-posix groupsPavel Reichl2014-08-196-5/+46
* Revert "SDAP: Deref needn't be treated as critical"Lukas Slebodnik2014-08-191-1/+1
* IPA: handle searches by SID in apply_subdomain_homedirJakub Hrozek2014-08-191-4/+9
* sudo: work with correct D-Bus iteratorPavel Březina2014-08-191-3/+4
* be_get_account_info change level of debug messageMichal Zidek2014-08-191-1/+1
* SDAP: don't log error on access deniedPavel Reichl2014-08-171-1/+6
* SDAP: refactor sdap_access_filter_donePavel Reichl2014-08-171-18/+37
* SDAP: nitpicks in sdap_access_filter_get_access_donePavel Reichl2014-08-171-7/+5
* SDAP: refactor sdap_access_filter_sendPavel Reichl2014-08-171-16/+30
* SDAP: split sdap_access_filter_get_access_donePavel Reichl2014-08-171-20/+39
* BE: Handle SIGUSR2Jakub Hrozek2014-08-131-0/+20
* AD-GPO: ad_gpo changes for offline gpo supportYassir Elley2014-08-131-23/+149
* LDAP SUDO: sudo provider doesn't fetch 'EntryUSN'Michal Šrubař2014-08-111-0/+1
* SDAP: Deref needn't be treated as criticalLukas Slebodnik2014-08-091-1/+1
* ad initgroups: continue if resolved SID is still missingPavel Březina2014-08-091-6/+13
* LDAP: Avoid undefined ret valueJakub Hrozek2014-08-061-1/+1
* LDAP: Dump LDAP server IP address with a high DEBUG levelJakub Hrozek2014-08-051-0/+36
* LDAP: Print referrals for debugging purposesJakub Hrozek2014-08-051-1/+10
* AD-GPO: add ad_gpo_cache_timeout optionYassir Elley2014-07-315-97/+191
* failover: set port status to not working if previous srv lookup failedPavel Březina2014-07-311-0/+5
* Exit offline mode only if server is available.Michal Zidek2014-07-312-17/+52
* ptask: Add backoff feature to the ptask api.Michal Zidek2014-07-315-3/+37
* ptask: Allow adding random_offset to scheduled execution timeMichal Zidek2014-07-315-5/+22
* AD-GPO: only download policy files if gpo version changesYassir Elley2014-07-302-197/+560
* sudo: replace asterisk with escape sequence in host filterPavel Březina2014-07-291-1/+1
* case_sensitivity = preservingMichal Zidek2014-07-292-4/+28
* AD: Increment som_index when advancing to the next GPOJakub Hrozek2014-07-291-0/+2
* AD: Check return value of ad_gpo_evaluate_daclJakub Hrozek2014-07-291-2/+7
* LDAP: Remove unused option ldap_user_uuidLukas Slebodnik2014-07-254-7/+0
* LDAP: Remove unused option ldap_group_uuidLukas Slebodnik2014-07-254-7/+0
* LDAP: Remove unused option ldap_netgroup_uuidLukas Slebodnik2014-07-253-5/+0
* sudo: use dbus array for rules refreshPavel Březina2014-07-241-8/+14
* SDAP: fix use after free in async_initgroupsPavel Reichl2014-07-241-1/+0