summaryrefslogtreecommitdiffstats
path: root/server/providers/ipa/ipa_access.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-1823/+0
| | | | Also update BUILD.txt
* Add offline support for ipa_accessSumit Bose2009-12-071-17/+133
|
* Add initial failover support for ldap and ipaSimo Sorce2009-11-201-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.
* Enhance check for remote hostsSumit Bose2009-11-201-55/+89
|
* Add support for host, source host and user categorySumit Bose2009-11-121-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'.
* Add check for access-time rules to ipa_access.Sumit Bose2009-11-101-0/+64
|
* Fix tevent_req error checking.Simo Sorce2009-11-091-18/+3
| | | | When possible using a macro that correctly deals with tstate
* Fix buildSimo Sorce2009-11-071-4/+8
|
* added access module of IPA providerSumit Bose2009-11-071-0/+1572