| Commit message (Expand) | Author | Age | Files | Lines |
| * | - rename backend and defaults, too | Nalin Dahyabhai | 2008-06-30 | 1 | -1848/+0 |
| * | - rename dispatch to disp-nis | Nalin Dahyabhai | 2008-06-30 | 1 | -1/+1 |
| * | - rename plugin.c,plugin.h to plug-nis.c,plug-nis.h | Nalin Dahyabhai | 2008-06-30 | 1 | -1/+1 |
| * | - rename a function to group it more closely with related ones | Nalin Dahyabhai | 2008-06-30 | 1 | -2/+2 |
| * | - remove unused variables | Nalin Dahyabhai | 2008-06-30 | 1 | -14/+7 |
| * | - don't try to set an entry when we have no keys (duh) | Nalin Dahyabhai | 2008-06-26 | 1 | -12/+18 |
| * | - minor cleanups | Nalin Dahyabhai | 2008-06-26 | 1 | -3/+4 |
| * | - don't require a disallowed_chars setting | Nalin Dahyabhai | 2008-06-26 | 1 | -3/+16 |
| * | - clean up to not set defaults which we may not be overriding | Nalin Dahyabhai | 2008-06-25 | 1 | -9/+16 |
| * | - make use of data sets for keys_format | Nalin Dahyabhai | 2008-06-25 | 1 | -22/+103 |
| * | - don't even support passing a pblock into format_get_data(), because we have | Nalin Dahyabhai | 2008-06-25 | 1 | -2/+2 |
| * | - recognize 'keys-format' in addition to 'key-format', even though we don't | Nalin Dahyabhai | 2008-06-25 | 1 | -18/+73 |
| * | - add a "disallowed chars" map attribute | Nalin Dahyabhai | 2008-06-21 | 1 | -7/+32 |
| * | - drop the debug-friendly pausing | Nalin Dahyabhai | 2008-06-21 | 1 | -1/+0 |
| * | - correct the reading of base locations, too | Nalin Dahyabhai | 2008-06-21 | 1 | -7/+9 |
| * | - read the key format list correctly | Nalin Dahyabhai | 2008-06-21 | 1 | -23/+36 |
| * | - get most of the tree in shape to handle multiple keys per entry | Nalin Dahyabhai | 2008-06-17 | 1 | -46/+75 |
| * | - comment updates | Nalin Dahyabhai | 2008-06-10 | 1 | -2/+6 |
| * | - read a map's "secure" flag from the configuration, and set it | Nalin Dahyabhai | 2008-06-10 | 1 | -17/+43 |
| * | - implement ipv4 support for 'nis-plugin-securenet' settings | Nalin Dahyabhai | 2008-06-09 | 1 | -3/+20 |
| * | - make more configuration attributes compile-time defines | Nalin Dahyabhai | 2008-06-06 | 1 | -4/+18 |
| * | - escape DNs when we use them to build filters | Nalin Dahyabhai | 2008-06-06 | 1 | -2/+12 |
| * | - switch to defined names for configuration attributes (some more) | Nalin Dahyabhai | 2008-06-06 | 1 | -5/+11 |
| * | - set the names of configuration attributes in the configure script | Nalin Dahyabhai | 2008-06-06 | 1 | -15/+115 |
| * | - use inrefs and refs to handle references when we're doing updates | Nalin Dahyabhai | 2008-06-06 | 1 | -135/+201 |
| * | - (backend) when providing map configuration to others, read from the directory | Nalin Dahyabhai | 2008-06-04 | 1 | -22/+117 |
| * | - add a function for reading the set of search bases and filter for a map | Nalin Dahyabhai | 2008-06-04 | 1 | -2/+40 |
| * | - fix things so that when an entry in a map is updated, entries named by the | Nalin Dahyabhai | 2008-06-04 | 1 | -11/+43 |
| * | - track attributes which entries in a map use to refer to other entries | Nalin Dahyabhai | 2008-06-04 | 1 | -233/+213 |
| * | - handle map updates correctly now | Nalin Dahyabhai | 2008-06-03 | 1 | -13/+65 |
| * | - handle dynamic map reconfiguration (not being very clever about it) | Nalin Dahyabhai | 2008-06-02 | 1 | -17/+45 |
| * | - factor out reading configuration for a map, for later | Nalin Dahyabhai | 2008-06-02 | 1 | -73/+94 |
| * | - namespace the configuration options we recognize | Nalin Dahyabhai | 2008-06-02 | 1 | -5/+21 |
| * | - initial support for returning larger entries over tcp than we can over udp | Nalin Dahyabhai | 2008-06-02 | 1 | -0/+75 |
| * | - start laying some groundwork for reconfiguring maps dynamically | Nalin Dahyabhai | 2008-05-30 | 1 | -11/+105 |
| * | - take a write-lock when we're initially populating (at startup) or updating | Nalin Dahyabhai | 2008-05-30 | 1 | -2/+12 |
| * | - more build machinery | Nalin Dahyabhai | 2008-05-29 | 1 | -2/+23 |
| * | - build cleanups | Nalin Dahyabhai | 2008-05-29 | 1 | -11/+19 |
| * | - try to pull out NSPRisms where they're not needed | Nalin Dahyabhai | 2008-05-29 | 1 | -9/+6 |
| * | - add a table of defaults | Nalin Dahyabhai | 2008-05-16 | 1 | -24/+18 |
| * | - switch to using virtual attributes | Nalin Dahyabhai | 2008-05-16 | 1 | -18/+69 |
| * | - note that the key is specified as a format specifier | Nalin Dahyabhai | 2008-05-13 | 1 | -40/+47 |
| * | - add a dummy formatter which does what the current format==attribute code | Nalin Dahyabhai | 2008-05-12 | 1 | -56/+53 |
| * | - handle modrdn for map entries | Nalin Dahyabhai | 2008-05-12 | 1 | -12/+144 |
| * | - factor out checking if an entry would be considered part of a given map | Nalin Dahyabhai | 2008-05-12 | 1 | -86/+229 |
| * | - start on handling addition/removal of map entries corresponding to director... | Nalin Dahyabhai | 2008-05-09 | 1 | -10/+105 |
| * | - track the search base and filter for each map, too | Nalin Dahyabhai | 2008-05-09 | 1 | -20/+61 |
| * | - learn to iterate over maps | Nalin Dahyabhai | 2008-05-09 | 1 | -48/+175 |
| * | - add foreach for entries to the map | Nalin Dahyabhai | 2008-05-09 | 1 | -1/+1 |
| * | - add some callback data to map definitions | Nalin Dahyabhai | 2008-04-23 | 1 | -1/+1 |