samba.git
16 years agoAdd initial work for script that uses probing to figure out IDL.
Jelmer Vernooij [Sun, 25 May 2008 00:32:21 +0000 (02:32 +0200)]
Add initial work for script that uses probing to figure out IDL.
(This used to be commit 4e5687e813e50d0bc8d6314e389d1d7a0be2f8c1)

16 years agoCheck for fault codes when connecting.
Jelmer Vernooij [Sat, 24 May 2008 22:04:11 +0000 (00:04 +0200)]
Check for fault codes when connecting.
(This used to be commit 42537b1d5282784550120358f3641f299351fba7)

16 years agoAdd helper function to return DCE/RPC fault codes.
Jelmer Vernooij [Sat, 24 May 2008 21:39:38 +0000 (23:39 +0200)]
Add helper function to return DCE/RPC fault codes.
(This used to be commit 4716cdfb5d5abad85cba18be89d72fe8ee18f359)

16 years agoAdd convenience function for creating objects with NDR error codes.
Jelmer Vernooij [Sat, 24 May 2008 21:22:49 +0000 (23:22 +0200)]
Add convenience function for creating objects with NDR error codes.
(This used to be commit 991541a78c2428db89509081cc28072c9b542ffa)

16 years agoFix memory initialization in raw calls.
Jelmer Vernooij [Sat, 24 May 2008 21:07:16 +0000 (23:07 +0200)]
Fix memory initialization in raw calls.
(This used to be commit 788b2dbfe4b1ef14ab30d487d845e493be46fbd1)

16 years agoSupport optional object argument when sending DCE/RPC requests.
Jelmer Vernooij [Sat, 24 May 2008 21:02:09 +0000 (23:02 +0200)]
Support optional object argument when sending DCE/RPC requests.
(This used to be commit 75ba01a0fad87a9a4788f4c2277d8db0513cef4a)

16 years agoAllow connecting to a DCE/RPC interface with Python for which we don't have IDL.
Jelmer Vernooij [Sat, 24 May 2008 20:56:49 +0000 (22:56 +0200)]
Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.
(This used to be commit e3178d522c95871f1db35d7e058906502387a553)

16 years agoAdd convenience functions for setting Python objects from errors.
Jelmer Vernooij [Sat, 24 May 2008 20:13:32 +0000 (22:13 +0200)]
Add convenience functions for setting Python objects from errors.
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3)

16 years agoExport functions for setting NTSTATUS and WERRORs in python.
Jelmer Vernooij [Sat, 24 May 2008 19:38:33 +0000 (21:38 +0200)]
Export functions for setting NTSTATUS and WERRORs in python.
(This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c)

16 years agoAllow request() call to do custom calls on DCE/RPC interfaces.
Jelmer Vernooij [Sat, 24 May 2008 19:20:45 +0000 (21:20 +0200)]
Allow request() call to do custom calls on DCE/RPC interfaces.
(This used to be commit 9c2eff0289d7c5963da87d5e002f1b80e6e66cdd)

16 years agoUse manually written Python bindings for DCE/RPC rather than SWIG based.
Jelmer Vernooij [Sat, 24 May 2008 19:02:56 +0000 (21:02 +0200)]
Use manually written Python bindings for DCE/RPC rather than SWIG based.

Use base class for pidl-generated DCE/RPC interface Python bindings.
(This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)

16 years agoShare struct used for interfaces in Python code.
Jelmer Vernooij [Sat, 24 May 2008 18:00:37 +0000 (20:00 +0200)]
Share struct used for interfaces in Python code.
(This used to be commit 8501a3fc31e688dba696667a187821480e8cb714)

16 years agoAdd tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.
Jelmer Vernooij [Sat, 24 May 2008 17:50:09 +0000 (19:50 +0200)]
Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.
(This used to be commit 468d35827fd055c82c6d43d6ce6d3d561abed54d)

16 years agoOnly provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are public.
Jelmer Vernooij [Sat, 24 May 2008 17:49:54 +0000 (19:49 +0200)]
Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are public.
(This used to be commit dd43bdcb880d08013a600f81d40e5280db74c534)

16 years agoAdd convenience functions for packing/unpacking structs in python.
Jelmer Vernooij [Sat, 24 May 2008 16:57:15 +0000 (18:57 +0200)]
Add convenience functions for packing/unpacking structs in python.
(This used to be commit c5d7d48b32bcebf8a0495cbd4556e30587fa589f)

