1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
Commit Graph

13679 Commits

Author SHA1 Message Date
Jelmer Vernooij
966f35a6c8 r25363: Move service code to separate module.
(This used to be commit 77570e2fb5)
2007-10-10 15:07:18 -05:00
Jelmer Vernooij
7ac97bbbdb r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding share from command-line in smbtorture.
(This used to be commit b3f2eafa04)
2007-10-10 15:07:18 -05:00
Jelmer Vernooij
99f8d8c45d r25360: Allow --skip to be specified more than once.
(This used to be commit f6dd844dc4)
2007-10-10 15:07:17 -05:00
Jelmer Vernooij
4820691fd9 r25359: Set up Samba3 as dc.
(This used to be commit acaa484a5c)
2007-10-10 15:07:17 -05:00
Rafal Szczesniak
cc6881b8ea r25356: Conversion from the old-style composite functions take 2.
Let's find out if NET-USERMOD test passes this time on
the build farm...

rafal
(This used to be commit 6ab46e91ac)
2007-10-10 15:07:17 -05:00
Andrew Bartlett
2606996653 r25354: Thanks to Amin Azez <azez@ufomechanic.net> for finally getting me to
fix a provision without an smb.conf already setup.

Andrew Bartlett
(This used to be commit a00044d229)
2007-10-10 15:07:16 -05:00
Rafal Szczesniak
7db71eac7a r25353: Disable one more swig link to for 'make install' to work.
rafal
(This used to be commit bcf4e60577)
2007-10-10 15:07:16 -05:00
Michael Adam
555302bbdf r25352: Add a basic WINBINDD_LIST_GROUPS test.
Michael
(This used to be commit 1d051c550c)
2007-10-10 15:07:15 -05:00
Andrew Tridgell
ca49e5aabf r25351: disable swig for now to get the build working
(This used to be commit 846184f15c)
2007-10-10 15:07:15 -05:00
Michael Adam
ff81112efb r25350: Add an initial winbindd list-users test.
Michael
(This used to be commit 01bd81362f)
2007-10-10 15:07:15 -05:00
Stefan Metzmacher
3bcf42774f r25349: add WINBIND-STRUCT-DSGETDCNAME test
metze
(This used to be commit 8746ee4c20)
2007-10-10 15:07:14 -05:00
Tim Potter
708729be9f r25348: Start working on another Python wrapper.
(This used to be commit 441a040434)
2007-10-10 15:07:14 -05:00
Tim Potter
8dc845d425 r25329: A solution to SWIG not being able to handle a structure and a function
having the same name.  Hey we can now query nbt names from Python.
(This used to be commit 30c34d7a4b)
2007-10-10 15:07:14 -05:00
Jelmer Vernooij
7c30312c17 r25316: Remove last few instances of old BOOL type in librpc/.
(This used to be commit 80d1dd41d4)
2007-10-10 15:07:13 -05:00
Rafal Szczesniak
7f894169d9 r25315: Revert my last change until I find out what's causing the
problem spotted by the builfarm.

rafal
(This used to be commit 39359391af)
2007-10-10 15:07:13 -05:00
Rafal Szczesniak
a23b4958c0 r25312: Replace the old-style composite calls.
rafal
(This used to be commit 0a8531404f)
2007-10-10 15:07:13 -05:00
Volker Lendecke
5f280af012 r25310: Make sure we do not regress on r25309
(This used to be commit 4eb0ec51aa)
2007-10-10 15:07:12 -05:00
Jelmer Vernooij
dce6620a9e r25308: Remove use of pstring.
(This used to be commit 586246137c)
2007-10-10 15:07:12 -05:00
Jelmer Vernooij
6b1c7d36f8 r25307: add string_sub_talloc.
(This used to be commit 96c1a24874)
2007-10-10 15:07:12 -05:00
Jelmer Vernooij
f2d64e1c45 r25306: Add tests for string_sub().
(This used to be commit 2d37ddcbd1)
2007-10-10 15:07:11 -05:00
Jelmer Vernooij
385622396d r25305: Fix installation of missing headers.
(This used to be commit 83f1721453)
2007-10-10 15:07:11 -05:00
Andrew Bartlett
bd4dc88e7b r25304: Thankyou to Amin Azez <azez@ufomechanic.net> for pointing out that I
used subobj.ROLE and not subobj.SERVERROLE as the rest of the code
does.

Andrew Bartlett
(This used to be commit dd1cb33591)
2007-10-10 15:07:10 -05:00
Andrew Bartlett
e12730322c r25303: Print out the options the provision script generated. This should
help users produce predictable setups.

Andrew Bartlett
(This used to be commit 9789bd3c0a)
2007-10-10 15:07:10 -05:00
Stefan Metzmacher
c366b5b0d7 r25302: try to fix the build
metze
(This used to be commit d7c93167e8)
2007-10-10 15:07:10 -05:00
Jelmer Vernooij
9b009c9009 r25301: Merge my includes.h cleanups.
(This used to be commit 37425495f3)
2007-10-10 15:07:09 -05:00
Andrew Bartlett
6a3093d941 r25300: Update howto.txt with modified provision syntax.
Andrew Bartlett
(This used to be commit 15ede335d7)
2007-10-10 15:07:09 -05:00
Andrew Bartlett
ee257e902a r25299: Modify the provision script to take an additional argument: --server-role
This must be set to either 'domain controller', 'domain member' or 'standalone'.

The default for the provision now changes to 'standalone'.

This is not because Samba4 is particularlly useful in that mode, but
because we still want a positive sign from the administrator that we
should advertise as a DC.

