-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
add UserManager.getUserCount for versions with signature permissions #68
Open
stuux
wants to merge
1
commit into
GrapheneOS:main
Choose a base branch
from
stuux:user_count
base: main
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.
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
Why close this? |
I just need time to properly test and review changes like this and it has to be mirrored for AttestationServer. It can't be done only for the Auditor app. This is changing the binary format of the attestation message so it will break compatibility unless it's incorporated into an increase of the protocol version which needs to be carefully done and tested. |
thestinger
force-pushed
the
master
branch
2 times, most recently
from
February 12, 2021 03:00
2a3521b
to
cf3f062
Compare
thestinger
force-pushed
the
main
branch
3 times, most recently
from
July 28, 2021 20:26
74cb412
to
ff69112
Compare
thestinger
force-pushed
the
main
branch
3 times, most recently
from
September 4, 2021 01:39
4c8099a
to
bccfcab
Compare
thestinger
force-pushed
the
main
branch
11 times, most recently
from
September 20, 2021 10:36
61bf7a3
to
8fe56d2
Compare
thestinger
force-pushed
the
main
branch
2 times, most recently
from
September 30, 2021 18:11
84178eb
to
1960dcb
Compare
thestinger
force-pushed
the
main
branch
3 times, most recently
from
October 14, 2022 22:23
b9ceb37
to
5318cde
Compare
thestinger
force-pushed
the
main
branch
2 times, most recently
from
October 29, 2022 00:38
d66ff20
to
f43b101
Compare
thestinger
force-pushed
the
main
branch
4 times, most recently
from
April 15, 2023 19:11
0b1e725
to
1143970
Compare
thestinger
force-pushed
the
main
branch
7 times, most recently
from
May 14, 2023 03:45
ac2dde3
to
6a0e6c2
Compare
thestinger
force-pushed
the
main
branch
2 times, most recently
from
November 12, 2023 22:59
72363db
to
34e6d8d
Compare
thestinger
force-pushed
the
main
branch
3 times, most recently
from
January 9, 2024 21:07
3581800
to
a5f4f7b
Compare
thestinger
force-pushed
the
main
branch
4 times, most recently
from
September 27, 2024 11:15
444f5d4
to
39a89da
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.
should solve issue #58