summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls_config.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r25462: Remove refernece to categories from js as well.Jelmer Vernooij1-25/+0
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-2/+2
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij1-1/+1
2007-10-10r25379: Use loadparm context parameter in a lot more places.Jelmer Vernooij1-3/+3
2007-10-10r25113: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-7/+8
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23859: Work to have Group Policy work 'out of the box' in Samba4.Andrew Bartlett1-10/+31
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20444: WEB Application framework / SWAT.Derrell Lipman1-1/+1
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell1-1/+2
2007-10-10r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach1-1/+2
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNSAndrew Tridgell1-1/+1
2007-10-10r10316: More dynconfig fixesJelmer Vernooij1-1/+0
2007-10-10r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell1-0/+22
2007-10-10r8643: - make lp_configfile() work againAndrew Tridgell1-4/+41
2007-10-10r8639: moved loadparm calls into an ejs objectAndrew Tridgell1-2/+13
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell1-1/+1
2007-10-10r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell1-2/+2
2007-10-10r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell1-6/+6
2007-10-10r7266: Split the different types of js function defines into separate files,Tim Potter1-0/+149