sfrench/samba-autobuild/.git
16 years agor26248: Check in SWIG output so SWIG is not required when running out of svn.
Jelmer Vernooij [Mon, 3 Dec 2007 12:48:09 +0000 (13:48 +0100)]
r26248: Check in SWIG output so SWIG is not required when running out of svn.
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)

16 years agor26247: Don't allow use of older SWIG versions.
Jelmer Vernooij [Mon, 3 Dec 2007 12:33:58 +0000 (13:33 +0100)]
r26247: Don't allow use of older SWIG versions.
(This used to be commit def0ae919b9b65e70124ee5bfcd70d3a22973a9b)

16 years agor26246: Make it easier to debug assert()s in the provision, if messages are
Andrew Bartlett [Mon, 3 Dec 2007 06:03:52 +0000 (07:03 +0100)]
r26246: Make it easier to debug assert()s in the provision, if messages are

suppressed with --quiet.  Hopefully this will be easier with python.

Andrew Bartlett
(This used to be commit f6e0e15fa5e2b0b7368ff945cc988579aaba0a6c)

16 years agor26245: Make it easier to handle the LDAP backend, with it's differing needs,
Andrew Bartlett [Mon, 3 Dec 2007 04:51:04 +0000 (05:51 +0100)]
r26245: Make it easier to handle the LDAP backend, with it's differing needs,

by seperating the modules list into parts.  That way, we can remove
the modules that the backend will provide.

Andrew Bartlett
(This used to be commit d67e5c7896f6d3064298897ae4d3204498824b06)

16 years agor26244: Add a module (sans tests for the moment) that implements ranged
Andrew Bartlett [Mon, 3 Dec 2007 04:49:06 +0000 (05:49 +0100)]
r26244: Add a module (sans tests for the moment) that implements ranged

results, as used particularly by MMC's Active Directory Users and
Computers to list group members.

This may be used on any attribute, but is useful to obtain attributes
that may be lengthy in 'pages'.  The implementation presumes that
attributes will always be returned by the DB in the same order.

Andrew Bartlett
(This used to be commit c789a91e00b47b2f02513e97101b9606d00c6aaa)

16 years agor26243: stdint.i requires swigarch.i
Jelmer Vernooij [Mon, 3 Dec 2007 03:14:24 +0000 (04:14 +0100)]
r26243: stdint.i requires swigarch.i
(This used to be commit d9391316a982cfff6b283e7d4a86103ec6fe370d)

16 years agor26242: Don't fail if swig is not available.
Jelmer Vernooij [Mon, 3 Dec 2007 02:14:27 +0000 (03:14 +0100)]
r26242: Don't fail if swig is not available.
(This used to be commit 12debcceac6cca1d8c8e1f78a0c7772b944e9f8d)

16 years agor26241: Ignore some files generated by tests.
Jelmer Vernooij [Mon, 3 Dec 2007 01:58:20 +0000 (02:58 +0100)]
r26241: Ignore some files generated by tests.
(This used to be commit 81757d2f76bdf9a7a6d677651db9e876def8cdfa)

16 years agor26240: We now actually use torture_context pointers for more than just allocation.
Jelmer Vernooij [Mon, 3 Dec 2007 01:58:12 +0000 (02:58 +0100)]
r26240: We now actually use torture_context pointers for more than just allocation.

Fix a few places where we were passing talloc contexts that were not
torture contexts.
(This used to be commit 9d12fc7dc5abc82c8ad189420db1f85a89c71e4f)

16 years agor26239: Fix registry argument order.
Jelmer Vernooij [Sun, 2 Dec 2007 23:28:44 +0000 (00:28 +0100)]
r26239: Fix registry argument order.
(This used to be commit 0b3de2a63ad915575c33d7b329b8a4c476f039e4)

16 years agor26238: Add a loadparm context parameter to torture_context, remove more uses of...
Jelmer Vernooij [Sun, 2 Dec 2007 23:28:22 +0000 (00:28 +0100)]
r26238: Add a loadparm context parameter to torture_context, remove more uses of global_loadparm.
(This used to be commit a33a5530545086b81a3b205aa109dff11c546926)

16 years agor26237: Add loadparm context to the server service interface.
Jelmer Vernooij [Sun, 2 Dec 2007 23:28:07 +0000 (00:28 +0100)]
r26237: Add loadparm context to the server service interface.
(This used to be commit 1386c5c92505a950c65411b8af74d703ce023f95)

