summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-182-2/+2
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-182-2/+3
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-182-15/+15
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-258-11/+13
|\
| * libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin2008-04-241-2/+3
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-173-3/+3
| * Add convenience function for getting at event context from ejs code.Jelmer Vernooij2008-04-174-5/+5
| * Fix unresolved symbols.Jelmer Vernooij2008-04-141-1/+1
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-142-30/+43
| * Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-0/+26
| * No longer install unused smbscript binary.Jelmer Vernooij2008-04-091-1/+0
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-082-1/+2
|\|
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
| * Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2008-04-011-1/+1
* | Fix the build.Jelmer Vernooij2008-03-071-1/+1
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-032-29/+42
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2912-37/+37
|\|
| * Remove uses of global_loadparm.Jelmer Vernooij2008-02-251-1/+1
| * Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used byJelmer Vernooij2008-02-2112-36/+36
* | Fix the build (again).Jelmer Vernooij2008-02-261-0/+26
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-251-2/+0
|\|
| * Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-181-11/+11
|\|
| * Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-1/+1
| * Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-10/+10
* | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-161-1/+0
|/
* Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2008-02-112-508/+0
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-041-1/+1
* build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-211-11/+1
* ejs: Remove cast to incompatible pointer.Kai Blin2008-01-111-4/+4
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-7/+1
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-0/+1
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-021-0/+6
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+4
* 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
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-1/+1
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-2/+2
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-2/+2
* r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-211-4/+4
* r26441: Remove global_loadparm uses.Jelmer Vernooij2007-12-212-2/+5
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-2/+2
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+3
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-212-5/+7
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-1/+1
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-212-4/+16
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-212-3/+3
* r26338: Fix parameter, typo.Jelmer Vernooij2007-12-211-2/+2