summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-06-11Add working Python bindings for NBT.Jelmer Vernooij1-3/+3
2008-06-07fixed for per session session_key here tooAndrew Tridgell1-1/+1
2008-06-03opendb: add write time handlingStefan Metzmacher1-0/+2
2008-05-30implemented client side SMB2 signingAndrew Tridgell2-2/+6
2008-05-29Add in an enum for two future NTP signing ops.Andrew Bartlett1-2/+3
2008-05-29Final fixes to for a functional NTP signing deamon.Andrew Bartlett1-3/+10
2008-05-29Don't make the NTP signd headers public.Andrew Bartlett1-2/+0
2008-05-28added a newline at the end of the IDLAndrew Tridgell1-1/+1
2008-05-28Try adding a stub to fix the buildAndrew Bartlett1-0/+6
2008-05-28Fix dependency list for NDR_TABLEAndrew Bartlett1-1/+1
2008-05-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett13-3728/+568
2008-05-27Allow librpcsrcdir to be an absolute path.Jelmer Vernooij1-1/+1
2008-05-27Use variables for IDL file paths.Jelmer Vernooij1-1/+1
2008-05-27Start an 'NTP signing server' in Samba4.Andrew Bartlett2-0/+37
2008-05-27add a mask of invalid security bitsAndrew Tridgell1-0/+3
2008-05-26Remove evil hack which breaks Python bindings.Jelmer Vernooij1-12/+6
2008-05-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij1-1/+2
2008-05-26allow larger streams using the TDB backendAndrew Tridgell1-1/+2
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2-0/+19
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2-3/+3
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 Vernooij3-1/+117
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij1-2/+34
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