Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8640: continue the trend by moving the ejs random calls into an object | Andrew Tridgell | 1 | -4/+15 |
2007-10-10 | r8639: moved loadparm calls into an ejs object | Andrew Tridgell | 1 | -2/+13 |
2007-10-10 | r8638: continue the trend of maknig our C functions true ejs objects by makin... | Andrew Tridgell | 1 | -7/+19 |
2007-10-10 | r8637: added sys.stat() and sys.lstat() calls | Andrew Tridgell | 1 | -0/+71 |
2007-10-10 | r8635: make object inheritance with the builtin objects easy by allowing | Andrew Tridgell | 4 | -22/+29 |
2007-10-10 | r8633: check for valid input to ejs_userAuth() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs... | Andrew Tridgell | 1 | -27/+8 |
2007-10-10 | r8602: allow options in ldb connect calls | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r8582: added sys.httptime() call, to display a NTTIME as a http time string | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r8581: fixed handling of 64 bit integers in rpc calls from ejs | Andrew Tridgell | 1 | -14/+8 |
2007-10-10 | r8569: delete is a js reserved word, so use del instead | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8561: as with the other ejs subsystems, make nss into a object | Andrew Tridgell | 1 | -8/+23 |
2007-10-10 | r8557: expose ldb_errstring() in ldb ejs code | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8516: let us use all parameters of ldbsearch in ldb.search | Simo Sorce | 1 | -8/+31 |
2007-10-10 | r8499: clearer function name | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r8489: neaten up the object handling | Andrew Tridgell | 2 | -4/+20 |
2007-10-10 | r8488: after discussions with simo, moved to a full OO interface, so you don'... | Andrew Tridgell | 2 | -41/+44 |
2007-10-10 | r8486: switched to a separate connection operation in ldb interface | Andrew Tridgell | 1 | -73/+101 |
2007-10-10 | r8484: switched the sys_*() calls to the OO interface | Andrew Tridgell | 1 | -8/+22 |
2007-10-10 | r8483: switched our generated ejs rpc code over to the new OO interface. This | Andrew Tridgell | 6 | -60/+6 |
2007-10-10 | r8481: switched ldb ejs called over to an OO interface, so you do: | Andrew Tridgell | 3 | -5/+35 |
2007-10-10 | r8452: allow for the ugly hack: | Andrew Tridgell | 1 | -9/+9 |
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 | 1 | -0/+15 |
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 | 1 | -0/+36 |
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 | 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 | 6 | -3/+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 | 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 |