summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Collapse)AuthorFilesLines
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-725/+0
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-1/+1
Conflicts: source4/Makefile
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-2/+4
2008-09-30s4:librpc/rpc: correctly sign or seal rpc request with an object guidStefan Metzmacher1-2/+4
metze
2008-09-30make sure dcerpc is always initialized.Jelmer Vernooij1-3/+1
2008-09-30Remove two more uses of global loadparm by remember requiredJelmer Vernooij2-16/+31
details for secondary DCE/RPC connections.
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-09-30Remove redundant call.Jelmer Vernooij1-1/+1
2008-09-16Import proper IDL for interface pointers.Jelmer Vernooij1-0/+2
2008-09-13librpc/rpc: don't send auth trailers in level connectStefan Metzmacher1-113/+77
Also ignore auth trailers in level connect on receive. This fixes [krb5,connect] against windows. TODO: maybe the gensec mech need to decide if signatures are needed in level connect. metze (This used to be commit eca0502b8620f2110a303b84def4f0bf48cc4ea5)
2008-09-13client free credentials when not needed anymoreStefan Metzmacher1-0/+7
(This used to be commit d982b69df638f17da6af398e2613986240031064)
2008-08-11librpc/rpc: correct the chunk_size depending on the signature sizeStefan Metzmacher1-4/+13
metze (This used to be commit 50eb0e726405580dc5ca3a8a3b15f3bd674f722a)
2008-08-07librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher4-1/+35
You can trigger it like this: ncacn_ip_tcp:172.31.9.234[sign,hdrsign] or ncacn_ip_tcp:172.31.9.234[seal,hdrsign] metze (This used to be commit 54f1fca582b1474693b5ee11b7b847086d27f75f)
2008-08-07librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()Stefan Metzmacher2-6/+9
metze (This used to be commit 60b3523da485d845b1d930d990688d8434d39ef3)
2008-07-23The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett1-2/+12
presumably LSA). Tests show that Vista requires the sesion key to be truncated for a domain join. Andrew Bartlett (This used to be commit af629a3738298d27eb2dbecf466ceb503cec9638)
2008-07-16Fix the build - this element was renamed.Andrew Bartlett1-1/+1
(This used to be commit 60161954ad5c99ce9934a968c5d41f41fafd780f)
2008-07-07dcerpc_smb: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher1-1/+8
We now support async multi fragment SMBtrans calls. metze (This used to be commit 6813e22e9d300696a40993476629227d5cc4d35f)
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5)
2008-06-07fixed for per session session_key here tooAndrew Tridgell1-1/+1
(This used to be commit abcbce004c99a2c62aa8c7a7cfc8ac5b5cfeb7dd)
2008-05-30implemented client side SMB2 signingAndrew Tridgell2-2/+6
This doessn't work against Windows yet, and I've submitted a WSPP request for clarification of the docs to try and find out why. Meanwhile this is no worse than what we had, as it only gets used when the server demands signing, and we didn't work then anyway. (This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a)
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij1-0/+2
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2-3/+3
(This used to be commit 777dc3a2c7b5bf855344ba3ae8c8b564c48fc0c6)
2008-05-26Remove some unused cruft.Jelmer Vernooij2-56/+18
(This used to be commit 8f47157f09cbf4200f0f7c5efe8750fd5d316a3b)
2008-05-25Fix compilation errors.Jelmer Vernooij2-1/+7
(This used to be commit daae053365cf6c5be7b31aa51a239c2660cfc120)
2008-05-25Trim the size of the Python bindings a bit.Jelmer Vernooij3-1/+117
(This used to be commit 717ce0b640a5c3aa62804b9869ef4dcc0f71b7ba)
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij1-2/+34
(This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6)
2008-05-25Expose request timeout variable in Python.Jelmer Vernooij1-1/+10
(This used to be commit daed1432d22f5fa78907ee0fef9def8802538150)
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij1-40/+96
(This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5)
2008-05-25Check for fault codes when connecting.Jelmer Vernooij1-2/+4
(This used to be commit 42537b1d5282784550120358f3641f299351fba7)
2008-05-24Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2-2/+16
(This used to be commit 4716cdfb5d5abad85cba18be89d72fe8ee18f359)
2008-05-24Add convenience function for creating objects with NDR error codes.Jelmer Vernooij1-0/+6
(This used to be commit 991541a78c2428db89509081cc28072c9b542ffa)
2008-05-24Fix memory initialization in raw calls.Jelmer Vernooij1-1/+1
(This used to be commit 788b2dbfe4b1ef14ab30d487d845e493be46fbd1)
2008-05-24Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij1-15/+20
(This used to be commit 75ba01a0fad87a9a4788f4c2277d8db0513cef4a)
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-1/+63
(This used to be commit e3178d522c95871f1db35d7e058906502387a553)
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij2-1/+2
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3)
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij1-3/+3
(This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c)
2008-05-24Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij1-5/+21
(This used to be commit 9c2eff0289d7c5963da87d5e002f1b80e6e66cdd)
2008-05-24Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij6-3585/+184
Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)
2008-05-24Share struct used for interfaces in Python code.Jelmer Vernooij1-0/+44
(This used to be commit 8501a3fc31e688dba696667a187821480e8cb714)
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij2-1/+9
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
2008-05-23Work around bug adding extra imports in generated file.Jelmer Vernooij1-2/+0
(This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff)
2008-05-23Regenerate with SWIG 1.3.35.Jelmer Vernooij1-0/+2
(This used to be commit ce063eca498036937f99161a1f12e076c2ab313f)
2008-05-22Fix dependencies and imports.Jelmer Vernooij2-1140/+14
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-35/+1186
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell1-8/+8
(This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b)
2008-04-21Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2-26/+4
the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9)
2008-04-17Require passing in an event context to endpoint mapper utility function.Jelmer Vernooij1-13/+1
(This used to be commit 906b9fe158841c41789952601b36016af6621565)
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-1/+0
(This used to be commit 4d7fc946b2ec50e774689c9036423b6feef99b8e)
2008-04-15Split binding structure handling out into a separate file.Jelmer Vernooij2-695/+724
For easier synchronisation with Samba 3. (This used to be commit b9cac469f3c869a26f415a6c551cf6e8fbb06ed6)