Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8452: allow for the ugly hack: | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r8445: if a system doesn't have "nogroup" then try "nobody" | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8411: we need to use mprVarToNumber() instead of var->integer now, to cope with | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8406: make sure we give an error in ldbAdd() if any record fails | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8399: move the ejs and esp code closer to the directory layout used by the | Andrew Tridgell | 16 | -16/+16 |
2007-10-10 | r8394: Make sure the argument to ctype is*(3) macros are unsigned char as | Love Hörnquist Åstrand | 1 | -1/+1 |
2007-10-10 | r8372: - split out provisioning logic into a separate ejs library | Andrew Tridgell | 2 | -0/+237 |
2007-10-10 | r8358: Return an error message if js include path not set instead of silently | Tim Potter | 1 | -0/+1 |
2007-10-10 | r8357: Call lp_load() so we can access the various lp_functions(). | Tim Potter | 1 | -0/+2 |
2007-10-10 | r8355: - added a vsprintf() function | Andrew Tridgell | 2 | -0/+44 |
2007-10-10 | r8340: - added sys_gmtime() | Andrew Tridgell | 10 | -234/+236 |
2007-10-10 | r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu... | Andrew Tridgell | 1 | -0/+144 |
2007-10-10 | r8338: - added a substitute_var() js library function for doing hash driven | Andrew Tridgell | 1 | -0/+29 |
2007-10-10 | r8337: - use 64 bit access functions in ejs calls | Andrew Tridgell | 9 | -23/+230 |
2007-10-10 | r8333: merged with latest upstream ejs sources | Andrew Tridgell | 4 | -12/+9 |
2007-10-10 | r8331: added split(), join() and FileLoad() functions to ejs. | Andrew Tridgell | 1 | -0/+103 |
2007-10-10 | r8320: make sure all our returned objects are full objects, which means they | Andrew Tridgell | 7 | -16/+23 |
2007-10-10 | r8318: added a bunch more ejs calls. | Andrew Tridgell | 7 | -4/+249 |
2007-10-10 | r8316: give full access to the popt command line parsing in ejs scripts, incl... | Andrew Tridgell | 5 | -27/+204 |
2007-10-10 | r8298: - started building a library of js routines in scripting/libjs/ | Andrew Tridgell | 2 | -0/+223 |
2007-10-10 | r8297: add libinclude() function in ejs, which is like include() but searches... | Andrew Tridgell | 1 | -0/+47 |
2007-10-10 | r8296: - split out the ejs auth functions into a separate file | Andrew Tridgell | 4 | -121/+148 |
2007-10-10 | r8284: - fixed some uninitialised variables in the irpc code | Andrew Tridgell | 4 | -7/+99 |
2007-10-10 | r8281: pass the callnum and rpc interface table directly from the generated | Andrew Tridgell | 2 | -19/+26 |
2007-10-10 | r8280: - added irpc_connect() for connecting to a irpc server by name | Andrew Tridgell | 3 | -3/+87 |
2007-10-10 | r8276: fixed the remaining memory leaks in smbscript. We can now loop doing | Andrew Tridgell | 10 | -124/+138 |
2007-10-10 | r8273: fixed some memory leaks in smbscript. This required converting | Andrew Tridgell | 4 | -29/+16 |
2007-10-10 | r8262: - simplify the dependency handling for ejs modules | Andrew Tridgell | 3 | -106/+63 |
2007-10-10 | r8260: added an init based registration system for the generated ejs rpc code... | Andrew Tridgell | 2 | -18/+47 |
2007-10-10 | r8256: - allow rpc calls from non-command line ejs contexts by creating a set | Andrew Tridgell | 4 | -2/+34 |
2007-10-10 | r8254: fixed a valgrind error in the unix auth code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8238: - fixed handling of NULL pointers from ejs | Andrew Tridgell | 3 | -0/+26 |
2007-10-10 | r8236: fixed support for arrays of structures | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r8233: - added support for more base types in pidl ejs | Andrew Tridgell | 4 | -5/+143 |
2007-10-10 | r8230: prevent authentication dying on a NULL domain | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ... | Andrew Tridgell | 5 | -1/+41 |
2007-10-10 | r8216: - handle union pull in ejs pidl generation | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r8215: switched the pull side of the ejs generator over to the recursive LEVE... | Andrew Tridgell | 2 | -30/+14 |
2007-10-10 | r8213: I've started to understand the LEVELS stuff in pidl much better now, | Andrew Tridgell | 2 | -29/+13 |
2007-10-10 | r8200: - added stub functions for union pull/push | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8198: - handled push/pull of simple strings in ejs | Andrew Tridgell | 3 | -9/+56 |
2007-10-10 | r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t... | Andrew Tridgell | 2 | -17/+17 |
2007-10-10 | r8194: delete the old hand-written ejs code for echo_AddOne. This is now | Andrew Tridgell | 1 | -45/+0 |
2007-10-10 | r8192: updated the glue code for the generated ejs functions from pidl | Andrew Tridgell | 5 | -30/+155 |
2007-10-10 | r8114: fixed the build after tpots ejs commit .... | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r8105: Add ejsrpc push/pull functions for uint16 and uint8. | Tim Potter | 2 | -12/+55 |
2007-10-10 | r8073: a successful rpc call from ejs! | Andrew Tridgell | 6 | -13/+292 |
2007-10-10 | r8069: the beginnings of code to allow rpc calls to be made from ejs | Andrew Tridgell | 6 | -39/+194 |
2007-10-10 | r7928: Add rename, unlink and list commands. | Tim Potter | 1 | -2/+139 |
2007-10-10 | r7924: Add mkdir() and rmdir() functions. | Tim Potter | 1 | -2/+81 |