summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_access.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Always free talloc_reqJakub Hrozek2014-09-101-2/+1
* LDAP: Check return valueJakub Hrozek2014-09-081-0/+6
* SDAP: account lockout to restrict access via ssh keyPavel Reichl2014-08-271-0/+557
* SDAP: refactor AC offline checksPavel Reichl2014-08-271-9/+12
* 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
* Unify usage of function gethostnameLukas Slebodnik2014-06-031-2/+3
* Don't use macro _XOPEN_SOURCE for function strptimeLukas Slebodnik2014-05-271-2/+2
* refactor calls of sss_parse_namePavel Reichl2014-03-181-2/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-72/+100
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-96/+96
* 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
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-2/+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