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