16 years agor26236: Remove more uses of global_loadparm or specify loadparm_context explicitly.
Jelmer Vernooij [Sun, 2 Dec 2007 21:32:11 +0000 (22:32 +0100)]
r26236: Remove more uses of global_loadparm or specify loadparm_context explicitly.
(This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521)

16 years agor26235: Avoid global_loadparm.
Jelmer Vernooij [Sun, 2 Dec 2007 20:32:08 +0000 (21:32 +0100)]
r26235: Avoid global_loadparm.
(This used to be commit e9039782204389cc827e76da319d5ccf6d33be46)

16 years agor26234: More global_loadparm fixes.
Jelmer Vernooij [Sun, 2 Dec 2007 20:14:16 +0000 (21:14 +0100)]
r26234: More global_loadparm fixes.
(This used to be commit 84892d030de6266fc0f3a699cade960dd5dc37bc)

16 years agor26233: Pass loadparm context when creating krb5 contexts.
Jelmer Vernooij [Sun, 2 Dec 2007 19:56:26 +0000 (20:56 +0100)]
r26233: Pass loadparm context when creating krb5 contexts.
(This used to be commit 7780bf285fdfc30f89409d0436bad0d4b6de5cd4)

16 years agor26232: Provide replacement for stdint.i for users of older versions of swig.
Jelmer Vernooij [Sun, 2 Dec 2007 19:24:24 +0000 (20:24 +0100)]
r26232: Provide replacement for stdint.i for users of older versions of swig.
(This used to be commit fb2150a07aa6460165efb4587c86ecc820cdeac0)

16 years agor26231: Spell check: credentails -> credentials.
Jelmer Vernooij [Sun, 2 Dec 2007 18:31:14 +0000 (19:31 +0100)]
r26231: Spell check: credentails -> credentials.
(This used to be commit 4b46888bd0195ab12190f76868719fc018baafd6)

16 years agor26230: Use task-provided loadparm context in a couple more places, avoid loadparm...
Jelmer Vernooij [Sun, 2 Dec 2007 18:27:49 +0000 (19:27 +0100)]
r26230: Use task-provided loadparm context in a couple more places, avoid loadparm context inside ntlm_auth.
(This used to be commit 3a946d1ffd7739e40beab673ecb0100c178c2e28)

16 years agor26229: Set loadparm context as opaque pointer in ldb, remove more uses of global_loa...
Jelmer Vernooij [Sun, 2 Dec 2007 18:04:33 +0000 (19:04 +0100)]
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of global_loadparm.
(This used to be commit 37d05fdc7b0e6b3211ba6ae56b1b5da30a6a392a)

16 years agor26228: Store loadparm context in auth context, move more loadparm_contexts up the...
Jelmer Vernooij [Sun, 2 Dec 2007 16:56:09 +0000 (17:56 +0100)]
r26228: Store loadparm context in auth context, move more loadparm_contexts up the call stack.
(This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166)

16 years agor26227: Make loadparm_context part of a server task, move loadparm_contexts further...
Jelmer Vernooij [Sun, 2 Dec 2007 16:09:52 +0000 (17:09 +0100)]
r26227: Make loadparm_context part of a server task, move loadparm_contexts further up the call stack.
(This used to be commit 0721a07aada6a1fae6dcbd610b8783df57d7bbad)

16 years agor26226: Avoid more uses of global_loadparm.
Jelmer Vernooij [Sun, 2 Dec 2007 16:09:43 +0000 (17:09 +0100)]
r26226: Avoid more uses of global_loadparm.
(This used to be commit 6cbce47a3eaef76a89db7cd0ab0d4f6441fc720d)

16 years agor26225: Remove use of global_loadparm in wins server.
Jelmer Vernooij [Sun, 2 Dec 2007 15:20:41 +0000 (16:20 +0100)]
r26225: Remove use of global_loadparm in wins server.
(This used to be commit 98c29e090fd448193ca6fca8f90751bfd0cb2e74)

16 years agor26224: Remove another use of global_loadparm.
Jelmer Vernooij [Sun, 2 Dec 2007 15:20:32 +0000 (16:20 +0100)]
r26224: Remove another use of global_loadparm.
(This used to be commit bd12560432b3a8faf124ae1f562b725f3b6686d9)

