summaryrefslogtreecommitdiff
path: root/source4/scripting/libjs/samr.js
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell1-14/+15
means we don't pollute the name space, and also makes for faster startup times as we only create variables for the pipes that we use, not all pipes (This used to be commit 57d7a585e8162d21c7152952aa0cc7471968784f)
2007-10-10r8298: - started building a library of js routines in scripting/libjs/Andrew Tridgell1-0/+170
- switched the existing test programs over to using the library - added install of js lib (This used to be commit 2a444dedbe44347268affc6458196f93ca7d372b)