Actions
Optimization #4950
openCode improvement in KRB5State.parse function
Effort:
Difficulty:
Label:
Rust
Description
The function KRB5State.parse function requires a couple of improvements in code readability:
- Giving meaningful names to the kerberos message types, probably the MessageType struct defined in krb5_constants.rs could be used for this
- Rename the KRB5State.req_id to KRB5State.req_type, since it is used to track the request type (AS-REQ, TGS-REQ, etc), not an unique id per request, and its name is misleading
Updated by Victor Julien about 2 years ago
- Target version changed from 7.0.0-beta1 to 7.0.0-rc1
Updated by Victor Julien almost 2 years ago
- Target version changed from 7.0.0-rc1 to 8.0.0-beta1
Actions