16 years agor26223: Move loadparm context up in the stack.
Jelmer Vernooij [Sun, 2 Dec 2007 15:20:29 +0000 (16:20 +0100)]
r26223: Move loadparm context up in the stack.
(This used to be commit 152e2b1a283675b53affb8f7225644925f171dbd)

16 years agor26222: Avoid global_loadparm in a couple more places.
Jelmer Vernooij [Sun, 2 Dec 2007 15:20:25 +0000 (16:20 +0100)]
r26222: Avoid global_loadparm in a couple more places.
(This used to be commit 5bd053a570ec0a783b4dcd943698263925f819f9)

16 years agor26221: Add loadparm_context parameter to auth_context_create.
Jelmer Vernooij [Sun, 2 Dec 2007 15:20:18 +0000 (16:20 +0100)]
r26221: Add loadparm_context parameter to auth_context_create.
(This used to be commit a9a9634df8f3137ecb308adb90a755f12af94972)

16 years agor26220: BASE-DELAYWRITE: add more subtests to explore write time update details
Stefan Metzmacher [Sat, 1 Dec 2007 10:43:38 +0000 (11:43 +0100)]
r26220: BASE-DELAYWRITE: add more subtests to explore write time update details

metze
(This used to be commit 92dcc85e3a8798910eb0a9059f3a2944fa51cbd1)

16 years agor26219: BASE-DELAYWRITE: make the tests more strict about the write time update
Stefan Metzmacher [Sat, 1 Dec 2007 10:39:39 +0000 (11:39 +0100)]
r26219: BASE-DELAYWRITE: make the tests more strict about the write time update

metze
(This used to be commit c1335651d32a2b48bcf8c117a5bc16fe453170bc)

16 years agor26218: Remove libtdb.so as well.
Jelmer Vernooij [Fri, 30 Nov 2007 16:47:51 +0000 (17:47 +0100)]
r26218: Remove libtdb.so as well.
(This used to be commit a2d426c89b485e687ef8fc0770bbf8aab8ce3cc5)

16 years agor26217: Let encode_wkssvc_join_password_buffer() take the session key as parameter.
Günther Deschner [Fri, 30 Nov 2007 12:04:59 +0000 (13:04 +0100)]
r26217: Let encode_wkssvc_join_password_buffer() take the session key as parameter.

Guenther
(This used to be commit f8a247d00ed4c7ea30c28cb61975c6845b5afb69)

16 years agor26216: Add very basic torture test for wkssvc_NetrUnjoinDomain2().
Günther Deschner [Fri, 30 Nov 2007 08:55:15 +0000 (09:55 +0100)]
r26216: Add very basic torture test for wkssvc_NetrUnjoinDomain2().

Guenther
(This used to be commit f82116b6d793a0d676524fac6abcc8ec5e69c321)

16 years agor26215: Verify that test_NetrJoinDomain2() has suceeded.
Günther Deschner [Fri, 30 Nov 2007 08:53:20 +0000 (09:53 +0100)]
r26215: Verify that test_NetrJoinDomain2() has suceeded.

Guenther
(This used to be commit 16ef4564b25e562b9eb0162541dd571ce14b4344)

16 years agor26214: Add note about remotely joining an unjoined XP SP2 workstation.
Günther Deschner [Fri, 30 Nov 2007 08:49:20 +0000 (09:49 +0100)]
r26214: Add note about remotely joining an unjoined XP SP2 workstation.

Guenther
(This used to be commit 2dd98c2333d5b55ac0ad6b7a2d25c8e092ccfc1d)

16 years agor26213: Trying to fix confusing inline comment about wkssvc_PasswordBuffer.
Günther Deschner [Thu, 29 Nov 2007 22:31:12 +0000 (23:31 +0100)]
r26213: Trying to fix confusing inline comment about wkssvc_PasswordBuffer.

Guenther
(This used to be commit e3ce22107efe5758817a7f969c8a31e434c6ccb5)

16 years agor26212: Make test_NetrJoinDomain2() a little more robust against missing parameters.
Günther Deschner [Thu, 29 Nov 2007 22:22:49 +0000 (23:22 +0100)]
r26212: Make test_NetrJoinDomain2() a little more robust against missing parameters.

Guenther
(This used to be commit 08aad347e8fd25f480ecf9b1283575012792cf71)

