summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14109: Modulify the smbcalls subsystem.Jelmer Vernooij1-11/+1
2007-10-10r13655: Use new name of build headerJelmer Vernooij1-1/+1
2007-10-10r13369: let's have a way to show the samba4 version through ejsSimo Sorce1-0/+11
2007-10-10r12501: Merge EJSHeader.pm into EJS.pm and simplify smbcalls_rpc.c a bit,Jelmer Vernooij1-1/+0
2007-10-10r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij1-0/+12
2007-10-10r11281: Initial ejs interface for libnet functions.Rafal Szczesniak1-0/+1
2007-10-10r9800: Add EJS interface to param. tridge, sorry this overlaps a bitJelmer Vernooij1-0/+1
2007-10-10r9722: Initial attempt at converting samba3dump to EJS..Jelmer Vernooij1-0/+1
2007-10-10r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell1-0/+1
2007-10-10r9132: 'pointer' is better for typedef than 'C pointer'Andrew Tridgell1-1/+1
2007-10-10r9059: add a basic credentials object for mimirAndrew Tridgell1-0/+1
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell1-7/+0
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell1-1/+1
2007-10-10r8358: Return an error message if js include path not set instead of silentlyTim Potter1-0/+1
2007-10-10r8337: - use 64 bit access functions in ejs callsAndrew Tridgell1-16/+2
2007-10-10r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell1-1/+1
2007-10-10r8318: added a bunch more ejs calls.Andrew Tridgell1-0/+17
2007-10-10r8316: give full access to the popt command line parsing in ejs scripts, incl...Andrew Tridgell1-0/+1
2007-10-10r8297: add libinclude() function in ejs, which is like include() but searches...Andrew Tridgell1-0/+47
2007-10-10r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell1-119/+1
2007-10-10r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell1-8/+7
2007-10-10r8254: fixed a valgrind error in the unix auth codeAndrew Tridgell1-1/+1
2007-10-10r8230: prevent authentication dying on a NULL domainAndrew Tridgell1-1/+1
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell1-0/+8
2007-10-10r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell1-0/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-1/+4
2007-10-10r7477: Add MPR_TYPE_PTR to ejs_typeof().Tim Potter1-1/+2
2007-10-10r7351: Start of ejs smb client library. I need to figure out a nice API hereTim Potter1-0/+1
2007-10-10r7350: Remove unused label.Tim Potter1-1/+0
2007-10-10r7268: allocate the strings to avoid them disappearing under our feetSimo Sorce1-5/+5
2007-10-10r7267: REMOTE_HOST is a better choiceSimo Sorce1-34/+65
2007-10-10r7266: Split the different types of js function defines into separate files,Tim Potter1-243/+7
2007-10-10r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argumentTim Potter1-2/+7
2007-10-10r7255: Change syntax of resolveName() js function to be more like theTim Potter1-26/+28
2007-10-10r7238: Add pam auth support in swatSimo Sorce1-0/+82
2007-10-10r7135: make typeof() complient with ECMA 11.4.3Andrew Tridgell1-11/+12
2007-10-10r7083: Add a ejs hook to the resolve_name() function.Tim Potter1-0/+51
2007-10-10r7078: - fix an uninitialised variable in smbscriptAndrew Tridgell1-4/+4
2007-10-10r7072: moved the esp hooks calls to the ejs level, so we can call them fromAndrew Tridgell1-0/+259