summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell1-1/+1
2007-10-10r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell1-5/+2
2007-10-10r8602: allow options in ldb connect callsAndrew Tridgell1-2/+3
2007-10-10r8569: delete is a js reserved word, so use del insteadAndrew Tridgell1-1/+1
2007-10-10r8557: expose ldb_errstring() in ldb ejs codeAndrew Tridgell1-0/+19
2007-10-10r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce1-8/+31
2007-10-10r8499: clearer function nameSimo Sorce1-5/+5
2007-10-10r8489: neaten up the object handlingAndrew Tridgell1-4/+2
2007-10-10r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell1-39/+39
2007-10-10r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell1-73/+101
2007-10-10r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell1-5/+17
2007-10-10r8406: make sure we give an error in ldbAdd() if any record failsAndrew Tridgell1-0/+1
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell1-1/+1
2007-10-10r8340: - added sys_gmtime()Andrew Tridgell1-5/+3
2007-10-10r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu...Andrew Tridgell1-0/+144
2007-10-10r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell1-1/+2
2007-10-10r7266: Split the different types of js function defines into separate files,Tim Potter1-0/+93