summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* AD GPO: Fix incorrect return of EACCESStephen Gallagher2014-10-021-2/+2
* IPA: add support for new extdom plugin versionSumit Bose2014-09-301-87/+802
* LDAP: Do not require a dereference control to be retuned in a replyJakub Hrozek2014-09-291-1/+6
* PAM: Add domains= option to pam_sssDaniel Gollub2014-09-291-0/+1
* AD: Add a missing break statement to the GPO codeJakub Hrozek2014-09-291-1/+2
* AD GPO: Fix incorrect sAMAccountName selectionStephen Gallagher2014-09-291-2/+2
* Fix debug messages - trailing '.'Pavel Reichl2014-09-294-4/+4
* IPA: Use GC for group lookups in server modeJakub Hrozek2014-09-251-5/+9
* LDAP: Do not clobber return value when multiple controls are returnedJakub Hrozek2014-09-161-3/+4
* Use the alternative objectclass in group maps.Michal Zidek2014-09-157-29/+117
* Add alternative objectClass to group attribute mapsMichal Zidek2014-09-154-1/+7
* LDAP: Always free talloc_reqJakub Hrozek2014-09-101-2/+1
* LDAP: Check return valueJakub Hrozek2014-09-081-0/+6
* AD-GPO: delete stale GPOsYassir Elley2014-09-081-0/+36
* LDAP: Skip dereferenced entries that we are not permitted to readJakub Hrozek2014-09-082-4/+11
* AD: process non-posix nested groups using tokenGroupsPavel Reichl2014-09-081-8/+1
* AD: process non-posix nested groups w/o tokenGroupsPavel Reichl2014-09-081-5/+1
* IPA: process non-posix nested groupsPavel Reichl2014-09-082-2/+2
* AD-GPO: processing changes for gpo_map_* optionsYassir Elley2014-09-085-23/+460
* AD-GPO: config changes for gpo_map_* optionsYassir Elley2014-09-082-0/+17
* LDAP: Don't reuse a single tevent callback for multiple requestsJakub Hrozek2014-09-051-27/+53
* SSS_CACHE: Allow sss_cache tool to flush SSH hosts cacheWilliam B2014-09-051-2/+2
* AD: Ignore all errors if gpo is in permissive mode.Lukas Slebodnik2014-09-021-1/+18
* LDAP: Ignore returned referrals if referral support is disabledJakub Hrozek2014-09-021-8/+18
* LDAP: Set umask before calling mkstempJakub Hrozek2014-09-021-0/+3
* PAM, NSS: allow UPN login namesSumit Bose2014-09-011-0/+1
* PAM: extract checks from parsing routinesSumit Bose2014-09-012-0/+2
* LDAP: If extra_value is 'U' do a UPN searchSumit Bose2014-09-014-4/+25
* LDAP: Enable tokenGroups with Windows Server 2003Jakub Hrozek2014-09-011-2/+2
* LDAP: Fall back to functional level of Windows Server 2003Jakub Hrozek2014-09-011-1/+2
* LDAP: Add Windows Server 2012 R2 functional levelJakub Hrozek2014-09-012-1/+3
* SDAP: Set default value of ldap_user_ssh_public_key to "sshPublicKey"Jan Cholasta2014-09-011-2/+2
* SDAP: account lockout to restrict access via ssh keyPavel Reichl2014-08-273-0/+568
* SDAP: new option - DN to ppolicy on LDAPPavel Reichl2014-08-274-0/+4
* 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