index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
ejs
Commit message (
Expand
)
Author
Age
Files
Lines
*
r8262: - simplify the dependency handling for ejs modules
Andrew Tridgell
2007-10-10
3
-106
/
+63
*
r8260: added an init based registration system for the generated ejs rpc code...
Andrew Tridgell
2007-10-10
2
-18
/
+47
*
r8256: - allow rpc calls from non-command line ejs contexts by creating a set
Andrew Tridgell
2007-10-10
4
-2
/
+34
*
r8254: fixed a valgrind error in the unix auth code
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8238: - fixed handling of NULL pointers from ejs
Andrew Tridgell
2007-10-10
3
-0
/
+26
*
r8236: fixed support for arrays of structures
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r8233: - added support for more base types in pidl ejs
Andrew Tridgell
2007-10-10
4
-5
/
+143
*
r8230: prevent authentication dying on a NULL domain
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...
Andrew Tridgell
2007-10-10
5
-1
/
+41
*
r8216: - handle union pull in ejs pidl generation
Andrew Tridgell
2007-10-10
1
-0
/
+9
*
r8215: switched the pull side of the ejs generator over to the recursive LEVE...
Andrew Tridgell
2007-10-10
2
-30
/
+14
*
r8213: I've started to understand the LEVELS stuff in pidl much better now,
Andrew Tridgell
2007-10-10
2
-29
/
+13
*
r8200: - added stub functions for union pull/push
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r8198: - handled push/pull of simple strings in ejs
Andrew Tridgell
2007-10-10
3
-9
/
+56
*
r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t...
Andrew Tridgell
2007-10-10
2
-17
/
+17
*
r8194: delete the old hand-written ejs code for echo_AddOne. This is now
Andrew Tridgell
2007-10-10
1
-45
/
+0
*
r8192: updated the glue code for the generated ejs functions from pidl
Andrew Tridgell
2007-10-10
5
-30
/
+155
*
r8114: fixed the build after tpots ejs commit ....
Andrew Tridgell
2007-10-10
1
-0
/
+11
*
r8105: Add ejsrpc push/pull functions for uint16 and uint8.
Tim Potter
2007-10-10
2
-12
/
+55
*
r8073: a successful rpc call from ejs!
Andrew Tridgell
2007-10-10
6
-13
/
+292
*
r8069: the beginnings of code to allow rpc calls to be made from ejs
Andrew Tridgell
2007-10-10
5
-15
/
+194
*
r7928: Add rename, unlink and list commands.
Tim Potter
2007-10-10
1
-2
/
+139
*
r7924: Add mkdir() and rmdir() functions.
Tim Potter
2007-10-10
1
-2
/
+81
*
r7922: Comment out complicated connect/session/tree API for the moment. Replace
Tim Potter
2007-10-10
1
-2
/
+83
*
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
2007-10-10
2
-2
/
+5
*
r7570: Add tree, session and socket disconnect ejs functions.
Tim Potter
2007-10-10
1
-8
/
+114
*
r7530: Simply calling convention of lp_load().
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r7505: Add more argument forms for session_setup().
Tim Potter
2007-10-10
1
-1
/
+34
*
r7501: Fix credential initialisation in ejs session setup. Implement four
Tim Potter
2007-10-10
1
-7
/
+127
*
r7500: Initialise module subsystems.
Tim Potter
2007-10-10
1
-0
/
+2
*
r7477: Add MPR_TYPE_PTR to ejs_typeof().
Tim Potter
2007-10-10
1
-1
/
+2
*
r7461: this is the start of some code for mapping IDL onto ejs. This is hand
Andrew Tridgell
2007-10-10
1
-0
/
+197
*
r7457: Return an ejs C pointer object from the ejs connect() function.
Tim Potter
2007-10-10
1
-16
/
+62
*
r7422: Create a ejs object to wrap a smbcli_transport pointer.
Tim Potter
2007-10-10
1
-0
/
+18
*
r7351: Start of ejs smb client library. I need to figure out a nice API here
Tim Potter
2007-10-10
2
-0
/
+90
*
r7350: Remove unused label.
Tim Potter
2007-10-10
1
-1
/
+0
*
r7268: allocate the strings to avoid them disappearing under our feet
Simo Sorce
2007-10-10
1
-5
/
+5
*
r7267: REMOTE_HOST is a better choice
Simo Sorce
2007-10-10
1
-34
/
+65
*
r7266: Split the different types of js function defines into separate files,
Tim Potter
2007-10-10
5
-243
/
+365
*
r7263: Exit smbscript with the intepreter return value (defaults to 0).
Tim Potter
2007-10-10
1
-10
/
+13
*
r7262: Add a length property to ARGV array.
Tim Potter
2007-10-10
1
-0
/
+1
*
r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argument
Tim Potter
2007-10-10
1
-2
/
+7
*
r7255: Change syntax of resolveName() js function to be more like the
Tim Potter
2007-10-10
1
-26
/
+28
*
r7254: Add a mprWERROR() function with the same attributes as mprNTSTATUS.
Tim Potter
2007-10-10
1
-0
/
+24
*
r7238: Add pam auth support in swat
Simo Sorce
2007-10-10
1
-0
/
+82
*
r7225: Create a MprVar object from a NTSTATUS, e.g:
Tim Potter
2007-10-10
1
-0
/
+23
*
r7223: Advance script past interpreter line.
Tim Potter
2007-10-10
1
-0
/
+11
*
r7215: Convert smbscript to use ejsEvalScript() and file_load() instead of
Tim Potter
2007-10-10
1
-4
/
+7
*
r7135: make typeof() complient with ECMA 11.4.3
Andrew Tridgell
2007-10-10
1
-11
/
+12
*
r7083: Add a ejs hook to the resolve_name() function.
Tim Potter
2007-10-10
1
-0
/
+51
[next]