1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-28 00:49:42 +03:00

11 Commits

Author SHA1 Message Date
Andrew Tridgell
b3e024ce1d a small include file rearrangement that doesn't affect normal
compilation, but that allows Samba3 to take advantage of pre-compiled
headers in gcc if available.
-
Tim Potter
711f65bee0 Whoops - tried to merge to wrong branch for bug #60 merge. This redos
the original fix.
-
Tim Potter
0583dc358e Merge of fix for bug #60. -
Tim Potter
25e55aca0f There appears to be no reason why we have to execute the
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.
-
Jeremy Allison
8bbcb83331 Fixup swat warning.
Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com>
noticed the problem.
Jeremy.
-
Gerald Carter
9bba2199e3 remove accidental debug code. -
Gerald Carter
856678d69f fix for defunct winbindd from APP_HEAD -
Jeremy Allison
2006e36c18 Fix spelling of background_process.
Jeremy.
-
Andrew Tridgell
e3f73256d3 this is a trick to work around the fact that posix does not supply
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)
-
Simo Sorce
897e64d2e0 more debug classess activated -
Andrew Tridgell
f3764ab2c6 damn! I forgot to commit winbindd_dual.c -