bunnei
|
2409fedacf
|
Merge pull request #3697 from lioncash/declarations
CMakeLists: Enable -Wmissing-declarations on Linux builds
|
2020-04-23 02:18:52 -04:00 |
|
Lioncash
|
4d8a8a8033
|
service: Remove unused RequestParser instances
These aren't used, so they should be removed to reduce compilation
warnings.
|
2020-04-17 19:47:43 -04:00 |
|
Lioncash
|
e2d8be1ca2
|
General: Resolve warnings related to missing declarations
|
2020-04-16 23:43:34 -04:00 |
|
Lioncash
|
e21b6ff79d
|
service: Update function tables
Keeps the function tables up to date.
Updated based off information from Switchbrew.
|
2019-11-12 10:32:56 -05:00 |
|
FreddyFunk
|
7b93c4646a
|
Services::ES fix casting warnings
|
2019-09-29 22:45:09 +02:00 |
|
Zach Hilman
|
50d5414075
|
key_manager: Convert Ticket union to std::variant
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
d9ef20e5a5
|
es: Populate/synthesize tickets on construction
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
f8718ae779
|
key_manager: Add structure for Ticket parsing
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
b294b13584
|
es: Implement ETicket GetPersonalizedTicketData (17)
Copies the raw personal ticket data into the buffer provided.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
c6a32dc077
|
es: Implement ETicket GetCommonTicketData (16)
Copies the raw common ticket data for the specified rights ID into the buffer provided.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
44b0c19f6a
|
es: Implement ETicket GetPersonalizedTicketSize (15)
Returns the size of the buffer needed to hold the personal ticket associated with the rights ID.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
35b617b57f
|
es: Implement ETicket GetCommonTicketSize (14)
Returns the size of the buffer needed to hold the common ticket associated with the rights ID.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
669a21babb
|
es: Implement ETicket ListPersonalizedTicket (12)
Returns an application-specific number of entries of personal tickets, starting at offset 0.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
5d6bf75296
|
es: Implement ETicket ListCommonTicket (11)
Returns an application specified count of entries of common tickets, starting at offset 0.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
11f45e6015
|
es: Implement ETicket CountPersonalizedTicket (10)
Returns the number of personalized (console/user-unique) tickets in the KeyManager.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
71bc2182c2
|
es: Implement ETicket CountCommonTicket (9)
Returns the number of common (non-console-unique) tickets in the KeyManager.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
475a7a4446
|
es: Implement ETicket GetTitleKey (8)
Takes a rights ID as input and returns the associated title key, if it exists.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
f15f73a555
|
es: Implement ETicket ImportTicket (1)
Takes a ticket and certificate and installs it to the KeyManager.
|
2019-07-07 21:38:33 -04:00 |
|
Lioncash
|
1833498617
|
es: Update service function tables
Updated based off information provided by Switchbrew.
|
2018-10-19 04:12:28 -04:00 |
|
Lioncash
|
4175712976
|
service: Add the es service
Adds the skeleton for the ETicket service based off the information on
Switch Brew
|
2018-07-25 15:36:55 -04:00 |
|