summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-05-284-6/+4
|\
| * s4:ldb:modules: Correct typos.Andrew Kroeger2009-05-264-6/+4
* | a useful debugging toolAndrew Tridgell2009-05-281-0/+7
* | fixed one-level indexingAndrew Tridgell2009-05-281-6/+2
|/
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-162-76/+282
* Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij2009-04-231-0/+6
* s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett2009-04-141-2/+6
* don't load @ATTRIBUTES if we have an override handler in placeAndrew Tridgell2009-04-071-0/+7
* fixed internal handling of attribute deletionAndrew Tridgell2009-04-071-13/+23
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-027-35/+89
* change ldb version number (as ldb_module structure has changed)Andrew Tridgell2009-03-311-1/+1
* added support for a prepare_commit() op in ldb modulesAndrew Tridgell2009-03-315-4/+35
* pyldb: Let conversion to LDIF up to the user of the API rather than doingJelmer Vernooij2009-03-211-12/+1
* Remove unnecessary duplication of string in memory.Jelmer Vernooij2009-03-211-5/+16
* Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij2009-03-201-0/+13
* Setting nTSecurityDescriptor via LDAP failszahari2009-03-201-2/+4
* Add more comments.Jelmer Vernooij2009-03-201-6/+25
* s4:ldb Allow paged_searches to be mixed with other controlsAndrew Bartlett2009-03-201-3/+3
* s4:ldb Fix the paged_searches moduleAndrew Bartlett2009-03-201-58/+51
* Merge branch 'master' of git://git.samba.org/samba into minschemaJelmer Vernooij2009-03-207-12/+126
|\
| * added support for parentGUIDAndrew Tridgell2009-03-171-0/+30
| * s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
| * s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
| * Fix extended operation return path.Simo Sorce2009-03-101-8/+12
| * Fix potential segfaults using freed memory.Simo Sorce2009-03-094-10/+54
| * Remove parse_control from header, long after the function was removedAndrew Bartlett2009-03-051-1/+0
* | pyldb: Improve exception message when a list is expected.Jelmer Vernooij2009-03-201-8/+9
|/
* s4:ldb_map: include ldb_includes.h first to get replace.h as first headerStefan Metzmacher2009-02-263-0/+3
* Use stdbool.h instead of manually defining boolSimo Sorce2009-02-251-10/+1
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-2321-35/+34
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-232-59/+75
* s4:ldb_ildap: remove compiler warningsStefan Metzmacher2009-02-131-4/+9
* Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke2009-02-121-1/+1
* s4:pyldb: fix compiler warningsStefan Metzmacher2009-02-051-52/+85
* s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher2009-02-034-56/+56
* s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
* s4:ldb_map: s/new/ntreeStefan Metzmacher2009-02-021-1/+1
* Start restoring the sqlite3 backendSimo Sorce2009-01-311-320/+357
* Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-302-5/+1
* Install mising public headersSimo Sorce2009-01-301-1/+1
* Bump up ldb version to 0.9.3 after latest changesSimo Sorce2009-01-301-1/+1
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-302-3/+3
* s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher2009-01-301-0/+1
* Add helper function to get a module name, may be useful for debugging.Simo Sorce2009-01-302-1/+7
* Fix misfiled headers.Simo Sorce2009-01-303-13/+12
* s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher2009-01-301-0/+1
* Fix standalone configure scriptsSimo Sorce2009-01-302-1/+2
* Fix the mess with ldb includes.Simo Sorce2009-01-3051-449/+806
* Do not start a transaction this way.Simo Sorce2009-01-221-10/+0
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-217-29/+36