summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Trim the size of the Python bindings a bit.Jelmer Vernooij2008-05-254-60/+141
| | | | | | | | | | | | (This used to be commit 717ce0b640a5c3aa62804b9869ef4dcc0f71b7ba)
| * | Fix environment generation.Jelmer Vernooij2008-05-251-1/+1
| | | | | | | | | | | | (This used to be commit 19b46b50c982eb01909fe31d5abd304a1dd13577)
| * | Move result tuple generation out of main Python function running.Jelmer Vernooij2008-05-251-32/+49
| | | | | | | | | | | | (This used to be commit 5f07faf9c954229bf1cf6401eff81bdab4e242ae)
| * | Use separate function for in argument parsing.Jelmer Vernooij2008-05-251-57/+102
| | | | | | | | | | | | (This used to be commit 737059795ce150066ff775909030eebc54b595d9)
| * | Add tests for irpc python bindings.Jelmer Vernooij2008-05-252-0/+26
| | | | | | | | | | | | (This used to be commit 1ce0632afeb94a69bf286706b3b1f9f4be7ea91f)
| * | Start building IRPC Python support.Jelmer Vernooij2008-05-252-44/+240
| | | | | | | | | | | | (This used to be commit 5980c7bfd727825758bda1b94ddf7a7c3f691620)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-2519-3651/+817
| |\| | | | | | | | | | (This used to be commit 0a9330ee2a38bff13bf9af48114e6eecd962680b)
| | * Expose transfer and abstract syntax.Jelmer Vernooij2008-05-253-7/+46
| | | | | | | | | | | | (This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6)
| | * Expose request timeout variable in Python.Jelmer Vernooij2008-05-251-1/+10
| | | | | | | | | | | | (This used to be commit daed1432d22f5fa78907ee0fef9def8802538150)
| | * Add support for secondary contexts from Python.Jelmer Vernooij2008-05-255-45/+136
| | | | | | | | | | | | (This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5)
| | * Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij2008-05-251-0/+161
| | | | | | | | | | | | (This used to be commit 4e5687e813e50d0bc8d6314e389d1d7a0be2f8c1)
| | * Check for fault codes when connecting.Jelmer Vernooij2008-05-251-2/+4
| | | | | | | | | | | | (This used to be commit 42537b1d5282784550120358f3641f299351fba7)
| | * Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2008-05-243-3/+24
| | | | | | | | | | | | (This used to be commit 4716cdfb5d5abad85cba18be89d72fe8ee18f359)
| | * Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2008-05-242-2/+8
| | | | | | | | | | | | (This used to be commit 991541a78c2428db89509081cc28072c9b542ffa)
| | * Fix memory initialization in raw calls.Jelmer Vernooij2008-05-241-1/+1
| | | | | | | | | | | | (This used to be commit 788b2dbfe4b1ef14ab30d487d845e493be46fbd1)
| | * Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij2008-05-241-15/+20
| | | | | | | | | | | | (This used to be commit 75ba01a0fad87a9a4788f4c2277d8db0513cef4a)
| | * Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij2008-05-243-2/+94
| | | | | | | | | | | | (This used to be commit e3178d522c95871f1db35d7e058906502387a553)
| | * Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-245-8/+18
| | | | | | | | | | | | (This used to be commit f1de723b89251cbc8140b838941f304a34871bf3)
| | * Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-245-13/+45
| | | | | | | | | | | | (This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c)
| | * Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij2008-05-241-5/+21
| | | | | | | | | | | | (This used to be commit 9c2eff0289d7c5963da87d5e002f1b80e6e66cdd)
| | * Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij2008-05-248-3616/+204
| | | | | | | | | | | | | | | Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)
| | * Share struct used for interfaces in Python code.Jelmer Vernooij2008-05-242-13/+11
| | | | | | | | | | | | (This used to be commit 8501a3fc31e688dba696667a187821480e8cb714)
| | * Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij2008-05-243-1/+14
| | | | | | | | | | | | (This used to be commit 468d35827fd055c82c6d43d6ce6d3d561abed54d)
| | * Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are ↵Jelmer Vernooij2008-05-241-48/+55
| | | | | | | | | | | | | | | | | | public. (This used to be commit dd43bdcb880d08013a600f81d40e5280db74c534)
| | * 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)