summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * remove unused credentials ejs module.Jelmer Vernooij2008-05-263-277/+0
| * Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-263-13/+28
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-2611-22/+87
| |\
| | * remove temporary test codeAndrew Tridgell2008-05-261-1/+1
| | * stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-265-15/+56
| | * check use of mincnt past EOF in SMBAndrew Tridgell2008-05-261-0/+17
| | * fill in reserved field on SMB2 flushAndrew Tridgell2008-05-261-0/+1
| | * allow larger streams using the TDB backendAndrew Tridgell2008-05-262-5/+11
| | * Fix missing colon.Jelmer Vernooij2008-05-251-1/+1
| * | Fix import.Jelmer Vernooij2008-05-262-1/+28
| * | Remove obsolete ejs winreg example.Jelmer Vernooij2008-05-261-107/+0
| * | Move some scripts to examples directory since they're not really generically ...Jelmer Vernooij2008-05-263-3/+3
| * | Cope with no server being active.Jelmer Vernooij2008-05-262-5/+11
| * | Finish smbstatus in Python.Jelmer Vernooij2008-05-263-24/+52
| * | Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-266-41/+76
| * | Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2008-05-264-75/+125
| * | Remove unused cli ejs module.Jelmer Vernooij2008-05-263-724/+0
| * | Remove unused nss module.Jelmer Vernooij2008-05-262-168/+0
| * | Remove unused EJS code.Jelmer Vernooij2008-05-263-116/+0
| * | Convert smbstatus to Python.Jelmer Vernooij2008-05-261-96/+63
| * | Provide access to server_id from python bindings, add more tests.Jelmer Vernooij2008-05-264-6/+68
| * | Add bindings for deregister.Jelmer Vernooij2008-05-261-0/+21
| * | Support messaging_client_init in the python bindings.Jelmer Vernooij2008-05-261-40/+58
| * | Add bindings for irpc_{add,remove}_name.Jelmer Vernooij2008-05-261-0/+39
| * | Remove some unused cruft.Jelmer Vernooij2008-05-262-56/+18
| * | Fix compilation errors.Jelmer Vernooij2008-05-252-1/+7
| * | Trim the size of the Python bindings a bit.Jelmer Vernooij2008-05-254-60/+141
| * | Fix environment generation.Jelmer Vernooij2008-05-251-1/+1
| * | Move result tuple generation out of main Python function running.Jelmer Vernooij2008-05-251-32/+49
| * | Use separate function for in argument parsing.Jelmer Vernooij2008-05-251-57/+102
| * | Add tests for irpc python bindings.Jelmer Vernooij2008-05-252-0/+26
| * | Start building IRPC Python support.Jelmer Vernooij2008-05-252-44/+240
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-2519-3651/+817
| |\|
| | * Expose transfer and abstract syntax.Jelmer Vernooij2008-05-253-7/+46
| | * Expose request timeout variable in Python.Jelmer Vernooij2008-05-251-1/+10
| | * Add support for secondary contexts from Python.Jelmer Vernooij2008-05-255-45/+136
| | * Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij2008-05-251-0/+161
| | * Check for fault codes when connecting.Jelmer Vernooij2008-05-251-2/+4
| | * Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2008-05-243-3/+24
| | * Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2008-05-242-2/+8
| | * Fix memory initialization in raw calls.Jelmer Vernooij2008-05-241-1/+1
| | * Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij2008-05-241-15/+20
| | * Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij2008-05-243-2/+94
| | * Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-245-8/+18
| | * Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-245-13/+45
| | * Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij2008-05-241-5/+21
| | * Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij2008-05-248-3616/+204
| | * Share struct used for interfaces in Python code.Jelmer Vernooij2008-05-242-13/+11
| | * Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij2008-05-243-1/+14
| | * Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are pub...Jelmer Vernooij2008-05-241-48/+55