r23792: convert Samba4 to GPLv3
[bbaumbach/samba-autobuild/.git] / source4 / scripting / ejs / smbcalls.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Rafal Szczesniakr23065: revert local includes to prevent security probl...
2007-10-10 Rafal Szczesniakr23047: Allow local inclusion of js files as well as...
2007-10-10 Stefan Metzmacherr20792: fix the build, sorry...
2007-10-10 Stefan Metzmacherr20791: the ejsnet stuff can be a normal smbcalls module...
2007-10-10 Jelmer Vernooijr20786: Fix the build.
2007-10-10 Derrell Lipmanr19449: ldbbrowse: installation hopefully works now...
2007-10-10 Derrell Lipmanr19165: handle errors better for jsonrpc. generate...
2007-10-10 Derrell Lipmanr19055: JSON-RPC is working! It passes the small qooxd...
2007-10-10 Derrell Lipmanr19051: JSON-RPC server work-in-progress. It's almost...
2007-10-10 Derrell Lipmanr19020: move jsonrpc_include to a more appropriate...
2007-10-10 Derrell Lipmanr18880: JSON-RPC work in progress
2007-10-10 Jelmer Vernooijr14603: Fix building of ejs modules as shared libs
2007-10-10 Jelmer Vernooijr14497: Fix build with shared libraries
2007-10-10 Jelmer Vernooijr14109: Modulify the smbcalls subsystem.
2007-10-10 Jelmer Vernooijr13655: Use new name of build header
2007-10-10 Simo Sorcer13369: let's have a way to show the samba4 version...
2007-10-10 Jelmer Vernooijr12501: Merge EJSHeader.pm into EJS.pm and simplify...
2007-10-10 Jelmer Vernooijr12500: Use init functions explicitly in a few more...
2007-10-10 Rafal Szczesniakr11281: Initial ejs interface for libnet functions.
2007-10-10 Jelmer Vernooijr9800: Add EJS interface to param. tridge, sorry this...
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,...