16 years agor26211: Add very basic test_NetrJoinDomain2() test which can join xp workstations...
Günther Deschner [Thu, 29 Nov 2007 22:09:37 +0000 (23:09 +0100)]
r26211: Add very basic test_NetrJoinDomain2() test which can join xp workstations into

an AD domain.

Guenther
(This used to be commit 3fd5f3628cb015f61455b4ad87bf8adb8d2392b8)

16 years agor26210: w00t!
Günther Deschner [Thu, 29 Nov 2007 21:22:19 +0000 (22:22 +0100)]
r26210: w00t!

Solved the nasty crypto problem of the 524 byte wkssvc_PasswordBuffer for
wkssvc_JoinDomain()/wkssvc_UnjoinDomain().

Very soon we will be able to remotely join windows workstations into AD domains
using smbtorture :-)

Guenther
(This used to be commit 37469ed34c5ee031dc8cf31ea7efbfacf279878a)

16 years agor26209: For consistency, rename one argument in NetrJoinDomain.
Günther Deschner [Thu, 29 Nov 2007 20:53:50 +0000 (21:53 +0100)]
r26209: For consistency, rename one argument in NetrJoinDomain.

Guenther
(This used to be commit 8cf99ed4b1616b12f76a47e0f738ab7b1213c797)

16 years agor26208: Add torture test for (unsupported) wkssvc_NetrJoinDomain() and
Günther Deschner [Thu, 29 Nov 2007 20:52:20 +0000 (21:52 +0100)]
r26208: Add torture test for (unsupported) wkssvc_NetrJoinDomain() and

wkssvc_NetrUnjoinDomain().

Guenther
(This used to be commit 77c161b776de143aeb23894b3c821fbe4f40ac44)

16 years agor26207: Only compile swig files if swig is available.
Jelmer Vernooij [Thu, 29 Nov 2007 16:49:13 +0000 (17:49 +0100)]
r26207: Only compile swig files if swig is available.
(This used to be commit cc5260971c4953ce742363b324ac3804c531e2dd)

16 years agor26206: Build python modules as part of make all.
Jelmer Vernooij [Thu, 29 Nov 2007 16:27:39 +0000 (17:27 +0100)]
r26206: Build python modules as part of make all.
(This used to be commit df40628a4645bbecd31b50b409048442a5adb189)

16 years agor26205: Pass loadparm_context to secrets_db_connect() rather than using global context.
Jelmer Vernooij [Thu, 29 Nov 2007 15:01:16 +0000 (16:01 +0100)]
r26205: Pass loadparm_context to secrets_db_connect() rather than using global context.
(This used to be commit 5718b6cfee86ddfc9cf405c98c68ba848df4d9d7)

16 years agor26204: Binsings for some more functions.
Jelmer Vernooij [Thu, 29 Nov 2007 15:01:11 +0000 (16:01 +0100)]
r26204: Binsings for some more functions.
(This used to be commit ab6be3086f7ad8c22e6f4805bccad5a04c0325f2)

16 years agor26203: Avoid using ldb_wrap for secrets database.
Jelmer Vernooij [Thu, 29 Nov 2007 15:01:08 +0000 (16:01 +0100)]
r26203: Avoid using ldb_wrap for secrets database.
(This used to be commit b45093f01fc71714e14422a80a81cf1cc25df3e2)

16 years agor26202: Fix dependencies.
Jelmer Vernooij [Thu, 29 Nov 2007 15:01:05 +0000 (16:01 +0100)]
r26202: Fix dependencies.
(This used to be commit ecdec9421de8df6c3cda7e4c45f9b3f51bc1e584)

16 years agor26201: Build docs for the security module.
Jelmer Vernooij [Thu, 29 Nov 2007 15:00:59 +0000 (16:00 +0100)]
r26201: Build docs for the security module.
(This used to be commit 31073a9e4ecaee08b3e27631db620957df8adde6)

16 years agor26200: Bring back some accidently removed files.
Jelmer Vernooij [Thu, 29 Nov 2007 14:08:27 +0000 (15:08 +0100)]
r26200: Bring back some accidently removed files.
(This used to be commit a71e40ab5dc7f0a5f6d2d1eb930f378cd143b186)

16 years agor26199: Allow constructing new sids, implement __eq__ for sids.
Jelmer Vernooij [Thu, 29 Nov 2007 14:08:22 +0000 (15:08 +0100)]
r26199: Allow constructing new sids, implement __eq__ for sids.
(This used to be commit 87472e35c04fdf0c61c9133bab3c05bda11eba00)

