r9754: Upgrading with the command line utility now works, at least partially (-:
[kai/samba.git] / source4 / scripting / ejs / smbcalls.c
2007-10-10 Jelmer Vernooijr9722: Initial attempt at converting samba3dump to...
2007-10-10 Andrew Tridgellr9344: started adding calls for manipulation of data...
2007-10-10 Andrew Tridgellr9132: 'pointer' is better for typedef than 'C pointer'
2007-10-10 Andrew Tridgellr9059: add a basic credentials object for mimir
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8399: move the ejs and esp code closer to the director...
2007-10-10 Tim Potterr8358: Return an error message if js include path not...
2007-10-10 Andrew Tridgellr8337: - use 64 bit access functions in ejs calls
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 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 Tridgellr8276: fixed the remaining memory leaks in smbscript...
2007-10-10 Andrew Tridgellr8254: fixed a valgrind error in the unix auth code
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 Tridgellr8069: the beginnings of code to allow rpc calls to...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Tim Potterr7477: Add MPR_TYPE_PTR to ejs_typeof().
2007-10-10 Tim Potterr7351: Start of ejs smb client library. I need to...
2007-10-10 Tim Potterr7350: Remove unused label.
2007-10-10 Simo Sorcer7268: allocate the strings to avoid them disappearing...
2007-10-10 Simo Sorcer7267: REMOTE_HOST is a better choice
2007-10-10 Tim Potterr7266: Split the different types of js function defines...
2007-10-10 Tim Potterr7261: Pass by reference is done in js via MPR_TYPE_OBJ...
2007-10-10 Tim Potterr7255: Change syntax of resolveName() js function to...
2007-10-10 Simo Sorcer7238: Add pam auth support in swat
2007-10-10 Andrew Tridgellr7135: make typeof() complient with ECMA 11.4.3
2007-10-10 Tim Potterr7083: Add a ejs hook to the resolve_name() function.
2007-10-10 Andrew Tridgellr7078: - fix an uninitialised variable in smbscript
2007-10-10 Andrew Tridgellr7072: moved the esp hooks calls to the ejs level,...