r8936: Use incremental linking. This appeared to be supported on
[samba.git] / source4 / scripting /
2007-10-10 Andrew Tridgellr8887: fixed the irpc error that caused ia64 to fail...
2007-10-10 Andrew Tridgellr8822: fixed number of arguments in samr lib
2007-10-10 Andrew Tridgellr8821: continue the trend to move to a more OO style...
2007-10-10 Andrew Bartlettr8790: Finish the migration of aliases and privilages...
2007-10-10 Andrew Tridgellr8742: fixed handling of zero length names in mprObject()
2007-10-10 Andrew Bartlettr8700: Propmted by tridge's need to do plaintext auth...
2007-10-10 Andrew Tridgellr8678: setup for gdb backtrace in 'make test'
2007-10-10 Andrew Bartlettr8677: The first part of the domain name may not be...
2007-10-10 Andrew Tridgellr8661: added strstr() ejs function in string lib
2007-10-10 Andrew Bartlettr8660: Use templates for the initial provision of user...
2007-10-10 Andrew Tridgellr8659: return ldif formatted attributes in the ejs...
2007-10-10 Andrew Bartlettr8650: Use the timestamps and a new objectguid module...
2007-10-10 Andrew Tridgellr8648: automatically redirect to provisioning if not...
2007-10-10 Andrew Tridgellr8643: - make lp_configfile() work again
2007-10-10 Andrew Tridgellr8640: continue the trend by moving the ejs random...
2007-10-10 Andrew Tridgellr8639: moved loadparm calls into an ejs object
2007-10-10 Andrew Tridgellr8638: continue the trend of maknig our C functions...
2007-10-10 Andrew Tridgellr8637: added sys.stat() and sys.lstat() calls
2007-10-10 Andrew Tridgellr8635: make object inheritance with the builtin objects...
2007-10-10 Andrew Tridgellr8633: check for valid input to ejs_userAuth()
2007-10-10 Andrew Tridgellr8629: - moved the getDomainList() call out of smbcalls...
2007-10-10 Andrew Tridgellr8603: we have to use the same db name as the rest...
2007-10-10 Andrew Tridgellr8602: allow options in ldb connect calls
2007-10-10 Andrew Tridgellr8590: added server status utility functions for checki...
2007-10-10 Andrew Tridgellr8589: - support --version option to smbstatus
2007-10-10 Andrew Tridgellr8584: added --nbt option to smbstatus for nbt server...
2007-10-10 Andrew Tridgellr8583: nicer smbstatus output
2007-10-10 Andrew Tridgellr8582: added sys.httptime() call, to display a NTTIME...
2007-10-10 Andrew Tridgellr8581: fixed handling of 64 bit integers in rpc calls...
2007-10-10 Andrew Tridgellr8577: added management calls to list current tree...
2007-10-10 Andrew Tridgellr8575: the beginnings of a smbstatus command
2007-10-10 Andrew Tridgellr8570: delete all records in the old db when provisioni...
2007-10-10 Andrew Tridgellr8569: delete is a js reserved word, so use del instead
2007-10-10 Andrew Tridgellr8561: as with the other ejs subsystems, make nss into...
2007-10-10 Andrew Tridgellr8558: move newuser logic into the provision.js lib
2007-10-10 Andrew Tridgellr8557: expose ldb_errstring() in ldb ejs code
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Simo Sorcer8516: let us use all parameters of ldbsearch in ldb...
2007-10-10 Simo Sorcer8499: clearer function name
2007-10-10 Andrew Tridgellr8489: neaten up the object handling
2007-10-10 Andrew Tridgellr8488: after discussions with simo, moved to a full...
2007-10-10 Andrew Tridgellr8486: switched to a separate connection operation...
2007-10-10 Andrew Tridgellr8484: switched the sys_*() calls to the OO interface
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8481: switched ldb ejs called over to an OO interface...
2007-10-10 Andrew Tridgellr8452: allow for the ugly hack:
2007-10-10 Andrew Tridgellr8445: if a system doesn't have "nogroup" then try...
2007-10-10 Andrew Tridgellr8411: we need to use mprVarToNumber() instead of var...
2007-10-10 Andrew Tridgellr8406: make sure we give an error in ldbAdd() if any...
2007-10-10 Andrew Tridgellr8399: move the ejs and esp code closer to the director...
2007-10-10 Love Hörnquist Åstrandr8394: Make sure the argument to ctype is*(3) macros...
2007-10-10 Andrew Tridgellr8372: - split out provisioning logic into a separate...
2007-10-10 Tim Potterr8358: Return an error message if js include path not...
2007-10-10 Tim Potterr8357: Call lp_load() so we can access the various...
2007-10-10 Andrew Tridgellr8355: - added a vsprintf() function
2007-10-10 Andrew Tridgellr8340: - added sys_gmtime()
2007-10-10 Andrew Tridgellr8339: added ldbAdd(), ldbModify(), ldbDelete() and...
2007-10-10 Andrew Tridgellr8338: - added a substitute_var() js library function...
2007-10-10 Andrew Tridgellr8337: - use 64 bit access functions in ejs calls
2007-10-10 Andrew Tridgellr8333: merged with latest upstream ejs sources
2007-10-10 Andrew Tridgellr8331: added split(), join() and FileLoad() functions...
2007-10-10 Andrew Tridgellr8320: make sure all our returned objects are full...
2007-10-10 Andrew Tridgellr8318: added a bunch more ejs calls.
2007-10-10 Andrew Tridgellr8316: give full access to the popt command line parsin...
2007-10-10 Andrew Tridgellr8298: - started building a library of js routines...
2007-10-10 Andrew Tridgellr8297: add libinclude() function in ejs, which is like...
2007-10-10 Andrew Tridgellr8296: - split out the ejs auth functions into a separa...
2007-10-10 Andrew Tridgellr8284: - fixed some uninitialised variables in the...
2007-10-10 Andrew Tridgellr8281: pass the callnum and rpc interface table directl...
2007-10-10 Andrew Tridgellr8280: - added irpc_connect() for connecting to a irpc...
2007-10-10 Andrew Tridgellr8276: fixed the remaining memory leaks in smbscript...
2007-10-10 Andrew Tridgellr8273: fixed some memory leaks in smbscript. This requi...
2007-10-10 Andrew Tridgellr8262: - simplify the dependency handling for ejs modules
2007-10-10 Andrew Tridgellr8260: added an init based registration system for...
2007-10-10 Andrew Tridgellr8256: - allow rpc calls from non-command line ejs...
2007-10-10 Andrew Tridgellr8254: fixed a valgrind error in the unix auth code
2007-10-10 Andrew Tridgellr8238: - fixed handling of NULL pointers from ejs
2007-10-10 Andrew Tridgellr8236: fixed support for arrays of structures
2007-10-10 Andrew Tridgellr8233: - added support for more base types in pidl ejs
2007-10-10 Andrew Tridgellr8230: prevent authentication dying on a NULL domain
2007-10-10 Andrew Tridgellr8220: added auto-generation of ENUM constants in ejs...
2007-10-10 Andrew Tridgellr8216: - handle union pull in ejs pidl generation
2007-10-10 Andrew Tridgellr8215: switched the pull side of the ejs generator...
2007-10-10 Andrew Tridgellr8213: I've started to understand the LEVELS stuff...
2007-10-10 Andrew Tridgellr8200: - added stub functions for union pull/push
2007-10-10 Andrew Tridgellr8198: - handled push/pull of simple strings in ejs
2007-10-10 Andrew Tridgellr8195: - fixed handling of simple arrays. To keep the...
2007-10-10 Andrew Tridgellr8194: delete the old hand-written ejs code for echo_Ad...
2007-10-10 Andrew Tridgellr8192: updated the glue code for the generated ejs...
2007-10-10 Andrew Tridgellr8114: fixed the build after tpots ejs commit ....
2007-10-10 Tim Potterr8105: Add ejsrpc push/pull functions for uint16 and...
2007-10-10 Andrew Tridgellr8073: a successful rpc call from ejs!
2007-10-10 Andrew Tridgellr8069: the beginnings of code to allow rpc calls to...
2007-10-10 Tim Potterr7928: Add rename, unlink and list commands.
2007-10-10 Tim Potterr7924: Add mkdir() and rmdir() functions.
2007-10-10 Tim Potterr7922: Comment out complicated connect/session/tree...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Tim Potterr7570: Add tree, session and socket disconnect ejs...
2007-10-10 Andrew Bartlettr7530: Simply calling convention of lp_load().
2007-10-10 Tim Potterr7505: Add more argument forms for session_setup().
next