summaryrefslogtreecommitdiffstats
path: root/src/back-sch.c
Commit message (Expand)AuthorAgeFilesLines
* Better handle out-of-memory reading configurationNalin Dahyabhai2014-03-171-8/+6
* Accept schema-compat-lookup-nsswitch: passwdNalin Dahyabhai2014-03-171-1/+8
* Better handle out-of-memory reading configurationNalin Dahyabhai2014-03-171-4/+20
* Fix a couple of memory leaks (static analysis)Nalin Dahyabhai2014-03-141-1/+3
* Coverity#11937: use proper structure to pass to map_data_set_entry()Alexander Bokovoy2013-11-151-6/+8
* Add ignore-subtree and restrict-subtree settingsNalin Dahyabhai2013-09-191-7/+14
* Add schema-compat-relevant-subtreeNalin Dahyabhai2013-09-121-1/+7
* Add schema-compat-ignore-subtreeNalin Dahyabhai2013-09-121-0/+7
* Free staged data correctly when locking failsNalin Dahyabhai2013-08-271-0/+2
* Always use normalized RDNs as map keysNalin Dahyabhai2013-08-121-2/+3
* Only add extensibleObject if we have an SIDNalin Dahyabhai2013-08-121-1/+1
* Handle locking failuresNalin Dahyabhai2013-08-121-37/+64
* Switch to tracking entry sources explicitlyNalin Dahyabhai2013-08-121-8/+2
* Don't log "with closest match (null)"Nalin Dahyabhai2013-08-121-15/+14
* Formatting, implicit NULL checksNalin Dahyabhai2013-08-121-4/+4
* Fix a type safety errorNalin Dahyabhai2013-08-121-1/+1
* Explicitly track the sources of cached entriesNalin Dahyabhai2013-08-121-7/+16
* Renames and fix a memory leakNalin Dahyabhai2013-08-121-29/+30
* Comment cleanupNalin Dahyabhai2013-08-121-7/+8
* Notice when read locks failNalin Dahyabhai2013-08-071-24/+50
* back-sch.c: authenticate users through PAM system-auth serviceAlexander Bokovoy2013-08-071-18/+126
* back-sch.c: search users and groups through NSSWITCHAlexander Bokovoy2013-08-071-6/+124
* back-sch: use plugin configuration to decide whether NSSWITCH should be consu...Alexander Bokovoy2013-08-071-1/+44
* back-sch: move structure definitions to back-sch.h to share with other codeAlexander Bokovoy2013-08-071-33/+1
* fixup log messages and a signed booleanNalin Dahyabhai2012-11-141-2/+2
* warning cleanup: remove unused variablesNalin Dahyabhai2012-11-131-3/+2
* Overhaul betxn supportNalin Dahyabhai2012-11-011-63/+114
* make NIS Plugin and Schema Compatibility Plugin betxn awareNoriko Hosoi2012-10-161-14/+66
* drop support for directory server transactionsNalin Dahyabhai2012-06-131-10/+0
* - add setting of a synthetic entry's entryUSN based on the source entry's ent...Nalin Dahyabhai2012-03-151-5/+79
* properly escape RDN values when building compat entries (#796509)Nalin Dahyabhai2012-02-231-9/+73
* - fix a compile error on systems which don't define LDAP_SCOPE_SUBORDINATE, r...Nalin Dahyabhai2012-02-131-1/+1
* - remove unused variablesNalin Dahyabhai2012-01-241-11/+11
* - typoNalin Dahyabhai2012-01-181-1/+1
* - log a text version of the search scope, tooNalin Dahyabhai2012-01-181-2/+25
* - in callbacks, only use pblocks that are built from pblocks that weNalin Dahyabhai2012-01-161-16/+22
* - avoid using pblocks for more than one internal operation - the serverNalin Dahyabhai2012-01-111-2/+2
* - adapt to slapi_dn_normalize() becoming a no-op because it's deprecatedNalin Dahyabhai2012-01-111-8/+11
* - 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/+14
* - get more verbose with loggingNalin Dahyabhai2011-07-261-1/+11
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-131-2/+2
* speed up building compat entries with attributes with thousands of literal va...slapi-nis-0.23Nalin Dahyabhai2011-03-311-27/+55
* - clean up the no-entries warning for the NULL setNalin Dahyabhai2011-02-091-1/+1
* - for containers which are also the groups, don't return the containerNalin Dahyabhai2010-11-231-3/+5
* - fix a brown-paper-bag crash in the schema-compat pluginslapi-nis-0.19Nalin Dahyabhai2010-11-221-1/+1
* - handle a group with no explicitly-named container by treating theNalin Dahyabhai2010-11-221-18/+54
* Check that the search base is serviced by a real backend before we'll attempt...Nalin Dahyabhai2010-11-221-0/+9