s3:winbind correct a copy&paste error
[obnox/samba-ctdb.git] / source4 / lib / ldb /
2009-09-09 Jelmer VernooijUpdate copies of config.guess and config.sub. (cherry...
2009-03-12 Stefan Metzmachers4:ldb: allow nested events until the code is fixed...
2009-03-12 Stefan Metzmachers4:ldb: setup tevent debug functions on a selfcreated...
2009-03-10 Simo SorceFix extended operation return path.
2009-03-10 Simo SorceFix potential segfaults using freed memory.
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Andrew BartlettRemove parse_control from header, long after the functi...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-26 Stefan Metzmachers4:ldb_map: include ldb_includes.h first to get replace...
2009-02-25 Simo SorceUse stdbool.h instead of manually defining bool
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-23 Simo SorceFix headers, ldb_includes.h is a private header,
2009-02-23 Simo SorceMake all transactions nested in ldb. The current samba4...
2009-02-13 Stefan Metzmachers4:ldb_ildap: remove compiler warnings
2009-02-12 Volker LendeckeFix Coverity ID 872 -- we have alread dereferenced...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:pyldb: fix compiler warnings
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-03 Stefan Metzmachers4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo...
2009-02-02 Stefan Metzmachers4:lib/ldb: we should not silence warnings on handwritt...
2009-02-02 Stefan Metzmachers4:ldb_map: s/new/ntree
2009-02-01 Simo SorceStart restoring the sqlite3 backend
2009-01-31 Simo SorceExplicitly include ldb_handlers.h where necessary
2009-01-31 Simo SorceInstall mising public headers
2009-01-30 Simo SorceBump up ldb version to 0.9.3 after latest changes
2009-01-30 Simo SorceFix all other modules to use ldb_module.h instead of...
2009-01-30 Stefan Metzmachers4:lib/ldb: include replace.h in pyldb.c
2009-01-30 Simo SorceAdd helper function to get a module name, may be useful...
2009-01-30 Simo SorceFix misfiled headers.
2009-01-30 Stefan Metzmachers4:fix the build after 380874ef863866c94c999ef53252b9d3...
2009-01-30 Simo SorceFix standalone configure scripts
2009-01-30 Simo SorceFix the mess with ldb includes.
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Simo SorceDo not start a transaction this way.
2009-01-21 Jelmer VernooijMerge branch 'v4-0-test' of /home/jelmer/samba4
2009-01-21 Stefan Metzmachers4:ldb: remove dependency to samba4's events wrapper
2009-01-15 Simo SorceFix LDB_MODULESDIR for ldb standalone builds
2009-01-08 Jelmer VernooijFix ldap.py test on systems that *can* find the record...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-07 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-07 Jelmer VernooijFix ldap.py test.
2009-01-07 Andrew BartlettUse new error constant (missing from 6efb7ff9)
2009-01-07 Andrew BartlettRaise a python exception when the ldb search fails
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Andrew BartlettInitialise 'flags' in new python ldb binding for ldb_co...
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-26 Kai BlinFix some tevent includes, trying to fix the build
2008-12-24 Jelmer VernooijFix accidental condition inversion.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix more compiler warnings in various places.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix silly typo.
2008-12-23 Jelmer Vernooijpyldb: Provide replacement for sizeargfunc, not availab...
2008-12-23 Jelmer Vernooijpython: Define Py_ssize_t if the Python library doesn't.
2008-12-23 Jelmer Vernooijpyldb: Fix segfault because of incorrect reference...
2008-12-23 Jelmer Vernooijpyldb: Avoid use of pytalloc, as it may not be available.
2008-12-23 Jelmer Vernooijldb: Include tevent.h rather than events.h.
2008-12-23 Jelmer Vernooijldb: Fix linking against tevent library (rather than...
2008-12-22 Jelmer VernooijFix build of the Python bindings now that SWIG is gone.
2008-12-21 Jelmer VernooijFix various Python-related bugs.
2008-12-21 Jelmer VernooijRemove remaining fragments of SWIG code in pyldb.
2008-12-21 Jelmer VernooijFix more introduced regressions in new bindings.
2008-12-21 Jelmer Vernooijpy: Fix initialisation of subtypes, fix segfaults.
2008-12-20 Jelmer VernooijImplement some of the stubs in misc python module.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijUse plain C implementation for misc Python module rathe...
2008-12-20 Jelmer VernooijSupport subtypes of ldb.Ldb.
2008-12-20 Jelmer VernooijFix all pyldb tests except for modules.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijReprocess LDB SWIG file.
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijAvoid use of parentheses in Python import statements...
2008-12-19 Jelmer VernooijFix more tests.
2008-12-19 Simo Sorces4:cosmetic: Remove trailing tabs and spaces
2008-12-19 Matthias Dieter... Small cosmetic LDB patch regarding return values.
2008-12-19 Jelmer VernooijPort over more functionality to new SWIGless Python...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijRemove swig support from standalone ldb build.
2008-12-19 Jelmer VernooijInitial work using manual Python bindings for LDB,...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Andrew BartlettParse options (and open the database) before starting...
2008-12-18 Andrew BartlettPrint error strings when transactions fail in ldb tools
2008-12-18 Andrew BartlettRename ldb index pointer wrapper function
2008-12-17 Andrew Bartletts4:ldb: add some python tests for extended dns
2008-12-17 Andrew Bartletts4:ldb: make it possible to return per entry controls
2008-12-17 Andrew Bartletts4:ldb.i: hang the dn on the NULL context as the python...
2008-12-17 Andrew Bartletts4:ldb: use try to print the extended dn in the ldif...
2008-12-17 Andrew Bartletts4:ldb_ildap: try to pass extended DNs to the server
2008-12-17 Andrew Bartletts4:ldb: add infrastructure for extended dn handlers
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew Tridgellan experimental patch for fixing ldb bloat
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijAdd new script for building IDL files in librpc/idl...
next