summaryrefslogtreecommitdiffstats
path: root/src/back-nis.c
Commit message (Collapse)AuthorAgeFilesLines
* - use shared functionality for checking if an entry is a mapNalin Dahyabhai2008-07-011-52/+4
|
* - format_referrer: don't try to free a non-heap string if we can't find aNalin Dahyabhai2008-07-011-3/+21
| | | | | | | configuration for the referred-to map - free map configurations correctly - if needed, wrap a user-supplied filter in "()" when the formatter asks for the filter
* - make the shared parts of the configuration actually shared so that we canNalin Dahyabhai2008-07-011-99/+67
| | | | drop accessors for reading the shared parts
* - group dataNalin Dahyabhai2008-06-301-2/+4
|
* - remove unused variablesNalin Dahyabhai2008-06-301-2/+2
|
* - take out the need for a backend to provide a matching testNalin Dahyabhai2008-06-301-57/+0
| | | | - start adding configuration for the schema plugin
* - be more consisten about group/set nomenclatureNalin Dahyabhai2008-06-301-7/+7
|
* - add a data entry, not a map, to the map cache when we encounter entries atNalin Dahyabhai2008-06-301-339/+135
| | | | startup
* - merge the backend-specific headersNalin Dahyabhai2008-06-301-569/+4
| | | | - start switching to using the shared implementations in back-nis
* - start adding an sch backendNalin Dahyabhai2008-06-301-4/+7
| | | | - start factoring out the backend logic where the sch and nis backends overlap
* - don't use the hard-coded attribute nameNalin Dahyabhai2008-06-301-2/+3
|
* - namespace nis-specific configurationNalin Dahyabhai2008-06-301-36/+36
| | | | - format doesn't care about the secure flag, so don't bother returning its value
* - rename backend and defaults, tooNalin Dahyabhai2008-06-301-0/+1848