Age | Commit message (Expand) | Author | Files | Lines |
2008-02-14 | Fix path to talloc guide. Noted by "teferi" on irc. | Michael Adam | 1 | -1/+1 |
2008-02-14 | util_ldb: Add a missing \n to debug string, fix trailing whitespaces. | Kai Blin | 1 | -8/+9 |
2008-02-13 | Fix talloc .so installation. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | Allow tdb.mk and talloc.mk to be included at the same time. | Jelmer Vernooij | 4 | -16/+16 |
2008-02-13 | Never build .so versions of tdb/talloc from Samba 4 itself. Rather, | Jelmer Vernooij | 2 | -6/+2 |
2008-02-12 | Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. | Michael Adam | 2 | -2/+2 |
2008-02-12 | Support using shared library during testsuite run if tdb was built with a sha... | Jelmer Vernooij | 1 | -2/+2 |
2008-02-12 | make sure libraries are built before attempting to install. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-12 | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 2 | -2/+2 |
2008-02-12 | Make sure talloc.so is build before installing. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-12 | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 2 | -1/+4 |
2008-02-12 | tdb/ldb: Use prefix in case DESTDIR is not set. | Jelmer Vernooij | 2 | -8/+8 |
2008-02-12 | Create the required directories when installing Python code. | Jelmer Vernooij | 2 | -0/+4 |
2008-02-12 | Avoid using setup.py for intsallation. | Jelmer Vernooij | 7 | -7/+20 |
2008-02-12 | Manually compile python files rather than use setup.py. | Jelmer Vernooij | 4 | -22/+15 |
2008-02-12 | Manually compile python files rather than using setup.py. | Jelmer Vernooij | 4 | -20/+18 |
2008-02-11 | Fix out of tree builds. | Jelmer Vernooij | 5 | -10/+11 |
2008-02-11 | Split actual content out of tdb Makefile into a separate file. | Jelmer Vernooij | 2 | -80/+89 |
2008-02-11 | Split actual content out of talloc Makefile into talloc.mk. | Jelmer Vernooij | 2 | -37/+42 |
2008-02-11 | Move some more rules to rules.mk | Jelmer Vernooij | 2 | -6/+9 |
2008-02-11 | Split rules.mk out of Makefile. | Jelmer Vernooij | 2 | -27/+31 |
2008-02-11 | Split rules out of tdb Makefile. | Jelmer Vernooij | 2 | -38/+41 |
2008-02-11 | ldb: Split up the Makefile so it will be possible later on to directly includ... | Jelmer Vernooij | 3 | -122/+125 |
2008-02-11 | Remove unused function. | Jelmer Vernooij | 1 | -139/+0 |
2008-02-11 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-11 | Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same. | Michael Adam | 1 | -1/+1 |
2008-02-11 | Fix a c++ warning | Volker Lendecke | 1 | -1/+2 |
2008-02-11 | talloc_free_children can only reset pool if it's empty | Volker Lendecke | 1 | -1/+2 |
2008-02-11 | Mark talloc_pool memory for valgrind | Volker Lendecke | 1 | -3/+16 |
2008-02-11 | Implement talloc_pool() | Volker Lendecke | 3 | -7/+207 |
2008-02-11 | Add a comment. | Michael Adam | 1 | -0/+1 |
2008-02-11 | Fix talloctort: move size check after referenced ptr check. | Michael Adam | 1 | -5/+5 |
2008-02-11 | Don't shrink a talloc area if we have less than 1k to gain | Volker Lendecke | 1 | -0/+5 |
2008-02-11 | Make data about what subsystems/libraries are enabled available in the mkconf... | Jelmer Vernooij | 1 | -1/+3 |
2008-02-11 | Fix the build: remove reference to inexistent header samba3_proto.h | Michael Adam | 1 | -1/+0 |
2008-02-11 | Remove Samba 3 backwards compatibility code in C. | Jelmer Vernooij | 10 | -1357/+0 |
2008-02-11 | Fix switching of hives in regshell (#5254) | Jelmer Vernooij | 1 | -0/+3 |
2008-02-09 | Fix tests. | Jelmer Vernooij | 1 | -35/+24 |
2008-02-09 | Split up tests a bit, output subunit. | Jelmer Vernooij | 1 | -753/+721 |
2008-02-09 | registry: Fix warning. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-09 | Remove unused path update. | Jelmer Vernooij | 1 | -2/+0 |
2008-02-09 | Move nt_time_equal() to libutil. | Jelmer Vernooij | 2 | -1/+12 |
2008-02-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -4/+4 |
2008-02-08 | merge tdb changes from ctdb | Andrew Tridgell | 1 | -33/+47 |
2008-02-08 | Fix syntax in LDAP test | Andrew Bartlett | 1 | -4/+4 |
2008-02-07 | merge growing tdb for tdb_wipe_all() fix from ctdb | Andrew Tridgell | 1 | -0/+43 |
2008-02-04 | Fix a few more breakages from our recent changes to the server_id | Andrew Bartlett | 1 | -2/+2 |
2008-02-04 | Rework cluster_id() to take an additional argument, as we need | Andrew Bartlett | 3 | -13/+15 |
2008-02-01 | Samba4 poor mans debug_ctx() | Amin Azez | 1 | -0/+4 |
2008-01-31 | merged tdb transaction fix | Andrew Tridgell | 1 | -0/+3 |