summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2008-05-25Expose request timeout variable in Python.Jelmer Vernooij1-1/+10
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij1-40/+96
2008-05-25Check for fault codes when connecting.Jelmer Vernooij1-2/+4
2008-05-24Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2-2/+16
2008-05-24Add convenience function for creating objects with NDR error codes.Jelmer Vernooij1-0/+6
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 Vernooij1-1/+63
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij2-1/+2
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij1-3/+3
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 Vernooij7-3605/+203
2008-05-24Share struct used for interfaces in Python code.Jelmer Vernooij1-0/+44
2008-05-24Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij1-1/+1
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij2-1/+9
2008-05-23Disable building of EJS DCE/RPC support.Jelmer Vernooij2-115/+1
2008-05-23Work around bug adding extra imports in generated file.Jelmer Vernooij1-2/+0
2008-05-23Regenerate with SWIG 1.3.35.Jelmer Vernooij1-0/+2
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij1-17/+17
2008-05-22Fix dependencies and imports.Jelmer Vernooij3-1150/+24
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij3-37/+1203
2008-05-21Move some python files into the samba package.Jelmer Vernooij1-1/+1
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij1-0/+2
2008-05-21Manually handle the NETLOGON_SAM_LOGON_REQUEST too.Andrew Bartlett2-6/+11
2008-05-21Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-8/+8
2008-05-21Re-add alignment removed by metze in 0e2f6d481b3e35ed392b2b3340b244c77593819cAndrew Bartlett1-1/+4
2008-05-20Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2-190/+138
2008-05-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett3-172/+233
2008-05-19Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell4-172/+234
2008-05-19Move IDL build script to rpc directory, make various bits and pieces easier t...Jelmer Vernooij3-12/+64
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij1-4/+4
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-5/+5
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-5/+10
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-156/+160
2008-05-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-0/+1
2008-05-17Explain that the sid must be absent on the NTLOGON mailslot.Andrew Bartlett1-0/+1
2008-05-16This patch adds remaining padding bytes to the dcerpc_fault IDL structure and...Julien Kerihuel1-0/+1
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell1-8/+8
2008-05-16Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2-190/+137
2008-05-11Complete dependencies for python modules (actually matters when built standal...Jelmer Vernooij1-17/+13
2008-05-10Clean up some git merges gone wrong.Jelmer Vernooij1-4/+0
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2-4/+10
2008-05-10Fix installation of pidl perl files, torture pc file.Jelmer Vernooij1-1/+1
2008-05-07pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher1-3/+9
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij12-761/+823
2008-04-23Revert "Add port number for ncacn_http epmapper."Simo Sorce1-1/+1
2008-04-22Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2-26/+4
2008-04-22Add port number for ncacn_http epmapper.Jelmer Vernooij1-1/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2-26/+4