Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8481: switched ldb ejs called over to an OO interface, so you do: | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r8413: mark exprbug() as fixed, and add a new bug | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r8355: - added a vsprintf() function | Andrew Tridgell | 2 | -1/+40 |
2007-10-10 | r8346: added a sprintf test suite for ejs | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r8317: convert the example scripts over to the new GetOptions() call | Andrew Tridgell | 4 | -11/+54 |
2007-10-10 | r8298: - started building a library of js routines in scripting/libjs/ | Andrew Tridgell | 2 | -138/+27 |
2007-10-10 | r8287: yay! finally irpc calls from ejs are all working. | Andrew Tridgell | 1 | -0/+24 |
2007-10-10 | r8271: make the ejs test scripts directly executable scripts using: | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r8269: added automatic testing of rpc calls from ejs in 'make test' | Andrew Tridgell | 2 | -1/+3 |
2007-10-10 | r8257: add a samr rpc test page in the web server. It lists all level3 | Andrew Tridgell | 1 | -15/+5 |
2007-10-10 | r8244: need to be careful about local vs global variables in js | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r8241: - take advantage of pointer comparison | Andrew Tridgell | 1 | -1/+28 |
2007-10-10 | r8239: - added testing of LookupDomain, OpenDomain and EnumDomainUsers | Andrew Tridgell | 1 | -3/+82 |
2007-10-10 | r8237: expanded the samr.js test to do a samr_Connect(), samr_EnumDomains() a... | Andrew Tridgell | 1 | -4/+37 |
2007-10-10 | r8234: started on testing samr calls from ejs. So far it only does samr_Conne... | Andrew Tridgell | 2 | -1/+61 |
2007-10-10 | r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ... | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r8218: added testing of echo_TestSurrounding() and | Andrew Tridgell | 1 | -0/+45 |
2007-10-10 | r8217: added testing of echo_TestSleep() and echo_TestEnum() in echo js code | Andrew Tridgell | 1 | -0/+39 |
2007-10-10 | r8214: added testing of echo_TestCall2(), which tests the union push code | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r8199: - we don't need to pre-declare 'var status;' everywhere | Andrew Tridgell | 1 | -4/+22 |
2007-10-10 | r8197: added testing of echo_SinkData() and echo_SourceData() | Andrew Tridgell | 1 | -1/+42 |
2007-10-10 | r8196: - added testing of the EchoData interface in the echo test script | Andrew Tridgell | 1 | -11/+75 |
2007-10-10 | r8193: fixed the echo.js example code to work with the new syntax for rpc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8074: demonstrate calling echo_AddOne() from ejs | Andrew Tridgell | 1 | -14/+18 |
2007-10-10 | r8070: a (as yet not working) example of how rpc calls might be made from js ... | Andrew Tridgell | 1 | -0/+34 |
2007-10-10 | r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argument | Tim Potter | 1 | -5/+6 |
2007-10-10 | r7256: Demonstrate use of resolveName() js function. | Tim Potter | 1 | -0/+12 |
2007-10-10 | r7161: - Add support for "aliases" for pidls scalar types and add a few aliases. | Jelmer Vernooij | 1 | -19/+15 |
2007-10-10 | r7128: added recursion to bugs list | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r7125: demonstrate some bugs in ejs | Andrew Tridgell | 1 | -0/+76 |
2007-10-10 | r7076: added demos of using ARGV[] | Andrew Tridgell | 2 | -3/+15 |
2007-10-10 | r7073: added some simple example scripts for use with smbscript | Andrew Tridgell | 2 | -0/+43 |
2007-10-10 | r6611: Add mailslot test program | Jelmer Vernooij | 2 | -0/+90 |
2007-10-10 | r6541: added double pointer test to win32 echo client | Andrew Tridgell | 2 | -0/+19 |
2007-10-10 | r6306: Add simple WMI client test script | Jelmer Vernooij | 1 | -0/+10 |
2007-10-10 | r6019: Add IDL and server side code for Test_DoublePointer | Jelmer Vernooij | 2 | -0/+14 |
2007-10-10 | r6018: Add idl and server side for Test_Surrounding | Jelmer Vernooij | 3 | -4/+17 |
2007-10-10 | r6015: Add testprogs/ directory and original rpcecho sources | Jelmer Vernooij | 7 | -0/+811 |