summaryrefslogtreecommitdiffstats
path: root/src/back-sch.h
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly track the sources of cached entriesNalin Dahyabhai2013-08-121-0/+4
|
* Renames and fix a memory leakNalin Dahyabhai2013-08-121-6/+6
| | | | | | | | Rename backend_staged_data to backend_staged_search. Fix some formatting. Change how we walk the list of entries retrieved using a staged search so that if the map's been removed since the search was staged, we still free the temporary entry structures.
* Collapse a pair of blank linesNalin Dahyabhai2013-08-121-1/+0
|
* back-sch: move structure definitions to back-sch.h to share with other codeAlexander Bokovoy2013-08-071-0/+95
| | | | NSSWITCH supporting code needs access to the schema-compat structures
* - drop backend-specific header filesNalin Dahyabhai2008-07-011-34/+0
|
* - start adding an sch backendNalin Dahyabhai2008-06-301-0/+34
- start factoring out the backend logic where the sch and nis backends overlap