| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-23 | Merge pull request #3697 from lioncash/declarations | bunnei | |
| CMakeLists: Enable -Wmissing-declarations on Linux builds | |||
| 2020-04-17 | service: Remove unused RequestParser instances | Lioncash | |
| These aren't used, so they should be removed to reduce compilation warnings. | |||
| 2020-04-16 | General: Resolve warnings related to missing declarations | Lioncash | |
| 2019-11-12 | service: Update function tables | Lioncash | |
| Keeps the function tables up to date. Updated based off information from Switchbrew. | |||
| 2019-09-29 | Services::ES fix casting warnings | FreddyFunk | |
| 2019-07-07 | key_manager: Convert Ticket union to std::variant | Zach Hilman | |
| 2019-07-07 | es: Populate/synthesize tickets on construction | Zach Hilman | |
| 2019-07-07 | key_manager: Add structure for Ticket parsing | Zach Hilman | |
| 2019-07-07 | es: Implement ETicket GetPersonalizedTicketData (17) | Zach Hilman | |
| Copies the raw personal ticket data into the buffer provided. | |||
| 2019-07-07 | es: Implement ETicket GetCommonTicketData (16) | Zach Hilman | |
| Copies the raw common ticket data for the specified rights ID into the buffer provided. | |||
| 2019-07-07 | es: Implement ETicket GetPersonalizedTicketSize (15) | Zach Hilman | |
| Returns the size of the buffer needed to hold the personal ticket associated with the rights ID. | |||
| 2019-07-07 | es: Implement ETicket GetCommonTicketSize (14) | Zach Hilman | |
| Returns the size of the buffer needed to hold the common ticket associated with the rights ID. | |||
| 2019-07-07 | es: Implement ETicket ListPersonalizedTicket (12) | Zach Hilman | |
| Returns an application-specific number of entries of personal tickets, starting at offset 0. | |||
| 2019-07-07 | es: Implement ETicket ListCommonTicket (11) | Zach Hilman | |
| Returns an application specified count of entries of common tickets, starting at offset 0. | |||
| 2019-07-07 | es: Implement ETicket CountPersonalizedTicket (10) | Zach Hilman | |
| Returns the number of personalized (console/user-unique) tickets in the KeyManager. | |||
| 2019-07-07 | es: Implement ETicket CountCommonTicket (9) | Zach Hilman | |
| Returns the number of common (non-console-unique) tickets in the KeyManager. | |||
| 2019-07-07 | es: Implement ETicket GetTitleKey (8) | Zach Hilman | |
| Takes a rights ID as input and returns the associated title key, if it exists. | |||
| 2019-07-07 | es: Implement ETicket ImportTicket (1) | Zach Hilman | |
| Takes a ticket and certificate and installs it to the KeyManager. | |||
| 2018-10-19 | es: Update service function tables | Lioncash | |
| Updated based off information provided by Switchbrew. | |||
| 2018-07-25 | service: Add the es service | Lioncash | |
| Adds the skeleton for the ETicket service based off the information on Switch Brew | |||
