-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ACL validation - There was some before, but this is more stringent. - Also refactor some of the "IsValid"-like functions. - Update unit tests. - Remove more operational PASE support. Part of #14460 * Fix some unit tests after changes * Fix variable name * Fix another unit test after changes * Add more unit tests * Add more unit tests * More work on ACL validation - Simplify validation function - Add more unit tests * More unit tests * Final touches - More test cases - Move some of the IsValid functions into access control - Slight simplification to AccessControl::IsValid * Fix unused variable warnings on other platforms * Fix destruction order in test code Delegate must outlive the thing holding it. * Quell unused variable warning
- Loading branch information
1 parent
5eee313
commit 1284187
Showing
7 changed files
with
1,267 additions
and
85 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.