summaryrefslogtreecommitdiffstats
path: root/src/back-sch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - return unwilling-to-perform instead of insufficient-access in responseNalin Dahyabhai2010-08-021-2/+2
* - revert to registering plugins at init-time, which is what the docsNalin Dahyabhai2009-05-061-0/+13
* - merge discovered values rather than straight-out adding them, so thatNalin Dahyabhai2008-12-081-8/+9
* - don't use a DN as the right-side of a search filter, since theNalin Dahyabhai2008-12-031-30/+82
* - give callback registration the ability to return errorsNalin Dahyabhai2008-12-031-3/+19
* - use a counter to make sure we don't recurse inside the same thread,Nalin Dahyabhai2008-12-021-18/+22
* - abortive work at rejecting all internal-originating searches outrightNalin Dahyabhai2008-11-211-1/+11
* - avoid getting read locks when we know we already have themNalin Dahyabhai2008-11-181-6/+0
* - merge backend_check_scope() with its only caller, backend_check_scope_pb()Nalin Dahyabhai2008-11-181-14/+3