summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/smbcalls_cli.c
Commit message (Expand)AuthorAgeFilesLines
* r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection()Rafal Szczesniak2007-10-101-2/+13
* r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2007-10-101-1/+0
* r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2007-10-101-0/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-1/+1
* r8340: - added sys_gmtime()Andrew Tridgell2007-10-101-1/+1
* r8333: merged with latest upstream ejs sourcesAndrew Tridgell2007-10-101-7/+4
* r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell2007-10-101-1/+1
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2007-10-101-15/+15
* r7928: Add rename, unlink and list commands.Tim Potter2007-10-101-2/+139
* r7924: Add mkdir() and rmdir() functions.Tim Potter2007-10-101-2/+81
* r7922: Comment out complicated connect/session/tree API for the moment. ReplaceTim Potter2007-10-101-2/+83
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+1
* r7570: Add tree, session and socket disconnect ejs functions.Tim Potter2007-10-101-8/+114
* r7505: Add more argument forms for session_setup().Tim Potter2007-10-101-1/+34
* r7501: Fix credential initialisation in ejs session setup. Implement fourTim Potter2007-10-101-7/+127
* r7457: Return an ejs C pointer object from the ejs connect() function.Tim Potter2007-10-101-16/+62
* r7422: Create a ejs object to wrap a smbcli_transport pointer.Tim Potter2007-10-101-0/+18
* r7351: Start of ejs smb client library. I need to figure out a nice API hereTim Potter2007-10-101-0/+89