summaryrefslogtreecommitdiffstats
path: root/src/back-nis.c
Commit message (Collapse)AuthorAgeFilesLines
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
|
* - add another list of attributes and parents, for use in chasing andNalin Dahyabhai2008-09-101-2/+10
| | | | tracking multi-hop backreferences
* - wire the format_ref_attr_list structure into the two pluginsNalin Dahyabhai2008-09-081-0/+10
|
* - make some used-only-locally functions staticNalin Dahyabhai2008-07-311-0/+22
| | | | | - warn if a map is going to be empty, because it usually signals a misconfiguration of some kind
* - add a few commentsNalin Dahyabhai2008-07-311-0/+11
|
* - when gathering data, suppress empty groupsNalin Dahyabhai2008-07-311-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 Dahyabhai2008-07-301-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-formatNalin Dahyabhai2008-07-301-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() functionNalin Dahyabhai2008-07-221-3/+3
|
* - LDAP_SCOPE_ONE->LDAP_SCOPE_ONELEVELNalin Dahyabhai2008-07-091-1/+1
| | | | - LDAP_SCOPE_SUB->LDAP_SCOPE_SUBTREE
* - remove unused variablesNalin Dahyabhai2008-07-091-14/+6
|
* - allow a binary 0 (base64 "AA==") to override a default without supplying aNalin Dahyabhai2008-07-091-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 configuredNalin Dahyabhai2008-07-071-3/+18
|
* - fill in the default filter if we fail to find an explicitly-configured one,Nalin Dahyabhai2008-07-071-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 keysNalin Dahyabhai2008-07-031-4/+6
|
* - fix copy/paste errors in reading of configuration dataNalin Dahyabhai2008-07-031-1/+1
|
* - update for new length-setting formatting APINalin Dahyabhai2008-07-031-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_entryNalin Dahyabhai2008-07-031-1/+1
|
* rename backend_shr_set_config_entry_add_one -> backend_shr_set_config_entry_addNalin Dahyabhai2008-07-021-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_entryNalin Dahyabhai2008-07-021-7/+6
| | | | - rename check_aci to check_access
* - use shared functionality for checking if an entry is a mapNalin Dahyabhai2008-07-011-52/+4
|
* - format_referrer: don't try to free a non-heap string if we can't find aNalin Dahyabhai2008-07-011-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 canNalin Dahyabhai2008-07-011-99/+67
| | | | drop accessors for reading the shared parts
* - group dataNalin Dahyabhai2008-06-301-2/+4
|
* - remove unused variablesNalin Dahyabhai2008-06-301-2/+2
|
* - take out the need for a backend to provide a matching testNalin Dahyabhai2008-06-301-57/+0
| | | | - start adding configuration for the schema plugin
* - be more consisten about group/set nomenclatureNalin Dahyabhai2008-06-301-7/+7
|
* - add a data entry, not a map, to the map cache when we encounter entries atNalin Dahyabhai2008-06-301-339/+135
| | | | startup
* - merge the backend-specific headersNalin Dahyabhai2008-06-301-569/+4
| | | | - start switching to using the shared implementations in back-nis
* - start adding an sch backendNalin Dahyabhai2008-06-301-4/+7
| | | | - start factoring out the backend logic where the sch and nis backends overlap
* - don't use the hard-coded attribute nameNalin Dahyabhai2008-06-301-2/+3
|
* - namespace nis-specific configurationNalin Dahyabhai2008-06-301-36/+36
| | | | - format doesn't care about the secure flag, so don't bother returning its value
* - rename backend and defaults, tooNalin Dahyabhai2008-06-301-0/+1848