summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* Fix standalone ldb build modules.Jelmer Vernooij2008-02-251-5/+5
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2533-230/+187
|\
| * ldb_sqlite: fix the buildStefan Metzmacher2008-02-212-2/+1
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-2138-1124/+1041
| |\
| | * Allow building ldb as static library again \o/Jelmer Vernooij2008-02-201-1/+0
| | * Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-205-12/+20
| | * Fix static module list generation for ldb.Jelmer Vernooij2008-02-2015-38/+10
| | * Remove more function-based inits.Jelmer Vernooij2008-02-206-78/+118
| | * Use function-based initialization for ildap backend.Jelmer Vernooij2008-02-201-6/+3
| | * Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-2010-93/+22
| | * Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-205-11/+20
| * | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7
* | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-181-2/+2
|\ \ \ | | |/ | |/|
| * | Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-2/+2
* | | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-162-1/+2
* | | Revert "Allow LDB to be a static library again."Jelmer Vernooij2008-02-162-0/+2
* | | Allow LDB to be a static library again.Jelmer Vernooij2008-02-162-2/+0
|/ /
* | Specify PICFLAG when compiling python modules.Jelmer Vernooij2008-02-121-1/+1
* | Fix installation of python module for ldb and tdb.Jelmer Vernooij2008-02-121-0/+1
* | tdb/ldb: Use prefix in case DESTDIR is not set.Jelmer Vernooij2008-02-121-4/+4
* | Create the required directories when installing Python code.Jelmer Vernooij2008-02-121-0/+2
* | Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-123-2/+7
* | Manually compile python files rather than use setup.py.Jelmer Vernooij2008-02-124-22/+15
* | Fix out of tree builds.Jelmer Vernooij2008-02-112-5/+6
* | Move some more rules to rules.mkJelmer Vernooij2008-02-112-6/+9
* | ldb: Split up the Makefile so it will be possible later on to directly includ...Jelmer Vernooij2008-02-113-122/+125
* | Fix tests.Jelmer Vernooij2008-02-091-35/+24
* | Split up tests a bit, output subunit.Jelmer Vernooij2008-02-091-753/+721
* | Remove unused path update.Jelmer Vernooij2008-02-091-2/+0
|/
* Fix syntax in LDAP testAndrew Bartlett2008-02-081-4/+4
* ldb/python: Add bindings for schema functions.Jelmer Vernooij2008-01-253-33/+393
* python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-231-4/+3
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-01-221-0/+1
* ldb: Fix typo.Jelmer Vernooij2008-01-221-1/+1
* ldb: Increase version number to make it easier to create new Debian snapshots.Jelmer Vernooij2008-01-221-1/+1
* build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-211-4/+0
* ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij2008-01-211-0/+1
* ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2008-01-172-32/+52
* ldap.py: Use constants where possible.Jelmer Vernooij2008-01-151-14/+16
* ldb: Get rid of a warning.Kai Blin2008-01-111-1/+1
* ldap/python: Fix last tests.Jelmer Vernooij2008-01-111-60/+53
* ldb/python: Support comparing Dn's to strings.Jelmer Vernooij2008-01-113-0/+19
* python/ldap: Fix a couple more tests.Jelmer Vernooij2008-01-111-18/+18
* Make a few more tests pass.Jelmer Vernooij2008-01-111-129/+115
* python/ldap: Get further.Jelmer Vernooij2008-01-111-2/+4
* python/ldap: Fix some tests.Jelmer Vernooij2008-01-111-9/+15
* python: More work getting the LDAP test to compile again.Jelmer Vernooij2008-01-111-36/+23
* python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij2008-01-111-37/+30
* ldap/python: Fix some more calls.Jelmer Vernooij2008-01-111-74/+47