summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/smbcalls_ldb.c
Commit message (Expand)AuthorAgeFilesLines
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22993: - make it possible to load a dsdb_schema from ldif via the ejs bindingsStefan Metzmacher2007-10-101-0/+125
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-10-101-3/+45
* r21351: Change ldb ejs bindings return codes.Simo Sorce2007-10-101-5/+5
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-7/+7
* r19732: The 'res' from ldb_search is only valid if the call returns LDB_SUCCESS.Andrew Bartlett2007-10-101-1/+1
* r19297: fixed a leak in the ejs ldb interfaceAndrew Tridgell2007-10-101-2/+2
* r16168: Make the example match the actual function.Andrew Bartlett2007-10-101-1/+1
* r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell2007-10-101-1/+2
* r15581: Remove unused includeJelmer Vernooij2007-10-101-1/+0
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12822: Given that talloc gives us this extra level of safety, use it.Andrew Bartlett2007-10-101-2/+2
* r12746: An initial version of the kludge_acls module.Andrew Bartlett2007-10-101-4/+7
* r12744: For correctly written scripts, we don't need this anymore. Only useAndrew Bartlett2007-10-101-3/+1
* r12708: This is equivilant, but doesn't cause a warning.Andrew Bartlett2007-10-101-2/+1
* r12699: correctly escape invalid DN characters (reported by Steinar H. Gunder...Jelmer Vernooij2007-10-101-1/+30
* r12323: fixeed the use of options.get_credentials() for ldbAndrew Tridgell2007-10-101-2/+6
* r12322: automatically use cmdline_credentials if the ldb object doesn't haveAndrew Tridgell2007-10-101-0/+4
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-1/+13
* r11567: Ldb API change patch.Simo Sorce2007-10-101-3/+4
* r11474: - enable ldb transactions from ejsAndrew Tridgell2007-10-101-0/+81
* r11354: - generate a ejs error on bad ldif to add/modifyAndrew Tridgell2007-10-101-3/+7
* r10252: a recent checkin from simo changed the handling of BASE and SUBTREEAndrew Tridgell2007-10-101-0/+1
* r10192: r11631@blu: tridge | 2005-08-30 23:06:37 +1000Andrew Tridgell2007-10-101-0/+26
* r9915: Some more mappings. Fix weird sAMAccountName values.Jelmer Vernooij2007-10-101-4/+10
* r9842: More error checks in the ldb_map modules, extend testsuiteJelmer Vernooij2007-10-101-4/+4
* r9770: Couple other bugfixesJelmer Vernooij2007-10-101-1/+5
* r9762: Add support for reading good old smbpasswd filesJelmer Vernooij2007-10-101-0/+61
* r9706: r11042@blu: tridge | 2005-08-28 12:40:09 +1000Andrew Tridgell2007-10-101-4/+0
* 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