summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add convenience functions for packing/unpacking structs in python.Jelmer Vernooij2008-05-241-0/+27
| | | | | | | | (This used to be commit c5d7d48b32bcebf8a0495cbd4556e30587fa589f)
| * Support __ndr_unpack__ on DCE/RPC structures in Python.Jelmer Vernooij2008-05-241-1/+23
| | | | | | | | (This used to be commit 3b2bd4d849946aaff2b0adfbacdc15284670b916)
| * Add __ndr_pack__ method to all DCE/RPC structures.Jelmer Vernooij2008-05-241-0/+27
| | | | | | | | (This used to be commit 06d272b42f59d0a785697d207e6d7dbbcf355175)
* | Initialize module.Jelmer Vernooij2008-05-241-1/+2
| | | | | | | | (This used to be commit 3246258afb4f3b4a977a191f2f83c73e8ce9c65a)
* | Remove remaining EJS RPC code, was unused.Jelmer Vernooij2008-05-245-1145/+1
| | | | | | | | (This used to be commit c994fa427fdd1e9682a5ad506aafc77f942122d1)
* | Initial work on IRPC Python support.Jelmer Vernooij2008-05-241-0/+201
|/ | | | (This used to be commit df01b040f7450c3be29f369a993955fbc4678bd9)
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-2420-18/+136
| | | | (This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
* Include full path for python scripting dir to allow out-of-tree builds.Jelmer Vernooij2008-05-231-1/+1
| | | | (This used to be commit 01485bea87b7f7885ffed0cd3a0143baaa2d048e)
* More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer ↵Jelmer Vernooij2008-05-232-6/+6
| | | | | | and me. (This used to be commit 6e29fbd5d06b02e2b0a55ae2994fce724aaa5bc5)
* Fix indentation, add docstring in provisioning script.Jelmer Vernooij2008-05-231-14/+15
| | | | (This used to be commit 86a8a085496c292b390c0d6362e3e4d9980df83f)
* Some more PEP improvements.Jelmer Vernooij2008-05-231-17/+18
| | | | (This used to be commit 015ca850df9b4c8112b033130023909b1d0b78b7)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgiJelmer Vernooij2008-05-23631-19821/+19655
|\ | | | | | | | | | | | | Conflicts: source/scripting/python/samba/provision.py (This used to be commit d27de633656f8a699222df77c4c58326890889a2)
| * getting/setting security options works for the regf backend nowJelmer Vernooij2008-05-231-1/+2
| | | | | | | | (This used to be commit 0f2de29dae1b29030c2c7bcee609919fce0d674b)
| * Include test case name when reporting with subunit. This should make it ↵Jelmer Vernooij2008-05-231-6/+21
| | | | | | | | | | | | possible to having a test fail against some test cases and success against other ones. (This used to be commit 0af138a85bba21a5009967e2610c898615fb536b)
| * Cope with new event context parameter in API and removed parameters to ↵Jelmer Vernooij2008-05-231-6/+6
| | | | | | | | | | | | reg_open_local(). (This used to be commit 0d5752c940360a0ceb5e23cd6f71cbc61271137a)
| * Report full 'path' of unexpected test results for easier inclusion in ↵Jelmer Vernooij2008-05-231-1/+3
| | | | | | | | | | | | knownfailure file. (This used to be commit 33cc9b0f5fae7510d490928195016cf7fe3bbe42)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-05-23558-11891/+14380
| |\ | | | | | | | | | (This used to be commit e8d96b61db1cddc2d8dca45e6e9b53d5c31ee5d4)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2Jelmer Vernooij2008-05-235-12/+109
| | |\ | | | | | | | | | | | | (This used to be commit 7ca46322f5aa650cfd89c4f887393da67ae9dc7b)
| | | * RAW-STREAMS: better test the bahavior of streams on directoriesStefan Metzmacher2008-05-231-10/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this has a samba3 specific code path, which we should fixed. metze (This used to be commit 5c5c86683877337ff60526a40e7b689f604e40f8)
| | | * pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directoryStefan Metzmacher2008-05-231-1/+8
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 1421b1cc0c442be839be702647009ed5295f34a3)
| | | * pvfs_resolve: stream_name = "" is only the same as NULL for filesStefan Metzmacher2008-05-232-1/+9
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 47756129fdf01075bac06cdd24107d7dc8ba34af)
| | | * pvfs_streams: directories don't have streamsStefan Metzmacher2008-05-231-0/+7
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 9ed7bb5afe6a73206bcba85f25305eb6630a5571)
| | * | selftest: Use convenience function for prepending paths to environment ↵Jelmer Vernooij2008-05-231-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | variables. (This used to be commit f71cb65a9057fb426748dd5fe45cf2962da42ae4)
| | * | Fix bugs in samr python tests.Jelmer Vernooij2008-05-232-4/+4
| | | | | | | | | | | | | | | | (This used to be commit 09c6b106ac144820b8c072bda4dad3d8e2145ff0)
| | * | Create new context in pytalloc to avoid problems with talloc_free() freeing ↵Jelmer Vernooij2008-05-231-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | the wrong parent of a pointer. (This used to be commit 3f628f4dc9a57326442ebe2d2eaac9d279043aa6)
| | * | UFollow conventions for __repr__ contents for talloc python wrapper.Jelmer Vernooij2008-05-231-1/+1
| | | | | | | | | | | | | | | | (This used to be commit f2d437d646d0694498c14bc951f9745c4ecd902d)
| | * | Fix syntax for return type in DCE/RPC interface python bindings.Jelmer Vernooij2008-05-231-1/+1
| | | | | | | | | | | | | | | | (This used to be commit 40652801fce937b37a43d37db9892821572cd6fd)
| | * | Self PYTHONPATH from selftest.Jelmer Vernooij2008-05-231-0/+1
| | | | | | | | | | | | | | | | (This used to be commit f7e350368b40f575b312d4e0045981d9b1dcadfe)
| | * | Fix imports for provision-backend.Jelmer Vernooij2008-05-231-3/+6
| | | | | | | | | | | | | | | | | | | | This needs a blackbox test... (This used to be commit 268c1de095411991ffb22ee835bfb88f8bce235a)
| | * | Fix indentation.Jelmer Vernooij2008-05-231-9/+16
| | | | | | | | | | | | | | | | (This used to be commit 5c3d4fce06ae07663632cc50d9703ddbc728c737)
| | * | Add another test toe the python samr testsuite.Jelmer Vernooij2008-05-231-2/+18
| | | | | | | | | | | | | | | | (This used to be commit 480884c696c676bb978e9197271b99cc03bb66e6)
| | * | Remove unused ejs library functions.Jelmer Vernooij2008-05-232-461/+0
| | | | | | | | | | | | | | | | (This used to be commit 57eec87b19428fd763033988d0ba671524d90c69)
| | * | Remove unused echo ejs script.Jelmer Vernooij2008-05-231-1/+0
| | | | | | | | | | | | | | | | (This used to be commit 3a6b009d505503b2eb22acadeaac485151ed0173)
| | * | Convert samr test to python.Jelmer Vernooij2008-05-233-1/+117
| | | | | | | | | | | | | | | | (This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)
| | * | Disable building of EJS DCE/RPC support.Jelmer Vernooij2008-05-232-115/+1
| | |/ | | | | | | | | | (This used to be commit c7bc9321b38a360d2e8d5258fadb30790342d032)
| | * Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij2008-05-233-11/+16
| | | | | | | | | | | | (This used to be commit 076e2cc356978ac313fcfdf8d8243f4ed1d629b0)
| | * Work around bug adding extra imports in generated file.Jelmer Vernooij2008-05-231-2/+0
| | | | | | | | | | | | (This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff)
| | * Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-237-60/+143
| | | | | | | | | | | | (This used to be commit ce063eca498036937f99161a1f12e076c2ab313f)
| | * Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij2008-05-232-4/+4
| | | | | | | | | | | | (This used to be commit 2155d76646f4235c8857460f562a9cc4cafe3ab1)
| | * Fix imports for minschema.Jelmer Vernooij2008-05-231-0/+2
| | | | | | | | | | | | (This used to be commit bda223a49e6bdeda68518cba27bc92df33784939)
| | * Properly fix symlink for module aliases.Jelmer Vernooij2008-05-231-1/+1
| | | | | | | | | | | | (This used to be commit 84d93728667921bf36a1b25c32bf8befa941a2c6)
| | * dcerpc is now samba.dcerpc, avoid including source code in API documentation.Jelmer Vernooij2008-05-231-1/+3
| | | | | | | | | | | | (This used to be commit a28a8ed53557451749007a119e979f561c6b0f59)
| | * Add docstrings to samba3 and getopt modules.Jelmer Vernooij2008-05-232-0/+18
| | | | | | | | | | | | (This used to be commit bdf1c039db6c184a9f275a6e4bf3786570cc924a)
| | * Add docstrings to events python module.Jelmer Vernooij2008-05-233-7/+27
| | | | | | | | | | | | (This used to be commit 7d43d2c7c91c86246b9bb2ae7eda050079767e7a)
| | * add more docstrings to registry python moduleJelmer Vernooij2008-05-233-14/+100
| | | | | | | | | | | | (This used to be commit 606f92db874c139ba532df53a87cc5b826215d9e)
| | * Add docstrings to param python module.Jelmer Vernooij2008-05-233-10/+136
| | | | | | | | | | | | (This used to be commit 39d27088e51867705ceec356759e7c3609a102bf)
| | * Add docstring for samba.net.JoinJelmer Vernooij2008-05-231-1/+4
| | | | | | | | | | | | (This used to be commit 382de5455363ab1ae7436ff8da4b952d2b6541e9)
| | * Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-238-0/+18
| | | | | | | | | | | | (This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
| | * Add docstrings in misc python module.Jelmer Vernooij2008-05-233-33/+129
| | | | | | | | | | | | (This used to be commit 5bf15122e6bb6dcbc2abd325db9522b2084d975f)
| | * Add some docstrings to tdb.Jelmer Vernooij2008-05-233-122/+319
| | | | | | | | | | | | (This used to be commit 3563d62663c36ff267011f1f6f9b256be21c32fb)