[SCM] Samba Shared Repository - branch master updated

2016-01-12 Thread Jeremy Allison
The branch, master has been updated
   via  6f3656c Revert "winbind: Retry after SESSION_EXPIRED error in 
ping-dc"
   via  aa3883e winbindd: Retry on expired session in cm_connect_netlogon
   via  276d604 winbindd: Retry on expired session in cm_connect_sam
   via  3b6b545 winbindd: Retry on expired session in cm_connect_lsa
   via  4c6804e winbindd: Remove double retry from some ADS methods
   via  e4adf55 winbindd: Add retry also for ADS method calls
   via  fb5b0ce winbindd: Reset connection for expired session before 
reconnecting
  from  3ac2d4b ctdb-tests: Fix some incorrect memory allocations

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 6f3656c47d8ae6a3ac10591ffd7a60797775b469
Author: Christof Schmitt 
Date:   Thu Jan 7 13:27:49 2016 -0700

Revert "winbind: Retry after SESSION_EXPIRED error in ping-dc"

This reverts commit a2670f15dea27c10e3827216adf572f9c3894f85.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11670

cm_connect_netlogon now handles the retry for an expired session.

Signed-off-by: Christof Schmitt 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Wed Jan 13 03:35:57 CET 2016 on sn-devel-144

commit aa3883eae6e7891efb1e6f9ec74e6073bee43250
Author: Christof Schmitt 
Date:   Tue Jan 5 15:10:45 2016 -0700

winbindd: Retry on expired session in cm_connect_netlogon

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11670

Signed-off-by: Christof Schmitt 
Reviewed-by: Jeremy Allison 

commit 276d604aa5ccc32d18b69c04ae13e2dc7c21f3ee
Author: Christof Schmitt 
Date:   Thu Jan 7 15:03:22 2016 -0700

winbindd: Retry on expired session in cm_connect_sam

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11670

Signed-off-by: Christof Schmitt 
Reviewed-by: Jeremy Allison 

commit 3b6b5456424be6997b32c23b7c149c8060c3102d
Author: Christof Schmitt 
Date:   Wed Jan 6 14:15:30 2016 -0700

winbindd: Retry on expired session in cm_connect_lsa

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11670

Signed-off-by: Christof Schmitt 
Reviewed-by: Jeremy Allison 

commit 4c6804e414087fb61e66133cefbe5590d1d9b283
Author: Christof Schmitt 
Date:   Tue Jan 5 14:42:09 2016 -0700

winbindd: Remove double retry from some ADS methods

The retry through the new reconnect_ads layer is enough. This structure
also makes the distinction between retry layer and actual methods call a
bit clearer.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11670

Signed-off-by: Christof Schmitt 
Reviewed-by: Jeremy Allison 

commit e4adf55e242aa5f000570bf554fcd15d7e86c126
Author: Christof Schmitt 
Date:   Tue Jan 5 14:37:30 2016 -0700

winbindd: Add retry also for ADS method calls

RPC calls can return IO_DEVICE_ERROR on expired SMB2 sessions. Retrying
on a new connection avoids surfacing this error to winbindd clients.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11670

Signed-off-by: Christof Schmitt 
Reviewed-by: Jeremy Allison 

commit fb5b0cec3c0c2e0cf9cb04f8b52ee910ac245aeb
Author: Christof Schmitt 
Date:   Tue Jan 5 13:39:25 2016 -0700

winbindd: Reset connection for expired session before reconnecting

A RPC call on a expired SMB2 session returns IO_DEVICE_ERROR. In this
case, reset the connection before issuing the same call
again.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11670

Signed-off-by: Christof Schmitt 
Reviewed-by: Jeremy Allison 

---

