Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit 255e509474cae92802e90613ccaddb6627ee77cd)
|
|
Guenther
(This used to be commit 0388b2f0cc4d14b005c5b42f2c17ddcbc8bef12a)
|
|
Directory listing in smbclient now works
(This used to be commit 8007342061d77eb711af0652ecd38aec0d3cc9d1)
|
|
(This used to be commit 0e4b8602dec3ec87676c91a99371e5d77fe78196)
|
|
(This used to be commit b7560afd4bab984c0083e9687b69bc42970ad932)
|
|
(This used to be commit 1acc8077fb86c1e78724b010d149db166d98238d)
|
|
Guenther
(This used to be commit e90a4ce3c24ab2a33e34da5a9052a3b3ec4db962)
|
|
This new module is based on the vfs_cifs module. The idea is to create a backend
which maps SMB requests to a SMB2 server. This will allow existing
test suites for SMB to be run against our SMB2 client and server code.
It will also help validate our SMB2 client library, probably leading
to some API changes to make it flexible enough
(This used to be commit 6ea8295a64ff5425def11b0d1cd988ef000320be)
|
|
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)
|
|
(This used to be commit 618400fe7d1f469150b82e0aebc89b2104de116f)
|
|
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)
|
|
Simo, please check!
Volker
(This used to be commit 0c09d28acf42400d26cc27675e37226060de26d3)
|
|
Somehow this breaks 'make test'...
This reverts commit 59faf3bf670140784d5698bbdc8b86afe8e188ec.
metze
(This used to be commit ece9df0875a32f76af5af913b6a6cdd8eacf0280)
|
|
(This used to be commit 9a40cbd66f71c49af4c72ed826d66c5f037a3171)
|
|
metze
(This used to be commit 59faf3bf670140784d5698bbdc8b86afe8e188ec)
|
|
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 10415bb738d51afdebbfeae976923e086805ae84)
|
|
(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)
|
|
metze
(This used to be commit da2179ee5d5b6094ab63a9d9d6a8d59893937087)
|
|
AC_LIBREPLACE_NETWORK_CHECKS was used
metze
(This used to be commit 3fddd36e119f73a5021370450f9687ef9d252bab)
|
|
metze
(This used to be commit aa7ef1af746319a3d771decd0ec03dabe8b8ad28)
|
|
metze
(This used to be commit 67845d3471711d24069636d0d4032f9d53748334)
|
|
metze
(This used to be commit 0234d397fefee8e1d0dcd3402f748c2251021c90)
|
|
metze
(This used to be commit 64591d064dc3da6074f0f7539911a6e433d9cc43)
|
|
metze
(This used to be commit f9f8f93adcc7161ebb18f5a0bf28c73d951a15ad)
|
|
metze
(This used to be commit 3a70274c908e31453942b442351eab8423c1a53d)
|
|
metze
(This used to be commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
|
|
metze
(This used to be commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
|
|
metze
(This used to be commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
|
|
metze
(This used to be commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
|