r9769: r11592@blu: tridge | 2005-08-30 10:40:19 +1000
[samba.git] / testprogs /
2007-10-10 Andrew Tridgellr9599: fix formatting of echo output
2007-10-10 Andrew Tridgellr9491: fixed up a few scripts that need to be updated...
2007-10-10 Andrew Tridgellr9383: remove unused file
2007-10-10 Andrew Tridgellr9345: used the data blob functions in the echo.js...
2007-10-10 Andrew Tridgellr9342: removed extra libinclude of base.js
2007-10-10 Andrew Tridgellr9341: updated the winreg test program to take advantag...
2007-10-10 Andrew Tridgellr9218: make the winreg library code handle arbitrary...
2007-10-10 Andrew Tridgellr9160: use the winreg lib in the test program
2007-10-10 Andrew Tridgellr9153: added a sample program for enumerating winreg...
2007-10-10 Andrew Tridgellr8821: continue the trend to move to a more OO style...
2007-10-10 Andrew Tridgellr8745: make ldap.js cleanup after itself
2007-10-10 Andrew Tridgellr8743: automatically find the basedn in ldap.js
2007-10-10 Andrew Bartlettr8740: Extend the rdn_name module to handle adding...
2007-10-10 Andrew Bartlettr8738: Test (using ejs!) the basic operation of the...
2007-10-10 Andrew Tridgellr8652: added a test for the boolean bug just fixed
2007-10-10 Andrew Tridgellr8639: moved loadparm calls into an ejs object
2007-10-10 Andrew Tridgellr8638: continue the trend of maknig our C functions...
2007-10-10 Andrew Tridgellr8636: fixed the ejs ldb test to work with the new...
2007-10-10 Andrew Tridgellr8488: after discussions with simo, moved to a full...
2007-10-10 Andrew Tridgellr8486: switched to a separate connection operation...
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8481: switched ldb ejs called over to an OO interface...
2007-10-10 Andrew Tridgellr8413: mark exprbug() as fixed, and add a new bug
2007-10-10 Andrew Tridgellr8355: - added a vsprintf() function
2007-10-10 Andrew Tridgellr8346: added a sprintf test suite for ejs
2007-10-10 Andrew Tridgellr8317: convert the example scripts over to the new...
2007-10-10 Andrew Tridgellr8298: - started building a library of js routines...
2007-10-10 Andrew Tridgellr8287: yay! finally irpc calls from ejs are all working.
2007-10-10 Andrew Tridgellr8271: make the ejs test scripts directly executable...
2007-10-10 Andrew Tridgellr8269: added automatic testing of rpc calls from ejs...
2007-10-10 Andrew Tridgellr8257: add a samr rpc test page in the web server....
2007-10-10 Andrew Tridgellr8244: need to be careful about local vs global variabl...
2007-10-10 Andrew Tridgellr8241: - take advantage of pointer comparison
2007-10-10 Andrew Tridgellr8239: - added testing of LookupDomain, OpenDomain...
2007-10-10 Andrew Tridgellr8237: expanded the samr.js test to do a samr_Connect...
2007-10-10 Andrew Tridgellr8234: started on testing samr calls from ejs. So far...
2007-10-10 Andrew Tridgellr8220: added auto-generation of ENUM constants in ejs...
2007-10-10 Andrew Tridgellr8218: added testing of echo_TestSurrounding() and
2007-10-10 Andrew Tridgellr8217: added testing of echo_TestSleep() and echo_TestE...
2007-10-10 Andrew Tridgellr8214: added testing of echo_TestCall2(), which tests...
2007-10-10 Andrew Tridgellr8199: - we don't need to pre-declare 'var status;...
2007-10-10 Andrew Tridgellr8197: added testing of echo_SinkData() and echo_Source...
2007-10-10 Andrew Tridgellr8196: - added testing of the EchoData interface in...
2007-10-10 Andrew Tridgellr8193: fixed the echo.js example code to work with...
2007-10-10 Andrew Tridgellr8074: demonstrate calling echo_AddOne() from ejs
2007-10-10 Andrew Tridgellr8070: a (as yet not working) example of how rpc calls...
2007-10-10 Tim Potterr7261: Pass by reference is done in js via MPR_TYPE_OBJ...
2007-10-10 Tim Potterr7256: Demonstrate use of resolveName() js function.
2007-10-10 Jelmer Vernooijr7161: - Add support for "aliases" for pidls scalar...
2007-10-10 Andrew Tridgellr7128: added recursion to bugs list
2007-10-10 Andrew Tridgellr7125: demonstrate some bugs in ejs
2007-10-10 Andrew Tridgellr7076: added demos of using ARGV[]
2007-10-10 Andrew Tridgellr7073: added some simple example scripts for use with...
2007-10-10 Jelmer Vernooijr6611: Add mailslot test program
2007-10-10 Andrew Tridgellr6541: added double pointer test to win32 echo client
2007-10-10 Jelmer Vernooijr6306: Add simple WMI client test script
2007-10-10 Jelmer Vernooijr6019: Add IDL and server side code for Test_DoublePointer
2007-10-10 Jelmer Vernooijr6018: Add idl and server side for Test_Surrounding
2007-10-10 Jelmer Vernooijr6015: Add testprogs/ directory and original rpcecho...