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