Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-10 | subunitrun: Remove global subunit module when reimporting from a | Jelmer Vernooij | 1 | -1/+6 | |
different location. | |||||
2010-12-10 | s4-dist: Remove no longer existing files from blacklist (fixes 'make | Jelmer Vernooij | 1 | -2/+1 | |
dist' inclusion of configure) | |||||
2010-12-10 | s4-python: Fix use of bundled modules. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-10 | s4-python: Split up ensure_external_module. | Jelmer Vernooij | 2 | -10/+23 | |
2010-12-10 | selftest: Make sure system subunit.run has TestProgram. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-10 | smbtorture: Rename --list to --list-suites, add stub --list. | Jelmer Vernooij | 4 | -13/+14 | |
2010-12-10 | selftest: Check exit code when listing tests. | Jelmer Vernooij | 1 | -0/+11 | |
2010-12-10 | s4-selftest: Add convenience function for running testsuites using | Jelmer Vernooij | 1 | -9/+17 | |
subunitrun. | |||||
2010-12-10 | selftest: Allow discovering tests in pure python testsuites. | Jelmer Vernooij | 1 | -2/+2 | |
2010-12-10 | subunitrun: Support --list. | Jelmer Vernooij | 1 | -3/+8 | |
2010-12-10 | selftest: Rename $LIST to $LISTOPT for consistency with testrepository. | Jelmer Vernooij | 1 | -2/+2 | |
2010-12-10 | dnspython: Update to newer upstream snapshot. | Jelmer Vernooij | 22 | -95/+1175 | |
2010-12-10 | subunit: Update to newer upstream snapshot. | Jelmer Vernooij | 8 | -16/+47 | |
2010-12-10 | testtools: Import new upstream snapshot. | Jelmer Vernooij | 36 | -367/+3694 | |
2010-12-10 | selftest: add --list option. | Jelmer Vernooij | 2 | -1/+25 | |
2010-12-10 | selftest: Document --testenv in --help output, remove documentation for | Jelmer Vernooij | 1 | -1/+1 | |
now obsolete --analyse-cmd. | |||||
2010-12-10 | pidl: use $CC -E if $CPP is not defined, if both undefined use cpp | Matthieu Patou | 1 | -2/+8 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Dec 10 01:26:44 CET 2010 on sn-devel-104 | |||||
2010-12-10 | build: use CPP and CC values when calling pidl | Matthieu Patou | 2 | -1/+19 | |
2010-12-10 | build: introduce SAMBA_CHECK_PYTHON_HEADERS | Matthieu Patou | 5 | -4/+13 | |
This function is a wrapper around waf's check_python_header. It avoids searching more than once for the headers bringing a small speed improvement and a better lisibility of the logs. But it's mainly to avoid a nasty bug when python libraries are in path pointed by python_LIBPL (ie. /usr/local/lib/python2.6/config/) instead of python_LIBDIR (ie. /usr/local/lib). On the first call waf will correctly find that in order to link with python libs it needs to add -L$python_LIBPL. But on the next calls of check_python_headers, waf will use both the current library path value (ie. -L/usr/local/lib/python2.6/config) and -L$python_LIBDIR (ie. /usr/local/lib/) which will make him beleive that python libraries are in $python_LIBDIR which at the end will make the final link test fails in check_python_headers as it will not use the good directory. So by avoiding calling check_python_headers more than once we avoid making waf fooling itself. | |||||
2010-12-10 | build: finishing fixing broken libiconv on hpux | Matthieu Patou | 1 | -0/+2 | |
2010-12-09 | s4 libcli: Add libcli_echo lib and torture test | Kai Blin | 8 | -0/+372 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Dec 9 23:57:03 CET 2010 on sn-devel-104 | |||||
2010-12-09 | s4: Implement UDP echo server example | Kai Blin | 4 | -0/+388 | |
This is a simple UDP-based echo server. It is mainly intended as an example on how to do server service tasks in s4. | |||||
2010-12-09 | s4:pyrpc_util: s/typename/type_name to avoid c++ warnings | Stefan Metzmacher | 2 | -6/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 9 17:55:57 CET 2010 on sn-devel-104 | |||||
2010-12-09 | talloc: pytalloc-util should not have an ABI-file yet | Stefan Metzmacher | 1 | -2/+0 | |
Somehow I forgot to remove this after discussion with Jelmer. metze | |||||
2010-12-09 | wintest Remove the password expiry as the first step | Andrew Bartlett | 2 | -4/+13 | |
This is particularly important before dcpromo, as the password will otherwise be expired in the new domain. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Dec 9 13:33:00 CET 2010 on sn-devel-104 | |||||
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 5 | -19/+6 | |
we need the vnum for ABI checking for public libraries built as private libraries when bundled Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 9 12:47:41 CET 2010 on sn-devel-104 | |||||
2010-12-09 | waf: fixed path to abi_directory | Andrew Tridgell | 1 | -1/+1 | |
this broke in a recent patch | |||||
2010-12-09 | s4-spnego Match Windows 2008, and no longer supply a name in the CIFS Negprot | Andrew Bartlett | 1 | -10/+1 | |
Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Dec 9 08:50:28 CET 2010 on sn-devel-104 | |||||
2010-12-09 | s4-lsa Implement kerberos ticket life policy | Andrew Bartlett | 8 | -11/+117 | |
We now no longer print tickets with a potentially infinite life, and we report the same life over LSA as we use in the KDC. We should get this from group policy, but for now it's parametric smb.conf options. Andrew Bartlett | |||||
2010-12-09 | s4-tests Workaround new default of 'client ntlmv2 auth = yes' in tests | Andrew Bartlett | 2 | -3/+3 | |
The new default breaks some tests that were assuming LM or NTLM auth Andrew Bartlett | |||||
2010-12-09 | s4-client Use NTLMv2 by default in the Samba4 client. | Andrew Bartlett | 1 | -0/+1 | |
2010-12-09 | waf: add a dependency between the library and its vscript | Andrew Tridgell | 2 | -1/+3 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 9 04:32:18 CET 2010 on sn-devel-104 | |||||
2010-12-09 | waf: don't use symbol versioning on our modules | Andrew Tridgell | 1 | -3/+6 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-09 | waf: use vscripts for our private libraries too | Andrew Tridgell | 2 | -15/+14 | |
if the library has a vnum, then use it. If it doesn't have a vnum then use the application version for symbol versions | |||||
2010-12-09 | waf: make mkdir_p on a empty string not recurse forever | Andrew Tridgell | 1 | -1/+1 | |
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 7 | -23/+92 | |
This changes our version-script generation to use the ABI files that are saved in git with each version number change of our public libraries. We use these ABI files to generate a linker version script that gives the exact version number that each symbol was introduced. This provides us with automatic fine grained symbol versioning. Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-09 | build: do not duplicate the checks for python in samba4 | Matthieu Patou | 2 | -14/+3 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Dec 9 00:47:23 CET 2010 on sn-devel-104 | |||||
2010-12-08 | build: Cope with broken libiconv | Matthieu Patou | 1 | -1/+5 | |
library iconv needs mbrtowc but some system didn't provide it (ie. HP-UX 11.0) Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 8 23:19:19 CET 2010 on sn-devel-104 | |||||
2010-12-08 | dcerpc.idl: fix typo 0x800000000 => 0x80000000 | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 8 20:13:03 CET 2010 on sn-devel-104 | |||||
2010-12-08 | s4:ldb: add ABI/ldb-0.9.20.sigs | Stefan Metzmacher | 1 | -0/+245 | |
metze | |||||
2010-12-08 | s4:ldb: build libldb and pyldb-util as private libraries when building for ↵ | Stefan Metzmacher | 1 | -3/+12 | |
samba4 This matches the behavior of the talloc and tdb builds. metze | |||||
2010-12-08 | talloc: build pytalloc-util with the same logic as libtalloc | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2010-12-08 | talloc: mark pytalloc-util functions as _PUBLIC_ | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-12-08 | talloc: remove unused PyString_FromString_check_null() from pytalloc-util | Stefan Metzmacher | 1 | -8/+0 | |
metze | |||||
2010-12-08 | pidl:Samba4/Python.pm: use PyString_FromStringOrNULL() from pyrpc_util | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-12-08 | s4:python: add PyString_FromStringOrNULL() to pyrpc_util | Stefan Metzmacher | 2 | -0/+10 | |
metze | |||||
2010-12-08 | buildtools: private_libraries should not have a version in the soname | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-12-08 | buildtools: add the PRIVATE_EXTENSION for private libraries | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
2010-12-08 | buildtools: make sure we have no '+' in the version scripts | Stefan Metzmacher | 1 | -1/+1 | |
This happens if '--git-local-changes' was used. metze | |||||
2010-12-08 | smbtorture: use xxxULL notation instead of INT64_C(xxx) | Matthieu Patou | 1 | -2/+2 | |
The first one is portable the second not always Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 8 15:48:10 CET 2010 on sn-devel-104 |