summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_access.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: time_tLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type defined in stdint.hLukas Slebodnik1-2/+3
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-4/+5
2013-09-11Fix formating of variables with type: longLukas Slebodnik1-3/+4
2013-06-28Replace new_subdomain() with find_subdomain_by_name()Sumit Bose1-3/+2
2013-06-07LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek1-1/+2
2013-03-19Convert sdap_access to new error codesSimo Sorce1-448/+174
2013-03-07Fixed typo in debug message.Lukas Slebodnik1-3/+5
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-1/+1
2013-01-21Pass domain not be_req to access check functionsSimo Sorce1-15/+21
2013-01-21Remove sysdb as a be request structure memberSimo Sorce1-2/+2
2013-01-21Move ldap provider access functionsSimo Sorce1-59/+0
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce1-0/+1
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce1-2/+2
2012-11-19Do not save HBAC rules in subdomain subtreeSumit Bose1-3/+16
2012-04-24Accept be_req instead if be_ctx in LDAP access providerJan Zeleny1-13/+14
2012-03-09LDAP: Make sdap_access_send/recv publicStephen Gallagher1-12/+8
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-1/+2
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-13/+2
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-2/+1
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-4/+1
2011-07-08Add LDAP access control based on NDS attributesSumit Bose1-0/+177
2011-03-24Add host access control supportPierre Ossman1-0/+146
2011-02-04Only print "no matching service rule" when appropriateStephen Gallagher1-6/+6
2011-01-19Add LDAP expire policy base RHDS/IPA attributeSumit Bose1-0/+38
2011-01-19Add LDAP expire policy based on AD attributesSumit Bose1-0/+85
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose1-1/+3
2011-01-06Add syslog messages to authorized service access checkSumit Bose1-1/+31
2011-01-06Add syslog message to shadow access checkSumit Bose1-6/+14
2010-12-21Add authorizedService supportStephen Gallagher1-0/+135
2010-12-21Pass all PAM data to the LDAP access providerStephen Gallagher1-9/+12
2010-12-06Add new account expired rule to LDAP access providerSumit Bose1-66/+377
2010-11-15Sanitize search filters in LDAP providerStephen Gallagher1-1/+9
2010-09-28Suppress some 'may be used uninitialized' warningsSumit Bose1-1/+1
2010-09-08Dead assignments cleanup in providers codeJan Zeleny1-11/+7
2010-07-09Use new LDAP connection framework in LDAP access backend.eindenbom1-59/+73
2010-06-09Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher1-1/+1
2010-05-27Add ldap_access_filter optionStephen Gallagher1-0/+457