summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/smbcalls.h
Commit message (Collapse)AuthorAgeFilesLines
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-1/+1
| | | | | | | upstream sources. This makes it much easier to keep it up to date. I will separate out the mpr code into lib/appweb/mpr next (This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9)
* r8318: added a bunch more ejs calls.Andrew Tridgell2007-10-101-3/+0
| | | | | | | | | getgr*() getpw*() strlower() strupper() IfaceList() (This used to be commit 1517ad490dd67302f38ab9dcd8a3b24b73b8d550)
* r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell2007-10-101-0/+2
| | | | | | | | - added code to send multiple irpc calls in parallel, to all servers that have registered the given name, with output going in io.results[i]. This allows you to make rpc calls to multiple servers at once, which is needed for clients like smbstatus (This used to be commit 061e20e509d95ffe16d7dd6fba7db39fc7a165ed)
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2007-10-101-1/+5
| | | | | lots of rpc calls without memory usage increasing. (This used to be commit 9c885a7edb771486793eb287288158157b34e8f3)
* r7266: Split the different types of js function defines into separate files,Tim Potter2007-10-101-0/+25
as there are going to be a lot more of them. (This used to be commit b086768589ee27de6616945bbea42b18b40d25d5)