16 years agor26197: Add bindings for libsecurity.
Jelmer Vernooij [Thu, 29 Nov 2007 13:49:47 +0000 (14:49 +0100)]
r26197: Add bindings for libsecurity.
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)

16 years agor26196: Always build python bindings for ldb.
Jelmer Vernooij [Thu, 29 Nov 2007 13:49:44 +0000 (14:49 +0100)]
r26196: Always build python bindings for ldb.
(This used to be commit 0aa19ce73f435cab44f83023b9b265d4761d3c31)

16 years agor26195: Wrap two more functions.
Jelmer Vernooij [Thu, 29 Nov 2007 13:49:42 +0000 (14:49 +0100)]
r26195: Wrap two more functions.
(This used to be commit f7312cbb76d9e237350bc54d97bc06760938e6e3)

16 years agor26194: Wrap the events subsystem in a separate file.
Jelmer Vernooij [Thu, 29 Nov 2007 13:49:35 +0000 (14:49 +0100)]
r26194: Wrap the events subsystem in a separate file.
(This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a)

16 years agor26193: In the LDAP server, use the new 'controls_decoded' element to
Andrew Bartlett [Thu, 29 Nov 2007 07:02:36 +0000 (08:02 +0100)]
r26193: In the LDAP server, use the new 'controls_decoded' element to

determine if this (possibly critical) control has been decoded.  This
allows us to return an error, rather than just dropping the socket.

Andrew Bartlett
(This used to be commit 230a60c1910f95ce5139c174d6d79786fca08433)

16 years agor26192: Handle, test and implement the style of extended_dn requiest that MMC uses.
Andrew Bartlett [Thu, 29 Nov 2007 07:00:04 +0000 (08:00 +0100)]
r26192: Handle, test and implement the style of extended_dn requiest that MMC uses.

It appears that the control value is optional, implying type 0 responses.

Failing to parse this was causing LDAP disconnects with 'unavailable
critical extension'.

Andrew Bartlett
(This used to be commit 833dfc2f2af84c45f954e428c9ea6babf100ba92)

16 years agor26191: Import custom test runner for subunit, rather than using trial, which is...
Jelmer Vernooij [Thu, 29 Nov 2007 00:36:41 +0000 (01:36 +0100)]
r26191: Import custom test runner for subunit, rather than using trial, which is part of twisted.
(This used to be commit b0f808345f948c49ad46f34ba306ca8354393850)

16 years agor26190: Allow successful as well as success.
Jelmer Vernooij [Thu, 29 Nov 2007 00:36:38 +0000 (01:36 +0100)]
r26190: Allow successful as well as success.
(This used to be commit d5dd11d1f5837c1aa929e8168d5d51a470277b88)

16 years agor26189: Add really trivial testsuite for the auth module.
Jelmer Vernooij [Thu, 29 Nov 2007 00:36:31 +0000 (01:36 +0100)]
r26189: Add really trivial testsuite for the auth module.
(This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22)

16 years agor26188: Now that swig output is pregenerated, allow building python code without...
Jelmer Vernooij [Wed, 28 Nov 2007 21:41:37 +0000 (22:41 +0100)]
r26188: Now that swig output is pregenerated, allow building python code without swig installed.
(This used to be commit f97f82adbd2663cadcfc5522c809ce2e659fb42c)

16 years agor26187: Fix module name, indentation.
Jelmer Vernooij [Wed, 28 Nov 2007 21:41:34 +0000 (22:41 +0100)]
r26187: Fix module name, indentation.
(This used to be commit ef790ebf3a712dbbb85d6af65c804199c2c084fc)

16 years agor26186: Generate SWIG files as part of autogen.sh
Jelmer Vernooij [Wed, 28 Nov 2007 21:41:29 +0000 (22:41 +0100)]
r26186: Generate SWIG files as part of autogen.sh
(This used to be commit 4429f8b87e057787df0748f93c842c9a634dada5)

16 years agor26185: No need to depend on ldap, shared lib already has that info.
Jelmer Vernooij [Wed, 28 Nov 2007 19:13:28 +0000 (20:13 +0100)]
r26185: No need to depend on ldap, shared lib already has that info.
(This used to be commit 522d6591d769e5743262386a90f3f4cd5476b959)

