Displaying 7 results from an estimated 7 matches for "smbc_lseekdir".
2019 Oct 22
0
[Announce] Samba 4.9.14 Available for Download
...-------
This is the last bugfix release of the Samba 4.9 release series. There will be
security releases only beyond this point.
Changes since 4.9.13:
---------------------
o Jeremy Allison <jra at samba.org>
* BUG 14094: smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir().
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 13978: s4/scripting: MORE py3 compatible print functions.
o Andrew Bartlett <abartlet at samba.org>
* ldb: release ldb 1.4.8
* BUG 13959: ldb_tdb fails to check error return when parsing pack formats.
* BUG...
2019 Oct 22
0
[Announce] Samba 4.9.14 Available for Download
...-------
This is the last bugfix release of the Samba 4.9 release series. There will be
security releases only beyond this point.
Changes since 4.9.13:
---------------------
o Jeremy Allison <jra at samba.org>
* BUG 14094: smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir().
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 13978: s4/scripting: MORE py3 compatible print functions.
o Andrew Bartlett <abartlet at samba.org>
* ldb: release ldb 1.4.8
* BUG 13959: ldb_tdb fails to check error return when parsing pack formats.
* BUG...
2019 Oct 18
0
[Announce] Samba 4.11.1 Available for Download
...Changes since 4.11.0:
---------------------
o Michael Adam <obnox at samba.org>
* BUG 14141: getpwnam and getpwuid need to return data for ID_TYPE_BOTH
group.
o Jeremy Allison <jra at samba.org>
* BUG 14094: smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir().
* BUG 14152: s3: smbclient: Stop an SMB2-connection from blundering into
SMB1-specific calls.
o Ralph Boehme <slow at samba.org>
* BUG 14137: Fix stale file handle error when using mkstemp on a share.
o Isaac Boukris <iboukris at gmail.com>
* BUG 14106: Fix spnego f...
2019 Oct 18
0
[Announce] Samba 4.11.1 Available for Download
...Changes since 4.11.0:
---------------------
o Michael Adam <obnox at samba.org>
* BUG 14141: getpwnam and getpwuid need to return data for ID_TYPE_BOTH
group.
o Jeremy Allison <jra at samba.org>
* BUG 14094: smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir().
* BUG 14152: s3: smbclient: Stop an SMB2-connection from blundering into
SMB1-specific calls.
o Ralph Boehme <slow at samba.org>
* BUG 14137: Fix stale file handle error when using mkstemp on a share.
o Isaac Boukris <iboukris at gmail.com>
* BUG 14106: Fix spnego f...
2019 Oct 17
0
[Announce] Samba 4.10.9 Available for Download
...ice Id for GlusterFS FUSE mount is causing data
loss in CTDB cluster.
* BUG 14141: winbind: Provide passwd struct for group sid with ID_TYPE_BOTH
mapping (again).
o Jeremy Allison <jra at samba.org>
* BUG 14094: smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir().
* BUG 14152: s3: smbclient: Stop an SMB2-connection from blundering into
SMB1-specific calls.
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 13978: s4/scripting: MORE py3 compatible print functions.
o Andrew Bartlett <abartlet at samba.org>
* ldb: Rele...
2019 Oct 17
0
[Announce] Samba 4.10.9 Available for Download
...ice Id for GlusterFS FUSE mount is causing data
loss in CTDB cluster.
* BUG 14141: winbind: Provide passwd struct for group sid with ID_TYPE_BOTH
mapping (again).
o Jeremy Allison <jra at samba.org>
* BUG 14094: smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir().
* BUG 14152: s3: smbclient: Stop an SMB2-connection from blundering into
SMB1-specific calls.
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 13978: s4/scripting: MORE py3 compatible print functions.
o Andrew Bartlett <abartlet at samba.org>
* ldb: Rele...
2002 Nov 27
6
"attrib +R myowndir" fails to write-protect my own dir
...quot;__fork" in "smbwrapper/smbw.c" and many
more with the pattern "smbw_some-syscall" in "smbwrapper/wrapped.c"
but the comment in the file says not to try to get rid of them.
The only other suspect diagnostic was for functions "smbc_telldir"
and "smbc_lseekdir" in "libsmb/libsmbclient.c", lines 2279 and 2320:
cast to pointer from integer of different size, here the lines:
2279 return (off_t)fe->dir_next;
and
2320 struct smbc_dirent *dirent = (struct smbc_dirent *)offset;
Setting R-flag on a regular file works, but setting H(id...