Summary of changes:
 source3/winbindd/winbindd_ads.c|  26 +--
 source3/winbindd/winbindd_cache.c  |   4 +-
 source3/winbindd/winbindd_cm.c | 104 +
 source3/winbindd/winbindd_dual_srv.c   |   8 -
 source3/winbindd/winbindd_ndr.c|   3 +
 source3/winbindd/winbindd_proto.h  |   4 +
 source3/winbindd/winbindd_reconnect.c  |  38 ++--
 ...nbindd_reconnect.c => winbindd_reconnect_ads.c} | 249 +
 source3/wscript_build  |   1 +
 9 files changed, 257 insertions(+), 180 deletions(-)
 copy source3/winbindd/{winbindd_reconnect.c => winbindd_reconnect_ads.c} (50%)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_ads.c b/source3/winbindd/winbindd_ads.c
index b373be5..a9a23db 

[SCM] Samba Shared Repository - branch master updated

2016-01-12 Thread Jelmer Vernooij
The branch, master has been updated
   via  da8674c Rename 'errors' to 'samba-errors' and make it public.
   via  218f96f libcli: Make headers for private libraries private.
   via  ffbd9c4 Add a new header file for functions in lib/util/util.c.
   via  512d15d Make libcli-smb-raw private, for now.
   via  773cfba Avoid including libds/common/roles.h in public loadparm.h 
header.
   via  ce32f26 ldb: Only set public headers field when installing as a 
public library.
   via  1860e98 time_basic.h: Remove unnecessary dependency on replace.h
   via  620d5cb Remove public library dcerpc-atsvc.
   via  232726a Make libregistry private, for now.
   via  2f7dde3 Make libtorture private, for now.
   via  c46a8cf Make gensec private, for now.
   via  5d67d55 talloc: Only set public headers field when installing as a 
public library.
   via  3eb9065 Error when private libraries have public headers.
   via  68a3576 tdb: Only set public headers field when installing as a 
public library.
   via  48ebeaa Add private_headers flag to SAMBA_*() functions.
   via  2cba491 tevent: Only set public headers field when installing as a 
public library.
   via  fddca39 samdb: Add explicit dependency on ldb.
   via  3123e2c Simplify handling of dependencies on external libraries in 
test_headers.
   via  4ab7a00 Use full path to dlinklist.h in includes.
  from  6f3656c Revert "winbind: Retry after SESSION_EXPIRED error in 
ping-dc"

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit da8674c72ab1f2dc8458434d714c61530630f51e
Author: Jelmer Vernooij 
Date:   Mon Jan 4 01:01:53 2016 +

Rename 'errors' to 'samba-errors' and make it public.

This is necessary because it has public headers.

Signed-off-by: Jelmer Vernooij 
Reviewed-By: Andrew Bartlett 
Reviewed-By: Stefan Metzmacher 

Autobuild-User(master): Jelmer Vernooij 
Autobuild-Date(master): Wed Jan 13 07:47:04 CET 2016 on sn-devel-144

commit 218f96f2bf10f7f03ec964c4515f6e248fc31ad8
Author: Jelmer Vernooij 
Date:   Mon Jan 4 00:56:10 2016 +

libcli: Make headers for private libraries private.

Signed-off-by: Jelmer Vernooij 
Reviewed-By: Andrew Bartlett 
Reviewed-By: Stefan Metzmacher 

commit ffbd9c4584d83c56e58901bc91effa75ebdcbb02
Author: Jelmer Vernooij 
Date:   Mon Dec 28 22:21:11 2015 +

Add a new header file for functions in lib/util/util.c.

This allows public headers to not include samba_util.h, but rather
specific header files under lib/util.

Signed-Off-By: Jelmer Vernooij 
Reviewed-By: Andrew Bartlett 
Reviewed-By: Stefan Metzmacher 

commit 512d15de56ed3f5a0abf9a7b98934ed42f211306
Author: Jelmer Vernooij 
Date:   Mon Dec 28 22:19:21 2015 +

Make libcli-smb-raw private, for now.

Signed-Off-By: Jelmer Vernooij 
Reviewed-By: Andrew Bartlett 
Reviewed-By: Stefan Metzmacher 

commit 773cfba9af34e64b96e843b1b60afa5a0b0dec32
Author: Jelmer Vernooij 
Date:   Mon Dec 28 19:01:54 2015 +

Avoid including libds/common/roles.h in public loadparm.h header.

Signed-Off-By: Jelmer Vernooij 
Reviewed-By: Andrew Bartlett 
Reviewed-By: Stefan Metzmacher 

commit ce32f26647391df0e088b8850f5afc1120190a72
Author: Jelmer Vernooij 
Date:   Mon Dec 28 18:57:26 2015 +

ldb: Only set public headers field when installing as a public library.

Signed-Off-By: Jelmer Vernooij 
Reviewed-By: Andrew Bartlett 
Reviewed-By: Stefan Metzmacher 

commit 1860e98d31fc85f02e57cb9d035d664321f90db3
Author: Jelmer Vernooij 
Date:   Mon Jan 4 01:07:27 2016 +

time_basic.h: Remove unnecessary dependency on replace.h

Forward declare struct timeval

Signed-off-by: Jelmer Vernooij 
Reviewed-By: Andrew Bartlett 
Reviewed-By: Stefan Metzmacher 

commit 620d5cbe1705fa5787b865ea469ac0688ab0cfeb
Author: Jelmer Vernooij 
Date:   Thu Jan 28 15:21:21 2016 +

Remove public library dcerpc-atsvc.

Signed-Off-By: Jelmer Vernooij 
Reviewed-By: Andrew Bartlett 
Reviewed-By: Stefan Metzmacher 

commit 232726a4b414ff1a51e454545bca58052400316b
Author: Jelmer Vernooij 
Date:   Thu Jan 28 15:21:21 2016 +

Make libregistry private, 

[SCM] Samba Shared Repository - annotated tag samba-4.3.4 created

2016-01-12 Thread Karolin Seeger
The annotated tag, samba-4.3.4 has been created
at  e0ef6c87ade80253bd25452cf44f6fbd2733bcf5 (tag)
   tagging  0c1297017c1ac3b1af5a22003398ba6f0ef600e8 (commit)
  replaces  samba-4.3.3
 tagged by  Karolin Seeger
on  Tue Jan 12 09:22:44 2016 +0100

- Log -
samba: tag release samba-4.3.4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQBWlLfUbzORW2Vot+oRAp31AKCHE7wHQZLi6TTlbSq9IQz5Jo0lwgCgh4GT
74MSJpnMwLQ062dbj96XwZQ=
=IzgI
-END PGP SIGNATURE-

Douglas Bagnall (5):
  pycredentials: add get_kerberos_state() method
  auth: increase resolution for password grace period calculation
  password_lockout tests: add assertLoginFailure()
  auth: keep track of lastLogon and lastLogonTimestamp
  password_lockout: test creds.get_kerberos_state()

Günther Deschner (1):
  lib/async_req: do not install async_connect_send_test.

Jeremy Allison (2):
  lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() 
infrastructure
  s3: libsmb: Correctly initialize the list head when keeping a list of 
primary followed by DFS connections.

Karolin Seeger (8):
  docs: Fix some typos in the idmap backend section.
  Fix bug #11394 -  Crash: Bad talloc magic value - access after free
  Merge tag 'samba-4.3.3' into v4-3-test
  VERSION: Bump version up to 4.3.4...
  docs: Fix typos in man vfs_gpfs.
  Revert "Fix bug #11394 -  Crash: Bad talloc magic value - access after 
free"
  WHATSNEW: Add release notes for Samba 4.3.4.
  VERSION: Disable git snapshots for the 4.3.4 release.

Michael Adam (2):
  doc: fix a typo in the smb.conf manpage, explanation of idmap config
  s3:smbd: fix a corner case of the symlink verification

Ralph Boehme (35):
  s3:smbd: convert file_struct.posix_open to a bitmap with flags
  s3:smbd: file_struct: seperate POSIX directory rename cap from POSIX open
  vfs_fruit: add a flag that tracks whether use of AAPL was negotiated
  vfs_fruit: enable POSIX directory rename semantics
  s4:torture:vfs_fruit: add a test for POSIX rename
  smbd: make "hide dot files" option work with "store dos attributes = yes"
  s4:torture:vfs_fruit: remove unused tree2
  s4:torture:vfs_fruit: rename tree1 -> tree
  s4:torture:vfs_fruit: tweak check_stream_list()
  s4:torture:vfs_fruit: use AFPINFO_STREAM_NAME
  s4:torture:vfs_fruit: enhance check_stream
  s4:torture:vfs_fruit: add --option=torture:osx for enable_aapl()
  s4:torture:vfs_fruit: add explicit cleanup of testfiles
  s4:torture:vfs_fruit: skip test test_read_atalk_metadata() without 
"localdir" and rename it
  s4:torture:vfs_fruit: skip test_adouble_conversion() without "localdir"
  s4:torture:vfs_fruit: skip test_stream_names() without "localdir"
  s4:torture:vfs_fruit: fix test_aapl() to work with OS X
  s4:torture:vfs_fruit: fix test_rename_dir_openfile() to work with OS X
  s4:torture:vfs_fruit: fix flakey test_write_atalk_rfork_io with OS X
  s3:lib/errmap_unix: map EOVERFLOW to NT_STATUS_ALLOTTED_SPACE_EXCEEDED
  vfs_fruit: fix some debug messages
  vfs_fruit: stat AFP_AfpInfo must fail when it doesn't exist
  s4:torture:vfs_fruit: file without AFP_AfpInfo
  vfs_fruit: handling of ftruncate() on AFP_AfpInfo stream
  s4:torture:vfs_fruit: add tests for AFP_AfpInfo delete-on-close and eof
  vfs_fruit: writing all 0 to AFP_AfpInfo stream
  s4:torture:vfs_fruit: test nulling out AFP_AfpInfo stream
  vfs_fruit: fix offset and len handling for AFP_AfpInfo stream
  s4:torture:vfs_fruit: update AFP_AfpInfo IO tests
  vfs_fruit: ignore delete on the AFP_Resource stream
  s4:torture:vfs_fruit: add tests for AFP_Resource delete-on-close and eof
  s4:torture:vfs_fruit: add test test_read_afpinfo
  vfs_fruit: add and use define for the Netatalk metadata xattr
  vfs_fruit: hide the Netatalk metadata xattr in streaminfo
  vfs_streams_xattr: fix and simplify streams_xattr_get_name()

Rowland Penny (1):
  samba-tool: fsmo.py throws an uncaught exception if no

Stefan Metzmacher (4):
  dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()
  dbwrap_rbt: add nested traverse protection
  dbwrap_rbt: fix modifying the db during traverse
  s3:torture: add traverse testing to LOCAL-RBTREE

Uri Simchoni (1):
  smbd: do not disable "store dos attributes" on-the-fly

---


-- 
Samba Shared Repository



autobuild[sn-devel-144]: intermittent test failure detected

2016-01-12 Thread autobuild
The autobuild test system (on sn-devel-144) has detected an intermittent 
failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-0905/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-0905/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-0905/samba.stdout
  
The top commit at the time of the failure was:

commit 9790abd6a402243179003a47026769d2576e9626
Author: Karolin Seeger 
Date:   Mon Jan 11 11:43:49 2016 +0100

ctdb/web: Fix typo.

assinged -> assigned

Signed-off-by: Karolin Seeger 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Mon Jan 11 21:40:36 CET 2016 on sn-devel-144



[SCM] Samba Website Repository - branch master updated

2016-01-12 Thread Karolin Seeger
The branch, master has been updated
   via  d907a26 NEWS[4.3.4]: Samba 4.3.4 Available for Download
  from  d506f23 Update itsd address

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -
commit d907a26a26fe53d69b11c1af5181e24366ba339d
Author: Karolin Seeger <ksee...@samba.org>
Date:   Tue Jan 12 09:24:08 2016 +0100

NEWS[4.3.4]: Samba 4.3.4 Available for Download

Signed-off-by: Karolin Seeger <ksee...@samba.org>

---

Summary of changes:
 history/samba-4.3.4.html| 72 +
 posted_news/20160112-083218.4.3.4.body.html | 13 +
 posted_news/20160112-083218.4.3.4.headline.html |  3 ++
 3 files changed, 88 insertions(+)
 create mode 100644 history/samba-4.3.4.html
 create mode 100644 posted_news/20160112-083218.4.3.4.body.html
 create mode 100644 posted_news/20160112-083218.4.3.4.headline.html