16 years agor26184: Streams are tricky....
Volker Lendecke [Wed, 28 Nov 2007 14:59:11 +0000 (15:59 +0100)]
r26184: Streams are tricky....
(This used to be commit f8c4a5ccc6ac9170074975e0ea92a6efdba064d4)

16 years agor26183: The idea of a self-seeding secrets.ldb is nice, but in practice we do
Andrew Bartlett [Wed, 28 Nov 2007 04:24:59 +0000 (05:24 +0100)]
r26183: The idea of a self-seeding secrets.ldb is nice, but in practice we do

this with the provision, which sets up a very different database.
Removing this ensures we are consistant.

Andrew Bartlett
(This used to be commit 6d4d20ebaf5ae5c9e2629cd58c0dc5d699aad450)

16 years agor26182: Extend our linked attribute testsuite to cover many more possible
Andrew Bartlett [Wed, 28 Nov 2007 03:24:12 +0000 (04:24 +0100)]
r26182: Extend our linked attribute testsuite to cover many more possible

modifications, and then extend our implementation to match.

Andrew Bartlett
(This used to be commit 65d17f0ad7ead438333abcccb0bd56b038ffb88e)

16 years agor26181: Set version to 1.1.1, as 1.1.0 has already been released.
Jelmer Vernooij [Wed, 28 Nov 2007 00:20:10 +0000 (01:20 +0100)]
r26181: Set version to 1.1.1, as 1.1.0 has already been released.
(This used to be commit 19e351600051ce288ebe4109c5e408c418fafc73)

16 years agor26180: Allow prebuilding swig output files.
Jelmer Vernooij [Wed, 28 Nov 2007 00:20:00 +0000 (01:20 +0100)]
r26180: Allow prebuilding swig output files.
(This used to be commit 52106ad04edc3e80e3e3feb8d4b2d4e9e945cbbb)

16 years agor26179: Fix symlink.
Jelmer Vernooij [Tue, 27 Nov 2007 23:25:47 +0000 (00:25 +0100)]
r26179: Fix symlink.
(This used to be commit b25d0201da5c02bba3046caa539b3ecb72d3a635)

16 years agor26178: Link against -ldl as well to prevent undefined symbols.
Jelmer Vernooij [Tue, 27 Nov 2007 22:49:42 +0000 (23:49 +0100)]
r26178: Link against -ldl as well to prevent undefined symbols.
(This used to be commit 7bb479f81607b9d4a7a6df267b2ed7a394bd68d1)

16 years agor26177: Allow prebuilding swig wrapper, install ldb.py.
Jelmer Vernooij [Tue, 27 Nov 2007 22:28:23 +0000 (23:28 +0100)]
r26177: Allow prebuilding swig wrapper, install ldb.py.
(This used to be commit e61160dce4bdfc8ade8494c91c8bbec13d0afe4b)

16 years agor26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetInfo().
Günther Deschner [Tue, 27 Nov 2007 17:13:24 +0000 (18:13 +0100)]
r26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetInfo().

Guenther
(This used to be commit c9b22a7d2695b4ee51fe8a7df70ff0f6e293b96e)

16 years agor26172: Skip testing wkssvc against us, we only have dummy support anyway.
Günther Deschner [Tue, 27 Nov 2007 12:23:01 +0000 (13:23 +0100)]
r26172: Skip testing wkssvc against us, we only have dummy support anyway.

Guenther
(This used to be commit 24c837937caa673718df75724e7db5f1542da7fc)

16 years agor26171: Add my copyright.
Günther Deschner [Tue, 27 Nov 2007 11:59:35 +0000 (12:59 +0100)]
r26171: Add my copyright.

Guenther
(This used to be commit 556d00d6a26f70d03a8c1b1bdea752f525a611e1)

16 years agor26170: Put test_NetrUseGetInfo() in the correct order of tests.
Günther Deschner [Tue, 27 Nov 2007 11:56:10 +0000 (12:56 +0100)]
r26170: Put test_NetrUseGetInfo() in the correct order of tests.

Guenther
(This used to be commit 239749d81150c522e39612c53b9df880cb68209b)

16 years agor26169: Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer.
Günther Deschner [Tue, 27 Nov 2007 11:28:38 +0000 (12:28 +0100)]
r26169: Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer.

