summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls_data.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13710: fix compiler warningsStefan Metzmacher1-3/+3
metze (This used to be commit 6ee7de9bbf6ff55221fc8e3a6f467e69e564e2e1)
2007-10-10r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. InAndrew Tridgell1-1/+1
js arrays are a special type of object where the length property is automatic, and cannot be modified manually. Our code was manually setting length, which made it abort when someone passed in a real ejs array. To fix this we need to create real arrays instead of objects, and remove the code that manually sets the length (This used to be commit ebdd1393fde44a0a35446d1a922d29a7c1769ba7)
2007-10-10r9990: Fix some 64-bit size_t warnings.Tim Potter1-3/+3
(This used to be commit dd148451d7d554dc0b102023e6a22439fd3b4b81)
2007-10-10r9496: added a regToVar() function that converts a registry blob variable to ↵Andrew Tridgell1-0/+119
a ejs variable. (This used to be commit 76ffc200794cdae6dcd7d07adb5617f1b09fe435)
2007-10-10r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell1-0/+165
added: blobToArray() blobFromArray() blobCompare() (This used to be commit cc5a3e9cc3b44f418eb5dfcd4e855a36c5ac8327)