summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett2-1/+25
2008-12-17s4:ldb: use try to print the extended dn in the ldif outputAndrew Bartlett1-2/+4
2008-12-17s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett2-58/+442
2008-12-03Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell1-2/+4
2008-11-17Print unconvertable ldb element values as base64.Andrew Bartlett1-2/+4
2008-11-06don't give errors when an empty modules list is given to ldbAndrew Tridgell1-2/+9
2008-11-04Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett3-6/+6
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-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2-25/+29
2008-10-02s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher1-2/+2
2008-09-29LDB ASYNC: Core filesSimo Sorce2-96/+349
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij5-28/+28
2008-09-24Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer5-28/+28
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2-54/+29
2008-09-14Fix typo.Karolin Seeger1-1/+1
2008-09-06Always free tmp contexts before returningSimo Sorce1-0/+1
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell2-16/+23
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett2-10/+19
2008-08-21Don't allow a NULL syntaxAndrew Bartlett1-0/+4
2008-08-20don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell1-0/+4
2008-08-20Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell1-3/+11
2008-08-20added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell1-0/+5
2008-08-18Allow attributes to be overwritten, not just added toAndrew Bartlett1-3/+11
2008-06-30ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher2-163/+198
2008-06-17Change our module code to not use the special symbol name init_module()Andrew Tridgell2-20/+0
2008-06-15Note that making ldb the event context parent seem to lead to races whenSimo Sorce1-1/+1
2008-06-15Now that we pass down the event context, start removing calls toSimo Sorce1-0/+2
2008-06-14Ups fix typo in error typeSimo Sorce1-2/+2
2008-06-14Cosmetic fixes.Simo Sorce1-88/+141
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-7/+27
2008-03-28Merge v4.0-testJelmer Vernooij1-1/+1
2008-03-18ldb: fix the standalone buildStefan Metzmacher2-6/+6
2008-02-25Fix use of realpath, fix init functions for ldb.Jelmer Vernooij1-5/+7
2008-02-25Fix standalone ldb build modules.Jelmer Vernooij1-5/+5
2008-02-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2-58/+90
2008-02-21Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2-57/+83
2008-02-21Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett1-1/+7
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-1/+0
2008-02-20Remove more function-based inits.Jelmer Vernooij2-56/+69
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2-2/+16
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij1-1/+0
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-2/+3
2007-12-24r26577: Fix the standalone ldb build.Jelmer Vernooij1-11/+8
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-12-21r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett1-5/+0
2007-12-21r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij2-11/+25
2007-12-21r26410: Remove unnecessary static.Jelmer Vernooij1-1/+1