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
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
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
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
4
-13
/
+444
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
r7066: Rename http_exception to ejs_exception.
Tim Potter
1
-2
/
+2
2007-10-10
r7065: Move ejs from web_server to lib so it can be shared with smbscript.
Tim Potter
1
-1
/
+1
2007-10-10
r7064: Clean up handle parameter passing after peeking at tridge's ejstest.c
Tim Potter
1
-4
/
+4
2007-10-10
r7063: Do error checking on the ejs functions.
Tim Potter
1
-9
/
+19
2007-10-10
r7062: Merge scripting/swig/config.mk with scripting/config.mk
Tim Potter
2
-5
/
+14
2007-10-10
r7061: A ejs scripting client. This should allow javascript to be run in a
Tim Potter
2
-0
/
+70
2007-10-10
r6592: Throw an IOError exception if tdb_open() or tdb_open_Ex() returns NULL.
Tim Potter
1
-0
/
+12
2007-10-10
r6591: Add some comments.
Tim Potter
1
-4
/
+44
2007-10-10
r6590: Remove bogus library versioning variables from swig wrappers.
Tim Potter
1
-6
/
+0
2007-10-10
r6540: Implement a bunch more SAMR functions.
Tim Potter
3
-19
/
+139
2007-10-10
r6539: A patch from jbm:
Tim Potter
1
-13
/
+16
[next]