summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/wscript
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-287/+0
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell1-1/+1
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-6/+11
2011-04-23Support the 'PYTHON' environment variable.Jelmer Vernooij1-0/+6
2011-04-21s4:ldb: change version to 1.1.0 after adding new functions:Stefan Metzmacher1-1/+1
2011-03-16s4:ldb: don't install .pc files when building a private libraryStefan Metzmacher1-2/+6
2011-03-15ldb: only install headers if we are not building as a private libAndrew Tridgell1-1/+4
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
2011-02-21ldb: controls marshalling/unmarshalling improvementMatthieu Patou1-1/+1
2011-02-14Increase minor version since a public header has changedSimo Sorce1-1/+1
2011-02-10ldb: change version number to 1.0.0Andrew Tridgell1-1/+1
2011-02-10ldb: added a include/ldb_version.hAndrew Tridgell1-2/+9
2011-01-17ldb: added ldb_req_mark_trusted()Andrew Tridgell1-1/+1
2011-01-14ldb: added ldb_dn_get_extended_comp_num()Andrew Tridgell1-1/+1
2011-01-03pyldb: Use pytalloc-util.Jelmer Vernooij1-1/+1
2010-12-27s4:ldb: setup TEST_DATA_PREFIX for make testStefan Metzmacher1-1/+5
2010-12-19ldb: Bump version after renaming some public symbols which didn't have aJelmer Vernooij1-1/+1
2010-12-15ldb: Bump API after symbol changes.Jelmer Vernooij1-1/+1
2010-12-15ldb: Build modules as .so files.Jelmer Vernooij1-0/+9
2010-12-15build: openbsd plateform is openbsd4Matthieu Patou1-1/+1
2010-12-14build do not add -no-undefined on openbsdMatthieu Patou1-1/+2
2010-12-09waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell1-4/+2
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell1-2/+1
2010-12-08s4:ldb: build libldb and pyldb-util as private libraries when building for sa...Stefan Metzmacher1-3/+12
2010-12-08ldb: bump version number after introduction of new constant.Jelmer Vernooij1-1/+1
2010-11-23pyldb: Fix broken test.Jelmer Vernooij1-0/+1
2010-11-21s4-ldb: fixed the build with a space in the ldb modules directory nameAndrew Tridgell1-1/+1
2010-11-14Re-enable ldb-cmdline for the moment, as it is used by oLschema2ldif.Jelmer Vernooij1-5/+5
2010-11-14Don't build ldb tools when there is a system provided ldb.Jelmer Vernooij1-13/+13
2010-11-03s4-ldb: make ldbtest depend on ldbAndrew Tridgell1-1/+1
2010-11-03waf: added reconfigure targets to our librariesAndrew Tridgell1-0/+5
2010-11-03s4-ldb: expose some more ldb module functionsAndrew Tridgell1-1/+1
2010-11-01s4-ldb: added support for ldb module version checkingAndrew Tridgell1-2/+4
2010-11-01s4-ldb: convert existing ldb tools to use new command line hooksAndrew Tridgell1-45/+14
2010-11-01s4-ldb: convert the rest of the ldb modules to the new styleAndrew Tridgell1-11/+20
2010-11-01s4-ldb: convert the openldap ldb backend to the new style of moduleAndrew Tridgell1-2/+3
2010-11-01s4-ldb: convert the ildap module to the new type of ldb moduleAndrew Tridgell1-2/+2
2010-11-01s4-ldb: support a new type of ldb module loadingAndrew Tridgell1-1/+1
2010-10-30s4-cmdline: make cmdline-credentials a private libraryAndrew Tridgell1-1/+1
2010-10-30s4-ldb: add explicit depenencies on ldb library in ldb modulesAndrew Tridgell1-2/+10
2010-10-30s4-ldb: create a private library ldb-cmdlineAndrew Tridgell1-5/+6
2010-10-26waf: Only specify vnum for non-private libraries.Jelmer Vernooij1-2/+6
2010-10-26waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij1-1/+1
2010-10-25waf: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell1-0/+4
2010-10-24ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion withJelmer Vernooij1-6/+6
2010-10-24s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij1-1/+1
2010-10-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij1-1/+1
2010-10-23ldb: Support using system pyldb library.Jelmer Vernooij1-8/+12
2010-10-23ldb: Install pkg-config file for pyldb.Jelmer Vernooij1-0/+1
2010-10-23ldb: Install pyldb-util as public library.Jelmer Vernooij1-2/+3