summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* back-sch: cancel memberof retrieval in case of a dirsrv shutdownbug-idviews-refreshAlexander Bokovoy2017-11-031-1/+1
* schema-compat: add support for timeout-based NSS queries with libsss_nss_idmapAlexander Bokovoy2017-11-037-166/+588
* track changes to ID overrides and evict map cache entriesAlexander Bokovoy2017-10-253-12/+239
* Add dummy handler for a related add/delete/modify to NIS pluginAlexander Bokovoy2017-09-121-0/+28
* Move a helper to build DN to a format.cAlexander Bokovoy2017-09-123-43/+45
* back-sch-nss: for users with aliases, return alias as uidAlexander Bokovoy2016-08-071-0/+14
* back-sch: do not clobber target of the pblock for idviewAlexander Bokovoy2016-08-072-22/+23
* Double free on ldap entry during primingThierry Bordaz2016-07-131-3/+1
* Declare int backend_init_extop for reuse in plug-sch.cAlexander Bokovoy2016-06-201-0/+1
* slapi-nis: resolve IPA groups with fully qualified suffixAlexander Bokovoy2016-06-202-0/+42
* 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-203-0/+245
* schema-compat: add backend shutdown support for priming threadThierry Bordaz2016-05-302-7/+33
* nis: add backend shutdown support to stop priming threadThierry Bordaz2016-05-302-7/+33
* backend: support backend shutdown for priming thread cancellationThierry Bordaz2016-05-304-17/+92
* wrap: add wrapped mutex supportThierry Bordaz2016-05-302-0/+96
* idviews: bind with original DN if ID view does not override uid attributeAlexander Bokovoy2016-01-262-14/+14
* nis: lock out accounts if nsAccountLock is TRUEAlexander Bokovoy2016-01-261-5/+5
* slapi-nis: serialize map cache initializationAlexander Bokovoy2016-01-261-18/+37
* slapi-nis: process requests only when initialization completedAlexander Bokovoy2016-01-263-1/+43
* slapi-nis: add support to resolve external members of IPA groupsAlexander Bokovoy2016-01-261-0/+112
* nss: force lower case for memberUid attribute as per RFC2307Alexander Bokovoy2016-01-261-4/+18
* slapi-nis: populate data trees asynchronously after LDAP server startupAlexander Bokovoy2016-01-262-18/+96
* slapi-nis: fix processing of ID viewsAlexander Bokovoy2015-11-192-9/+25
* slapi-nis: delay sending responses from compat tree after map searchAlexander Bokovoy2015-11-194-11/+205
* slapi-nis: don't search in SSSD when memberUid has no '@' separatorAlexander Bokovoy2015-07-281-2/+5
* Make sure default buffer for nsswitch operations is big enoughAlexander Bokovoy2015-03-261-4/+1
* nss: make sure to remember the length of reallocated bufferAlexander Bokovoy2015-03-261-0/+4
* schema-compat: use libnss_sss.so.2 explicitly to resolve trusted domain users...Alexander Bokovoy2015-03-264-35/+220
* Use slapi_entry_find_attr instead of slapi_entry_attr_existsAlexander Bokovoy2015-03-262-2/+8
* schema-compat: support ID overrides in bind callbackAlexander Bokovoy2014-10-303-36/+111
* ID views: ignore searches for views outside the subtrees of schema-compat setsAlexander Bokovoy2014-10-302-11/+81
* slapi-nis: normalize memberUid search filter when searching AD usersAlexander Bokovoy2014-10-101-3/+32
* Add support for FreeIPA ID viewsAlexander Bokovoy2014-10-105-31/+585
* Correct the NIS defaults for "hosts" mapsNalin Dahyabhai2014-04-221-4/+4
* 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
* Better handle out-of-memory reading configurationNalin Dahyabhai2014-03-171-2/+15
* Ignore unnamed entries when constructing NIS mapsNalin Dahyabhai2014-03-141-2/+3
* Fix a couple of memory leaks (static analysis)Nalin Dahyabhai2014-03-141-1/+3
* Check for OOM in format_expand_simple()Nalin Dahyabhai2014-03-131-1/+4
* Add free() of a NULL pointer to make tools happyNalin Dahyabhai2014-02-171-0/+4
* Cast away type-mismatches calling xdr_free() (static analysis)Nalin Dahyabhai2014-02-171-9/+9
* Don't leak ftmp on out-of-memory (static analysis)Nalin Dahyabhai2014-02-171-0/+1
* Removing domains and maps correctlyNalin Dahyabhai2013-12-161-6/+6
* Remove an unused local variableNalin Dahyabhai2013-12-121-1/+1
* Stop checking if a non-NULL value has a NULL valueNalin Dahyabhai2013-12-121-2/+2
* Silence a compiler warningNalin Dahyabhai2013-12-121-1/+2