summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-30s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher1-0/+1
2009-01-30Add helper function to get a module name, may be useful for debugging.Simo Sorce2-1/+7
2009-01-30Fix misfiled headers.Simo Sorce3-13/+12
2009-01-30s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher1-0/+1
2009-01-30Fix standalone configure scriptsSimo Sorce2-1/+2
2009-01-30Fix the mess with ldb includes.Simo Sorce51-449/+806
2009-01-22Do not start a transaction this way.Simo Sorce1-10/+0
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher7-29/+36
2009-01-15Fix LDB_MODULESDIR for ldb standalone buildsSimo Sorce2-2/+6
2009-01-08Fix ldap.py test on systems that *can* find the record (the search fails here...Jelmer Vernooij1-1/+1
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-0/+1
2009-01-07Fix ldap.py test.Jelmer Vernooij1-8/+8
2009-01-07Use new error constant (missing from 6efb7ff9)Andrew Bartlett1-1/+1