Closed Firstyear closed 1 year ago
@nitnelave Updated with improved debug display of fields.
Sorry for some reason I couldn't comment on the line (I blame the mobile interface). In the bytes_to_string, it would make sense to know when something is base 64 or not. Maybe
field: "raw_string"
field: base64[abcde123]
WDYT ?
I think you're right, it helps to distinguish the two cases (a string that has base64 chars, vs binary that was b64ed for debug).
Fixes #28 - this is a large clean up that improves error handling, better support for controls, resolves a lot of clippy lints, and add's max-ber-size limiting to the ldapcodec.