summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Add convenience function for getting at event context from ejs code.Jelmer Vernooij1-2/+2
2008-02-21Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used byJelmer Vernooij1-3/+3
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett1-1/+1
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij1-1/+3
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-1/+2
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij1-1/+0
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+3
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-2/+3
2007-10-10r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher1-2/+2
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-1/+1
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-3/+3
2007-10-10r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher1-1/+1
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-4/+5
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r12622: Move table.c prototypes to seperate header to prevent circular depend...Jelmer Vernooij1-0/+1
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-0/+2
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-3/+1
2007-10-10r12501: Merge EJSHeader.pm into EJS.pm and simplify smbcalls_rpc.c a bit,Jelmer Vernooij1-37/+0
2007-10-10r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher1-1/+0
2007-10-10r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell1-2/+3
2007-10-10r9340: print the [in] contents when debugging even if the marshallingAndrew Tridgell1-2/+4
2007-10-10r9226: make sure we catch rpc faults in the ejs rpc wrappersAndrew Tridgell1-0/+3
2007-10-10r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell1-2/+5
2007-10-10r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell1-5/+6
2007-10-10r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell1-1/+1
2007-10-10r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell1-40/+48
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell1-26/+4
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell1-1/+1
2007-10-10r8333: merged with latest upstream ejs sourcesAndrew Tridgell1-1/+1
2007-10-10r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell1-1/+1
2007-10-10r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell1-3/+94
2007-10-10r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell1-18/+24
2007-10-10r8280: - added irpc_connect() for connecting to a irpc server by nameAndrew Tridgell1-2/+77
2007-10-10r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell1-2/+3
2007-10-10r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell1-5/+14
2007-10-10r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell1-18/+40
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell1-1/+12
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell1-0/+7
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell1-0/+13
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell1-0/+9
2007-10-10r8200: - added stub functions for union pull/pushAndrew Tridgell1-0/+3
2007-10-10r8198: - handled push/pull of simple strings in ejsAndrew Tridgell1-2/+2
2007-10-10r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell1-12/+11
2007-10-10r8073: a successful rpc call from ejs!Andrew Tridgell1-10/+67
2007-10-10r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell1-0/+116