Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move config.h into src/ | Nalin Dahyabhai | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | - add another list of attributes and parents, for use in chasing and | Nalin Dahyabhai | 2008-09-10 | 1 | -2/+10 |
| | | | | tracking multi-hop backreferences | ||||
* | - wire the format_ref_attr_list structure into the two plugins | Nalin Dahyabhai | 2008-09-08 | 1 | -0/+10 |
| | |||||
* | - make some used-only-locally functions static | Nalin Dahyabhai | 2008-07-31 | 1 | -0/+22 |
| | | | | | - warn if a map is going to be empty, because it usually signals a misconfiguration of some kind | ||||
* | - add a few comments | Nalin Dahyabhai | 2008-07-31 | 1 | -0/+11 |
| | |||||
* | - when gathering data, suppress empty groups | Nalin Dahyabhai | 2008-07-31 | 1 | -21/+27 |
| | | | | | | - when reading NIS configuration, treat having an explicitly specified key-format or keys-format as reason to discard the defaults for both, and treat value-format and values-format similarly | ||||
* | backend_free_gathered_data() | Nalin Dahyabhai | 2008-07-30 | 1 | -5/+13 |
| | | | | | | | | | - double-check that arrays aren't NULL before indexing then backend_gather_data() - in the event of a parsing error, actually return zero as the length of the arrays we'd be populating - correctly NULL terminate the list of results we hand back | ||||
* | - handle values-format, a la keys-format | Nalin Dahyabhai | 2008-07-30 | 1 | -180/+304 |
| | | | | | - factor out code which retrieves key and keys lists so that it can be reused to pull up value data, too | ||||
* | - add a wrapper for the slapi_search_internal_get_entry() function | Nalin Dahyabhai | 2008-07-22 | 1 | -3/+3 |
| | |||||
* | - LDAP_SCOPE_ONE->LDAP_SCOPE_ONELEVEL | Nalin Dahyabhai | 2008-07-09 | 1 | -1/+1 |
| | | | | - LDAP_SCOPE_SUB->LDAP_SCOPE_SUBTREE | ||||
* | - remove unused variables | Nalin Dahyabhai | 2008-07-09 | 1 | -14/+6 |
| | |||||
* | - allow a binary 0 (base64 "AA==") to override a default without supplying a | Nalin Dahyabhai | 2008-07-09 | 1 | -2/+2 |
| | | | | value, for when we want to remove a default key-format and add a keys-format | ||||
* | - correctly handle the case where the tcpwrappers daemon name isn't configured | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+18 |
| | |||||
* | - fill in the default filter if we fail to find an explicitly-configured one, | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+6 |
| | | | | rather than overwriting the default with NULL if we fail to find one | ||||
* | - don't overrun the key lengths buffers when we're setting up NIS keys | Nalin Dahyabhai | 2008-07-03 | 1 | -4/+6 |
| | |||||
* | - fix copy/paste errors in reading of configuration data | Nalin Dahyabhai | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | - update for new length-setting formatting API | Nalin Dahyabhai | 2008-07-03 | 1 | -316/+89 |
| | | | | | - use shared vattr-aware attribute reading functions to cut down the amount of code we use to read the configuration | ||||
* | - function rename: set_entry_one -> set_entry | Nalin Dahyabhai | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | rename backend_shr_set_config_entry_add_one -> backend_shr_set_config_entry_add | Nalin Dahyabhai | 2008-07-02 | 1 | -9/+8 |
| | | | | | 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 | 1 | -7/+6 |
| | | | | - rename check_aci to check_access | ||||
* | - 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 | 1 | -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 can | Nalin Dahyabhai | 2008-07-01 | 1 | -99/+67 |
| | | | | drop accessors for reading the shared parts | ||||
* | - group data | Nalin Dahyabhai | 2008-06-30 | 1 | -2/+4 |
| | |||||
* | - remove unused variables | Nalin Dahyabhai | 2008-06-30 | 1 | -2/+2 |
| | |||||
* | - take out the need for a backend to provide a matching test | Nalin Dahyabhai | 2008-06-30 | 1 | -57/+0 |
| | | | | - start adding configuration for the schema plugin | ||||
* | - be more consisten about group/set nomenclature | Nalin Dahyabhai | 2008-06-30 | 1 | -7/+7 |
| | |||||
* | - add a data entry, not a map, to the map cache when we encounter entries at | Nalin Dahyabhai | 2008-06-30 | 1 | -339/+135 |
| | | | | startup | ||||
* | - merge the backend-specific headers | Nalin Dahyabhai | 2008-06-30 | 1 | -569/+4 |
| | | | | - start switching to using the shared implementations in back-nis | ||||
* | - start adding an sch backend | Nalin Dahyabhai | 2008-06-30 | 1 | -4/+7 |
| | | | | - 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 | 1 | -36/+36 |
| | | | | - 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 | 1 | -0/+1848 |