We now do more to ensure the 'standalone' and 'member server'
provision output is reasonable, and try not to set odd things into the
database that only belong for the DC.

Andrew Bartlett
(This used to be commit 4cc4ed7719)
2007-10-10 15:07:09 -05:00
Stefan Metzmacher
733591c079 r25298: regenerate lex.c files with config.h as first include
this should help on aix 5.3.

metze
(This used to be commit bfd8c275bb)
2007-10-10 15:07:08 -05:00
Stefan Metzmacher
b15e7316a4 r25297: - fix sed arguments to make the replacement work
- always add #include "config.h" in the first line

metze
(This used to be commit 7939f847bf)
2007-10-10 15:07:08 -05:00
Volker Lendecke
70b33dc533 r25296: Apply patch by Elrond <elrond+sambaclassic@samba-tng.org>: Put
__location__ into a few printfs.

Thanks,

Volker
(This used to be commit b0e323a09e)
2007-10-10 15:07:08 -05:00
Stefan Metzmacher
1429bd9b0c r25293: add WINBIND-STRUCT-CHECK_MACHACC test
metze
(This used to be commit 8684167fd8)
2007-10-10 15:07:07 -05:00
Stefan Metzmacher
ac8271a57c r25292: minor cleanup
metze
(This used to be commit a98205f26d)
2007-10-10 15:07:07 -05:00
Stefan Metzmacher
a95b108959 r25291: add WINBIND-STRUCT-PRIV_PIPE_DIR test
this may needs
--option="torture:winbindd private pipe dir=/var/lib/samba/winbindd_privileged"

metze
(This used to be commit f83062d109)
2007-10-10 15:07:07 -05:00
Stefan Metzmacher
069cc571cd r25290: remove wrong comment
metze
(This used to be commit 9916d40769)
2007-10-10 15:07:06 -05:00
Stefan Metzmacher
e62dc0f1ef r25289: add WINBIND-STRUCT-INFO test
this may needs --option="torture:winbindd separator=+"

metze
(This used to be commit 8bf28eecf2)
2007-10-10 15:07:06 -05:00
Stefan Metzmacher
204ca09d8e r25288: add WINBIND-STRUCT-DOMAIN_INFO test
metze
(This used to be commit f42965b6ed)
2007-10-10 15:07:06 -05:00
Stefan Metzmacher
7d5f3e290c r25284: add WINBIND-STRUCT-DOMAIN_NAME test
this may needs --option="torture:winbindd netbios domain=BAR"

metze
(This used to be commit 3aba871fc3)
2007-10-10 15:07:05 -05:00
Stefan Metzmacher
7ae4b79e94 r25283: add WINBIND-STRUCT-NETBIOS_NAME test.
this may needs --option="torture:winbindd netbios name=FOO"

metze
(This used to be commit e67df9b8de)
2007-10-10 15:07:05 -05:00
Stefan Metzmacher
3e9d7c4db3 r25282: add WINBIND-STRUCT-INTERFACE_VERSION test
metze
(This used to be commit d610281cc1)
2007-10-10 15:07:05 -05:00
Stefan Metzmacher
fc9262d57c r25280: call WINBINDD_GETDCNAME for each domain returned from WINBINDD_LIST_TRUSTDOMS
metze
(This used to be commit c06e7aebc5)
2007-10-10 15:07:04 -05:00
Stefan Metzmacher
18d4608e43 r25279: - test in the generic get_trusted_domains() function that we got
at least 2 domains.
- change the ordering of the tests

metze
(This used to be commit 22eb3095d6)
2007-10-10 15:07:04 -05:00
Stefan Metzmacher
a84bdcd1cb r25278: add a more extented macro for doing struct based winbind requests
metze
(This used to be commit ad3ec17408)
2007-10-10 15:07:04 -05:00
Stefan Metzmacher
ba7f46418e r25269: this doesn't fix the problems with BSD make completely...
metze
(This used to be commit 869c30abb6)
2007-10-10 15:07:03 -05:00
Andrew Bartlett
4870c0dd00 r25268: Thanks to Andrew Kroeger for pointing out on IRC that this is
compleatly dead code.

Andrew Bartlett
(This used to be commit 5838aca79b)
2007-10-10 15:07:03 -05:00
Jelmer Vernooij
f415ba5bcf r25267: Move PRINTF_ATTRIBUTE to lib/util as well.
(This used to be commit 72b9d6c036)
2007-10-10 15:07:03 -05:00
Jelmer Vernooij
9f43d96e3f r25266: Fix case.
(This used to be commit 935ac3189d)
2007-10-10 15:07:02 -05:00
Jelmer Vernooij
6a167124cd r25265: Move attribute definitions to lib/util.
(This used to be commit 5bb9f041f4)
2007-10-10 15:07:02 -05:00
Ronnie Sahlberg
b83ce5061e r25264: add a test to verify that the ACLs are checked when a normal user connects to SAMR
(This used to be commit 2be2ab575b)
2007-10-10 15:07:02 -05:00
Ronnie Sahlberg
52857d83c1 r25263: add a test to check the accessmasks and ACLs on policy handles returned on the
SAMR pipe.

also test which bits in the accessmasks grant which right to perform operations on the returned policy handle
(This used to be commit cb5bc80136)
2007-10-10 15:07:01 -05:00
Stefan Metzmacher
fb75ce48e5 r25262: add WINBIND-STRUCT-LIST_TRUSTDOM torture test
metze
(This used to be commit 52dfec08e7)
2007-10-10 15:07:01 -05:00