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
/
ejs
/
smbcalls_cli.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13710: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection()
Rafal Szczesniak
1
-2
/
+13
2007-10-10
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8399: move the ejs and esp code closer to the directory layout used by the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8340: - added sys_gmtime()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8333: merged with latest upstream ejs sources
Andrew Tridgell
1
-7
/
+4
2007-10-10
r8320: make sure all our returned objects are full objects, which means they
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8276: fixed the remaining memory leaks in smbscript. We can now loop doing
Andrew Tridgell
1
-15
/
+15
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
1
-1
/
+1
2007-10-10
r7570: Add tree, session and socket disconnect ejs functions.
Tim Potter
1
-8
/
+114
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
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
r7351: Start of ejs smb client library. I need to figure out a nice API here
Tim Potter
1
-0
/
+89