summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Remove remaining embedded JavaScript support.Jelmer Vernooij1-220/+0
2008-05-26Remove unused literal EJS bindings.Jelmer Vernooij1-1/+0
2008-05-26Remove unused param ejs bindings.Jelmer Vernooij1-1/+0
2008-05-26Revert "remove unused credentials ejs module."Jelmer Vernooij1-0/+1
2008-05-26Remove unused datablob and nbt ejs bindings.Jelmer Vernooij1-1/+0
2008-05-26remove unused credentials ejs module.Jelmer Vernooij1-1/+0
2008-05-26Remove unused cli ejs module.Jelmer Vernooij1-1/+0
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-2/+2
2008-02-26Fix the build (again).Jelmer Vernooij1-0/+26
2008-02-21Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used byJelmer Vernooij1-2/+2
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij1-1/+0
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett1-46/+0
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23065: revert local includes to prevent security problems (at leastRafal Szczesniak1-17/+0
2007-10-10r23047: Allow local inclusion of js files as well as from predefinedRafal Szczesniak1-4/+22
2007-10-10r20792: fix the build, sorry...Stefan Metzmacher1-2/+0
2007-10-10r20791: the ejsnet stuff can be a normal smbcalls module...Stefan Metzmacher1-2/+0
2007-10-10r20786: Fix the build.Jelmer Vernooij1-0/+1
2007-10-10r19449: ldbbrowse: installation hopefully works now. "Developer" installationsDerrell Lipman1-5/+7
2007-10-10r19165: handle errors better for jsonrpc. generate an error object whenever ...Derrell Lipman1-0/+1
2007-10-10r19055: JSON-RPC is working! It passes the small qooxdoo JSON-RPC test suiteDerrell Lipman1-34/+0
2007-10-10r19051: JSON-RPC server work-in-progress. It's almost working.Derrell Lipman1-0/+33
2007-10-10r19020: move jsonrpc_include to a more appropriate location in the file, and ...Derrell Lipman1-13/+17
2007-10-10r18880: JSON-RPC work in progressDerrell Lipman1-0/+82
2007-10-10r14603: Fix building of ejs modules as shared libsJelmer Vernooij1-1/+9
2007-10-10r14497: Fix build with shared librariesJelmer Vernooij1-1/+1
2007-10-10r14109: Modulify the smbcalls subsystem.Jelmer Vernooij1-11/+1
2007-10-10r13655: Use new name of build headerJelmer Vernooij1-1/+1
2007-10-10r13369: let's have a way to show the samba4 version through ejsSimo Sorce1-0/+11
2007-10-10r12501: Merge EJSHeader.pm into EJS.pm and simplify smbcalls_rpc.c a bit,Jelmer Vernooij1-1/+0
2007-10-10r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij1-0/+12
2007-10-10r11281: Initial ejs interface for libnet functions.Rafal Szczesniak1-0/+1
2007-10-10r9800: Add EJS interface to param. tridge, sorry this overlaps a bitJelmer Vernooij1-0/+1
2007-10-10r9722: Initial attempt at converting samba3dump to EJS..Jelmer Vernooij1-0/+1
2007-10-10r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell1-0/+1
2007-10-10r9132: 'pointer' is better for typedef than 'C pointer'Andrew Tridgell1-1/+1
2007-10-10r9059: add a basic credentials object for mimirAndrew Tridgell1-0/+1
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell1-7/+0
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell1-1/+1
2007-10-10r8358: Return an error message if js include path not set instead of silentlyTim Potter1-0/+1
2007-10-10r8337: - use 64 bit access functions in ejs callsAndrew Tridgell1-16/+2
2007-10-10r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell1-1/+1
2007-10-10r8318: added a bunch more ejs calls.Andrew Tridgell1-0/+17
2007-10-10r8316: give full access to the popt command line parsing in ejs scripts, incl...Andrew Tridgell1-0/+1
2007-10-10r8297: add libinclude() function in ejs, which is like include() but searches...Andrew Tridgell1-0/+47