Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgi
[nivanova/samba-autobuild/.git] / source4 / scripting / ejs / smbcalls_rpc.c
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-16 Jelmer VernooijAdd convenience function for getting at event context...
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' into id10ts-registry
2008-02-29 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-28 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-28 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-test
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-21 Jelmer VernooijIntroduce mprLpCtx() similar to mprMemCtx() for loadpar...
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-02-04 Andrew BartlettRework cluster_id() to take an additional argument...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26441: Remove global_loadparm uses.
2007-12-21 Jelmer Vernooijr26327: Explicit loadparm_context for RPC client functions.
2007-12-21 Jelmer Vernooijr26270: Require specifying the loadparm_context or...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Stefan Metzmacherr24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Stefan Metzmacherr24551: rename dcerpc_interface_table -> ndr_interface_...
2007-10-10 Stefan Metzmacherr24535: rename struct dcerpc_interface_call -> struct...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22748: fix memleaks by passing an mem_ctx to
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Jelmer Vernooijr12622: Move table.c prototypes to seperate header...
2007-10-10 Jelmer Vernooijr12620: Get rid of automatically generated lists of...
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Jelmer Vernooijr12501: Merge EJSHeader.pm into EJS.pm and simplify...
2007-10-10 Stefan Metzmacherr12014: free the irpc_request structure with the irpc_c...
2007-10-10 Andrew Tridgellr9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
2007-10-10 Andrew Tridgellr9340: print the [in] contents when debugging even...
2007-10-10 Andrew Tridgellr9226: make sure we catch rpc faults in the ejs rpc...
2007-10-10 Andrew Tridgellr9210: fixed support for a credentials element in a...
2007-10-10 Andrew Tridgellr9171: - support putting a credentials object in a...
2007-10-10 Andrew Tridgellr8887: fixed the irpc error that caused ia64 to fail...
2007-10-10 Andrew Tridgellr8821: continue the trend to move to a more OO style...
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8399: move the ejs and esp code closer to the director...
2007-10-10 Andrew Tridgellr8333: merged with latest upstream ejs sources
2007-10-10 Andrew Tridgellr8320: make sure all our returned objects are full...
2007-10-10 Andrew Tridgellr8284: - fixed some uninitialised variables in the...
2007-10-10 Andrew Tridgellr8281: pass the callnum and rpc interface table directl...
2007-10-10 Andrew Tridgellr8280: - added irpc_connect() for connecting to a irpc...
2007-10-10 Andrew Tridgellr8276: fixed the remaining memory leaks in smbscript...
2007-10-10 Andrew Tridgellr8273: fixed some memory leaks in smbscript. This requi...
2007-10-10 Andrew Tridgellr8260: added an init based registration system for...
2007-10-10 Andrew Tridgellr8256: - allow rpc calls from non-command line ejs...
2007-10-10 Andrew Tridgellr8238: - fixed handling of NULL pointers from ejs
2007-10-10 Andrew Tridgellr8233: - added support for more base types in pidl ejs
2007-10-10 Andrew Tridgellr8220: added auto-generation of ENUM constants in ejs...
2007-10-10 Andrew Tridgellr8200: - added stub functions for union pull/push
2007-10-10 Andrew Tridgellr8198: - handled push/pull of simple strings in ejs
2007-10-10 Andrew Tridgellr8192: updated the glue code for the generated ejs...
2007-10-10 Andrew Tridgellr8073: a successful rpc call from ejs!
2007-10-10 Andrew Tridgellr8069: the beginnings of code to allow rpc calls to...