Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25051: Move SWAT back to the old-style form-submit modal. | Andrew Bartlett | 1 | -46/+0 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23065: revert local includes to prevent security problems (at least | Rafal Szczesniak | 1 | -17/+0 |
2007-10-10 | r23047: Allow local inclusion of js files as well as from predefined | Rafal Szczesniak | 1 | -4/+22 |
2007-10-10 | r20792: fix the build, sorry... | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r20791: the ejsnet stuff can be a normal smbcalls module... | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r20786: Fix the build. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r19449: ldbbrowse: installation hopefully works now. "Developer" installations | Derrell Lipman | 1 | -5/+7 |
2007-10-10 | r19165: handle errors better for jsonrpc. generate an error object whenever ... | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r19055: JSON-RPC is working! It passes the small qooxdoo JSON-RPC test suite | Derrell Lipman | 1 | -34/+0 |
2007-10-10 | r19051: JSON-RPC server work-in-progress. It's almost working. | Derrell Lipman | 1 | -0/+33 |
2007-10-10 | r19020: move jsonrpc_include to a more appropriate location in the file, and ... | Derrell Lipman | 1 | -13/+17 |
2007-10-10 | r18880: JSON-RPC work in progress | Derrell Lipman | 1 | -0/+82 |
2007-10-10 | r14603: Fix building of ejs modules as shared libs | Jelmer Vernooij | 1 | -1/+9 |
2007-10-10 | r14497: Fix build with shared libraries | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14109: Modulify the smbcalls subsystem. | Jelmer Vernooij | 1 | -11/+1 |
2007-10-10 | r13655: Use new name of build header | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13369: let's have a way to show the samba4 version through ejs | Simo Sorce | 1 | -0/+11 |
2007-10-10 | r12501: Merge EJSHeader.pm into EJS.pm and simplify smbcalls_rpc.c a bit, | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib... | Jelmer Vernooij | 1 | -0/+12 |
2007-10-10 | r11281: Initial ejs interface for libnet functions. | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r9800: Add EJS interface to param. tridge, sorry this overlaps a bit | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r9722: Initial attempt at converting samba3dump to EJS.. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r9344: started adding calls for manipulation of data blobs in ejs | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r9132: 'pointer' is better for typedef than 'C pointer' | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9059: add a basic credentials object for mimir | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8483: switched our generated ejs rpc code over to the new OO interface. This | Andrew Tridgell | 1 | -7/+0 |
2007-10-10 | r8399: move the ejs and esp code closer to the directory layout used by the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8358: Return an error message if js include path not set instead of silently | Tim Potter | 1 | -0/+1 |
2007-10-10 | r8337: - use 64 bit access functions in ejs calls | Andrew Tridgell | 1 | -16/+2 |
2007-10-10 | r8320: make sure all our returned objects are full objects, which means they | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8318: added a bunch more ejs calls. | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r8316: give full access to the popt command line parsing in ejs scripts, incl... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8297: add libinclude() function in ejs, which is like include() but searches... | Andrew Tridgell | 1 | -0/+47 |
2007-10-10 | r8296: - split out the ejs auth functions into a separate file | Andrew Tridgell | 1 | -119/+1 |
2007-10-10 | r8276: fixed the remaining memory leaks in smbscript. We can now loop doing | Andrew Tridgell | 1 | -8/+7 |
2007-10-10 | r8254: fixed a valgrind error in the unix auth code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8230: prevent authentication dying on a NULL domain | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r8069: the beginnings of code to allow rpc calls to be made from ejs | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r7477: Add MPR_TYPE_PTR to ejs_typeof(). | Tim Potter | 1 | -1/+2 |
2007-10-10 | r7351: Start of ejs smb client library. I need to figure out a nice API here | Tim Potter | 1 | -0/+1 |
2007-10-10 | r7350: Remove unused label. | Tim Potter | 1 | -1/+0 |
2007-10-10 | r7268: allocate the strings to avoid them disappearing under our feet | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r7267: REMOTE_HOST is a better choice | Simo Sorce | 1 | -34/+65 |
2007-10-10 | r7266: Split the different types of js function defines into separate files, | Tim Potter | 1 | -243/+7 |