| Commit message (Collapse) | 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 |
| | | | | | - add a backend_data item to map entries | ||||
| * | - 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 |
| | | | | | - handle filter settings without enclosing parentheses | ||||
| * | - 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 |
| | | | | | | - error if a key_format item fails to evaluate - set entries using the combination of all key-format and keys-format values | ||||
| * | - don't even support passing a pblock into format_get_data(), because we have | Nalin Dahyabhai | 2008-06-25 | 1 | -2/+2 |
| | | | | | never actually done that | ||||
| * | - recognize 'keys-format' in addition to 'key-format', even though we don't | Nalin Dahyabhai | 2008-06-25 | 1 | -18/+73 |
| | | | | | do anything there just yet | ||||
| * | - add a "disallowed chars" map attribute | Nalin Dahyabhai | 2008-06-21 | 1 | -7/+32 |
| | | | | | | - disallow ':' in attributes in passwd.byname and passwd.byuid - disallow ':,' in attributes in group.byname and group.bygid | ||||
| * | - 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 |
| | | | | | - log the key formats correctly | ||||
| * | - get most of the tree in shape to handle multiple keys per entry | Nalin Dahyabhai | 2008-06-17 | 1 | -46/+75 |
| | | | | | | - make map_next() not expose entry IDs or key indices, because it has to do all of the heavy lifting anyway | ||||
| * | - 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 |
| | | | | | | - rip out implementation for supporting 'nis-plugin-port', due to not knowing how to read the database safely at init-time | ||||
| * | - 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 |
| | | | | | - read map configuration using virtual attributes api | ||||
| * | - 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 |
| | | | | | | rather than the map cache, in case we're in the middle of building it - (format) referred: indicate how many bytes of data we stored | ||||
| * | - add a function for reading the set of search bases and filter for a map | Nalin Dahyabhai | 2008-06-04 | 1 | -2/+40 |
| | | | | | - handle format_get_data taking a domain and map now | ||||
| * | - fix things so that when an entry in a map is updated, entries named by the | Nalin Dahyabhai | 2008-06-04 | 1 | -11/+43 |
| | | | | | | map configuration's referred attribute in the entry get updated in whichever map they happen to be in | ||||
| * | - track attributes which entries in a map use to refer to other entries | Nalin Dahyabhai | 2008-06-04 | 1 | -233/+213 |
| | | | | | - factor out code which sets a map entry based on a directory server entry | ||||
| * | - 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 |
| | | | | | - make the tcp sizes tunable | ||||
| * | - 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 |
| | | | | | maps (via postoperation callbacks) | ||||
| * | - more build machinery | Nalin Dahyabhai | 2008-05-29 | 1 | -2/+23 |
| | | | | | | - license text in source files - elaborate on what's still to be done | ||||
| * | - build cleanups | Nalin Dahyabhai | 2008-05-29 | 1 | -11/+19 |
| | | | | | - remove some more NSPRisms in cases when XDRisms are even more portable | ||||
| * | - 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 |
| | | | | | - add a "match" format function ("regmatch" is still needed) | ||||
| * | - switch to using virtual attributes | Nalin Dahyabhai | 2008-05-16 | 1 | -18/+69 |
| | | | | | | - read the name of the master for a map from "cn=config"'s nsslapd-localhost attribute, which is a virtual attribute | ||||
| * | - note that the key is specified as a format specifier | Nalin Dahyabhai | 2008-05-13 | 1 | -40/+47 |
| | | | | | - recognize "function" syntax in format specifiers | ||||
| * | - add a dummy formatter which does what the current format==attribute code | Nalin Dahyabhai | 2008-05-12 | 1 | -56/+53 |
| | | | | | does, but at least breaks the logic out | ||||
| * | - 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 |
| | | | | | | - get this working right, finally - update map entries on modify | ||||
| * | - start on handling addition/removal of map entries corresponding to ↵ | Nalin Dahyabhai | 2008-05-09 | 1 | -10/+105 |
| | | | | | directory entries | ||||
| * | - 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 |
| | | | | | | | | | - rename visited lists to related lists - handle NULL related ID lists - fix map semantics so that it won't try to take ownership of key/value data - set up map backend data - start doing proper adds/removes in post-op callbacks | ||||
| * | - add foreach for entries to the map | Nalin Dahyabhai | 2008-05-09 | 1 | -1/+1 |
| | | | | | | - add visited ID list as an additional argument when setting entries - actually make a copy of the visited and unique ID when setting entries | ||||
| * | - add some callback data to map definitions | Nalin Dahyabhai | 2008-04-23 | 1 | -1/+1 |
| | | |||||
