summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/smbcalls_config.c
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-228/+0
* Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used byJelmer Vernooij2008-02-211-11/+11
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-3/+0
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-211-2/+12
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-211-1/+1
* r26338: Fix parameter, typo.Jelmer Vernooij2007-12-211-2/+2
* r26275: return loadparm context in lp_load.Jelmer Vernooij2007-12-211-1/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r25462: Remove refernece to categories from js as well.Jelmer Vernooij2007-10-101-25/+0
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-101-1/+1
* r25379: Use loadparm context parameter in a lot more places.Jelmer Vernooij2007-10-101-3/+3
* r25113: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-7/+8
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23859: Work to have Group Policy work 'out of the box' in Samba4.Andrew Bartlett2007-10-101-10/+31
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20444: WEB Application framework / SWAT.Derrell Lipman2007-10-101-1/+1
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell2007-10-101-1/+2
* r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach2007-10-101-1/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNSAndrew Tridgell2007-10-101-1/+1
* r10316: More dynconfig fixesJelmer Vernooij2007-10-101-1/+0
* r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell2007-10-101-0/+22
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-101-4/+41
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2007-10-101-2/+13
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-1/+1
* r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell2007-10-101-2/+2
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2007-10-101-6/+6
* r7266: Split the different types of js function defines into separate files,Tim Potter2007-10-101-0/+149