1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
Go to file
Andrew Tridgell f6d2892faa r8821: continue the trend to move to a more OO style of interface for our js
calls. This changes the generated RPC and IRPC calls to use the 'this'
object pointer instead of requiring the passing of the object on each
call. So typical usage is now:

var echo = echo_init();
var io = irpcObj();

status = echo.connect("ncacn_np:server");
assert(status.is_ok);

io.input.in_data = 7;
status = echo.AddOne(io);
assert(status.is_ok);
(This used to be commit f7b49ecd08)
2007-10-10 13:30:08 -05:00
packaging/debian r8784: Install pidl in "vendor" directories (matches debian policy) 2007-10-10 13:30:05 -05:00
source4 r8821: continue the trend to move to a more OO style of interface for our js 2007-10-10 13:30:08 -05:00
swat r8821: continue the trend to move to a more OO style of interface for our js 2007-10-10 13:30:08 -05:00
testprogs r8821: continue the trend to move to a more OO style of interface for our js 2007-10-10 13:30:08 -05:00
COPYING r1662: add a copy of the GPL text to the samba4 svn tree 2007-10-10 12:57:47 -05:00
howto.txt r8647: no diffrences between the heimdal and no heimdal case when building 2007-10-10 13:29:49 -05:00
prog_guide.txt r6226: A couple of small typos ... 2007-10-10 13:11:28 -05:00
swat2.txt r1273: An initial doc about what I'd like to see in the swat for samba4. Please 2007-10-10 12:56:48 -05:00