Bug 3293 - Change smbclient to issue smbecho instead of checkpath
Summary: Change smbclient to issue smbecho instead of checkpath
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.0.20b
Hardware: Other Linux
: P3 enhancement
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 04:41 UTC by Volker Lendecke
Modified: 2005-11-30 10:53 UTC (History)
0 users

See Also:


Attachments
proposed patch (1.78 KB, patch)
2005-11-30 04:42 UTC, Volker Lendecke
no flags Details
Proposed patch (1.79 KB, patch)
2005-11-30 10:39 UTC, Jeremy Allison
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Lendecke 2005-11-30 04:41:13 UTC
smbclient frequently pings the server using SMBchkpath command. The patch to be attached changes this to use SMBecho. This allows the server to detect idle smbclient commands and allows it to cut the clients if the deadtime parameter is set.

Volker
Comment 1 Volker Lendecke 2005-11-30 04:42:54 UTC
Created attachment 1602 [details]
proposed patch
Comment 2 Jeremy Allison 2005-11-30 10:39:42 UTC
Created attachment 1603 [details]
Proposed patch

I like this patch better :-). Why didn't you just commit your original patch ?
Jeremy.
Comment 3 Jeremy Allison 2005-11-30 10:53:15 UTC
So that's what I applied :-).
Jeremy.