16 years agoSupport __ndr_unpack__ on DCE/RPC structures in Python.
Jelmer Vernooij [Sat, 24 May 2008 16:55:46 +0000 (18:55 +0200)]
Support __ndr_unpack__ on DCE/RPC structures in Python.
(This used to be commit 3b2bd4d849946aaff2b0adfbacdc15284670b916)

16 years agoAdd __ndr_pack__ method to all DCE/RPC structures.
Jelmer Vernooij [Sat, 24 May 2008 16:46:32 +0000 (18:46 +0200)]
Add __ndr_pack__ method to all DCE/RPC structures.
(This used to be commit 06d272b42f59d0a785697d207e6d7dbbcf355175)

16 years agoAdd docstrings to a couple more python modules.
Jelmer Vernooij [Sat, 24 May 2008 02:01:57 +0000 (04:01 +0200)]
Add docstrings to a couple more python modules.
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)

16 years agoInclude full path for python scripting dir to allow out-of-tree builds.
Jelmer Vernooij [Fri, 23 May 2008 17:32:50 +0000 (19:32 +0200)]
Include full path for python scripting dir to allow out-of-tree builds.
(This used to be commit 01485bea87b7f7885ffed0cd3a0143baaa2d048e)

16 years agoFix typo in bugs.txt.
Matthias Dieter Wallnöfer [Fri, 23 May 2008 17:28:55 +0000 (19:28 +0200)]
Fix typo in bugs.txt.
(This used to be commit 66d7f35647a745958318ff8a3fb20c309598780e)

16 years agoMore work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer and me.
Jelmer Vernooij [Fri, 23 May 2008 17:25:05 +0000 (19:25 +0200)]
More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer and me.
(This used to be commit 6e29fbd5d06b02e2b0a55ae2994fce724aaa5bc5)

16 years agoFix indentation, add docstring in provisioning script.
Jelmer Vernooij [Fri, 23 May 2008 14:43:26 +0000 (16:43 +0200)]
Fix indentation, add docstring in provisioning script.
(This used to be commit 86a8a085496c292b390c0d6362e3e4d9980df83f)

