summaryrefslogtreecommitdiffstats
path: root/src/back-sch.c
Commit message (Expand)AuthorAgeFilesLines
* back-sch: cancel memberof retrieval in case of a dirsrv shutdownbug-idviews-refreshAlexander Bokovoy2017-11-031-1/+1
* track changes to ID overrides and evict map cache entriesAlexander Bokovoy2017-10-251-0/+176
* back-sch: do not clobber target of the pblock for idviewAlexander Bokovoy2016-08-071-21/+22
* Double free on ldap entry during primingThierry Bordaz2016-07-131-3/+1
* slapi-nis: resolve IPA groups with fully qualified suffixAlexander Bokovoy2016-06-201-0/+41
* Initialize ret before useAlexander Bokovoy2016-06-201-1/+1
* Move advance definition of backend_passwdmod_extop before useAlexander Bokovoy2016-06-201-0/+1
* slapi-nis should allow password update on a virtual entryThierry Bordaz2016-06-201-0/+205
* schema-compat: add backend shutdown support for priming threadThierry Bordaz2016-05-301-0/+6
* idviews: bind with original DN if ID view does not override uid attributeAlexander Bokovoy2016-01-261-12/+12
* slapi-nis: process requests only when initialization completedAlexander Bokovoy2016-01-261-1/+22
* slapi-nis: add support to resolve external members of IPA groupsAlexander Bokovoy2016-01-261-0/+112
* slapi-nis: fix processing of ID viewsAlexander Bokovoy2015-11-191-8/+24
* slapi-nis: delay sending responses from compat tree after map searchAlexander Bokovoy2015-11-191-11/+148
* Make sure default buffer for nsswitch operations is big enoughAlexander Bokovoy2015-03-261-4/+1
* Use slapi_entry_find_attr instead of slapi_entry_attr_existsAlexander Bokovoy2015-03-261-1/+6
* schema-compat: support ID overrides in bind callbackAlexander Bokovoy2014-10-301-8/+49
* ID views: ignore searches for views outside the subtrees of schema-compat setsAlexander Bokovoy2014-10-301-9/+72
* Add support for FreeIPA ID viewsAlexander Bokovoy2014-10-101-10/+61
* 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