Age | Commit message (Collapse) | Author | Files | Lines |
|
(instead of using tar and make distclean and ...)
Michael
(cherry picked from commit 3ad0f2212720eb5fb33794c033a60f5ea4428c2c)
(This used to be commit 161e7c32caf5d4fee23e1f9c5e8ea871ad2aa57e)
|
|
Michael
(cherry picked from commit f28a24d5eac2dcf99e1d00c2daf913dd9912eb4a)
(This used to be commit 5148e99d0951245632650784d18306db74ed87bd)
|
|
Michael
(cherry picked from commit 0defc2c60f2ca469d7538c60b7638150c67feb33)
(This used to be commit bccf4da9895afc560ac59ac7ee923b4c5d940d09)
|
|
Michael
(cherry picked from commit 6044373d69ae8cb0353e7a03e923462a093da5f0)
(This used to be commit 95681f066dc070d6552455aabbb27e5487450c5c)
|
|
(cherry picked from commit 2c08939f3db19eaaf31cb117e3d541d17a36da5e)
(This used to be commit fec017125ce7b4a3ec87c0fc2ba77c570cf57074)
|
|
Michael
(This used to be commit db933ae1a9877b3485506fc8f0ecae2f2bd8a41f)
|
|
Michael
(This used to be commit 5b5b29302b53c31256dfa2fdefead458cb14c560)
|
|
and wrap it into new rpc_registry_getvalue_full() for the getvalue subcommand.
Michael
(This used to be commit 9ee5ddb96360987675963d629f98051bf34e3031)
|
|
Michael
(This used to be commit 5dedde7a5b01d47947a8ff49a57e729fe5bfc817)
|
|
Michael
(This used to be commit b7e8a3f1caf54145d750209f2e14b5b54c61769b)
|
|
into net_registry_getvalue_internal(), which takes a bool parameter "raw"
controlling the output format.
Michael
(This used to be commit 889e19303e141e226898f837a637a2d591c75ad9)
|
|
Michael
(This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31)
|
|
Guenther
(This used to be commit 954d0998c2c00140addb6ba3845e80ed91e4effc)
|
|
Guenther
(This used to be commit e305368538eaa72e3008a5517db3708936924297)
|
|
Guenther
(This used to be commit 255e509474cae92802e90613ccaddb6627ee77cd)
|
|
Guenther
(This used to be commit 0388b2f0cc4d14b005c5b42f2c17ddcbc8bef12a)
|
|
Guenther
(This used to be commit e90a4ce3c24ab2a33e34da5a9052a3b3ec4db962)
|
|
I.e., use lp_load_with_registry_shares() instead of lp_load().
Michael
(This used to be commit 95339c0c1ecc49049f1fc176f72a1dcac639e06d)
|
|
This is like lp_load(), except that it will load the
registry shares into the services aarray when registry
shares are activated.
Michael
(This used to be commit b387c614ba8d1d3960f6917f03f0fd433cf2b2ee)
|
|
Michael
(This used to be commit e1b76cd5d646bb9083cfca0d15a84183cad72882)
|
|
This allows for registry shares to be activated, i.e. loaded into
the services array at lp_load() time.
Michael
(This used to be commit b3233ecefd5df745ba7e10511f9ab36064036b10)
|
|
This loads the shares defined in registry into the services array.
Michael
(This used to be commit b3a90b72517c2e25d972796908aec4d2b85a030e)
|
|
into new function process_registry_service().
Michael
(This used to be commit 2986e5174e69527465ae7ef8e108110416752b56)
|
|
Michael
(This used to be commit 83cd9f74d57c462ad5c8956b3ce3c81bea429b67)
|
|
Guenther
(This used to be commit f3251ba03a69c2fd0335861177159a32b2bc9477)
|
|
call :
CatchChild();
*before* we fork the domain child. This call establishes a signal handler that
eats SIGCLD signals and doesn't call sys_select_signal() as the main daemon
SIGCLD handler should do. This causes the parent to ignore dead children and
time out, instead of calling winbind_child_died() on receipt of the signal. The
correct fix is to move the CatchChild call into the child code after the fork.
Jeremy.
(This used to be commit 8d701a142be2b75dc30ad215bc178af902eb4af9)
|
|
not the start of the list.
Jeremy.
(This used to be commit 15857534b76bc66ad122510100aa224f17250465)
|
|
(This used to be commit 9a40cbd66f71c49af4c72ed826d66c5f037a3171)
|
|
Guenther
(This used to be commit 12e47be02f93e2f41af5772f6a83568b3574d032)
|
|
Guenther
(This used to be commit 836877c4005ba081c0a4cc97726830d6dbd62d34)
|
|
(This used to be commit c84d49429191423a81d558042fe949c26f5de5fe)
|
|
(This used to be commit 6dd44ebf22762e852b43e7dbcd095a58cc45abad)
|
|
Jeremy.
(This used to be commit 08d168f0e5b8fb07e95a5118a839e0da53e9d363)
|
|
that don't look like \xxx\yyy, cope with arbitrary length.
Jeremy.
(This used to be commit 635035d999fcd8e06b70c8cb1137127c289dc9e6)
|
|
that sets the DFS bit on pathnames but doesn't
send DFS paths. This causes lookups to fail as
the smbd/msdfs.c code now just eats the first
two parts of the pathname and uses the rest as
the local path. The previous hostname check
used to protect us from that as we knew that
when the hostname was invalid it was a local
path (and a broken client).
I didn't want to put that check back in, but
came up with another idea - even though the
hostname can be a different one, the sharename
must be valid on this machine. So we can check
for a valid sharename instead.
Jeremy.
(This used to be commit e1cda82f6f7de3306a653af920756c1640057f2d)
|
|
in particular closing and reopening logs on SIGHUP.
Conflicts:
source/winbindd/winbindd.c
(This used to be commit 0f7b11accec7df1c0e9a9dc0828a5e0c5ddec4cb)
|
|
The wbcLookupDomainController() call supports a set of flags
defined in wbclient.h. Add a mapping function between these
flags and the original DS_XXX flags in order to prevent having
to include the generated RPC headers in wbclient.h.
(This used to be commit 31614cd5e08dd6389c66e6ddf9f2d5429c6ab033)
|
|
Add new APIs calls for WINBINDD_PAM_LOGOFF and WINBINDD_DSGETDCNAME
ops.
(This used to be commit cb5e8f60ac3313aec726c01687a040e6e0e42c10)
|
|
This is a different fix than Jeremy put into 3-0-test with 040db1ce85 and other
branches with different hashes. Jeremy, I think your fix led to bug 5436, so I
reverted your fix. This fixes the original problem I found with the transs
requests for large rpc queries in a different way. Please check!
Thanks,
Volker
(This used to be commit c572d537e088a3fffb057181cad9a3692e40b815)
|
|
This reverts commit 816aea6c1a426eb2450061b847729e22bdac33a0.
(This used to be commit e402e6508ca0806deef4c4044cfa6461b682850a)
|
|
Improve error message if no SMB4TORTURE is available.
Karolin
(This used to be commit 443691eb2614919043406f94e9c71b49230612d5)
|
|
As Samba 3.2 will be out soon, man pages should be correct for both versions,
Samba 3.0 and 3.2.
Karolin
(This used to be commit 9c59c1895d8d3621f38b67ecf88109c81130c886)
|
|
Needed fix for the DNS Update option as part of "net ads join"
(This used to be commit aebae0b71b427838fdc6344d69d6dea87a5dd58b)
|
|
(This used to be commit 88423a17b966652eba4085e88f7ddb5c86b463dd)
|
|
(This used to be commit 0f19bc3f65bfc132aea1de1e76fcb4ee625a050f)
|
|
(This used to be commit f23e970848b6e6655453fa65f6f160f624acfcff)
|
|
(This used to be commit 9891c7c30858a3bea9adbea1c5bfa5c6b1b85221)
|
|
(This used to be commit 368454a27cb53a408ec416cbf37235b304592fb5)
|
|
(This used to be commit 35438a940734340d5d6389ae0551fe3c25902f93)
|
|
(This used to be commit 2834dacc8d49f77fe55fb5d7e3eb2dda431d1d3d)
|