summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_dual.c
Commit message (Collapse)AuthorAgeFilesLines
* Whoops - tried to merge to wrong branch for bug #60 merge. This redosTim Potter2003-05-271-3/+0
| | | | | the original fix. (This used to be commit 711f65bee0e7955fdb415182abe4812eae8ec4c3)
* Merge of fix for bug #60.Tim Potter2003-05-261-0/+3
| | | | (This used to be commit 0583dc358e918cf8bfb4d17bae0f42c4b385d313)
* There appears to be no reason why we have to execute theTim Potter2003-05-061-3/+0
| | | | | | | | | | | initialisation code in winbindd_init_common() after the fork when running in dual daemon mode. The only tricky bit is we have to run a tdb_reopen_all() somewhere in the child to avoid tdb corruption. Fixed bug #60. (This used to be commit 25e55aca0fe315c2ccf4e34a94107b2321313714)
* Fixup swat warning.Jeremy Allison2003-04-031-0/+6
| | | | | | | Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com> noticed the problem. Jeremy. (This used to be commit 8bbcb833317245d7f5b8695e4a5c676f67003937)
* remove accidental debug code.Gerald Carter2002-11-091-4/+0
| | | | (This used to be commit 9bba2199e3127c8a7bcb3143d962a6660c125d88)
* fix for defunct winbindd from APP_HEADGerald Carter2002-11-081-2/+7
| | | | (This used to be commit 856678d69fac9849c689c485fc727fca300eb152)
* Fix spelling of background_process.Jeremy Allison2002-10-151-4/+4
| | | | | Jeremy. (This used to be commit 2006e36c18bb2d5e44179829c66934efad38b0c7)
* this is a trick to work around the fact that posix does not supplyAndrew Tridgell2002-07-141-0/+1
| | | | | | | | | | | a getgr*() function that lists groups without numerating all the group members. Instead of definiing a new nss method (which might cause problems) I added an environment variable WINBIND_GETGRLST that tells winbind not to fill in the group members in a gergrent() request. This can speed up group listing by a factor of 20 or more (on my test system with 50000 groups it reduces the time from an hour to 2 minutes) (This used to be commit e3f73256d31ab9914daae49f41e984a534996870)
* more debug classess activatedSimo Sorce2002-06-181-0/+3
| | | | (This used to be commit 897e64d2e0c1d04ab93441ccaffe369bf43be46e)
* damn! I forgot to commit winbindd_dual.cAndrew Tridgell2002-04-241-0/+205
(This used to be commit f3764ab2c602d6af9dce15f0d525a9f11c1723f1)