summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-05-26check use of mincnt past EOF in SMBAndrew Tridgell1-0/+17
2008-05-26fill in reserved field on SMB2 flushAndrew Tridgell1-0/+1
2008-05-26allow larger streams using the TDB backendAndrew Tridgell2-5/+11
2008-05-26Fix import.Jelmer Vernooij2-1/+28
2008-05-26Remove obsolete ejs winreg example.Jelmer Vernooij1-107/+0
2008-05-26Move some scripts to examples directory since they're not really generically ...Jelmer Vernooij3-3/+3
2008-05-26Cope with no server being active.Jelmer Vernooij2-5/+11
2008-05-26Finish smbstatus in Python.Jelmer Vernooij3-24/+52
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij6-41/+76
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij4-75/+125
2008-05-26Remove unused cli ejs module.Jelmer Vernooij3-724/+0
2008-05-26Remove unused nss module.Jelmer Vernooij2-168/+0
2008-05-26Remove unused EJS code.Jelmer Vernooij3-116/+0
2008-05-26Convert smbstatus to Python.Jelmer Vernooij1-96/+63
2008-05-26Provide access to server_id from python bindings, add more tests.Jelmer Vernooij4-6/+68
2008-05-26Add bindings for deregister.Jelmer Vernooij1-0/+21
2008-05-26Support messaging_client_init in the python bindings.Jelmer Vernooij1-40/+58
2008-05-26Add bindings for irpc_{add,remove}_name.Jelmer Vernooij1-0/+39
2008-05-26Remove some unused cruft.Jelmer Vernooij2-56/+18
2008-05-25Fix compilation errors.Jelmer Vernooij2-1/+7
2008-05-25Trim the size of the Python bindings a bit.Jelmer Vernooij4-60/+141
2008-05-25Fix environment generation.Jelmer Vernooij1-1/+1
2008-05-25Move result tuple generation out of main Python function running.Jelmer Vernooij1-32/+49
2008-05-25Use separate function for in argument parsing.Jelmer Vernooij1-57/+102
2008-05-25Add tests for irpc python bindings.Jelmer Vernooij2-0/+26
2008-05-25Start building IRPC Python support.Jelmer Vernooij2-44/+240
2008-05-25Fix missing colon.Jelmer Vernooij1-1/+1
2008-05-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij19-3651/+817
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij3-7/+46
2008-05-25Expose request timeout variable in Python.Jelmer Vernooij1-1/+10
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij5-45/+136
2008-05-25Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij1-0/+161
2008-05-25Check for fault codes when connecting.Jelmer Vernooij1-2/+4
2008-05-24Add helper function to return DCE/RPC fault codes.Jelmer Vernooij3-3/+24
2008-05-24Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2-2/+8
2008-05-24Fix memory initialization in raw calls.Jelmer Vernooij1-1/+1
2008-05-24Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij1-15/+20
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij3-2/+94
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij5-8/+18
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij5-13/+45
2008-05-24Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij1-5/+21
2008-05-24Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij8-3616/+204
2008-05-24Share struct used for interfaces in Python code.Jelmer Vernooij2-13/+11
2008-05-24Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij3-1/+14
2008-05-24Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are pub...Jelmer Vernooij1-48/+55
2008-05-24Add convenience functions for packing/unpacking structs in python.Jelmer Vernooij1-0/+27
2008-05-24Support __ndr_unpack__ on DCE/RPC structures in Python.Jelmer Vernooij1-1/+23
2008-05-24Add __ndr_pack__ method to all DCE/RPC structures.Jelmer Vernooij1-0/+27
2008-05-24Initialize module.Jelmer Vernooij1-1/+2
2008-05-24Remove remaining EJS RPC code, was unused.Jelmer Vernooij5-1145/+1