summaryrefslogtreecommitdiff
path: root/testprogs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9813: Conver testsuite for samba3sam module to EJSJelmer Vernooij1-0/+78
2007-10-10r9599: fix formatting of echo outputAndrew Tridgell1-1/+1
2007-10-10r9491: fixed up a few scripts that need to be updated for the new GetOptions ...Andrew Tridgell5-30/+18
2007-10-10r9383: remove unused fileAndrew Tridgell1-72/+0
2007-10-10r9345: used the data blob functions in the echo.js test codeAndrew Tridgell1-4/+6
2007-10-10r9342: removed extra libinclude of base.jsAndrew Tridgell1-2/+0
2007-10-10r9341: updated the winreg test program to take advantage of the new EnumValueAndrew Tridgell1-2/+11
2007-10-10r9218: make the winreg library code handle arbitrary paths more efficientlyAndrew Tridgell1-13/+20
2007-10-10r9160: use the winreg lib in the test programAndrew Tridgell1-53/+14
2007-10-10r9153: added a sample program for enumerating winreg via jsAndrew Tridgell1-0/+97
2007-10-10r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell2-65/+58
2007-10-10r8745: make ldap.js cleanup after itselfAndrew Tridgell1-1/+3
2007-10-10r8743: automatically find the basedn in ldap.jsAndrew Tridgell1-4/+13
2007-10-10r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett2-0/+59
2007-10-10r8738: Test (using ejs!) the basic operation of the ldb modules.Andrew Bartlett1-4/+60
2007-10-10r8652: added a test for the boolean bug just fixedAndrew Tridgell1-0/+17
2007-10-10r8639: moved loadparm calls into an ejs objectAndrew Tridgell1-3/+4
2007-10-10r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell1-0/+2
2007-10-10r8636: fixed the ejs ldb test to work with the new ldb.search() syntax, andAndrew Tridgell1-9/+7
2007-10-10r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell1-13/+57
2007-10-10r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell1-2/+3
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2-20/+23
2007-10-10r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell1-3/+4
2007-10-10r8413: mark exprbug() as fixed, and add a new bugAndrew Tridgell1-1/+12
2007-10-10r8355: - added a vsprintf() functionAndrew Tridgell2-1/+40
2007-10-10r8346: added a sprintf test suite for ejsAndrew Tridgell1-0/+22
2007-10-10r8317: convert the example scripts over to the new GetOptions() callAndrew Tridgell4-11/+54
2007-10-10r8298: - started building a library of js routines in scripting/libjs/Andrew Tridgell2-138/+27
2007-10-10r8287: yay! finally irpc calls from ejs are all working.Andrew Tridgell1-0/+24
2007-10-10r8271: make the ejs test scripts directly executable scripts using:Andrew Tridgell2-0/+2
2007-10-10r8269: added automatic testing of rpc calls from ejs in 'make test'Andrew Tridgell2-1/+3
2007-10-10r8257: add a samr rpc test page in the web server. It lists all level3Andrew Tridgell1-15/+5
2007-10-10r8244: need to be careful about local vs global variables in jsAndrew Tridgell1-6/+6
2007-10-10r8241: - take advantage of pointer comparisonAndrew Tridgell1-1/+28
2007-10-10r8239: - added testing of LookupDomain, OpenDomain and EnumDomainUsersAndrew Tridgell1-3/+82
2007-10-10r8237: expanded the samr.js test to do a samr_Connect(), samr_EnumDomains() a...Andrew Tridgell1-4/+37
2007-10-10r8234: started on testing samr calls from ejs. So far it only does samr_Conne...Andrew Tridgell2-1/+61
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell1-8/+8
2007-10-10r8218: added testing of echo_TestSurrounding() andAndrew Tridgell1-0/+45
2007-10-10r8217: added testing of echo_TestSleep() and echo_TestEnum() in echo js codeAndrew Tridgell1-0/+39
2007-10-10r8214: added testing of echo_TestCall2(), which tests the union push codeAndrew Tridgell1-0/+17
2007-10-10r8199: - we don't need to pre-declare 'var status;' everywhereAndrew Tridgell1-4/+22
2007-10-10r8197: added testing of echo_SinkData() and echo_SourceData()Andrew Tridgell1-1/+42
2007-10-10r8196: - added testing of the EchoData interface in the echo test scriptAndrew Tridgell1-11/+75
2007-10-10r8193: fixed the echo.js example code to work with the new syntax for rpcAndrew Tridgell1-1/+1
2007-10-10r8074: demonstrate calling echo_AddOne() from ejsAndrew Tridgell1-14/+18
2007-10-10r8070: a (as yet not working) example of how rpc calls might be made from js ...Andrew Tridgell1-0/+34
2007-10-10r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argumentTim Potter1-5/+6
2007-10-10r7256: Demonstrate use of resolveName() js function.Tim Potter1-0/+12
2007-10-10r7161: - Add support for "aliases" for pidls scalar types and add a few aliases.Jelmer Vernooij1-19/+15