Skip to content
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

CCache refactor #1276

Merged
merged 21 commits into from Mar 11, 2022
Merged

CCache refactor #1276

merged 21 commits into from Mar 11, 2022

Conversation

0xdeaddood
Copy link
Collaborator

This PR includes:

  • Added new parseFile function to ccache.py + removed duplicate code related to loadfile function (#1166). This also addresses #1226.
  • Added support for CCache version 3 (#1106).
  • Modified fromKRBCRED function used to load a Kirbi file (#1254). It fixes #1056.
  • Added missing hostname part in sname in CCache to Kirbi conversion (#1265). It fixes #1264.
  • Added some unit tests.

reznok and others added 21 commits June 28, 2021 19:58
- Added authtime field
- Changed keyvalue type
- It should fix #1056
- Parsing v3 and v4 ccache files to check #1106 (and not support for v1 and v2)
- Parsing creds from kirbi to check #1254
- Checking #1166 parseFile function
- Added NotImplementedError for CCache v1 and v2
- Added backward compatibility
Co-authored-by: Martin Gallo <mgallo@secureauth.com>
@martingalloar
Copy link
Contributor

LGTM 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants