-
Notifications
You must be signed in to change notification settings - Fork 269
subid: Support multiple subid NSS modules #1562
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
Open
YiPrograms
wants to merge
20
commits into
shadow-maint:master
Choose a base branch
from
YiPrograms:multiple-subid-nss
base: master
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.
+894
−218
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f98304f
lib/nss.c: seperate nss lib open and check logic
YiPrograms 3b65abb
lib/nss.c, lib/prototypes.h: linked list for nss_ops
YiPrograms 25ebd69
lib/nss.c: parse multiple subid databases from nsswitch.conf
YiPrograms 4376b03
lib/nss.c: free subid NSS database list on exit
YiPrograms 5c96c85
lib/nss.c, lib/prototypes.h: remove old NSS handle defs
YiPrograms 1b8aeaf
lib/nss.c: update comments and formatting
YiPrograms 1861699
lib/subordinateio.c: want_subuid/gid_file: check for files in nss db …
YiPrograms c56db79
lib/subordinateio.c: restrict subid mutations to files as first source
YiPrograms 23d79a9
lib/subordinateio.c: have_sub_uids/gids: multi-provider lookup
YiPrograms c3a81ba
lib/subordinateio.c: have_range: fix check for sub_uid/gid_open()
YiPrograms 529d41c
lib/subordinateio.c: refactor list_owner_ranges to list_local_owner_r…
YiPrograms 4d8d60a
lib/subordinateio.c: list_owner_ranges: multi-database range listing
YiPrograms 2cb6cbd
lib/subordinateio.c: refactor find_subid_owners to find_local_subid_o…
YiPrograms 2a36cc2
lib/subordinateio.c: find_subid_owners: multi-database owner search
YiPrograms b526c5a
lib/subordinateio.c: free_subid_pointer: use standard free
YiPrograms 90fa9b8
tests/libsubid/04_nss: Improve mock implementation
YiPrograms 4dfa195
tests/libsubid/04_nss: Update and extend test_nss
YiPrograms 3d4cfa9
tests/libsubid/04_nss: Extend range tests to multiple NSS providers
YiPrograms 768ad6f
man/subuid.5, man/subgid.5: document multiple subid delegation support
YiPrograms ec8afae
tests/libsubid/04_nss: add tests for range listing
YiPrograms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.