summaryrefslogtreecommitdiffstats
path: root/src/back-nis.c
Commit message (Expand)AuthorAgeFilesLines
* Better handle out-of-memory reading configurationNalin Dahyabhai2014-03-171-2/+15
* Ignore unnamed entries when constructing NIS mapsNalin Dahyabhai2014-03-141-2/+3
* Add ignore-subtree and restrict-subtree settingsNalin Dahyabhai2013-09-191-7/+20
* Add nis-relevant-subtree and nis-ignore-subtreeNalin Dahyabhai2013-09-121-4/+12
* Add schema-compat-relevant-subtreeNalin Dahyabhai2013-09-121-0/+3
* Add schema-compat-ignore-subtreeNalin Dahyabhai2013-09-121-0/+2
* fixup log messages and a signed booleanNalin Dahyabhai2012-11-141-2/+2
* Overhaul betxn supportNalin Dahyabhai2012-11-011-1/+23
* drop support for directory server transactionsNalin Dahyabhai2012-06-131-10/+0
* - remove unused variablesNalin Dahyabhai2012-01-241-6/+6
* - fixup a couple of debug log messagesNalin Dahyabhai2012-01-231-2/+2
* - in callbacks, only use pblocks that are built from pblocks that weNalin Dahyabhai2012-01-161-23/+29
* - avoid using pblocks for more than one internal operation - the serverNalin Dahyabhai2012-01-111-1/+1
* - have slapi_search_internal_get_entry() always set its result to NULL on fai...Nalin Dahyabhai2012-01-111-0/+1
* - get the disabling logic rightNalin Dahyabhai2012-01-101-3/+3
* - add a testing option for toggling the skip-uninteresting-updates logicNalin Dahyabhai2012-01-101-0/+8
* - most of what's needed to hook back-end txn postoperations, except for the p...Nalin Dahyabhai2012-01-091-0/+10
* - Make a note of which attributes we read from any entry when evaluating data...Nalin Dahyabhai2012-01-061-3/+16
* - get more verbose with loggingNalin Dahyabhai2011-07-261-0/+7
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-131-2/+2
* - don't leak single_lengths on out-of-memory allocating lengths (defect #10104)Nalin Dahyabhai2011-01-061-1/+2
* - 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