Changeset truncated at 500 lines:

diff --git a/history/samba-4.3.4.html b/history/samba-4.3.4.html
new file mode 100644
index 000..261a14b
--- /dev/null
+++ b/history/samba-4.3.4.html
@@ -0,0 +1,72 @@
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+http://www.w3.org/1999/xhtml;>
+
+Samba 4.3.4 - Release Notes
+
+
+Samba 4.3.4 Available for Download
+
+https://download.samba.org/pub/samba/stable/samba-4.3.4.tar.gz;>Samba 
4.3.4 (gzipped)
+https://download.samba.org/pub/samba/stable/samba-4.3.4.tar.asc;>Signature
+
+
+https://download.samba.org/pub/samba/patches/samba-4.3.3-4.3.4.diffs.gz;>Patch
 (gzipped) against Samba 4.3.3
+https://download.samba.org/pub/samba/patches/samba-4.3.3-4.3.4.diffs.asc;>Signature
+
+
+
+   =
+   Release Notes for Samba 4.3.4
+ January 12, 2016
+   =
+
+
+This is the latest stable release of Samba 4.3.
+
+
+Changes since 4.3.3:
+
+
+o  Michael Adam ob...@samba.org
+   * BUG 11619: doc: Fix a typo in the smb.conf manpage, explanation of idmap
+ config.
+   * BUG 11647: s3:smbd: Fix a corner case of the symlink verification.
+
+o  Jeremy Allison j...@samba.org
+   * BUG 11624: s3: libsmb: Correctly initialize the list head when keeping a
+ list of primary followed by DFS connections.
+   * BUG 11625: Reduce the memory footprint of empty string options.
+
+o  Douglas Bagnall douglas.bagn...@catalyst.net.nz
+   * BUG 11659: Update lastLogon and lastLogonTimestamp.
+
+o  Ralph Boehme s...@samba.org
+   * BUG 11065: vfs_fruit: Enable POSIX directory rename semantics.
+   * BUG 11466: Copying files with vfs_fruit fails when using vfs_streams_xattr
+ without stream prefix and type suffix.
+   * BUG 11645: smbd: Make hide dot files option work with 
store dos
+ attributes = yes.
+
+o  Gnther Deschner g...@samba.org
+   * BUG 11639: lib/async_req: Do not install async_connect_send_test.
+
+o  Stefan Metzmacher me...@samba.org
+   * BUG 11394: Crash: Bad talloc magic value - access after free.
+
+o  Rowland Penny repenny241...@gmail.com
+   * BUG 11613: samba-tool: Fix uncaught exception if no fSMORoleOwner
+ attribute is given.
+
+o  Karolin Seeger ksee...@samba.org
+   * BUG 11619: docs: Fix some typos in the idmap backend section.
+   * BUG 11641: docs: Fix typos in man vfs_gpfs.
+
+o  Uri Simchoni u...@samba.org
+   * BUG 11649: smbd: Do not disable store dos attributes 
on-the-fly.
+
+
+
+
+
+
diff --git a/posted_news/20160112-083218.4.3.4.body.html 
b/posted_news/20160112-083218.4.3.4.body.html
new file mode 100644
index 000..338e1be
--- /dev/null
+++ b/posted_news/20160112-083218.4.3.4.body.html
@@ -0,0 +1,13 @@
+
+12 January 2016
+Samba 4.3.4 Available for Download
+
+This is the latest stable release of the Samba 4.3 release series.
+
+
+The uncompressed tarball has been signed using GnuPG (ID 6568B7EA).
+The source code can be https://download.samba.org/pub/samba/stable/samba-4.3.4.tar.gz;>downloaded
 now.
+A https://download.samba.org/pub/samba/patches/samba-4.3.3-4.3.4.diffs.gz;>patch
 against Samba 4.3.3 is also available.
