summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac_rules.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny2012-02-061-31/+126
|
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-2/+0
|
* Multiline macro cleanupJakub Hrozek2011-09-281-1/+1
| | | | | | | | | | This is mostly a cosmetic patch. The purpose of wrapping a multi-line macro in a do { } while(0) is to make the macro usable as a regular statement, not a compound statement. When the while(0) is terminated with a semicolon, the do { } while(0); block becomes a compound statement again.
* Add helper functions for looking up HBAC rule componentsStephen Gallagher2011-07-081-0/+231