-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation update #9
Open
decarv
wants to merge
10
commits into
smfrench:for-next
Choose a base branch
from
decarv:for-next
base: for-next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ninfo Signed-off-by: Pavel Filipenský <[email protected]> Signed-off-by: Steve French <[email protected]>
Currently, there are some issues when using the password2 mount option: 1. When password2 is provided in the credential file, mount.cifs overwrites password1 with the alternate password2. 2. There is no support to retrieve password2 from the environment. 3. password2 is not masked when mounting with verbose option. This commit fixes the aforementioned issues and adds documentation for the password2 mount option. Signed-off-by: Meetakshi Setiya <[email protected]> Reviewed-by: Bharath SM <[email protected]> Signed-off-by: Steve French <[email protected]>
…d_from_file and minor documentation additions Signed-off-by: Meetakshi Setiya <[email protected]> Reviewed-by: Bharath SM <[email protected]> Signed-off-by: Steve French <[email protected]>
When handling upcalls from the kernel for SMB session setup requests using Kerberos authentication, if the credential cache already contains a valid service ticket, it can be used directly without checking for the TGT again. Signed-off-by: Bharath SM <[email protected]> Reviewed-by: Shyam Prasad N <[email protected]> Acked-by: Alexander Bokovoy <[email protected]> Signed-off-by: Steve French <[email protected]>
NOTE: This patch is dependent on one of the previously sent patches: [PATCH] CIFS: New mount option for cifs.upcall namespace resolution which introduces a new mount option called upcall_target, to customise the upcall behaviour. Building upon the above patch, the following patch adds functionality to handle upcall_target as a mount option in cifs.upcall. It can have 2 values - mount, app. Having this new mount option allows the mount command to specify where the upcall should happen: 'mount' for resolving the upcall to the host namespace, and 'app' for resolving the upcall to the ns of the calling thread. This will enable both the scenarios where the Kerberos credentials can be found on the application namespace or the host namespace to which just the mount operation is "delegated". This aids use cases like Kubernetes where the mount happens on behalf of the application in another container altogether. Signed-off-by: Ritvik Budhiraja <[email protected]> Signed-off-by: Steve French <[email protected]>
Fix compiler warnings in mount.cifs.c
Signed-off-by: Henrique Carvalho <[email protected]>
Signed-off-by: Henrique Carvalho <[email protected]>
Signed-off-by: Henrique Carvalho <[email protected]>
3061db7
to
bc76f3a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.