+See https://www.samba.org/samba/history/samba-4.3.4.html;>the release 
notes for more info.
+
+
diff --git a/posted_news/20160112-083218.4.3.4.headline.html 
b/posted_news/20160112-083218.4.3.4.headline.html
new file mode 100644
index 000..8589916
--- /dev/null
+++ b/posted_news/20160112-083218.4.3.4.headline.html
@@ -0,0 +1,3 @@
+
+ 12 January 2016 Samba 4.3.4 Available for 
Download
+


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2016-01-12 Thread Karolin Seeger
The branch, master has been updated
   via  ab223e3 Add Samba 4.3.4 to the list.
  from  d907a26 NEWS[4.3.4]: Samba 4.3.4 Available for Download

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -
commit ab223e368d8d9e49e49452cb452a900d3f3797da
Author: Karolin Seeger 
Date:   Tue Jan 12 09:46:09 2016 +0100

Add Samba 4.3.4 to the list.

Signed-off-by: Karolin Seeger 

---

Summary of changes:
 history/header_history.html | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 4a015d5..57ad77f 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,6 +9,7 @@
Release Notes


+   samba-4.3.4
samba-4.3.3
samba-4.3.2
samba-4.3.1


-- 
Samba Website Repository



[SCM] Samba Shared Repository - branch v4-3-stable updated

2016-01-12 Thread Karolin Seeger
The branch, v4-3-stable has been updated
   via  0c12970 VERSION: Disable git snapshots for the 4.3.4 release.
   via  f700a19 WHATSNEW: Add release notes for Samba 4.3.4.
   via  97d39ca s3:torture: add traverse testing to LOCAL-RBTREE
   via  49f04d1 dbwrap_rbt: fix modifying the db during traverse
   via  4a0f277 dbwrap_rbt: add nested traverse protection
   via  a9071dc dbwrap_rbt: use talloc_zero_size() instead of a partial 
ZERO_STRUCT()
   via  c36c6e9 Revert "Fix bug #11394 -  Crash: Bad talloc magic value - 
access after free"
   via  234861b password_lockout: test creds.get_kerberos_state()
   via  7870c0c auth: keep track of lastLogon and lastLogonTimestamp
   via  5e60671 password_lockout tests: add assertLoginFailure()
   via  fe51036 auth: increase resolution for password grace period 
calculation
   via  ca7cd60 pycredentials: add get_kerberos_state() method
   via  7c50b7a smbd: do not disable "store dos attributes" on-the-fly
   via  6be8237 s3:smbd: fix a corner case of the symlink verification
   via  1ae26f8 s3: libsmb: Correctly initialize the list head when keeping 
a list of primary followed by DFS connections.
   via  9d43c74 vfs_streams_xattr: fix and simplify streams_xattr_get_name()
   via  deec633 vfs_fruit: hide the Netatalk metadata xattr in streaminfo
   via  535812d vfs_fruit: add and use define for the Netatalk metadata 
xattr
   via  48bce69 s4:torture:vfs_fruit: add test test_read_afpinfo
   via  dad33c3 s4:torture:vfs_fruit: add tests for AFP_Resource 
delete-on-close and eof
   via  4c00711 vfs_fruit: ignore delete on the AFP_Resource stream
   via  093575e s4:torture:vfs_fruit: update AFP_AfpInfo IO tests
   via  de829e6 vfs_fruit: fix offset and len handling for AFP_AfpInfo 
stream
   via  f8bc71f s4:torture:vfs_fruit: test nulling out AFP_AfpInfo stream
   via  89f4adb vfs_fruit: writing all 0 to AFP_AfpInfo stream
   via  3a31406 s4:torture:vfs_fruit: add tests for AFP_AfpInfo 
delete-on-close and eof
   via  f85e4e6 vfs_fruit: handling of ftruncate() on AFP_AfpInfo stream
   via  a52778b s4:torture:vfs_fruit: file without AFP_AfpInfo
   via  a0d3a3a vfs_fruit: stat AFP_AfpInfo must fail when it doesn't exist
   via  2482f7a vfs_fruit: fix some debug messages
   via  e150a70 s3:lib/errmap_unix: map EOVERFLOW to 
