Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-14 | selftest/flapping: mark samba4.blackbox.gentest as flakey | Stefan Metzmacher | 1 | -0/+1 | |
https://git.samba.org/autobuild.flakey/2012-03-14-1307/samba4.stdout [1228/1371 in 1h19s] samba4.blackbox.gentest(dc) UNEXPECTED(failure): samba4.blackbox.gentest(dc).gentest REASON: _StringException: _StringException: seed=1 Connecting to \localdcest1 as Administrator - instance 0 Connecting to \localdcest1est1 as Administrator - instance 1 Connecting to \localdcest1est2 as Administrator - instance 0 Connecting to \localdcest1est2 as Administrator - instance 1 0 OPEN num_open_handles=1 h=0 (gentestoo4) Notify count inconsistent 1 0 Failed at operation 88 - MKDIR gentest failed I saw this more than 10 times in the last year already. metze | |||||
2012-03-14 | s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1' | Stefan Metzmacher | 1 | -0/+4 | |
This is what autobuild uses in order to let the build abort on the first failure. metze | |||||
2012-03-14 | s4:selftest: fix a message-typo in the "samba-tool user" testsuite. | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 14 21:19:11 CET 2012 on sn-devel-104 | |||||
2012-03-14 | s4:selftest: add a new test for "samba-tool user list" | Michael Adam | 1 | -1/+27 | |
2012-03-14 | testtools/matchers.py: fix a comment typo | Michael Adam | 1 | -1/+1 | |
2012-03-14 | s3-spoolss: Check return type of update_dsspooler(). | Andreas Schneider | 1 | -12/+18 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Mar 14 19:38:45 CET 2012 on sn-devel-104 | |||||
2012-03-14 | s3-spoolss: Check return codes in update_dsspooler. | Andreas Schneider | 1 | -40/+170 | |
2012-03-14 | s3-printing: Check for browseable too. | Andreas Schneider | 1 | -1/+6 | |
2012-03-14 | s3-printing: Make printer a const char *. | Andreas Schneider | 2 | -3/+9 | |
2012-03-14 | s3-rpc_client: Add debug message for printer dataex errors. | Andreas Schneider | 1 | -0/+4 | |
2012-03-14 | s3-rpc_server: Increase debug level for policy handle. | Andreas Schneider | 1 | -5/+5 | |
2012-03-14 | samba3util: Add ccan to dependency list now that str_checksum() uses a ccan ↵ | Jelmer Vernooij | 1 | -1/+1 | |
function. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Mar 14 17:55:51 CET 2012 on sn-devel-104 | |||||
2012-03-14 | s3:smb2_server: fix a compiler warning | Christian Ambach | 1 | -2/+2 | |
Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Wed Mar 14 16:06:48 CET 2012 on sn-devel-104 | |||||
2012-03-14 | s3:smbd: also create ncalrpc/np directory before forking rpc daemons | Stefan Metzmacher | 1 | -0/+13 | |
After the fixes to directory_create_or_exist(), this should not be needed anymore, but lets try to make autobuild reliable first. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 14 13:44:41 CET 2012 on sn-devel-104 | |||||
2012-03-14 | lib/util: only change umask during mkdir() | Stefan Metzmacher | 1 | -7/+4 | |
metze | |||||
2012-03-14 | lib/util: cope with races between lstat and mkdir in directory_create_or_exist() | Stefan Metzmacher | 1 | -2/+8 | |
metze | |||||
2012-03-14 | lib/util: use a helper variable in directory_create_or_exist() | Stefan Metzmacher | 1 | -2/+5 | |
metze | |||||
2012-03-14 | lib/util: do an early return on error directory_create_or_exist() | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2012-03-14 | lib/util: remove unneeded else branch in directory_create_or_exist() | Stefan Metzmacher | 1 | -21/+24 | |
metze | |||||
2012-03-14 | lib/util: don't start DEBUG output with 'error ' | Stefan Metzmacher | 1 | -1/+1 | |
This confused the subunit code. metze | |||||
2012-03-14 | s4-dsdb: Fix the case for attribute name msDS-hasMasterNCs | Amitay Isaacs | 2 | -3/+3 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Mar 14 11:59:02 CET 2012 on sn-devel-104 | |||||
2012-03-14 | lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/ | Rusty Russell | 17 | -20/+0 | |
These were relics: they don't need to be defined here as long as we are careful to include the replace headers before any standard headers (we are). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Mar 14 10:12:26 CET 2012 on sn-devel-104 | |||||
2012-03-14 | lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/. | Rusty Russell | 1 | -2/+0 | |
This was a relic from testing; it can interfere with compile. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2012-03-14 | autoconf: make autoconf build work on OS X 10.6 | Matthieu Patou | 1 | -2/+2 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Mar 14 08:31:19 CET 2012 on sn-devel-104 | |||||
2012-03-14 | lib/crypto: Detect CommonCrypto and use it if available | Matthieu Patou | 5 | -2/+23 | |
CommonCrypto/CommonDigest is available on Mac and there is function in the libc for MD5 calculation. MD5Final is a C define of CC_MD5_Final. Under some circumstance we have the symbol defined twice in samba binaries on Snow Leopard at least. By detecting CommonCrypto/CommonDigest we end up always using the system version if available. | |||||
2012-03-14 | lib/tdb2: make summary handle capabilities properly. | Rusty Russell | 1 | -31/+13 | |
Another PPC issue (endian?) revealed that the summary code did not handle capabilities correctly: in fact, it went into an endless loop. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Mar 14 06:51:43 CET 2012 on sn-devel-104 | |||||
2012-03-14 | lib/tdb2: fix error string formatting. | Rusty Russell | 3 | -5/+7 | |
This caused a crash on PPC64 when we failed the mmap (found by failtest, reported by Amitay) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2012-03-14 | lib/tdb2: Add gcc-style format attribute to tdb_logerr. | Rusty Russell | 1 | -4/+5 | |
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2012-03-14 | Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that ↵ | Jeremy Allison | 1 | -0/+4 | |
se_access_check accepts. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 14 05:08:03 CET 2012 on sn-devel-104 | |||||
2012-03-14 | Fix bug #8795 - Samba does not handle the Owner Rights permissions at all | Richard Sharpe | 3 | -6/+49 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 14 02:26:34 CET 2012 on sn-devel-104 | |||||
2012-03-13 | Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER ↵ | Jeremy Allison | 1 | -4/+6 | |
bit with the acl_xattr module. Error found by Andrew Bartlett <abartlet@samba.org> and Ricky Nance <ricky.nance@weaubleau.k12.mo.us>. Don't use a pointer when you really mean a bool flag. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 13 21:56:15 CET 2012 on sn-devel-104 | |||||
2012-03-13 | Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has ↵ | Christian Ambach | 1 | -3/+7 | |
more than 1000 groups Use correct talloc heirarchy. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-03-13 | s4-python: Add missing python source file encoding. | Andreas Schneider | 1 | -0/+2 | |
See http://www.python.org/dev/peps/pep-0263/ Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue Mar 13 19:31:09 CET 2012 on sn-devel-104 | |||||
2012-03-13 | s4-python: Remove env from non-executable webserver script. | Andreas Schneider | 1 | -2/+1 | |
2012-03-13 | s4-python: Remove env from non-executable samba_tool scripts. | Andreas Schneider | 2 | -4/+0 | |
2012-03-13 | s4-python: Remove env from non-executable dcerpc scripts. | Andreas Schneider | 11 | -21/+4 | |
2012-03-13 | s4-python: Remove execute flag from non-executable rpc_talloc script. | Andreas Schneider | 1 | -0/+0 | |
2012-03-13 | s4-python: Remove env from non-executable blackbox test scripts. | Andreas Schneider | 2 | -3/+0 | |
2012-03-13 | s4-python: Remove execute flag from ndrdump blackbox script. | Andreas Schneider | 1 | -0/+0 | |
2012-03-13 | s4-python: Remove env from non-executable test scripts. | Andreas Schneider | 28 | -57/+0 | |
2012-03-13 | s4-python: Remove env from non-executable netcmd scripts. | Andreas Schneider | 21 | -44/+0 | |
2012-03-13 | s4-python: Remove execute flag from netcmd scripts. | Andreas Schneider | 2 | -0/+0 | |
2012-03-13 | s4-python: Remove env from non-executable samba scripts. | Andreas Schneider | 16 | -33/+0 | |
2012-03-13 | s4-python: Remove execute flag of upgradehelpers.py. | Andreas Schneider | 1 | -0/+0 | |
2012-03-13 | s3-spoolss: Consistently fail OpenPrinterEx with "" printername | Andrew Bartlett | 1 | -0/+4 | |
samba3.rpc.spoolss.printserver has become a flakey test recently, and this papers over the real problem. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 13 17:51:00 CET 2012 on sn-devel-104 | |||||
2012-03-13 | nbench: Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Mar 13 14:53:07 CET 2012 on sn-devel-104 | |||||
2012-03-13 | samba.8: Fix typo: deamon -> daemon. | Jelmer Vernooij | 1 | -1/+1 | |
2012-03-13 | samba_dnsupdate: Mention contents of invalid line when encountering parsing ↵ | Jelmer Vernooij | 1 | -2/+5 | |
error. Bug: https://bugzilla.samba.org/show_bug.cgi?id=8809 | |||||
2012-03-13 | samba_dnsupdate: Raise proper exception when getting unexpected DNS reply. | Jelmer Vernooij | 1 | -2/+1 | |
2012-03-13 | samba_dnsupdate: Use docstrings, which show up nicely in API docs. | Jelmer Vernooij | 1 | -21/+17 | |