summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accept slightly larger fragments (8K vs 8K - 4)Nalin Dahyabhai2013-12-091-4/+4
* Don't leak arguments to yp_all() (more of #967468)Nalin Dahyabhai2013-12-091-0/+1
* Remove a possible memmove() of 0 bytesNalin Dahyabhai2013-11-191-4/+6
* Coverity#11937: use proper structure to pass to map_data_set_entry()Alexander Bokovoy2013-11-151-6/+8
* Try reconnecting if rpcbind EPIPEs usNalin Dahyabhai2013-10-013-60/+94
* Use MSG_NOSIGNAL when sending a request to portmapNalin Dahyabhai2013-10-011-1/+1
* Up the log severity on portmap errorsNalin Dahyabhai2013-10-011-9/+9
* Add ignore-subtree and restrict-subtree settingsNalin Dahyabhai2013-09-197-74/+333
* Add a missing word in a commentNalin Dahyabhai2013-09-121-1/+1
* Add nis-relevant-subtree and nis-ignore-subtreeNalin Dahyabhai2013-09-121-4/+12
* Add schema-compat-relevant-subtreeNalin Dahyabhai2013-09-124-3/+42
* Add schema-compat-ignore-subtreeNalin Dahyabhai2013-09-125-1/+115
* Remove a pair of unused variablesNalin Dahyabhai2013-08-281-2/+0
* Warn if we fail to set SO_LINGER for TCP clientsNalin Dahyabhai2013-08-271-1/+7
* Warn if non-blocking-ifying a client socket failsNalin Dahyabhai2013-08-271-1/+7
* Error out if the listener can't be non-blockingNalin Dahyabhai2013-08-271-2/+9
* Omit an unnecessary switch caseNalin Dahyabhai2013-08-271-2/+0
* Don't make an unnecessary checkNalin Dahyabhai2013-08-271-1/+1
* Skip values that are going to come up emptyNalin Dahyabhai2013-08-271-0/+3
* Sanity check the request size correctlyNalin Dahyabhai2013-08-271-3/+4
* Make sure that length is always initializedNalin Dahyabhai2013-08-271-0/+1