summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij2008-02-134-16/+16
| * Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij2008-02-132-6/+2
| * Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2008-02-122-2/+2
| * Support using shared library during testsuite run if tdb was built with a sha...Jelmer Vernooij2008-02-121-2/+2
| * make sure libraries are built before attempting to install.Jelmer Vernooij2008-02-121-2/+2
| * Specify PICFLAG when compiling python modules.Jelmer Vernooij2008-02-122-2/+2
| * Make sure talloc.so is build before installing.Jelmer Vernooij2008-02-121-2/+2
| * Fix installation of python module for ldb and tdb.Jelmer Vernooij2008-02-122-1/+4
| * tdb/ldb: Use prefix in case DESTDIR is not set.Jelmer Vernooij2008-02-122-8/+8
| * Create the required directories when installing Python code.Jelmer Vernooij2008-02-122-0/+4
| * Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-127-7/+20
| * Manually compile python files rather than use setup.py.Jelmer Vernooij2008-02-124-22/+15
| * Manually compile python files rather than using setup.py.Jelmer Vernooij2008-02-124-20/+18
| * Fix out of tree builds.Jelmer Vernooij2008-02-115-10/+11
| * Split actual content out of tdb Makefile into a separate file.Jelmer Vernooij2008-02-112-80/+89
| * Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2008-02-112-37/+42
| * Move some more rules to rules.mkJelmer Vernooij2008-02-112-6/+9
| * Split rules.mk out of Makefile.Jelmer Vernooij2008-02-112-27/+31
| * Split rules out of tdb Makefile.Jelmer Vernooij2008-02-112-38/+41
| * ldb: Split up the Makefile so it will be possible later on to directly includ...Jelmer Vernooij2008-02-113-122/+125
| * Remove unused function.Jelmer Vernooij2008-02-111-139/+0
| * Fix typo.Jelmer Vernooij2008-02-111-1/+1
| * Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam2008-02-111-1/+1
| * Fix a c++ warningVolker Lendecke2008-02-111-1/+2
| * talloc_free_children can only reset pool if it's emptyVolker Lendecke2008-02-111-1/+2
| * Mark talloc_pool memory for valgrindVolker Lendecke2008-02-111-3/+16
| * Implement talloc_pool()Volker Lendecke2008-02-113-7/+207
| * Add a comment.Michael Adam2008-02-111-0/+1
| * Fix talloctort: move size check after referenced ptr check.Michael Adam2008-02-111-5/+5
| * Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke2008-02-111-0/+5
| * Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij2008-02-111-1/+3
| * Fix the build: remove reference to inexistent header samba3_proto.hMichael Adam2008-02-111-1/+0
| * Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2008-02-1110-1357/+0
| * Fix switching of hives in regshell (#5254)Jelmer Vernooij2008-02-111-0/+3
| * Fix tests.Jelmer Vernooij2008-02-091-35/+24
| * Split up tests a bit, output subunit.Jelmer Vernooij2008-02-091-753/+721
| * registry: Fix warning.Jelmer Vernooij2008-02-091-1/+1
| * Remove unused path update.Jelmer Vernooij2008-02-091-2/+0
| * Move nt_time_equal() to libutil.Jelmer Vernooij2008-02-092-1/+12
* | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-081-4/+4
|\
| * Fix syntax in LDAP testAndrew Bartlett2008-02-081-4/+4
* | merge tdb changes from ctdbAndrew Tridgell2008-02-081-33/+47
|/
* merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell2008-02-071-0/+43
* Fix a few more breakages from our recent changes to the server_idAndrew Bartlett2008-02-041-2/+2
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-043-13/+15
* Samba4 poor mans debug_ctx()Amin Azez2008-02-011-0/+4
* merged tdb transaction fixAndrew Tridgell2008-01-311-0/+3
* 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