Bug 153699

Summary: smbcontrol wrongly sends messages designated to nmbd and winbindd to smbd
Product: [openSUSE] SUSE Linux 10.1 Reporter: Alexander Bokovoy <ab>
Component: NetworkAssignee: Lars Müller <lmuelle>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None CC: samba-maintainers
Version: Beta 5Keywords: easy_fix
Target Milestone: ---   
Hardware: All   
OS: SuSE Linux 10.1   
Whiteboard:
Found By: Third Party Developer/Partner Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Alexander Bokovoy 2006-02-27 15:32:24 UTC
smbcontrol in Samba 3 wrongly sends messages designated to nmbd and winbindd to smbd because process_pid() uses atoi() to convert passed pid string which in latter case is "nmbd" or "winbindd" and that produces 0 as result of atoi() which, in fact, means "send message to all smbd".

The bug is fixed in r13695 in Samba SVN.
Comment 1 Guenther Deschner 2006-02-27 15:39:53 UTC
Fixed and commited to internal subversion. Thanks!