summaryrefslogtreecommitdiffstats
path: root/src/back-sch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - clear some memory before using itNalin Dahyabhai2008-11-041-0/+1
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - don't forget to correctly populate the ref_attr_listNalin Dahyabhai2008-10-241-0/+3
* - add another list of attributes and parents, for use in chasing andNalin Dahyabhai2008-09-101-3/+7
* - wire the format_ref_attr_list structure into the two pluginsNalin Dahyabhai2008-09-081-0/+7
* - get particular about spellingNalin Dahyabhai2008-09-041-2/+2
* - add operational attributes to synthetic group and set entries, tooNalin Dahyabhai2008-09-041-22/+52
* - populate the operational attributes when we synthesize an entryNalin Dahyabhai2008-09-041-0/+21
* - make some used-only-locally functions staticNalin Dahyabhai2008-07-311-0/+22
* - remove unused variablesNalin Dahyabhai2008-07-311-1/+0
* - handle the changed map interfacesNalin Dahyabhai2008-07-301-3/+7
* - use an internal function to send search results back in the expected mannerNalin Dahyabhai2008-07-151-5/+20
* - always return 0 from our search callback so that the backend will actuallyNalin Dahyabhai2008-07-141-2/+23
* - fix scoping and matchedDN calculations, except for the result codeNalin Dahyabhai2008-07-141-11/+109
* - normalize RDNs and DNs used to name sets and groupsNalin Dahyabhai2008-07-111-6/+6