Bug 9690 - [PATCH] libsmbclient: Add SMBC_open2_ctx to support share_access flags
Summary: [PATCH] libsmbclient: Add SMBC_open2_ctx to support share_access flags
Status: ASSIGNED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.6.12
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Jeremy Allison
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 14:19 UTC by SATOH Fumiyasu
Modified: 2013-08-12 17:10 UTC (History)
1 user (show)

See Also:


Attachments
[PATCH] libsmbclient: Add SMBC_open2_ctx to support share_access flags (14.49 KB, patch)
2013-02-27 14:21 UTC, SATOH Fumiyasu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description SATOH Fumiyasu 2013-02-27 14:19:10 UTC
I want to use FILE_SHARE_DELETE share mode option on open
in my application, but libsmbclient does not support it.
Comment 1 SATOH Fumiyasu 2013-02-27 14:21:05 UTC
Created attachment 8592 [details]
[PATCH] libsmbclient: Add SMBC_open2_ctx to support share_access flags

Patch for v3-6-test.
Comment 2 SATOH Fumiyasu 2013-08-12 16:48:38 UTC
Should I remake the patch for Samba 4.1?
Comment 3 Jeremy Allison 2013-08-12 17:10:13 UTC
Yes please. Sorry for the delay in reviewing this. Can you also post this to samba-technical@samba.org with a request for review ? That way we can get it into master first.

Cheers,

Jeremy.