summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/smbcalls_ldb.c
Commit message (Expand)AuthorAgeFilesLines
* r9566: fix an uninitialised variableAndrew Tridgell2007-10-101-1/+1
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-12/+30
* r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2007-10-101-1/+1
* r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell2007-10-101-5/+2
* r8602: allow options in ldb connect callsAndrew Tridgell2007-10-101-2/+3
* r8569: delete is a js reserved word, so use del insteadAndrew Tridgell2007-10-101-1/+1
* r8557: expose ldb_errstring() in ldb ejs codeAndrew Tridgell2007-10-101-0/+19
* r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce2007-10-101-8/+31
* r8499: clearer function nameSimo Sorce2007-10-101-5/+5
* r8489: neaten up the object handlingAndrew Tridgell2007-10-101-4/+2
* r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell2007-10-101-39/+39
* r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell2007-10-101-73/+101
* r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell2007-10-101-5/+17
* r8406: make sure we give an error in ldbAdd() if any record failsAndrew Tridgell2007-10-101-0/+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-5/+3
* r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu...Andrew Tridgell2007-10-101-0/+144
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2007-10-101-1/+2
* r7266: Split the different types of js function defines into separate files,Tim Potter2007-10-101-0/+93