summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2008-03-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij3-171/+93
2008-03-02Some cleanups for the ldb doxygen docs.Brad Hards1-10/+12
2008-03-01Remove unused variable, fix (80, 'Other error') exceptions from ldb python bi...Jelmer Vernooij2-4/+4
2008-03-01Fix error handling in ldb.add().Jelmer Vernooij2-161/+81
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+2
2008-02-29Fix manpage paths.Jelmer Vernooij1-6/+6
2008-02-29Move manpage management out of the perl build system.Jelmer Vernooij2-9/+17
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2-3/+4
2008-02-29Fix ldapi support.Jelmer Vernooij1-2/+2
2008-02-28Fix rdn_name errors.Andrew Bartlett1-1/+2
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+2
2008-02-26Fix manpage paths.Jelmer Vernooij1-6/+6
2008-02-26Move manpage management out of the perl build system.Jelmer Vernooij2-9/+17
2008-02-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-14/+10
2008-02-26Fix the build (again).Jelmer Vernooij1-0/+4
2008-02-25Fix use of realpath, fix init functions for ldb.Jelmer Vernooij3-13/+17
2008-02-25Update homepages for talloc, tdb and ldb subprojectsSimo Sorce1-14/+10
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 Vernooij33-230/+187
2008-02-21ldb_sqlite: fix the buildStefan Metzmacher2-2/+1
2008-02-21Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett38-1124/+1041
2008-02-21Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett1-1/+7
2008-02-20Allow building ldb as static library again \o/Jelmer Vernooij1-1/+0
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij5-12/+20
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij15-38/+10
2008-02-20Remove more function-based inits.Jelmer Vernooij6-78/+118
2008-02-20Use function-based initialization for ildap backend.Jelmer Vernooij1-6/+3
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij10-93/+22
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij5-11/+20
2008-02-18Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij1-2/+2
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-2/+2
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij2-1/+2
2008-02-16Revert "Allow LDB to be a static library again."Jelmer Vernooij2-0/+2
2008-02-16Allow LDB to be a static library again.Jelmer Vernooij2-2/+0
2008-02-12Specify PICFLAG when compiling python modules.Jelmer Vernooij1-1/+1
2008-02-12Fix installation of python module for ldb and tdb.Jelmer Vernooij1-0/+1
2008-02-12tdb/ldb: Use prefix in case DESTDIR is not set.Jelmer Vernooij1-4/+4
2008-02-12Create the required directories when installing Python code.Jelmer Vernooij1-0/+2
2008-02-12Avoid using setup.py for intsallation.Jelmer Vernooij3-2/+7
2008-02-12Manually compile python files rather than use setup.py.Jelmer Vernooij4-22/+15
2008-02-11Fix out of tree builds.Jelmer Vernooij2-5/+6
2008-02-11Move some more rules to rules.mkJelmer Vernooij2-6/+9
2008-02-11ldb: Split up the Makefile so it will be possible later on to directly includ...Jelmer Vernooij3-122/+125
2008-02-09Fix tests.Jelmer Vernooij1-35/+24
2008-02-09Split up tests a bit, output subunit.Jelmer Vernooij1-753/+721
2008-02-09Remove unused path update.Jelmer Vernooij1-2/+0
2008-02-08Fix syntax in LDAP testAndrew Bartlett1-4/+4
2008-01-25ldb/python: Add bindings for schema functions.Jelmer Vernooij3-33/+393
2008-01-23python: Add convenience function for getting command line loadparm contextJelmer Vernooij1-4/+3
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0