index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
ejs
/
smbscript.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove remaining embedded JavaScript support.
Jelmer Vernooij
2008-09-16
1
-129
/
+0
*
Use new dynconfig.h location.
Jelmer Vernooij
2008-05-27
1
-1
/
+1
*
Fix static module list generation for ldb.
Jelmer Vernooij
2008-02-20
1
-2
/
+0
*
r26352: Don't make lp_load create a new context.
Jelmer Vernooij
2007-12-21
1
-2
/
+4
*
r26339: Make loadparm talloc-allocated.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26275: return loadparm context in lp_load.
Jelmer Vernooij
2007-12-21
1
-3
/
+4
*
r26226: Avoid more uses of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-2
/
+4
*
r25392: Add loadparm context as argument in a couple more places.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r24994: Fix some C++ warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvar
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14603: Fix building of ejs modules as shared libs
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r14500: Make some more functions public
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2007-10-10
1
-1
/
+5
*
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r10316: More dynconfig fixes
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r9722: Initial attempt at converting samba3dump to EJS..
Jelmer Vernooij
2007-10-10
1
-0
/
+5
*
r9504: use some low level ejs hackery to give much better exception error mes...
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r8678: setup for gdb backtrace in 'make test'
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r8643: - make lp_configfile() work again
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8483: switched our generated ejs rpc code over to the new OO interface. This
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r8452: allow for the ugly hack:
Andrew Tridgell
2007-10-10
1
-9
/
+9
*
r8411: we need to use mprVarToNumber() instead of var->integer now, to cope with
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8399: move the ejs and esp code closer to the directory layout used by the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8357: Call lp_load() so we can access the various lp_functions().
Tim Potter
2007-10-10
1
-0
/
+2
*
r8316: give full access to the popt command line parsing in ejs scripts, incl...
Andrew Tridgell
2007-10-10
1
-27
/
+6
*
r8284: - fixed some uninitialised variables in the irpc code
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r8276: fixed the remaining memory leaks in smbscript. We can now loop doing
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r8273: fixed some memory leaks in smbscript. This required converting
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r8069: the beginnings of code to allow rpc calls to be made from ejs
Andrew Tridgell
2007-10-10
1
-15
/
+28
*
r7530: Simply calling convention of lp_load().
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r7500: Initialise module subsystems.
Tim Potter
2007-10-10
1
-0
/
+2
*
r7263: Exit smbscript with the intepreter return value (defaults to 0).
Tim Potter
2007-10-10
1
-10
/
+13
*
r7262: Add a length property to ARGV array.
Tim Potter
2007-10-10
1
-0
/
+1
*
r7223: Advance script past interpreter line.
Tim Potter
2007-10-10
1
-0
/
+11
*
r7215: Convert smbscript to use ejsEvalScript() and file_load() instead of
Tim Potter
2007-10-10
1
-4
/
+7
*
r7082: Call load_interfaces() in smbscript initialisation.
Tim Potter
2007-10-10
1
-0
/
+2
*
r7080: Fix typo in error message.
Tim Potter
2007-10-10
1
-1
/
+1
*
r7078: - fix an uninitialised variable in smbscript
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7075: added support for ARGV[] in ejs scripts
Andrew Tridgell
2007-10-10
1
-1
/
+12
*
r7074: we should load all shares in smbscript
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7072: moved the esp hooks calls to the ejs level, so we can call them from
Andrew Tridgell
2007-10-10
1
-12
/
+15
*
r7069: Add a little usage message to smbscript and fix a compiler warning. My
Volker Lendecke
2007-10-10
1
-1
/
+7
*
r7066: Rename http_exception to ejs_exception.
Tim Potter
2007-10-10
1
-2
/
+2
*
r7065: Move ejs from web_server to lib so it can be shared with smbscript.
Tim Potter
2007-10-10
1
-1
/
+1
*
r7064: Clean up handle parameter passing after peeking at tridge's ejstest.c
Tim Potter
2007-10-10
1
-4
/
+4
[next]