NT_STATUS_ALLOTTED_SPACE_EXCEEDED
   via  a9d4091 s4:torture:vfs_fruit: fix flakey test_write_atalk_rfork_io 
with OS X
   via  ba97d85 s4:torture:vfs_fruit: fix test_rename_dir_openfile() to 
work with OS X
   via  adbe3fd s4:torture:vfs_fruit: fix test_aapl() to work with OS X
   via  7ed3a98 s4:torture:vfs_fruit: skip test_stream_names() without 
"localdir"
   via  33851cb s4:torture:vfs_fruit: skip test_adouble_conversion() 
without "localdir"
   via  2d9ddc1 s4:torture:vfs_fruit: skip test test_read_atalk_metadata() 
without "localdir" and rename it
   via  8acd795 s4:torture:vfs_fruit: add explicit cleanup of testfiles
   via  9aefc7d s4:torture:vfs_fruit: add --option=torture:osx for 
enable_aapl()
   via  86b653b s4:torture:vfs_fruit: enhance check_stream
   via  eb5df33 s4:torture:vfs_fruit: use AFPINFO_STREAM_NAME
   via  7fb8371 s4:torture:vfs_fruit: tweak check_stream_list()
   via  a985c92 s4:torture:vfs_fruit: rename tree1 -> tree
   via  9215fc8 s4:torture:vfs_fruit: remove unused tree2
   via  a1774eb docs: Fix typos in man vfs_gpfs.
   via  a7fa3a6 smbd: make "hide dot files" option work with "store dos 
attributes = yes"
   via  76edbf5 lib/async_req: do not install async_connect_send_test.
   via  795c543 lib/param: add a fixed unified 
lpcfg_string_{free,set,set_upper}() infrastructure
   via  b8ecf97 samba-tool: fsmo.py throws an uncaught exception if no
   via  95ed8b7 s4:torture:vfs_fruit: add a test for POSIX rename
   via  685ad2d vfs_fruit: enable POSIX directory rename semantics
   via  dfbf293 vfs_fruit: add a flag that tracks whether use of AAPL was 
negotiated
   via  02968ec s3:smbd: file_struct: seperate POSIX directory rename cap 
from POSIX open
   via  db3d0c6 s3:smbd: convert file_struct.posix_open to a bitmap with 
flags
   via  420f38f VERSION: Bump version up to 4.3.4...
   via  fba7e79 Merge tag 'samba-4.3.3' into v4-3-test
   via  569ce95 Fix bug #11394 -  Crash: Bad talloc magic value - access 
after free
   via  392b2d3 docs: Fix some typos in the idmap backend section.
   via  0230180 doc: fix a typo in the smb.conf manpage, explanation of 
idmap config
  from  b7676d1 VERSION: Disable git snapshots for the 4.3.3 release.

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-3-stable


- Log -
---

Summary of changes:
 VERSION  

autobuild[sn-devel-144]: intermittent test failure detected

2016-01-12 Thread autobuild
The autobuild test system (on sn-devel-144) has detected an intermittent 
failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-1300/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-1300/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-1300/samba.stdout
  
The top commit at the time of the failure was:

commit 9790abd6a402243179003a47026769d2576e9626
Author: Karolin Seeger 
Date:   Mon Jan 11 11:43:49 2016 +0100

ctdb/web: Fix typo.

assinged -> assigned

Signed-off-by: Karolin Seeger 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Mon Jan 11 21:40:36 CET 2016 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2016-01-12 Thread Michael Adam
The branch, master has been updated
   via  3ac2d4b ctdb-tests: Fix some incorrect memory allocations
   via  a7ce00c ctdb-scripts: Use more unique temporary file names
   via  4afe822 ctdb-scripts: Don't remove temporary files before use
   via  2083883 ctdb-scripts: Superficial clean-ups to 10.interface
   via  c23744c ctdb-scripts: Clarify logic for success of interface 
monitoring
   via  d8e4c5a ctdb-scripts: Fix regression in updateip code
   via  18b0aea ctdb-ipalloc: Fix a memory leak
   via  24160ee ctdb-daemon: Don't leak memory if not using recovery lock
   via  56ce230 ctdb-recoverd: Fix some uninitialised memory issues
   via  8f73ae0 ctdb-daemon: Drop the "schedule for deletion" messages to 
