summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-4/+4
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij2-2/+5
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-2/+2
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+3
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2-5/+7
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+1
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij2-4/+16
2007-12-21r26339: Make loadparm talloc-allocated.Jelmer Vernooij2-3/+3
2007-12-21r26338: Fix parameter, typo.Jelmer Vernooij1-2/+2
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2-2/+3
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-2/+2
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-2/+2
2007-12-21r26298: Use metze's schema loading code to pre-initialise the schema into theAndrew Bartlett1-3/+48
2007-12-21r26275: return loadparm context in lp_load.Jelmer Vernooij2-4/+7
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij1-1/+0
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2-2/+2
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-1/+1
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-1/+1
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij1-1/+1
2007-12-21r26006: Improve some dependencies.Jelmer Vernooij1-0/+11
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2-2/+1
2007-12-21r25966: Don't force an 8 byte width to generated SIDs, as this can actuallyAndrew Bartlett1-1/+1
2007-12-21r25839: use nss_wrapper code in samba4 ifStefan Metzmacher1-0/+1
2007-12-21r25831: remove unused includeStefan Metzmacher1-1/+0
2007-12-21r25752: use EJS_CHECK() instead of NDR_CHECK()Stefan Metzmacher1-12/+12
2007-12-21r25751: use EJS_CHECK() instead of NDR_CHECK() in ejs codeStefan Metzmacher1-0/+8
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-1/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij10-37/+37
2007-10-10r25536: Fix path for messaging - this code path doesn't appear to have a test...Jelmer Vernooij1-1/+1
2007-10-10r25462: Remove refernece to categories from js as well.Jelmer Vernooij1-25/+0
2007-10-10r25460: use common structure in param/generic.cJelmer Vernooij1-2/+2
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij4-7/+11
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 Vernooij6-8/+10
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2-2/+2
2007-10-10r25379: Use loadparm context parameter in a lot more places.Jelmer Vernooij1-3/+3
2007-10-10r25266: Fix case.Jelmer Vernooij2-7/+7
2007-10-10r25214: use talloc_strndup_append() instead of talloc_append_string()Stefan Metzmacher1-20/+4
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-5/+5
2007-10-10r25113: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett1-46/+0
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2-8/+9
2007-10-10r25027: Fix more warnings.Jelmer Vernooij9-23/+23
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij5-1/+5
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2-8/+9
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-1/+1