Age | Commit message (Expand) | Author | Files | Lines |
2008-02-12 | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 2 | -2/+2 |
2008-02-12 | [PATCH] composite: make it possible to call composite_is_ok() without callbac... | Stefan Metzmacher | 1 | -18/+13 |
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 | fixed crash when 0 dialects (thanks metze!) | Andrew Tridgell | 1 | -2/+4 |
2008-02-12 | updated SMB2 header defines to match WSPP docs | Andrew Tridgell | 12 | -55/+56 |
2008-02-12 | converted SMB2 session setup to use WSPP protocol field names | Andrew Tridgell | 3 | -32/+28 |
2008-02-12 | converted the out side of SMB2 negprot handling | Andrew Tridgell | 4 | -64/+66 |
2008-02-12 | added some helper functions for GUID handling | Andrew Tridgell | 1 | -0/+41 |
2008-02-12 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 14 | -47/+1352 |
2008-02-12 | fixed up the .in side of SMB2 negprot | Andrew Tridgell | 6 | -19/+76 |
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 | Mark the reprovision test as known failing for now. | Jelmer Vernooij | 2 | -2/+3 |
2008-02-12 | Reintroduce samba3sam EJS test, at least until the Python test is ready. | Jelmer Vernooij | 2 | -0/+1257 |
2008-02-12 | Add blackbox test for provisioning code to make sure it can be run more than ... | Jelmer Vernooij | 2 | -1/+40 |
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 | Use make variables in cflags file (now supported by cflags.pl) | Jelmer Vernooij | 2 | -7/+11 |
2008-02-11 | Support including files in the cflags.pl script. | Jelmer Vernooij | 2 | -10/+23 |
2008-02-11 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 30 | -3379/+288 |
2008-02-11 | TORTUREDIR as target dir for binaries is no longer used, remove it. | Jelmer Vernooij | 1 | -7/+0 |
2008-02-11 | Clean up data.mk file in distclean. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-11 | Print warning when config.status doesn't exist and the user tries to | Jelmer Vernooij | 1 | -0/+4 |
2008-02-11 | Remove unused function. | Jelmer Vernooij | 1 | -139/+0 |
2008-02-11 | Move pidl bits to a separate file. | Jelmer Vernooij | 2 | -36/+42 |
2008-02-11 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-11 | Avoid autogenerating the Makefile but rather include a data.mk file | Jelmer Vernooij | 7 | -211/+210 |
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 | 2 | -3/+8 |
2008-02-11 | Fix the build: remove reference to inexistent header samba3_proto.h | Michael Adam | 1 | -1/+0 |
2008-02-11 | Fix accidently introduced typo. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-11 | Ignore mkconfig.mk file, which is autogenerated. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-11 | Remove Samba 3 backwards compatibility code in C. | Jelmer Vernooij | 14 | -1868/+3 |
2008-02-11 | Remove tests for Samba 3 EJS code. | Jelmer Vernooij | 3 | -1318/+1 |