summaryrefslogtreecommitdiff
path: root/server/providers/ipa/ipa_access.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-1823/+0
Also update BUILD.txt
2009-12-07Add offline support for ipa_accessSumit Bose1-17/+133
2009-11-20Add initial failover support for ldap and ipaSimo Sorce1-2/+4
The retun values are still not directly used with ldap libraries that still do their own name resolution, but this patch introduces a very basic framework to have a multiple providers in one domain use and share a single failover service if they want to.
2009-11-20Enhance check for remote hostsSumit Bose1-55/+89
2009-11-12Add support for host, source host and user categorySumit Bose1-8/+54
This patch add support for the host, source host and user category 'all'. All other category values are ignored so far. With the patch the interpretation of an empty memberUser and empty sourceHost and externalHost is changed to 'not applicable'.
2009-11-10Add check for access-time rules to ipa_access.Sumit Bose1-0/+64
2009-11-09Fix tevent_req error checking.Simo Sorce1-18/+3
When possible using a macro that correctly deals with tstate
2009-11-07Fix buildSimo Sorce1-4/+8
2009-11-07added access module of IPA providerSumit Bose1-0/+1572