| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
argument to split()
|
|
|
|
|
|
|
|
|
|
|
| |
making the string functions
into an object. To keep existing code working I have added:
string_init(global);
into base.js. That brings the functions into the global scope for our
existing scripts
|
|
|
|
|
|
|
|
|
|
| |
task via irpc
- for stream tasks, returns the number of connections
- for non-stream tasks, returns "RUNNING"
For both, return "DISABLED" or "NOT RESPONDING" appropriately
|
|
|
|
|
| |
- removed the --outputdir option from provision, as its not used any
more (as ejs knows the real paths)
|
|
|
|
|
|
| |
substitution of variables in strings
- the js provision script now correctly processes provision.ldif
|
|
|
|
|
|
|
|
| |
getgr*()
getpw*()
strlower()
strupper()
IfaceList()
|
|
- switched the existing test programs over to using the library
- added install of js lib
|