DEBUG level
  from  9790abd ctdb/web: Fix typo.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 3ac2d4b59eff58f06af1eef19cef0d444f4257ca
Author: Martin Schwenke 
Date:   Tue Dec 1 15:32:07 2015 +1100

ctdb-tests: Fix some incorrect memory allocations

These allocate enough memory but things get confusing if they're used
as a guide when updating the code.

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Tue Jan 12 22:19:16 CET 2016 on sn-devel-144

commit a7ce00cc0392cbbc009e2dbe8d58258d6ba0566f
Author: Martin Schwenke 
Date:   Thu Dec 10 15:03:46 2015 +1100

ctdb-scripts: Use more unique temporary file names

Consider this sequence of events:

1. Instance of script running update_tickles() hangs
2. Script debugging is launched asynchronously
3. New instance of script is launched, creates temporary file(s)
4. Original hung script makes progress before asynchronous script
   debugging kills it, so it removes temporary file(s)
5. New instance of script produces error due to missing files(s)

This is obviously rare.

Use more unique filenames to avoid step (4) removing the file(s)
belonging to other instances of the script.

This requires some extra cleanup to avoid too many temporary files
(which is why unique filenames were not originally usd).  It is
sufficient to remove files modified at least 10 minutes ago.

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit 4afe822397a0fe8f3e528077089577c89c9895e5
Author: Martin Schwenke 
Date:   Thu Dec 10 14:58:53 2015 +1100

ctdb-scripts: Don't remove temporary files before use

They will be clobbered by the redirect anyway.

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit 20838833f3fe3053c7f6aed8ac598319a3ecc346
Author: Martin Schwenke 
Date:   Fri Dec 18 13:16:27 2015 +1100

ctdb-scripts: Superficial clean-ups to 10.interface

Whitespace and indentation improvements.

Remove comments describing events, since the README covers that much
better.

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit c23744c61db321a911653d58ed258a3003cf798b
Author: Martin Schwenke 
Date:   Wed Dec 16 19:18:49 2015 +1100

ctdb-scripts: Clarify logic for success of interface monitoring

The current code uses so many shell idioms that it is difficult to
follow.

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit d8e4c5a468286ecc1c38ecd66a3606e84db02373
Author: Martin Schwenke 
Date:   Fri Dec 18 15:33:38 2015 +1100

ctdb-scripts: Fix regression in updateip code

Regression introduced in commit
6471541d6d2bc9f2af0ff92b280abbd1d933cf88.

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit 18b0aeaae0ba42549a9542b8c08923211e2976ad
Author: Martin Schwenke 
Date:   Tue Dec 1 14:38:48 2015 +1100

ctdb-ipalloc: Fix a memory leak

Commit cfa0ffe78073f9e3a014bb127fb9a4b7ad95fceb introduced a memory
leak.  Never assume...

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit 24160ee6a4a0727840d73955b99aef690450f345
Author: Martin Schwenke 
Date:   Mon Jan 11 13:41:30 2016 +1100

ctdb-daemon: Don't leak memory if not using recovery lock

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit 56ce230de72dbf14ccddb3f7b26b8b7f16986dfc
Author: Martin Schwenke 
Date:   Mon Jan 11 17:23:12 2016 +1100

ctdb-recoverd: Fix some uninitialised 

autobuild[sn-devel-144]: intermittent test failure detected

2016-01-12 Thread autobuild
The autobuild test system (on sn-devel-144) has detected an intermittent 
failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-2211/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-2211/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-12-2211/samba.stdout
  
The top commit at the time of the failure was:

commit 9790abd6a402243179003a47026769d2576e9626
Author: Karolin Seeger 
Date:   Mon Jan 11 11:43:49 2016 +0100

ctdb/web: Fix typo.

assinged -> assigned

Signed-off-by: Karolin Seeger 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Mon Jan 11 21:40:36 CET 2016 on sn-devel-144