summaryrefslogtreecommitdiffstats
path: root/src/back-nis.c
Commit message (Expand)AuthorAgeFilesLines
* - don't leak an array of lengths (defect #10104)Nalin Dahyabhai2011-01-031-0/+1
* - allocate space for n integers, not n pointers to integers (defect #10110)Nalin Dahyabhai2011-01-031-1/+1
* - teach wrap_search_internal_get_entry to take an optional filterNalin Dahyabhai2010-11-221-1/+1
* - note where we search for configuration dataNalin Dahyabhai2008-12-031-0/+4
* - give callback registration the ability to return errorsNalin Dahyabhai2008-12-031-3/+11
* - 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
* - 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
* - add a few commentsNalin Dahyabhai2008-07-311-0/+11
* - when gathering data, suppress empty groupsNalin Dahyabhai2008-07-311-21/+27
* backend_free_gathered_data()Nalin Dahyabhai2008-07-301-5/+13
* - handle values-format, a la keys-formatNalin Dahyabhai2008-07-301-180/+304
* - 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
* - 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
* - 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
* - 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
* - 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
* - rename unset_entry_id to unset_entryNalin Dahyabhai2008-07-021-7/+6
* - 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
* - make the shared parts of the configuration actually shared so that we canNalin Dahyabhai2008-07-011-99/+67
* - 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
* - 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
* - merge the backend-specific headersNalin Dahyabhai2008-06-301-569/+4
* - start adding an sch backendNalin Dahyabhai2008-06-301-4/+7
* - don't use the hard-coded attribute nameNalin Dahyabhai2008-06-301-2/+3
* - namespace nis-specific configurationNalin Dahyabhai2008-06-301-36/+36
* - rename backend and defaults, tooNalin Dahyabhai2008-06-301-0/+1848