Guenther
(This used to be commit 78d18c996a0bd642208235ee1d2c81b2c47270e3)

16 years agor26168: Add two more documented WKSSVC_JOIN_FLAGS.
Günther Deschner [Tue, 27 Nov 2007 11:27:27 +0000 (12:27 +0100)]
r26168: Add two more documented WKSSVC_JOIN_FLAGS.

Guenther
(This used to be commit e06726106100ee1cb6bd122b1b584e0036abcac7)

16 years agor26167: Just for completeness, add some more documented wkssvc_NetWkstaInfo info...
Günther Deschner [Tue, 27 Nov 2007 11:26:20 +0000 (12:26 +0100)]
r26167: Just for completeness, add some more documented wkssvc_NetWkstaInfo info level

uint32s.

Guenther
(This used to be commit b2fb5a2af527b41ba832d4ded1f9a61130d739e6)

16 years agor26166: Put [ref] in the front in wkssvc IDL.
Günther Deschner [Tue, 27 Nov 2007 11:23:34 +0000 (12:23 +0100)]
r26166: Put [ref] in the front in wkssvc IDL.

Guenther
(This used to be commit af0dc3890991c9858fbd6afa826368fb176e7bd2)

16 years agor26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and
Günther Deschner [Tue, 27 Nov 2007 11:18:23 +0000 (12:18 +0100)]
r26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and

wkssvc_NetrGetJoinableOus2() (both unavailable remotely).

Guenther
(This used to be commit 256d0a15f50b38aec9505e6431d05c6f715df971)

16 years agor26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_NetrUnjoinDomain().
Günther Deschner [Tue, 27 Nov 2007 11:11:49 +0000 (12:11 +0100)]
r26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_NetrUnjoinDomain().

Guenther
(This used to be commit a4e6ec8e5e49775575524915cfbb1d2cc74c54d3)

16 years agor26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation().
Günther Deschner [Tue, 27 Nov 2007 11:08:01 +0000 (12:08 +0100)]
r26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation().

Guenther
(This used to be commit 234b380669a146cfe4a8a28d66c4efafcae93446)

16 years agor26162: Remove accidental commit.
Günther Deschner [Tue, 27 Nov 2007 11:04:48 +0000 (12:04 +0100)]
r26162: Remove accidental commit.

Guenther
(This used to be commit 78ea5664850139f8faac5abdbb4a4d52ad4a6b8a)

16 years agor26161: Add (dangerous) torture tests for wkssvc_NetrRenameMachineInDomain() and
Günther Deschner [Tue, 27 Nov 2007 11:04:03 +0000 (12:04 +0100)]
r26161: Add (dangerous) torture tests for wkssvc_NetrRenameMachineInDomain() and

wkssvc_NetrRenameMachineInDomain2().

Guenther
(This used to be commit e105fb59b1d020713ebafac1db544e6c848ff15a)

16 years agor26160: Add WERR_NAME_NOT_FOUND.
Günther Deschner [Tue, 27 Nov 2007 10:58:33 +0000 (11:58 +0100)]
r26160: Add WERR_NAME_NOT_FOUND.

Guenther
(This used to be commit 66be960c67787ed7355775e619f3973543a4fef8)

16 years agor26159: Align to coding conventions.
Günther Deschner [Tue, 27 Nov 2007 10:51:22 +0000 (11:51 +0100)]
r26159: Align to coding conventions.

Guenther
(This used to be commit f8b93be6d8c28168fbf5f6ab0d34c7e74ccdc61c)

16 years agor26158: Add IDL for wkssvc_NetrRenameMachineInDomain().
Günther Deschner [Tue, 27 Nov 2007 10:49:51 +0000 (11:49 +0100)]
r26158: Add IDL for wkssvc_NetrRenameMachineInDomain().

Guenther
(This used to be commit 78715ded0ac8b123492168308c37f46d1fe85295)

16 years agor26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername().
Günther Deschner [Tue, 27 Nov 2007 10:31:09 +0000 (11:31 +0100)]
r26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername().

Guenther
(This used to be commit 1c50b9754e2745525e7c7cd577dba7e8744e6bd4)

16 years agor26156: Choose a more speaking message in test_NetrMessageBufferSend().
Günther Deschner [Tue, 27 Nov 2007 10:21:26 +0000 (11:21 +0100)]
r26156: Choose a more speaking message in test_NetrMessageBufferSend().

