file_name_hash vs. smb_name_hash

2011-01-26 Thread Stefan (metze) Metzmacher
Hi Jeremy, The branch, master has been updated via 3272e16 Missed one debug printf of name_hash. Ensure always use %x. via 4473273 Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved. via a65bce4 Add uint32_t name_hash argument (currently

[SCM] Samba Shared Repository - branch master updated

2011-01-26 Thread Stefan Metzmacher
The branch, master has been updated via 3466433 pidl:Typelist: fix perl warnings about recursiv function calls via 4b068bb pidl:Samba3/ServerNDR: correctly initialise ndr_push struct from 3272e16 Missed one debug printf of name_hash. Ensure always use %x.

[SCM] Samba Shared Repository - branch master updated

2011-01-26 Thread Günther Deschner
The branch, master has been updated via abb7c07 s3-winbind: share a common winbind_samlogon_retry_loop(). via 035a0d2 Revert s3: These assignments are overwritten immediately via 36cfa17 Revert s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains. from

[SCM] Samba Website Repository - branch master updated

2011-01-26 Thread John Terpstra
The branch, master has been updated via d8b1eb6 Added entry for BRLink - Brazil. from 6327ca0 Announce Samba 3.4.11. http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master - Log - commit

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

2011-01-26 Thread Günther Deschner
The branch, v3-6-test has been updated via 7819c94 s3-winbind: share a common winbind_samlogon_retry_loop(). via 47ef6e4 Revert s3: These assignments are overwritten immediately via c43b6c3 Revert s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains.

Re: file_name_hash vs. smb_name_hash

2011-01-26 Thread Jeremy Allison
On Wed, Jan 26, 2011 at 10:07:21AM +0100, Stefan (metze) Metzmacher wrote: Hi Jeremy, The branch, master has been updated via 3272e16 Missed one debug printf of name_hash. Ensure always use %x. via 4473273 Fix bug #7863 - Unlink may unlink wrong file when hardlinks

[SCM] Samba Shared Repository - branch master updated

2011-01-26 Thread Jeremy Allison
The branch, master has been updated via bb358ec From Metze - make sure we're using the same string length for the hash. from abb7c07 s3-winbind: share a common winbind_samlogon_retry_loop(). http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

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

2011-01-26 Thread Jeremy Allison
The branch, v3-6-test has been updated via fd74ee5 pidl:Typelist: fix perl warnings about recursiv function calls via c10a24d pidl:Samba3/ServerNDR: correctly initialise ndr_push struct via b271a9f From Metze - make sure we're using the same string length for the hash.

Re: file_name_hash vs. smb_name_hash

2011-01-26 Thread Jeremy Allison
On Wed, Jan 26, 2011 at 10:07:21AM +0100, Stefan (metze) Metzmacher wrote: These function don't calculate the same hash! string_term_tdb_data() uses strlen()+1. Fixed in master and v3-6-test - thanks !

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

2011-01-26 Thread Jeremy Allison
The branch, v3-6-test has been updated via 7bc0737 Allow security = share with SMB2. We already handle this in smb2/smb2_server.c (cherry picked from commit de53c1e30ddbc640fd0755cf38a40e9e0acac309) from fd74ee5 pidl:Typelist: fix perl warnings about recursiv function calls

[SCM] Samba Shared Repository - branch master updated

2011-01-26 Thread Jeremy Allison
The branch, master has been updated via 67e578a Allow security = share with SMB2. We already handle this in smb2/smb2_server.c from bb358ec From Metze - make sure we're using the same string length for the hash. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2011-01-26 Thread Kai Blin
The branch, master has been updated via 278c6f8 errormap: Add unix_to_werror() function from 67e578a Allow security = share with SMB2. We already handle this in smb2/smb2_server.c http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

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

2011-01-26 Thread Jeremy Allison
The branch, v3-6-test has been updated via e396ae0 s3-utils: Fixed a resource leak in net_afs. via 948ceb0 s3-utils: Fixed a resource leak in smbta-util. via 702549a s3-utils: Fixed possible resource leak in net_usershare. via 096679c s3-utils: Fixed possible

[SCM] Samba Shared Repository - branch master updated

2011-01-26 Thread Jeremy Allison
The branch, master has been updated via efde1d8 s3-utils: Fixed a resource leak in net_afs. via 4fc75c7 s3-utils: Fixed a resource leak in smbta-util. via f419c2b s3-utils: Fixed possible resource leak in net_usershare. via de4ef10 s3-utils: Fixed possible resource

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

2011-01-26 Thread Jeremy Allison
The branch, v3-6-test has been updated via f22ff13 Looking into printer driver issues, I ran across some peculiarities in copy_file(): - Firstly, if the source file is zero bytes, NT_STATUS_DISK_FULL is returned. - Secondly, the conditional lseek is confusing. It fires when

[SCM] Samba Shared Repository - branch master updated

2011-01-26 Thread Jeremy Allison
The branch, master has been updated via eb55338 Looking into printer driver issues, I ran across some peculiarities in copy_file(): - Firstly, if the source file is zero bytes, NT_STATUS_DISK_FULL is returned. - Secondly, the conditional lseek is confusing. It fires when