summaryrefslogtreecommitdiffstats
path: root/src/back-sch.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - we're generating proper entries now. not storing them anywhere, but one thingNalin Dahyabhai2008-07-011-18/+113
| | | | at a time
* - make the shared parts of the configuration actually shared so that we canNalin Dahyabhai2008-07-011-111/+58
| | | | drop accessors for reading the shared parts
* - have the plugin call backend initialization directlyNalin Dahyabhai2008-06-301-2/+23
|
* - group dataNalin Dahyabhai2008-06-301-1/+4
|
* - remove unused variablesNalin Dahyabhai2008-06-301-7/+1
|
* - be more consisten about group/set nomenclatureNalin Dahyabhai2008-06-301-7/+7
|
* - merge the backend-specific headersNalin Dahyabhai2008-06-301-1/+1
| | | | - start switching to using the shared implementations in back-nis
* - get schema compatibility linking correctlyNalin Dahyabhai2008-06-301-902/+141
|
* - start adding an sch backendNalin Dahyabhai2008-06-301-0/+1356
- start factoring out the backend logic where the sch and nis backends overlap