Guenther
(This used to be commit f7f474c6c77c2235685f44fa4e663c8173010949)

16 years agor26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend().
Günther Deschner [Tue, 27 Nov 2007 10:20:34 +0000 (11:20 +0100)]
r26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend().

Guenther
(This used to be commit 9de2f59d2b82b789c99fb82965b37b305c43b8fc)

16 years agor26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A lot of
Günther Deschner [Tue, 27 Nov 2007 10:14:51 +0000 (11:14 +0100)]
r26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A lot of

unknowns, I know...

Guenther
(This used to be commit de2c5d702ef6b14cb8ddf926f4c7e417ea9ebd5a)

16 years agor26153: Add torture test for NetrAddAlternateComputerName() and
Günther Deschner [Tue, 27 Nov 2007 10:04:51 +0000 (11:04 +0100)]
r26153: Add torture test for NetrAddAlternateComputerName() and

NetrRemoveAlternateComputerName().

Guenther
(This used to be commit 77f0b962d6e4eaade039604ad224d802c2302435)

16 years agor26152: Add IDL and torture test for wkssvc_NetrEnumerateComputerNames().
Günther Deschner [Tue, 27 Nov 2007 09:42:50 +0000 (10:42 +0100)]
r26152: Add IDL and torture test for wkssvc_NetrEnumerateComputerNames().

Guenther
(This used to be commit ea478168676e00a602f8181b408c4886b35d2fd3)

16 years agor26151: Add IDL and torture test for wkssvc_NetrValidateName() and
Günther Deschner [Tue, 27 Nov 2007 09:34:53 +0000 (10:34 +0100)]
r26151: Add IDL and torture test for wkssvc_NetrValidateName() and

wkssvc_NetrValidateName2().

Guenther
(This used to be commit 9f63ec388dab09ef3148635eefa58f2e32c5d151)

16 years agor26150: Add IDL and torture test for wkssvc_NetrLogonDomainNameAdd() and
Günther Deschner [Tue, 27 Nov 2007 09:29:19 +0000 (10:29 +0100)]
r26150: Add IDL and torture test for wkssvc_NetrLogonDomainNameAdd() and

wkssvc_NetrLogonDomainNameDel(), both unsupported on w2k3.

Guenther
(This used to be commit 9e1ed6eb68ae899aa577fc3a2e4cbfe066ee403e)

16 years agor26149: Add IDL for wkssvc_NetrWkstaUserSetInfo(). No torture test yet.
Günther Deschner [Tue, 27 Nov 2007 09:25:48 +0000 (10:25 +0100)]
r26149: Add IDL for wkssvc_NetrWkstaUserSetInfo(). No torture test yet.

Guenther
(This used to be commit 810b63a8ec5715f39bc888011a26a944599ef752)

16 years agor26148: Add IDL and torture test for wkssvc_NetrUseGetInfo().
Günther Deschner [Tue, 27 Nov 2007 09:23:24 +0000 (10:23 +0100)]
r26148: Add IDL and torture test for wkssvc_NetrUseGetInfo().

Guenther
(This used to be commit 1a472cc1b2a6acf714cebb54eeb6bed965ab144d)

16 years agor26147: Add IDL and torture test for wkssvc_NetrUseDel and wkssvc_NetrUseAdd.
Günther Deschner [Tue, 27 Nov 2007 09:18:00 +0000 (10:18 +0100)]
r26147: Add IDL and torture test for wkssvc_NetrUseDel and wkssvc_NetrUseAdd.

Guenther
(This used to be commit b5b3cc1667f539ab75f2d3d0c9c79b45d85e967e)

16 years agor26146: Add IDL and torture test for wkssvc_NetrUseEnum().
Günther Deschner [Tue, 27 Nov 2007 09:07:00 +0000 (10:07 +0100)]
r26146: Add IDL and torture test for wkssvc_NetrUseEnum().

Guenther
(This used to be commit 72a14407ca407b670eb0feae8065e784ab1e4627)

16 years agor26145: Fix server side of wkssvc_NetWkstaTransportEnum.
Günther Deschner [Tue, 27 Nov 2007 08:58:18 +0000 (09:58 +0100)]
r26145: Fix server side of wkssvc_NetWkstaTransportEnum.

Guenther
(This used to be commit 6e7651fdea1885b067b5b37ef6795bd8d2f280ec)