[Samba] Applying security updates
Steve1 Boothright
BOOTHS1 at uk.ibm.com
Tue Aug 8 12:56:07 GMT 2006
Hi
A security update for samba 3.0.1 - 3.0.22 was posted on samba.org on the
10th July. Does anyone know how to apply to update?
Everytime I click on the download link I just get the following text
Index: source/smbd/service.c
===================================================================
--- source/smbd/service.c (revision 16676)
+++ source/smbd/service.c (working copy)
@@ -763,6 +763,11 @@
smb_panic("make_connection: PANIC ERROR.
Called as nonroot\n");
}
+ if (conn_num_open() > 2047) {
+ *status =
NT_STATUS_INSUFF_SERVER_RESOURCES;
+ return NULL;
+ }
+
if(lp_security() != SEC_SHARE) {
vuser = get_valid_user_struct(vuid);
if (!vuser) {
Does anyone know how to apply the update?
Many thanks
Steve
More information about the samba
mailing list