search for: is_myname_or_ipaddr

Displaying 3 results from an estimated 3 matches for "is_myname_or_ipaddr".

2011 Jun 14
2
[Announce] Samba 3.5.9 Available for Download
...e. * BUG 7987: ACL can get lost when files are being renamed. * BUG 7996: sgid bit lost on folder rename. * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or workgroup is configured. * BUG 8072: Fix panic in create_file_acl_common. * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS setups. * BUG 8083: "inherit owner = yes" doesn't interact correctly with vfs_acl_xattr or vfs_acl_tdb module. * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input blobs are null. * BUG 8111: CIFS VFS...
2011 Jun 14
2
[Announce] Samba 3.5.9 Available for Download
...e. * BUG 7987: ACL can get lost when files are being renamed. * BUG 7996: sgid bit lost on folder rename. * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or workgroup is configured. * BUG 8072: Fix panic in create_file_acl_common. * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS setups. * BUG 8083: "inherit owner = yes" doesn't interact correctly with vfs_acl_xattr or vfs_acl_tdb module. * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input blobs are null. * BUG 8111: CIFS VFS...
2008 Mar 31
1
Problem in working with domain DFS links
...3.0.28) it looks that msdfs.c, in the function get_referred_path is making sure the server name in the path is the same as the current machine in which Samba is running. When removing the following lines everything works OK: /* Verify hostname in path */ if (!is_myname_or_ipaddr(dp.hostname)) { DEBUG(3, ("get_referred_path: Invalid hostname %s in path %s\n", dp.hostname, dfs_path)); return NT_STATUS_NOT_FOUND; } Is there a reason...