Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | rename backend_shr_set_config_entry_add_one -> backend_shr_set_config_entry_add | Nalin Dahyabhai | 2008-07-02 | 5 | -56/+55 | |
| | | | | | | | | | | just expect the specific backend to return a filter when checking if an entry is is a set configuration | |||||
| * | - rename unset_entry_id to unset_entry | Nalin Dahyabhai | 2008-07-02 | 5 | -36/+34 | |
| | | | | | | | | - rename check_aci to check_access | |||||
| * | - add a way to iterate through domain names | Nalin Dahyabhai | 2008-07-02 | 2 | -0/+19 | |
| | | ||||||
| * | - reintroduce copyright notice | Nalin Dahyabhai | 2008-07-01 | 1 | -0/+21 | |
| | | ||||||
| * | - tweak some log messages | Nalin Dahyabhai | 2008-07-01 | 1 | -3/+3 | |
| | | ||||||
| * | - start sending result information back to the client | Nalin Dahyabhai | 2008-07-01 | 1 | -5/+29 | |
| | | ||||||
| * | - make sense of matching results | Nalin Dahyabhai | 2008-07-01 | 1 | -5/+17 | |
| | | ||||||
| * | - check whether or not to enforce access control | Nalin Dahyabhai | 2008-07-01 | 1 | -74/+153 | |
| | | | | | | | | | | - use shared functionality for checking if an entry defines a set - start a search callback | |||||
| * | - register both preoperation and postoperation functionality | Nalin Dahyabhai | 2008-07-01 | 1 | -4/+54 | |
| | | ||||||
| * | - don't log that we're setting up hooks, the specific backend module will now | Nalin Dahyabhai | 2008-07-01 | 1 | -2/+0 | |
| | | ||||||
| * | - fixup entry the iteration API so that its new, only, consumer can use it right | Nalin Dahyabhai | 2008-07-01 | 2 | -8/+19 | |
| | | ||||||
| * | - drop backend-specific header files | Nalin Dahyabhai | 2008-07-01 | 4 | -60/+5 | |
| | | ||||||
| * | - use shared functionality for checking if an entry is a map | Nalin Dahyabhai | 2008-07-01 | 1 | -52/+4 | |
| | | ||||||
| * | - format_referrer: don't try to free a non-heap string if we can't find a | Nalin Dahyabhai | 2008-07-01 | 3 | -25/+84 | |
| | | | | | | | | | | | | | | 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 | |||||
* | | - remove some bogus logic that's left over from when we tried to use a | Nalin Dahyabhai | 2008-07-03 | 1 | -29/+23 | |
|/ | | | | listening socket to talk to the portmapper | |||||
* | - we're generating proper entries now. not storing them anywhere, but one thing | Nalin Dahyabhai | 2008-07-01 | 2 | -19/+114 | |
| | | | | at a time | |||||
* | - make the shared parts of the configuration actually shared so that we can | Nalin Dahyabhai | 2008-07-01 | 4 | -255/+167 | |
| | | | | drop accessors for reading the shared parts | |||||
* | - there is no map-specific startup function | Nalin Dahyabhai | 2008-07-01 | 1 | -1/+0 | |
| | ||||||
* | - add a startup function to finish populating our private data | Nalin Dahyabhai | 2008-07-01 | 1 | -0/+12 | |
| | ||||||
* | - have the plugin call backend initialization directly | Nalin Dahyabhai | 2008-06-30 | 4 | -12/+30 | |
| | ||||||
* | - whoops, this file needs to be re-added to VCS | Nalin Dahyabhai | 2008-06-30 | 1 | -0/+52 | |
| | ||||||
* | - whoops, this file got re-added | Nalin Dahyabhai | 2008-06-30 | 1 | -0/+48 | |
| | ||||||
* | - group data | Nalin Dahyabhai | 2008-06-30 | 2 | -3/+8 | |
| | ||||||
* | - refactor the is-this-a-valid-set-definition logicpost-sch | Nalin Dahyabhai | 2008-06-30 | 2 | -52/+12 | |
| | | | | | - make building of either module a conditional, not yet controllable by the configure script | |||||
* | - remove unused variables | Nalin Dahyabhai | 2008-06-30 | 3 | -10/+3 | |
| | ||||||
* | - take out the need for a backend to provide a matching test | Nalin Dahyabhai | 2008-06-30 | 4 | -105/+106 | |
| | | | | - start adding configuration for the schema plugin | |||||
* | - be more consisten about group/set nomenclature | Nalin Dahyabhai | 2008-06-30 | 4 | -20/+20 | |
| | ||||||
* | - use group/set nomenclature more widely | Nalin Dahyabhai | 2008-06-30 | 3 | -55/+55 | |
| | ||||||
* | - rename plugin.ldif to nis-plugin.ldif | Nalin Dahyabhai | 2008-06-30 | 1 | -2/+1 | |
| | ||||||
* | - add a data entry, not a map, to the map cache when we encounter entries at | Nalin Dahyabhai | 2008-06-30 | 2 | -341/+139 | |
| | | | | startup | |||||
* | - merge the backend-specific headers | Nalin Dahyabhai | 2008-06-30 | 6 | -582/+9 | |
| | | | | - start switching to using the shared implementations in back-nis | |||||
* | - get schema compatibility linking correctly | Nalin Dahyabhai | 2008-06-30 | 3 | -911/+150 | |
| | ||||||
* | - start adding an sch backend | Nalin Dahyabhai | 2008-06-30 | 11 | -112/+2662 | |
| | | | | - start factoring out the backend logic where the sch and nis backends overlap | |||||
* | - don't use the hard-coded attribute name | Nalin Dahyabhai | 2008-06-30 | 1 | -2/+3 | |
| | ||||||
* | - namespace nis-specific configuration | Nalin Dahyabhai | 2008-06-30 | 4 | -39/+39 | |
| | | | | - format doesn't care about the secure flag, so don't bother returning its value | |||||
* | - rename backend and defaults, too | Nalin Dahyabhai | 2008-06-30 | 7 | -12/+11 | |
| | ||||||
* | - rename dispatch to disp-nis | Nalin Dahyabhai | 2008-06-30 | 9 | -13/+13 | |
| | ||||||
* | - rename plugin.c,plugin.h to plug-nis.c,plug-nis.h | Nalin Dahyabhai | 2008-06-30 | 8 | -12/+12 | |
| | ||||||
* | - 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 | 7 | -58/+47 | |
| | | | | - add a backend_data item to map entries | |||||
* | - manage the key_len array along with the keys array for an entry | Nalin Dahyabhai | 2008-06-26 | 1 | -3/+11 | |
| | ||||||
* | - don't try to set an entry when we have no keys (duh) | Nalin Dahyabhai | 2008-06-26 | 1 | -12/+18 | |
| | ||||||
* | - dup_strlist: calculate string list sizes correctly when duplicating them | Nalin Dahyabhai | 2008-06-26 | 1 | -198/+223 | |
| | | | | | | | | | | | | | - expand: we don't need to support simple expressions directly any more - expand: stop using a scratch buffer for expansion - format: reset choice offset pointers when returning them - match_generic: clean up to free the valueset in one place rather than possibly four different places - match_generic: free the whole list of matches if we don't end up using it - single: return values correctly - xstrndup: terminate at the first nul - trim_value: drop support for '!' modifier - get_data_set: return the data we compute | |||||
* | - 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 | |||||
* | - don't require either gecos or cn for users | Nalin Dahyabhai | 2008-06-25 | 1 | -2/+2 | |
| | ||||||
* | - clean up to not set defaults which we may not be overriding | Nalin Dahyabhai | 2008-06-25 | 2 | -27/+40 | |
| | ||||||
* | - 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 | |||||
* | - add the concept of data sets | Nalin Dahyabhai | 2008-06-25 | 2 | -8/+40 | |
| | ||||||
* | - don't require a key count when we're adding an entry to the map | Nalin Dahyabhai | 2008-06-25 | 2 | -9/+11 | |
| |