16 years agoSome more PEP improvements.
Jelmer Vernooij [Fri, 23 May 2008 14:29:08 +0000 (16:29 +0200)]
Some more PEP improvements.
(This used to be commit 015ca850df9b4c8112b033130023909b1d0b78b7)

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgi
Jelmer Vernooij [Fri, 23 May 2008 14:24:07 +0000 (16:24 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgi

Conflicts:

source/scripting/python/samba/provision.py
(This used to be commit d27de633656f8a699222df77c4c58326890889a2)

16 years agogetting/setting security options works for the regf backend now
Jelmer Vernooij [Fri, 23 May 2008 14:19:51 +0000 (16:19 +0200)]
getting/setting security options works for the regf backend now
(This used to be commit 0f2de29dae1b29030c2c7bcee609919fce0d674b)

16 years agoInclude test case name when reporting with subunit. This should make it possible...
Jelmer Vernooij [Fri, 23 May 2008 14:19:00 +0000 (16:19 +0200)]
Include test case name when reporting with subunit. This should make it possible to having a test fail against some test cases and success against other ones.
(This used to be commit 0af138a85bba21a5009967e2610c898615fb536b)

16 years agoCope with new event context parameter in API and removed parameters to reg_open_local().
Jelmer Vernooij [Fri, 23 May 2008 14:17:58 +0000 (16:17 +0200)]
Cope with new event context parameter in API and removed parameters to reg_open_local().
(This used to be commit 0d5752c940360a0ceb5e23cd6f71cbc61271137a)

16 years agoReport full 'path' of unexpected test results for easier inclusion in knownfailure...
Jelmer Vernooij [Fri, 23 May 2008 14:17:23 +0000 (16:17 +0200)]
Report full 'path' of unexpected test results for easier inclusion in knownfailure file.
(This used to be commit 33cc9b0f5fae7510d490928195016cf7fe3bbe42)

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registry
Jelmer Vernooij [Fri, 23 May 2008 13:24:40 +0000 (15:24 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registry
(This used to be commit e8d96b61db1cddc2d8dca45e6e9b53d5c31ee5d4)

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2
Jelmer Vernooij [Fri, 23 May 2008 13:20:57 +0000 (15:20 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2
(This used to be commit 7ca46322f5aa650cfd89c4f887393da67ae9dc7b)

16 years agoselftest: Use convenience function for prepending paths to environment variables.
Jelmer Vernooij [Fri, 23 May 2008 13:20:32 +0000 (15:20 +0200)]
selftest: Use convenience function for prepending paths to environment variables.
(This used to be commit f71cb65a9057fb426748dd5fe45cf2962da42ae4)

16 years agoFix bugs in samr python tests.
Jelmer Vernooij [Fri, 23 May 2008 13:10:35 +0000 (15:10 +0200)]
Fix bugs in samr python tests.
(This used to be commit 09c6b106ac144820b8c072bda4dad3d8e2145ff0)

16 years agoCreate new context in pytalloc to avoid problems with talloc_free() freeing the wrong...
Jelmer Vernooij [Fri, 23 May 2008 13:09:51 +0000 (15:09 +0200)]
Create new context in pytalloc to avoid problems with talloc_free() freeing the wrong parent of a pointer.
(This used to be commit 3f628f4dc9a57326442ebe2d2eaac9d279043aa6)

16 years agoUFollow conventions for __repr__ contents for talloc python wrapper.
Jelmer Vernooij [Fri, 23 May 2008 11:13:36 +0000 (13:13 +0200)]
UFollow conventions for __repr__ contents for talloc python wrapper.
(This used to be commit f2d437d646d0694498c14bc951f9745c4ecd902d)

16 years agoFix syntax for return type in DCE/RPC interface python bindings.
Jelmer Vernooij [Fri, 23 May 2008 10:45:05 +0000 (12:45 +0200)]
Fix syntax for return type in DCE/RPC interface python bindings.
(This used to be commit 40652801fce937b37a43d37db9892821572cd6fd)

16 years agoSelf PYTHONPATH from selftest.
Jelmer Vernooij [Fri, 23 May 2008 10:40:45 +0000 (12:40 +0200)]
Self PYTHONPATH from selftest.
(This used to be commit f7e350368b40f575b312d4e0045981d9b1dcadfe)

16 years agoRAW-STREAMS: better test the bahavior of streams on directories
Stefan Metzmacher [Fri, 23 May 2008 07:39:50 +0000 (09:39 +0200)]
RAW-STREAMS: better test the bahavior of streams on directories

Note: this has a samba3 specific code path, which we should fixed.

metze
(This used to be commit 5c5c86683877337ff60526a40e7b689f604e40f8)

16 years agopvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directory
Stefan Metzmacher [Fri, 23 May 2008 07:47:59 +0000 (09:47 +0200)]
pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directory

metze
(This used to be commit 1421b1cc0c442be839be702647009ed5295f34a3)

16 years agopvfs_resolve: stream_name = "" is only the same as NULL for files
Stefan Metzmacher [Fri, 23 May 2008 07:46:50 +0000 (09:46 +0200)]
pvfs_resolve: stream_name = "" is only the same as NULL for files

metze
(This used to be commit 47756129fdf01075bac06cdd24107d7dc8ba34af)

16 years agopvfs_streams: directories don't have streams
Stefan Metzmacher [Fri, 23 May 2008 07:45:46 +0000 (09:45 +0200)]
pvfs_streams: directories don't have streams

metze
(This used to be commit 9ed7bb5afe6a73206bcba85f25305eb6630a5571)

16 years agoFix imports for provision-backend.
Jelmer Vernooij [Fri, 23 May 2008 02:31:10 +0000 (04:31 +0200)]
Fix imports for provision-backend.

This needs a blackbox test...
(This used to be commit 268c1de095411991ffb22ee835bfb88f8bce235a)

16 years agoFix indentation.
Jelmer Vernooij [Thu, 22 May 2008 11:00:04 +0000 (13:00 +0200)]
Fix indentation.
(This used to be commit 5c3d4fce06ae07663632cc50d9703ddbc728c737)

16 years agoAdd another test toe the python samr testsuite.
Jelmer Vernooij [Thu, 22 May 2008 10:21:26 +0000 (12:21 +0200)]
Add another test toe the python samr testsuite.
(This used to be commit 480884c696c676bb978e9197271b99cc03bb66e6)

16 years agoRemove unused ejs library functions.
Jelmer Vernooij [Thu, 22 May 2008 03:24:59 +0000 (05:24 +0200)]
Remove unused ejs library functions.
(This used to be commit 57eec87b19428fd763033988d0ba671524d90c69)

16 years agoRemove unused echo ejs script.
Jelmer Vernooij [Thu, 22 May 2008 03:23:50 +0000 (05:23 +0200)]
Remove unused echo ejs script.
(This used to be commit 3a6b009d505503b2eb22acadeaac485151ed0173)

16 years agoConvert samr test to python.
Jelmer Vernooij [Thu, 22 May 2008 03:13:31 +0000 (05:13 +0200)]
Convert samr test to python.
(This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)

16 years agoDisable building of EJS DCE/RPC support.
Jelmer Vernooij [Thu, 22 May 2008 02:23:23 +0000 (04:23 +0200)]
Disable building of EJS DCE/RPC support.
(This used to be commit c7bc9321b38a360d2e8d5258fadb30790342d032)

16 years agoAdd proper implementation of MessageElement.__cmp__.
Jelmer Vernooij [Fri, 23 May 2008 02:07:42 +0000 (04:07 +0200)]
Add proper implementation of MessageElement.__cmp__.
(This used to be commit 076e2cc356978ac313fcfdf8d8243f4ed1d629b0)

16 years agoWork around bug adding extra imports in generated file.
Jelmer Vernooij [Fri, 23 May 2008 01:56:20 +0000 (03:56 +0200)]
Work around bug adding extra imports in generated file.
(This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff)

16 years agoRemove unused EJS testprogs.
Jelmer Vernooij [Thu, 22 May 2008 10:34:50 +0000 (12:34 +0200)]
Remove unused EJS testprogs.
(This used to be commit e14c9302009b371f385612d2fd500773d238006a)

16 years agoRegenerate with SWIG 1.3.35.
Jelmer Vernooij [Fri, 23 May 2008 01:22:56 +0000 (03:22 +0200)]
Regenerate with SWIG 1.3.35.
(This used to be commit ce063eca498036937f99161a1f12e076c2ab313f)

16 years agoFix bug after reprocessing swig files with newer version of SWIG.
Jelmer Vernooij [Fri, 23 May 2008 01:20:37 +0000 (03:20 +0200)]
Fix bug after reprocessing swig files with newer version of SWIG.
(This used to be commit 2155d76646f4235c8857460f562a9cc4cafe3ab1)

16 years agoFix imports for minschema.
Jelmer Vernooij [Fri, 23 May 2008 00:44:42 +0000 (02:44 +0200)]
Fix imports for minschema.
(This used to be commit bda223a49e6bdeda68518cba27bc92df33784939)

16 years agoProperly fix symlink for module aliases.
Jelmer Vernooij [Fri, 23 May 2008 00:42:42 +0000 (02:42 +0200)]
Properly fix symlink for module aliases.
(This used to be commit 84d93728667921bf36a1b25c32bf8befa941a2c6)

16 years agodcerpc is now samba.dcerpc, avoid including source code in API documentation.
Jelmer Vernooij [Thu, 22 May 2008 22:45:50 +0000 (00:45 +0200)]
dcerpc is now samba.dcerpc, avoid including source code in API documentation.
(This used to be commit a28a8ed53557451749007a119e979f561c6b0f59)

16 years agoAdd docstrings to samba3 and getopt modules.
Jelmer Vernooij [Thu, 22 May 2008 16:47:32 +0000 (18:47 +0200)]
Add docstrings to samba3 and getopt modules.
(This used to be commit bdf1c039db6c184a9f275a6e4bf3786570cc924a)

16 years agoAdd docstrings to events python module.
Jelmer Vernooij [Thu, 22 May 2008 16:47:18 +0000 (18:47 +0200)]
Add docstrings to events python module.
(This used to be commit 7d43d2c7c91c86246b9bb2ae7eda050079767e7a)

16 years agoadd more docstrings to registry python module
Jelmer Vernooij [Thu, 22 May 2008 16:24:10 +0000 (18:24 +0200)]
add more docstrings to registry python module
(This used to be commit 606f92db874c139ba532df53a87cc5b826215d9e)

16 years agoAdd docstrings to param python module.
Jelmer Vernooij [Thu, 22 May 2008 16:13:48 +0000 (18:13 +0200)]
Add docstrings to param python module.
(This used to be commit 39d27088e51867705ceec356759e7c3609a102bf)

16 years agoAdd docstring for samba.net.Join
Jelmer Vernooij [Thu, 22 May 2008 16:03:01 +0000 (18:03 +0200)]
Add docstring for samba.net.Join
(This used to be commit 382de5455363ab1ae7436ff8da4b952d2b6541e9)

16 years agoUse restructuredText formatting for docstrings.
Jelmer Vernooij [Thu, 22 May 2008 15:42:18 +0000 (17:42 +0200)]
Use restructuredText formatting for docstrings.
(This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)

16 years agoAdd docstrings in misc python module.
Jelmer Vernooij [Thu, 22 May 2008 15:33:23 +0000 (17:33 +0200)]
Add docstrings in misc python module.
(This used to be commit 5bf15122e6bb6dcbc2abd325db9522b2084d975f)

16 years agoAdd some docstrings to tdb.
Jelmer Vernooij [Thu, 22 May 2008 15:26:55 +0000 (17:26 +0200)]
Add some docstrings to tdb.
(This used to be commit 3563d62663c36ff267011f1f6f9b256be21c32fb)

16 years agoAdd module docstring, docstrings for constructors.
Jelmer Vernooij [Thu, 22 May 2008 15:15:00 +0000 (17:15 +0200)]
Add module docstring, docstrings for constructors.
(This used to be commit 67d738d6e65476263a2b7c236a57fe2b0a2dfe32)

16 years agoAdd more docstrings in the ldb python module.
Jelmer Vernooij [Thu, 22 May 2008 15:02:31 +0000 (17:02 +0200)]
Add more docstrings in the ldb python module.
(This used to be commit a649a010670ee2c0d155aa62654841cf1f2bab8f)

16 years agoAdd some docstrings to ldb python module, fix MessageElement name.
Jelmer Vernooij [Thu, 22 May 2008 14:50:33 +0000 (16:50 +0200)]
Add some docstrings to ldb python module, fix MessageElement name.
(This used to be commit 717283331f8a1ebd80e7ec52d9bfe709f869ec86)

16 years agoAdd some docstrings to credentials python module.
Jelmer Vernooij [Thu, 22 May 2008 14:50:14 +0000 (16:50 +0200)]
Add some docstrings to credentials python module.
(This used to be commit 7b4435a68c5515f2ec09c8ba251d11ca1427748d)

16 years agoAdd some notes about further enhancements of the Python pidl backend.
Jelmer Vernooij [Thu, 22 May 2008 13:13:13 +0000 (15:13 +0200)]
Add some notes about further enhancements of the Python pidl backend.
(This used to be commit 8e4cd10e3fde9b52552549a9553cdd25ef30d6dd)

16 years agofix make test for EAs again
Andrew Tridgell [Thu, 22 May 2008 14:07:12 +0000 (00:07 +1000)]
fix make test for EAs again

- go back to 4 byte alignment until I work out the rules that Vista
  wants more exactly
- add the zero sized EA handling for SMB2 more generically
(This used to be commit 326b69bc8064cbea357864cecd6bd27b50c57184)

16 years agoMerge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell [Thu, 22 May 2008 13:28:44 +0000 (23:28 +1000)]
Merge commit 'origin/v4-0-test' into v4-0-test
(This used to be commit 2bba77a768c3ed984af05b99c2f7781577d08ec3)

16 years agoSMB2 read returns NT_STATUS_END_OF_FILE on read past end of file
Andrew Tridgell [Thu, 22 May 2008 13:07:16 +0000 (23:07 +1000)]
SMB2 read returns NT_STATUS_END_OF_FILE on read past end of file
(This used to be commit 1590494daf5abe43e43402e7602f92267bcda34b)

16 years agolibreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly detected
Stefan Metzmacher [Thu, 22 May 2008 13:00:19 +0000 (15:00 +0200)]
libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly detected

metze
(This used to be commit 84b5652d3e5766521436e4c7d59615b08b2bb198)

16 years agofixes for EAs and filename in gentest_smb2 results
Andrew Tridgell [Thu, 22 May 2008 13:00:08 +0000 (23:00 +1000)]
fixes for EAs and filename in gentest_smb2 results

- SMB2 returns 0 for a null EA
- return the share qualified name for the filename in SMB2 ALL_INFO
  level
(This used to be commit f9708184a2037f83ebb97c847414326a42436154)

16 years agoadded a --noeas option to gentest_smb2
Andrew Tridgell [Thu, 22 May 2008 12:46:43 +0000 (22:46 +1000)]
added a --noeas option to gentest_smb2
(This used to be commit 9d523debb7ee59bdadf9865e023be370b7ab7b39)

16 years agopass in the required alignment to the EA construction routines
Andrew Tridgell [Thu, 22 May 2008 12:46:29 +0000 (22:46 +1000)]
pass in the required alignment to the EA construction routines
(This used to be commit af31030e0b78b6b220740529901ec8d2d9f5a3fe)

16 years agoadded a define for all valid file attributes
Andrew Tridgell [Thu, 22 May 2008 07:54:06 +0000 (17:54 +1000)]
added a define for all valid file attributes
(This used to be commit 198ed9336756f973cebd7cc3df7f51e2c4575205)

16 years agocheck for invalid file attribute values in create
Andrew Tridgell [Thu, 22 May 2008 07:53:50 +0000 (17:53 +1000)]
check for invalid file attribute values in create
(This used to be commit dd21e3d9d788a67d4673625ed4892a875f4600dc)

16 years agoMerge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell [Thu, 22 May 2008 06:09:10 +0000 (16:09 +1000)]
Merge commit 'origin/v4-0-test' into v4-0-test
(This used to be commit d7f3348c891e14de0e1b195714468ff998400f60)

16 years agoadded testing of SMB2 setfileinfo in gentest_smb2
Andrew Tridgell [Thu, 22 May 2008 05:44:13 +0000 (15:44 +1000)]
added testing of SMB2 setfileinfo in gentest_smb2
(This used to be commit c38658c6c05fd65d729693904d35886431582537)

16 years agoadded EAs in the generated SMB2 create operation
Andrew Tridgell [Thu, 22 May 2008 05:35:52 +0000 (15:35 +1000)]
added EAs in the generated SMB2 create operation
(This used to be commit 607bf6a946ffd7f768bda44c461ee82fcfc101c1)

16 years agoadded --maskindexing and qfileinfo testing
Andrew Tridgell [Thu, 22 May 2008 04:51:32 +0000 (14:51 +1000)]
added --maskindexing and qfileinfo testing

 - added --maskindexing to mask the 0x2000 noindex bit in file
   attributes
 - added testing of qfileinfo in gentest_smb2
(This used to be commit 3883a7286fd32cd6c77269f67d1366c3b946b5a0)

16 years agominor cleanup in SMB2 getinfo test
Andrew Tridgell [Thu, 22 May 2008 04:50:36 +0000 (14:50 +1000)]
minor cleanup in SMB2 getinfo test
(This used to be commit b139b471072f20288f126b5a9ee7613cc6c40681)

16 years agofixed parsing of the SMB2 ALL_INFO qfileinfo level
Andrew Tridgell [Thu, 22 May 2008 04:49:21 +0000 (14:49 +1000)]
fixed parsing of the SMB2 ALL_INFO qfileinfo level
(This used to be commit a7be5ba22e0cf2c61501f5a05e64673f31ba145c)

16 years agoadded SMB2 gentest generation of SMB2 echo packets
Andrew Tridgell [Thu, 22 May 2008 03:43:04 +0000 (13:43 +1000)]
added SMB2 gentest generation of SMB2 echo packets
(This used to be commit 8f7cfa5d2e190ddb74ba859a3f68ec0ed33ae089)

16 years agobadly formed SMB2 packets get NT_STATUS_INVALID_PARAMETER
Andrew Tridgell [Thu, 22 May 2008 03:14:55 +0000 (13:14 +1000)]
badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETER
(This used to be commit 1c5dd2d1b655218f875a4e512ed3e94fee624fe4)

16 years agofixes to the SMB2 lock test after recent SMB2 locking changes
Andrew Tridgell [Thu, 22 May 2008 03:14:36 +0000 (13:14 +1000)]
fixes to the SMB2 lock test after recent SMB2 locking changes
(This used to be commit de7626e1c29f04e54afb6d95f4051bc52b17dd80)

16 years agoGPO: Do not provision Default Domain Policy as initially enforced. (bz #5480)
Andrew Kroeger [Thu, 22 May 2008 02:14:06 +0000 (21:14 -0500)]
GPO: Do not provision Default Domain Policy as initially enforced. (bz #5480)

This only solves part of bz #5480.  The settings for Enforced & Link Enabled
now match the default settings of a Windows DC, but they are still "locked"
and cannot be changed via the GUI.
(This used to be commit 761e667e45475d3a7d5a41558b400ba4c94c4650)

16 years agoenableaccount: Use correct command name in usage output.
Andrew Kroeger [Wed, 21 May 2008 23:54:15 +0000 (18:54 -0500)]
enableaccount: Use correct command name in usage output.
(This used to be commit 4ca8f32a37196c81547679b2ee8d00cb77a01269)

16 years agoprovision: Generate krb5.conf template separate from named.conf template.
Andrew Kroeger [Wed, 21 May 2008 23:12:36 +0000 (18:12 -0500)]
provision: Generate krb5.conf template separate from named.conf template.
(This used to be commit ebf130e9e57b640129cf0d05dbd7d210b71ea371)

16 years agogitignore: Ignore some output files from make test.
Andrew Kroeger [Wed, 21 May 2008 07:18:23 +0000 (02:18 -0500)]
gitignore: Ignore some output files from make test.
(This used to be commit 617d4b666514f997510a942c6f8aba6a4ae5e40e)

16 years agosubunit.sh: Properly capture and pass on the command output.
Andrew Kroeger [Wed, 21 May 2008 07:07:45 +0000 (02:07 -0500)]
subunit.sh: Properly capture and pass on the command output.

Previously, the output from $cmdline was never captured.  In case of a
failure, there was no output being passed to the subunit_fail_test() function,
but that function contains a call to "cat -".  This caused the script to hang
indefinitely waiting for input.

We now capture $cmdline output (including mapping stderr to stdout) using
backticks, and then pipe that output to the subunit_fail_test() if there is
a failure.
(This used to be commit c0234d13192c1871971b45121249395ef15c5ae5)

16 years agoFix import in provision test.
Jelmer Vernooij [Thu, 22 May 2008 01:09:40 +0000 (03:09 +0200)]
Fix import in provision test.
(This used to be commit 96501be38da947f02ad57217e0bc23f7a66d36f9)

16 years agoMove DCE/RPC python bindings into samba package.
Jelmer Vernooij [Thu, 22 May 2008 00:21:25 +0000 (02:21 +0200)]
Move DCE/RPC python bindings into samba package.
(This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)

16 years agoFix CFLAGS for SWIG files.
Jelmer Vernooij [Thu, 22 May 2008 00:13:26 +0000 (02:13 +0200)]
Fix CFLAGS for SWIG files.
(This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)

16 years agoMake sure the default ldb modules dir gets initialized.
Jelmer Vernooij [Wed, 21 May 2008 23:50:38 +0000 (01:50 +0200)]
Make sure the default ldb modules dir gets initialized.
(This used to be commit 937456c69d23ece85bdb7415f52d722c2aa6b6b5)

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij [Wed, 21 May 2008 23:48:20 +0000 (01:48 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 30f8d581aa339b37b27011e65355937590df10b9)

16 years agoFix python imports.
Jelmer Vernooij [Wed, 21 May 2008 23:47:36 +0000 (01:47 +0200)]
Fix python imports.
(This used to be commit 453206665677821b254c18cc67192e007b892f04)

16 years agouse one blackbox script per executable.
Jelmer Vernooij [Wed, 21 May 2008 23:47:22 +0000 (01:47 +0200)]
use one blackbox script per executable.
(This used to be commit cd8c8226784c96d7f1dbae006a4853eb50c7b2e2)

16 years agoFix events test.
Jelmer Vernooij [Wed, 21 May 2008 23:17:30 +0000 (01:17 +0200)]
Fix events test.
(This used to be commit 0fae6f11081cff7846319175cfec95fa3911571c)

16 years agoFix dependencies and imports.
Jelmer Vernooij [Wed, 21 May 2008 22:56:36 +0000 (00:56 +0200)]
Fix dependencies and imports.
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)