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
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
2007-10-10
r6512: Refactor samr torture test to use the nicer OO interface instead of the
Tim Potter
1
-552
/
+88
2007-10-10
r6511: Implement GetUserPwInfo(), QueryUserInfo(), QueryUserInfo2().
Tim Potter
1
-5
/
+29
2007-10-10
r6510: Initialise rid parameter in samr_RidToSid(). This is faulting for me
Tim Potter
1
-4
/
+56
2007-10-10
r6508: Fix typo - yay testsuite.
Tim Potter
1
-1
/
+1
2007-10-10
r6507: Fix syntax error in GetAliasMembership().
Tim Potter
1
-1
/
+11
2007-10-10
r6506: Rename parameter to GetDomPwInfo.
Tim Potter
1
-2
/
+2
2007-10-10
r6469: Add CreateDomainGroup, GetAliasMembership.
Tim Potter
1
-4
/
+26
2007-10-10
r6329: Write tests for newly implemented alias functions.
Tim Potter
1
-119
/
+52
2007-10-10
r6328: Fix bug in OpenAlias.
Tim Potter
1
-9
/
+66
2007-10-10
r6327: Add LSA objects to dcerpc swig library.
Tim Potter
1
-1
/
+1
2007-10-10
r6326: Add %array_functions for struct lsa_SidPtr.
Tim Potter
1
-0
/
+3
2007-10-10
r6324: Pass server name instead of binding string on command line (always use
Tim Potter
1
-22
/
+19
2007-10-10
r6215: Add test for LookupNames. Fix CreateUser2 test.
Tim Potter
1
-32
/
+9
2007-10-10
r6214: Fix typo in DomainHandle.OpenUser() function.
Tim Potter
1
-3
/
+22
2007-10-10
r6213: Add %array_functions for struct samr_String so we can create and
Tim Potter
1
-0
/
+1
2007-10-10
r6212: Treat uint8 and int8's as integers instead of chars. Swig maps a char
Tim Potter
1
-2
/
+2
2007-10-10
r6211: Use cli_credentials_set_{domain,username,password}() to fill in
Tim Potter
1
-1
/
+18
2007-10-10
r6210: Call cli_credentials_set_conf() when initialising credentials in
Tim Potter
1
-1
/
+1
2007-10-10
r6208: Add cli_credentials support for swig wrappers. For the moment it
Tim Potter
4
-8
/
+12
2007-10-10
r5778: Remove tdb_set_lock_alarm() function from wrappers at tridge's request.
Tim Potter
1
-8
/
+0
2007-10-10
r5777: At some stage SIG_ATOMIC_T was renamed to sig_atomic_t. This should
Tim Potter
1
-7
/
+4
2007-10-10
r5369: Rename torture modules so they don't conflict with files in scripting/...
Tim Potter
2
-198
/
+41
2007-10-10
r5368: Fix ups for domain_name field name change.
Tim Potter
1
-8
/
+50
2007-10-10
r5353: Throw a NTSTATUS exception if a NT error code is returned.
Tim Potter
1
-22
/
+32
2007-10-10
r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.
Tim Potter
1
-0
/
+3
2007-10-10
r5350: Implement an input typemap for NTSTATUS.
Tim Potter
1
-0
/
+11
2007-10-10
r5348: Implement the remaining samr connect functions and fix up setsecurity.
Tim Potter
1
-6
/
+53
2007-10-10
r5335: Add a Close() method to SamrHandle object.
Tim Potter
1
-1
/
+148
[next]