summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2009-06-06Fix some nonempty blank linesVolker Lendecke1-23/+23
2009-06-04fixed ldb rename now that we have unique indexesAndrew Tridgell1-30/+11
2009-06-02Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij3-1/+3
2009-06-02Fix more unresolved symbols.Jelmer Vernooij4-48/+49
2009-06-02Split up Python code a little bit so we don't hav eto link python modulesJelmer Vernooij1-0/+39
2009-06-01use the unique flag on ldb attributes to optimise & clausesAndrew Tridgell1-46/+72
2009-06-01added support for unique indexing in ldbAndrew Tridgell2-7/+32
2009-06-01when comp_num is zero, the case folded DN is always ""Andrew Tridgell1-8/+2
2009-05-28Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell4-6/+4
2009-05-28a useful debugging toolAndrew Tridgell1-0/+7
2009-05-28fixed one-level indexingAndrew Tridgell1-6/+2
2009-05-26s4:ldb:modules: Correct typos.Andrew Kroeger4-6/+4
2009-05-16Update copies of config.guess and config.sub.Jelmer Vernooij2-76/+282
2009-04-23Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij1-0/+6
2009-04-14s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett1-2/+6
2009-04-07don't load @ATTRIBUTES if we have an override handler in placeAndrew Tridgell1-0/+7
2009-04-07fixed internal handling of attribute deletionAndrew Tridgell1-13/+23
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell7-35/+89
2009-03-31change ldb version number (as ldb_module structure has changed)Andrew Tridgell1-1/+1
2009-03-31added support for a prepare_commit() op in ldb modulesAndrew Tridgell5-4/+35
2009-03-21pyldb: Let conversion to LDIF up to the user of the API rather than doingJelmer Vernooij1-12/+1
2009-03-21Remove unnecessary duplication of string in memory.Jelmer Vernooij1-5/+16
2009-03-20Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij1-0/+13
2009-03-20Setting nTSecurityDescriptor via LDAP failszahari1-2/+4
2009-03-20Add more comments.Jelmer Vernooij1-6/+25
2009-03-20s4:ldb Allow paged_searches to be mixed with other controlsAndrew Bartlett1-3/+3
2009-03-20s4:ldb Fix the paged_searches moduleAndrew Bartlett1-58/+51
2009-03-20Merge branch 'master' of git://git.samba.org/samba into minschemaJelmer Vernooij7-12/+126
2009-03-20pyldb: Improve exception message when a list is expected.Jelmer Vernooij1-8/+9
2009-03-17added support for parentGUIDAndrew Tridgell1-0/+30
2009-03-12s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher1-1/+3
2009-03-12s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher1-0/+35
2009-03-10Fix extended operation return path.Simo Sorce1-8/+12
2009-03-09Fix potential segfaults using freed memory.Simo Sorce4-10/+54
2009-03-05Remove parse_control from header, long after the function was removedAndrew Bartlett1-1/+0
2009-02-26s4:ldb_map: include ldb_includes.h first to get replace.h as first headerStefan Metzmacher3-0/+3
2009-02-25Use stdbool.h instead of manually defining boolSimo Sorce1-10/+1
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce21-35/+34
2009-02-23Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2-59/+75
2009-02-13s4:ldb_ildap: remove compiler warningsStefan Metzmacher1-4/+9
2009-02-12Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke1-1/+1
2009-02-05s4:pyldb: fix compiler warningsStefan Metzmacher1-52/+85
2009-02-03s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher4-56/+56
2009-02-02s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher1-2/+0
2009-02-02s4:ldb_map: s/new/ntreeStefan Metzmacher1-1/+1
2009-01-31Start restoring the sqlite3 backendSimo Sorce1-320/+357
2009-01-30Explicitly include ldb_handlers.h where necessarySimo Sorce2-5/+1
2009-01-30Install mising public headersSimo Sorce1-1/+1
2009-01-30Bump up ldb version to 0.9.3 after latest changesSimo Sorce1-1/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2-3/+3