summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce1-8/+31
2007-10-10r8499: clearer function nameSimo Sorce1-5/+5
2007-10-10r8489: neaten up the object handlingAndrew Tridgell2-4/+20
2007-10-10r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell3-44/+47
2007-10-10r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell2-75/+106
2007-10-10r8484: switched the sys_*() calls to the OO interfaceAndrew Tridgell2-18/+34
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell7-74/+21
2007-10-10r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell4-6/+38
2007-10-10r8452: allow for the ugly hack:Andrew Tridgell1-9/+9
2007-10-10r8445: if a system doesn't have "nogroup" then try "nobody"Andrew Tridgell1-1/+1
2007-10-10r8411: we need to use mprVarToNumber() instead of var->integer now, to cope withAndrew Tridgell1-1/+1
2007-10-10r8406: make sure we give an error in ldbAdd() if any record failsAndrew Tridgell1-0/+1
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell16-16/+16
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand1-1/+1
2007-10-10r8372: - split out provisioning logic into a separate ejs libraryAndrew Tridgell2-0/+237
2007-10-10r8358: Return an error message if js include path not set instead of silentlyTim Potter1-0/+1
2007-10-10r8357: Call lp_load() so we can access the various lp_functions().Tim Potter1-0/+2
2007-10-10r8355: - added a vsprintf() functionAndrew Tridgell2-0/+44
2007-10-10r8340: - added sys_gmtime()Andrew Tridgell10-234/+236
2007-10-10r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu...Andrew Tridgell1-0/+144
2007-10-10r8338: - added a substitute_var() js library function for doing hash drivenAndrew Tridgell1-0/+29
2007-10-10r8337: - use 64 bit access functions in ejs callsAndrew Tridgell9-23/+230
2007-10-10r8333: merged with latest upstream ejs sourcesAndrew Tridgell4-12/+9
2007-10-10r8331: added split(), join() and FileLoad() functions to ejs.Andrew Tridgell1-0/+103
2007-10-10r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell7-16/+23
2007-10-10r8318: added a bunch more ejs calls.Andrew Tridgell7-4/+249
2007-10-10r8316: give full access to the popt command line parsing in ejs scripts, incl...Andrew Tridgell5-27/+204
2007-10-10r8298: - started building a library of js routines in scripting/libjs/Andrew Tridgell2-0/+223
2007-10-10r8297: add libinclude() function in ejs, which is like include() but searches...Andrew Tridgell1-0/+47
2007-10-10r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell4-121/+148
2007-10-10r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell4-7/+99
2007-10-10r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell2-19/+26
2007-10-10r8280: - added irpc_connect() for connecting to a irpc server by nameAndrew Tridgell3-3/+87
2007-10-10r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell10-124/+138
2007-10-10r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell4-29/+16
2007-10-10r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell3-106/+63
2007-10-10r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell2-18/+47
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell4-2/+34
2007-10-10r8254: fixed a valgrind error in the unix auth codeAndrew Tridgell1-1/+1
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell3-0/+26
2007-10-10r8236: fixed support for arrays of structuresAndrew Tridgell1-4/+4
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell4-5/+143
2007-10-10r8230: prevent authentication dying on a NULL domainAndrew Tridgell1-1/+1
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell5-1/+41
2007-10-10r8216: - handle union pull in ejs pidl generationAndrew Tridgell1-0/+9
2007-10-10r8215: switched the pull side of the ejs generator over to the recursive LEVE...Andrew Tridgell2-30/+14
2007-10-10r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell2-29/+13
2007-10-10r8200: - added stub functions for union pull/pushAndrew Tridgell1-0/+3
2007-10-10r8198: - handled push/pull of simple strings in ejsAndrew Tridgell3-9/+56