[SCM] Samba Shared Repository - branch master updated

2011-09-22 Thread Jeremy Allison
The branch, master has been updated via d50fa9c Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules. from 0921e75 s4-dbcheck: fixed transaction nesting in dbcheck http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch v3-5-test updated

2011-09-22 Thread Karolin Seeger
The branch, v3-5-test has been updated via da08c8a s3: Fix bug 7844: Race in winbind from c5bf8ac s3:libsmb: check the wct of the incoming SMBnegprot responses http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test - Log

[SCM] Samba Shared Repository - branch v3-6-test updated

2011-09-22 Thread Karolin Seeger
The branch, v3-6-test has been updated via 9bbb3a8 Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy dialects from 5a109e3 WHATSNEW: Add changes since 3.6.0. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test - Log

[SCM] Samba Shared Repository - branch v3-6-test updated

2011-09-22 Thread Karolin Seeger
The branch, v3-6-test has been updated via c0156d6 s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h. from 9bbb3a8 Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy dialects

[SCM] Samba Shared Repository - branch master updated

2011-09-22 Thread Stefan Metzmacher
The branch, master has been updated via 66f8070 lib/util: move some timespec helpers from source3 to the toplevel via 1bb6e67 s3:smb2_server: fix a logic error, we should sign non guest sessions via 16fd935 s4:selftest: skip flakey samba4.nbt.winsreplication for now

[SCM] Samba Shared Repository - branch master updated

2011-09-22 Thread Michael Adam
The branch, master has been updated via f236c53 s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH via dbbb69e wbclient: added support for handling WBC_ID_TYPE_BOTH mappings via 7945949 libwbclient: added support for WBC_ID_TYPE_BOTH from 66f8070 lib/util:

[SCM] Samba Shared Repository - branch master updated

2011-09-22 Thread Jeremy Allison
The branch, master has been updated via f0f91d0 Fix bug #8477 - Map to guest can return uninitialized blob of data. from f236c53 s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2011-09-22 Thread Matthieu Patou
The branch, master has been updated via 766d43e pys4: really return an exception if the status if not correct from f0f91d0 Fix bug #8477 - Map to guest can return uninitialized blob of data. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

Re: [SCM] Samba Shared Repository - branch master updated

2011-09-22 Thread Stefan (metze) Metzmacher
Hi Matthieu, diff --git a/source4/ntvfs/posix/python/pyxattr_tdb.c b/source4/ntvfs/posix/python/pyxattr_tdb.c index 2b28aca..a08557e 100644 --- a/source4/ntvfs/posix/python/pyxattr_tdb.c +++ b/source4/ntvfs/posix/python/pyxattr_tdb.c @@ -60,9 +60,8 @@ static PyObject

Re: [SCM] Samba Shared Repository - branch master updated

2011-09-22 Thread Matthieu Patou
On 22/09/2011 21:14, Stefan (metze) Metzmacher wrote: Hi Matthieu, diff --git a/source4/ntvfs/posix/python/pyxattr_tdb.c b/source4/ntvfs/posix/python/pyxattr_tdb.c index 2b28aca..a08557e 100644 --- a/source4/ntvfs/posix/python/pyxattr_tdb.c +++ b/source4/ntvfs/posix/python/pyxattr_tdb.c @@

Re: [SCM] Samba Shared Repository - branch master updated

2011-09-22 Thread Stefan (metze) Metzmacher
Am 23.09.2011 07:01, schrieb Matthieu Patou: On 22/09/2011 21:14, Stefan (metze) Metzmacher wrote: Hi Matthieu, diff --git a/source4/ntvfs/posix/python/pyxattr_tdb.c b/source4/ntvfs/posix/python/pyxattr_tdb.c index 2b28aca..a08557e 100644 --- a/source4/ntvfs/posix/python/pyxattr_tdb.c +++