summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2008-12-19Remove swig support from standalone ldb build.Jelmer Vernooij6-21/+7
2008-12-19Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij6-9331/+1783
2008-12-18Parse options (and open the database) before starting transactionsAndrew Bartlett1-2/+2
2008-12-18Print error strings when transactions fail in ldb toolsAndrew Bartlett3-6/+6
2008-12-18Rename ldb index pointer wrapper functionAndrew Bartlett1-8/+8
2008-12-17s4:ldb: add some python tests for extended dnsAndrew Bartlett1-27/+60
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett14-13/+48
2008-12-17s4:ldb.i: hang the dn on the NULL context as the python destructor will free itAndrew Bartlett1-0/+2
2008-12-17s4:ldb: use try to print the extended dn in the ldif outputAndrew Bartlett1-2/+4
2008-12-17s4:ldb_ildap: try to pass extended DNs to the serverAndrew Bartlett1-5/+5
2008-12-17s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett4-60/+524
2008-12-17Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell1-1/+1
2008-12-17an experimental patch for fixing ldb bloatAndrew Tridgell3-9/+352
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij1-1/+1
2008-12-16repack the ldb after re-indexingAndrew Tridgell1-0/+4
2008-12-16use transactions in ldbadd, ldbmodify and ldbeditAndrew Tridgell3-0/+30
2008-12-03Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell5-9/+11
2008-11-17Remove timeout event once we are calling the callback.Andrew Bartlett2-4/+6
2008-11-17Print unconvertable ldb element values as base64.Andrew Bartlett1-2/+4
2008-11-17Always validate a DN when constructing from a string in pythonAndrew Bartlett1-1/+1
2008-11-11Regenerate SWIG output.Jelmer Vernooij1-1/+0
2008-11-11It is not valid to talloc_free() ldb_dn_get_linearized()Andrew Bartlett1-1/+0
2008-11-06fixed options argument to ldb connect in pythonAndrew Tridgell2-10/+18
2008-11-06don't give errors when an empty modules list is given to ldbAndrew Tridgell2-5/+9
2008-11-04Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett4-8/+8
2008-10-30Revert "Length comparison of the linearized version is not correct."Simo Sorce1-0/+3
2008-10-29Length comparison of the linearized version is not correct.Simo Sorce1-3/+0
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij5-4/+13
2008-10-17Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett8-131/+170
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce8-131/+170
2008-10-16Assert that the server provides allowedAttributes (etc) on each entryAndrew Bartlett1-2/+6
2008-10-14Fix very old bug in ASQSimo Sorce1-2/+2
2008-10-08Fix subunit files location after cherrypicks.Jelmer Vernooij1-0/+1
2008-10-02s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher1-2/+2
2008-09-30Remove ldb_module_wait implementation - ldb_module.wait() is gone.Jelmer Vernooij1-17/+0
2008-09-29s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymoreStefan Metzmacher1-3/+3
2008-09-29LDB ASYNC: ldb misc changesSimo Sorce2-54/+44
2008-09-29LDB ASYNC: core modulesSimo Sorce11-2152/+1534
2008-09-29LDB ASYNC: other backendsSimo Sorce3-582/+619
2008-09-29LDB ASYNC: ldb_tdb backendSimo Sorce4-315/+242
2008-09-29LDB ASYNC: Core filesSimo Sorce5-164/+489
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij16-107/+107
2008-09-24Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer8-32/+32
2008-09-24Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer8-75/+75
2008-09-24Fix python test, we can't check only the first member, because the orderSimo Sorce1-1/+4
2008-09-24Use new binary name in merged build.Jelmer Vernooij1-2/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce12-96/+68
2008-09-20Don't expose ldb_request in the Python API but rather use regularJelmer Vernooij3-84/+218
2008-09-19Fix ldb standalone build.Simo Sorce8-47/+78