1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/buildtools/wafsamba
Alexander Bokovoy b6e2be8e14 wafsamba: replace try:except: case with explicit comment about FIPS mode
Since exceptions will be caught be outer try:except: pair anyway, mark
the test of MD5 code by the comment that explains why we need to really
test it.

Do it for both hashlib.md5 and md5 modules.

Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Sat Dec  8 18:41:07 CET 2012 on sn-devel-104
2012-12-08 18:41:07 +01:00
..
tests wafsamba.abi: Fix abi_match with both excludes and includes. 2012-11-06 08:27:44 +11:00
__init__.py waf: Add initial unit test for samba_utils. 2012-02-12 18:44:09 +01:00
configure_file.py wafsamba: Add a CONFIGURE_FILE option. 2012-09-07 10:48:57 +02:00
gccdeps.py wafsamba: Remove shebang lines from non-executable files. 2012-03-15 15:56:27 +01:00
generic_cc.py wafsamba: Expand tabs. 2012-02-10 00:07:56 +01:00
hpuxcc.py build: hpux didn't support -Bdynamic 2010-12-15 12:07:32 +03:00
irixcc.py wafsamba/irixcc: next try to inject '-c99' the the build 2012-06-20 12:58:57 +02:00
nothreads.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
pkgconfig.py build: fixed dependencies on install prefix for pc files and python scripts 2011-06-15 14:13:07 +10:00
README build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba3.py TDB2: make SAMBA use tdb1 again for the moment. 2012-06-19 05:38:05 +02:00
samba_abi.py wafsamba.abi: Fix abi_match with both excludes and includes. 2012-11-06 08:27:44 +11:00
samba_autoconf.py buildtools/wafsamba: only display 'ok' if the result is True 2012-10-19 12:14:57 +02:00
samba_autoproto.py waf: fixed the build with a space in the source directory 2010-11-21 23:10:14 +11:00
samba_bundled.py build: Remove --disable-shared 2012-10-11 14:57:44 +11:00
samba_conftests.py build: try to fix large file support for AIX 2012-06-08 00:37:00 +02:00
samba_cross.py build: fixed uname output to be on target machine when cross compiling 2010-04-21 15:16:01 +10:00
samba_deps.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
samba_dist.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
samba_headers.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
samba_install.py wafsamba: If we define a realname and a soname create a symlink. 2012-10-22 09:04:21 +02:00
samba_optimisation.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
samba_patterns.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
samba_pidl.py build: Remove support for IDL-generated files in git tree 2012-10-28 19:39:00 +11:00
samba_python.py waf: Fix mispelling 2012-04-19 17:36:41 +02:00
samba_utils.py wafsamba: replace try:except: case with explicit comment about FIPS mode 2012-12-08 18:41:07 +01:00
samba_version.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
samba_wildcard.py wafsamba: Remove shebang lines from non-executable files. 2012-03-15 15:56:27 +01:00
stale_files.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
symbols.py wafsamba: Ignore some more symbols when checking for dupes. 2012-10-11 15:21:31 +02:00
tru64cc.py wafsamba: Expand tabs. 2012-02-10 00:07:56 +01:00
wafsamba.py BUG 9459: Install manpages only if we install the target. 2012-12-04 18:07:47 +01:00
wscript build(waf): support AIX 6.1 2012-11-09 19:15:24 +01:00

This is a set of waf 'tools' to help make building the Samba
components easier, by having common functions in one place. This gives
us a more consistent build, and ensures that our project rules are
obeyed


TODO:
	see http://wiki.samba.org/index.php/Waf