summaryrefslogtreecommitdiffstats
path: root/src/backend.c
Commit message (Expand)AuthorAgeFilesLines
* - rename backend and defaults, tooNalin Dahyabhai2008-06-301-1848/+0
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-301-1/+1
* - rename plugin.c,plugin.h to plug-nis.c,plug-nis.hNalin Dahyabhai2008-06-301-1/+1
* - rename a function to group it more closely with related onesNalin Dahyabhai2008-06-301-2/+2
* - remove unused variablesNalin Dahyabhai2008-06-301-14/+7
* - don't try to set an entry when we have no keys (duh)Nalin Dahyabhai2008-06-261-12/+18
* - minor cleanupsNalin Dahyabhai2008-06-261-3/+4
* - don't require a disallowed_chars settingNalin Dahyabhai2008-06-261-3/+16
* - clean up to not set defaults which we may not be overridingNalin Dahyabhai2008-06-251-9/+16
* - make use of data sets for keys_formatNalin Dahyabhai2008-06-251-22/+103
* - don't even support passing a pblock into format_get_data(), because we haveNalin Dahyabhai2008-06-251-2/+2
* - recognize 'keys-format' in addition to 'key-format', even though we don'tNalin Dahyabhai2008-06-251-18/+73
* - add a "disallowed chars" map attributeNalin Dahyabhai2008-06-211-7/+32
* - drop the debug-friendly pausingNalin Dahyabhai2008-06-211-1/+0
* - correct the reading of base locations, tooNalin Dahyabhai2008-06-211-7/+9
* - read the key format list correctlyNalin Dahyabhai2008-06-211-23/+36
* - get most of the tree in shape to handle multiple keys per entryNalin Dahyabhai2008-06-171-46/+75
* - comment updatesNalin Dahyabhai2008-06-101-2/+6
* - read a map's "secure" flag from the configuration, and set itNalin Dahyabhai2008-06-101-17/+43
* - implement ipv4 support for 'nis-plugin-securenet' settingsNalin Dahyabhai2008-06-091-3/+20
* - make more configuration attributes compile-time definesNalin Dahyabhai2008-06-061-4/+18
* - escape DNs when we use them to build filtersNalin Dahyabhai2008-06-061-2/+12
* - switch to defined names for configuration attributes (some more)Nalin Dahyabhai2008-06-061-5/+11
* - set the names of configuration attributes in the configure scriptNalin Dahyabhai2008-06-061-15/+115
* - use inrefs and refs to handle references when we're doing updatesNalin Dahyabhai2008-06-061-135/+201
* - (backend) when providing map configuration to others, read from the directoryNalin Dahyabhai2008-06-041-22/+117
* - add a function for reading the set of search bases and filter for a mapNalin Dahyabhai2008-06-041-2/+40
* - fix things so that when an entry in a map is updated, entries named by theNalin Dahyabhai2008-06-041-11/+43
* - track attributes which entries in a map use to refer to other entriesNalin Dahyabhai2008-06-041-233/+213
* - handle map updates correctly nowNalin Dahyabhai2008-06-031-13/+65
* - handle dynamic map reconfiguration (not being very clever about it)Nalin Dahyabhai2008-06-021-17/+45
* - factor out reading configuration for a map, for laterNalin Dahyabhai2008-06-021-73/+94
* - namespace the configuration options we recognizeNalin Dahyabhai2008-06-021-5/+21
* - initial support for returning larger entries over tcp than we can over udpNalin Dahyabhai2008-06-021-0/+75
* - start laying some groundwork for reconfiguring maps dynamicallyNalin Dahyabhai2008-05-301-11/+105
* - take a write-lock when we're initially populating (at startup) or updatingNalin Dahyabhai2008-05-301-2/+12
* - more build machineryNalin Dahyabhai2008-05-291-2/+23
* - build cleanupsNalin Dahyabhai2008-05-291-11/+19
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-291-9/+6
* - add a table of defaultsNalin Dahyabhai2008-05-161-24/+18
* - switch to using virtual attributesNalin Dahyabhai2008-05-161-18/+69
* - note that the key is specified as a format specifierNalin Dahyabhai2008-05-131-40/+47
* - add a dummy formatter which does what the current format==attribute codeNalin Dahyabhai2008-05-121-56/+53
* - handle modrdn for map entriesNalin Dahyabhai2008-05-121-12/+144
* - factor out checking if an entry would be considered part of a given mapNalin Dahyabhai2008-05-121-86/+229
* - start on handling addition/removal of map entries corresponding to director...Nalin Dahyabhai2008-05-091-10/+105
* - track the search base and filter for each map, tooNalin Dahyabhai2008-05-091-20/+61
* - learn to iterate over mapsNalin Dahyabhai2008-05-091-48/+175
* - add foreach for entries to the mapNalin Dahyabhai2008-05-091-1/+1
* - add some callback data to map definitionsNalin Dahyabhai2008-04-231-1/+1