Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7165: Fix pidl tests | Jelmer Vernooij | 7 | -7/+6 |
2007-10-10 | r7161: - Add support for "aliases" for pidls scalar types and add a few aliases. | Jelmer Vernooij | 3 | -7/+24 |
2007-10-10 | r7160: Initial work on an esp function wrapper generator | Jelmer Vernooij | 2 | -5/+91 |
2007-10-10 | r7159: Improve the messages from pidl's validator module. | Jelmer Vernooij | 5 | -29/+51 |
2007-10-10 | r7138: Doh - fix some typos. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r7137: Add a couple more dummy idl files for the DNS server and Windows | Tim Potter | 2 | -0/+30 |
2007-10-10 | r7135: make typeof() complient with ECMA 11.4.3 | Andrew Tridgell | 1 | -11/+12 |
2007-10-10 | r7133: work in progress, including a HIGHLY revised and simplified schema | Derrell Lipman | 2 | -215/+366 |
2007-10-10 | r7127: allow for recursive ejs functions | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2) | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r7122: Some cleanups, simplification of the code. | Jelmer Vernooij | 4 | -223/+93 |
2007-10-10 | r7121: More subcontext fixes. A subcontext does not always imply internally d... | Jelmer Vernooij | 2 | -6/+1 |
2007-10-10 | r7120: make use of the new 'noopnum' property and get rid of handwritten | Stefan Metzmacher | 4 | -924/+297 |
2007-10-10 | r7119: the content of a subcontext can contain deferred data, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7118: allways pull scalars and buffers when pulling the subcontext context | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r7117: Move more manpages to the source repository | Jelmer Vernooij | 8 | -0/+1582 |
2007-10-10 | r7116: work in progress | Derrell Lipman | 3 | -126/+237 |
2007-10-10 | r7115: specify what properties can be used on what objects... | Stefan Metzmacher | 1 | -57/+114 |
2007-10-10 | r7114: Convert ldb documentation to DocBook/XML | Jelmer Vernooij | 4 | -135/+273 |
2007-10-10 | r7113: Move manpages from docs repository to source repository | Jelmer Vernooij | 11 | -0/+1110 |
2007-10-10 | r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r7111: Patch from Alan DeKok for correct use of the needed variables in Decl* | Jelmer Vernooij | 1 | -6/+8 |
2007-10-10 | r7110: Remove invalid use of id() | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r7109: Change noid() to noopnum() so it isn't confusing to people familiar wi... | Jelmer Vernooij | 2 | -11/+2 |
2007-10-10 | r7107: detect when a users session has expired and set request['SESSION_EXPIR... | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r7104: add support into the web server for session[] variables without cookie... | Andrew Tridgell | 1 | -14/+27 |
2007-10-10 | r7103: fix make installswat again:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7102: fix subcontext(0) | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r7100: install lately added files too | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r7098: - make use of the NDR table instead of the IDL table in the client and... | Stefan Metzmacher | 7 | -102/+153 |
2007-10-10 | r7087: always run the /scripting/preauth.esp page before processing any | Andrew Tridgell | 1 | -15/+55 |
2007-10-10 | r7086: make include() recognise the ".esp" extension and include the file as | Andrew Tridgell | 1 | -5/+17 |
2007-10-10 | r7085: fixed a bug in ejs with setting up the arguments[] array | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7084: - readd the work from rev 6516,6517,6572 | Stefan Metzmacher | 6 | -130/+217 |
2007-10-10 | r7083: Add a ejs hook to the resolve_name() function. | Tim Potter | 1 | -0/+51 |
2007-10-10 | r7082: Call load_interfaces() in smbscript initialisation. | Tim Potter | 1 | -0/+2 |
2007-10-10 | r7081: Add mprToInt() function. | Tim Potter | 1 | -0/+9 |
2007-10-10 | r7080: Fix typo in error message. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r7079: remember to register the esp calls | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r7078: - fix an uninitialised variable in smbscript | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r7077: pull in a bunch more libs for smbscript. I plan on making a whole lot | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7075: added support for ARGV[] in ejs scripts | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r7074: we should load all shares in smbscript | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7072: moved the esp hooks calls to the ejs level, so we can call them from | Andrew Tridgell | 7 | -370/+446 |
2007-10-10 | r7071: allow access to the current mpr memory context from ejs calls | Andrew Tridgell | 2 | -0/+8 |
2007-10-10 | r7069: Add a little usage message to smbscript and fix a compiler warning. My | Volker Lendecke | 1 | -1/+7 |
2007-10-10 | r7068: Missed one! | Tim Potter | 1 | -0/+2 |
2007-10-10 | r7067: older versions of gnutls don't have GNUTLS_KP_TLS_WWW_SERVER | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7066: Rename http_exception to ejs_exception. | Tim Potter | 3 | -8/+8 |
2007-10-10 | r7065: Move ejs from web_server to lib so it can be shared with smbscript. | Tim Potter | 17 | -29/+29 |