search for: smbd_server_connection

Displaying 15 results from an estimated 15 matches for "smbd_server_connection".

2018 Nov 07
2
Avoiding constant HDD access
On Thu, Nov 08, 2018 at 06:12:40AM +1300, Andrew Bartlett wrote: > On Wed, 2018-11-07 at 15:19 +0300, Albert Berger via samba wrote: > >  > > I tried in sequence to start Samba in following conditions: > > > > 1. With all clients disconnected from Samba server; > > 2. As above + all shares disabled; > > 3. As above + minimal smb.conf > > 4. With
2018 Nov 07
0
Avoiding constant HDD access
...ns with log files. Can this be the explanation? SMBD_HOUSEKEEPING_INTERVAL is 60 seconds, and run on a tevent timer event, and it implements: * * Do the recurring log file and smb.conf reload checks. */ static bool housekeeping_fn(const struct timeval *now, void *private_data) { struct smbd_server_connection *sconn = talloc_get_type_abort( private_data, struct smbd_server_connection); DEBUG(5, ("housekeeping\n")); change_to_root_user(); /* update printer queue caches if necessary */ update_monitored_printq_cache(sconn->msg_ctx); /...
2018 Nov 08
3
Avoiding constant HDD access
...gt; SMBD_HOUSEKEEPING_INTERVAL is 60 seconds, and run on a tevent > timer event, and it implements: > > * > * Do the recurring log file and smb.conf reload checks. > */ > > static bool housekeeping_fn(const struct timeval *now, void > *private_data) { > struct smbd_server_connection *sconn = talloc_get_type_abort( > private_data, struct smbd_server_connection); > > DEBUG(5, ("housekeeping\n")); > > change_to_root_user(); > > /* update printer queue caches if necessary */ > update_monitored_pri...
2022 Sep 07
0
[Announce] Samba 4.16.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.16 release series. Changes since 4.16.4 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Ralph Boehme <slow at samba.org> ?? * BUG 15086: Spotlight RPC service returns wrong response when Spotlight is ???? disabled on a share. ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions instead of ACL from xattr. ?? * BUG 151...
2022 Sep 28
0
[Announce] Samba 4.15.10 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.15 release series. Changes since 4.15.9 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. ?? * BUG 15174: smbXsrv_connection_shutdown_send result leaked. o? Ralph Boehme <slow at samba.org> ?? * BUG 15086: Spotlight RPC service returns wrong response when Spotlight is ???? disabled on a share. ?? * BUG 15126: acl_xattr VFS module may unintentionally use file...
2022 Sep 07
0
[Announce] Samba 4.16.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.16 release series. Changes since 4.16.4 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Ralph Boehme <slow at samba.org> ?? * BUG 15086: Spotlight RPC service returns wrong response when Spotlight is ???? disabled on a share. ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions instead of ACL from xattr. ?? * BUG 151...
2022 Sep 28
0
[Announce] Samba 4.15.10 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.15 release series. Changes since 4.15.9 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. ?? * BUG 15174: smbXsrv_connection_shutdown_send result leaked. o? Ralph Boehme <slow at samba.org> ?? * BUG 15086: Spotlight RPC service returns wrong response when Spotlight is ???? disabled on a share. ?? * BUG 15126: acl_xattr VFS module may unintentionally use file...
2022 Aug 23
0
[Announce] Samba 4.17.0rc3 Available for Download
...ult???? 53 ? nt hash store??? ??? ??? ??? ? New parameter?? always ? volume serial number??? ??? ??? ? New parameter?? -1 CHANGES SINCE 4.17.0rc2 ======================= o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Christian Ambach <ambi at samba.org> ?? * BUG 15145: `net usershare add` fails with flag works with --long but fails ???? with -l. o? Ralph Boehme <slow at samba.org> ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions inst...
2022 Aug 23
0
[Announce] Samba 4.17.0rc3 Available for Download
...ult???? 53 ? nt hash store??? ??? ??? ??? ? New parameter?? always ? volume serial number??? ??? ??? ? New parameter?? -1 CHANGES SINCE 4.17.0rc2 ======================= o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Christian Ambach <ambi at samba.org> ?? * BUG 15145: `net usershare add` fails with flag works with --long but fails ???? with -l. o? Ralph Boehme <slow at samba.org> ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions inst...
2022 Aug 30
0
[Announce] Samba 4.17.0rc4 Available for Download
...=========== o? Anoop C S <anoopcs at samba.org> ?? * BUG 15157: Make use of glfs_*at() API calls in vfs_glusterfs. CHANGES SINCE 4.17.0rc2 ======================= o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Christian Ambach <ambi at samba.org> ?? * BUG 15145: `net usershare add` fails with flag works with --long but fails ???? with -l. o? Ralph Boehme <slow at samba.org> ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions inst...
2022 Aug 30
0
[Announce] Samba 4.17.0rc4 Available for Download
...=========== o? Anoop C S <anoopcs at samba.org> ?? * BUG 15157: Make use of glfs_*at() API calls in vfs_glusterfs. CHANGES SINCE 4.17.0rc2 ======================= o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Christian Ambach <ambi at samba.org> ?? * BUG 15145: `net usershare add` fails with flag works with --long but fails ???? with -l. o? Ralph Boehme <slow at samba.org> ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions inst...
2022 Sep 13
0
[Announce] Samba 4.17.0 Available for Download
...=========== o? Anoop C S <anoopcs at samba.org> ?? * BUG 15157: Make use of glfs_*at() API calls in vfs_glusterfs. CHANGES SINCE 4.17.0rc2 ======================= o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Christian Ambach <ambi at samba.org> ?? * BUG 15145: `net usershare add` fails with flag works with --long but fails ???? with -l. o? Ralph Boehme <slow at samba.org> ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions inst...
2022 Sep 13
0
[Announce] Samba 4.17.0 Available for Download
...=========== o? Anoop C S <anoopcs at samba.org> ?? * BUG 15157: Make use of glfs_*at() API calls in vfs_glusterfs. CHANGES SINCE 4.17.0rc2 ======================= o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Christian Ambach <ambi at samba.org> ?? * BUG 15145: `net usershare add` fails with flag works with --long but fails ???? with -l. o? Ralph Boehme <slow at samba.org> ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions inst...
2022 Sep 06
0
[Announce] Samba 4.17.0rc5 Available for Download
...=========== o? Anoop C S <anoopcs at samba.org> ?? * BUG 15157: Make use of glfs_*at() API calls in vfs_glusterfs. CHANGES SINCE 4.17.0rc2 ======================= o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Christian Ambach <ambi at samba.org> ?? * BUG 15145: `net usershare add` fails with flag works with --long but fails ???? with -l. o? Ralph Boehme <slow at samba.org> ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions inst...
2022 Sep 06
0
[Announce] Samba 4.17.0rc5 Available for Download
...=========== o? Anoop C S <anoopcs at samba.org> ?? * BUG 15157: Make use of glfs_*at() API calls in vfs_glusterfs. CHANGES SINCE 4.17.0rc2 ======================= o? Jeremy Allison <jra at samba.org> ?? * BUG 15128: Possible use after free of connection_struct when iterating ???? smbd_server_connection->connections. o? Christian Ambach <ambi at samba.org> ?? * BUG 15145: `net usershare add` fails with flag works with --long but fails ???? with -l. o? Ralph Boehme <slow at samba.org> ?? * BUG 15126: acl_xattr VFS module may unintentionally use filesystem ???? permissions inst...