summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_access.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Add a new error code for malformed access control filterJakub Hrozek2014-01-091-1/+7
* responder: Set forest attribute in AD domainsPavel Reichl2014-01-091-1/+1
* LDAP: Parse FQDN into name/domain for subdomain usersJakub Hrozek2013-10-251-1/+11
* LDAP: Amend sdap_access_check to allow any connectionJakub Hrozek2013-10-251-22/+18
* Fix formating of variables with type: time_tLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type defined in stdint.hLukas Slebodnik2013-09-111-2/+3
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-4/+5
* Fix formating of variables with type: longLukas Slebodnik2013-09-111-3/+4
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-281-3/+2
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-071-1/+2
* Convert sdap_access to new error codesSimo Sorce2013-03-191-448/+174
* Fixed typo in debug message.Lukas Slebodnik2013-03-071-3/+5
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-1/+1
* Pass domain not be_req to access check functionsSimo Sorce2013-01-211-15/+21
* Remove sysdb as a be request structure memberSimo Sorce2013-01-211-2/+2
* Move ldap provider access functionsSimo Sorce2013-01-211-59/+0
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-2/+2
* Do not save HBAC rules in subdomain subtreeSumit Bose2012-11-191-3/+16
* Accept be_req instead if be_ctx in LDAP access providerJan Zeleny2012-04-241-13/+14
* LDAP: Make sdap_access_send/recv publicStephen Gallagher2012-03-091-12/+8
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-1/+2
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-13/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-2/+1
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-4/+1
* Add LDAP access control based on NDS attributesSumit Bose2011-07-081-0/+177
* Add host access control supportPierre Ossman2011-03-241-0/+146
* Only print "no matching service rule" when appropriateStephen Gallagher2011-02-041-6/+6
* Add LDAP expire policy base RHDS/IPA attributeSumit Bose2011-01-191-0/+38
* Add LDAP expire policy based on AD attributesSumit Bose2011-01-191-0/+85
* Add timeout parameter to sdap_get_generic_send()Sumit Bose2011-01-171-1/+3
* Add syslog messages to authorized service access checkSumit Bose2011-01-061-1/+31
* Add syslog message to shadow access checkSumit Bose2011-01-061-6/+14
* Add authorizedService supportStephen Gallagher2010-12-211-0/+135
* Pass all PAM data to the LDAP access providerStephen Gallagher2010-12-211-9/+12
* Add new account expired rule to LDAP access providerSumit Bose2010-12-061-66/+377
* Sanitize search filters in LDAP providerStephen Gallagher2010-11-151-1/+9
* Suppress some 'may be used uninitialized' warningsSumit Bose2010-09-281-1/+1
* Dead assignments cleanup in providers codeJan Zeleny2010-09-081-11/+7
* Use new LDAP connection framework in LDAP access backend.eindenbom2010-07-091-59/+73
* Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher2010-06-091-1/+1
* Add ldap_access_filter optionStephen Gallagher2010-05-271-0/+457