Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 4242309d54d201b35e9cc96c0359ded64cf7485a)
|
|
(This used to be commit 8df16dce4d67c17a24aba934f0d656aa5670e539)
|
|
(This used to be commit 9455b0340f634afa25a5af5ed4ea385212cf95a7)
|
|
surface
of spoolss. If snum is to be removed, then we should make at least the attempt
to walk parts of the code before and after the changes.
This walks GetPrinterInfo level 0-7.
Volker
(This used to be commit 0c05f571a0eda2412896f340b7c751cf7cbdbd2a)
|
|
regression we had in 3.0.23...
Volker
(This used to be commit 0236f3b41a4f9015f8551ffb67db59fa48212bf5)
|
|
declarations.
Andrew Bartlett
(This used to be commit 15dd43b77328c4d56438bdb34b3e8139c5a83878)
|
|
metze
(This used to be commit 22463cbcdd159657d04657071451738e768d0b2a)
|
|
security
descriptor. This is something that W2k3 does _not_ pass and probably is not
expected to, it seems the don't check access at tconX time.
Thanks to metze for the hint how in the srvsvc_NetShareInfo1501 struct the
length of the sd can be encoded in idl.
As metze says, there's probably more to the share secdesc, this needs more
testing. This one is here to walk the samba3 code.
Volker
(This used to be commit 67185508229a8d7f144c22cb194f573c932d6de5)
|
|
and we
check if we can actually see the user SID on a fresh sessionsetup.
This also gives us the simple create_user, which can lead to more fun tests
:-)
Volker
(This used to be commit 92afe1156915ab6c7e21380000bdad93414d0829)
|
|
(This used to be commit 963878a5f394234229af5835b2ccdd6d4b369466)
|
|
(This used to be commit 4f13b7d53c0f177cfd2a0d00ee14de3fce12d9bf)
|
|
login.
Found that because I want to play around with setsharesecurity, for this I
need the "whoami" call figuring out the SID of the currently connected user.
Not activating this test yet until the build farm has picked up the new samba4
revision.
Volker
(This used to be commit 5603db30e7dfbb3d5c4599d36a50007a2b3cac75)
|
|
(This used to be commit 656d8337c474374014ac681914fa761916a9bc3c)
|
|
(This used to be commit bd84fde777366899391d122e0aa5034ba0b80037)
|
|
(This used to be commit f8bae84e89bb2fe8deea7795ad59fbefa9c98e79)
|
|
anonymously. Disable that test for now.
(This used to be commit 9015713d62558ba76d693c5e8a4c23e3fd3ccab5)
|
|
(This used to be commit e980066111cf442102b849b04a411c3f2df8e05b)
|
|
exist. Samba3 right now fails to transfer the acb_info in the info21 sub-part
to the passdb backend, rendering the workstation locked.
Thanks to Tom Bork for finding this one.
Now working on a fix :-)
Volker
(This used to be commit 6613093e69f273f32bdafde0d0c8f122e8466dc0)
|
|
(anon/auth smb,
anon/auth bind).
Jeremy, this is the little test I promised to you that shows the places where
we need the SystemLibraryDTC key.
Volker
(This used to be commit 9164c24d8741384ff5173fbf6cf3337f42d80e70)
|
|
against W2k3, but they are designed to walk existing Samba3 code paths. It
might be possible that I add something like that to other subdirs like raw/.
RPC-BINDSAMBA3 excercises the bind variants that samba3 supports right now.
RPC-NETLOGSAMBA3 does a samba3 style join, does some schannel-protected
netlogon operations and leaves again. Samba3 right now does not survive this,
I'm about to fix it soon. I'll also post a *VERY* dirty hack (fake users in
sys_getpwnam()) to be able to run this in the build farm.
Volker
(This used to be commit 60b45bf8b6d0d2bb216e319891d50d0e07ab3010)
|