Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-06 | T5713: only strip "secret" CLI node and nothing else | Christian Breunig | |
Commit 30eb308149 ("T5713: Strip string after "secret" in IPSEC config") had good intention but this will happen: use-secret foo CLI node will become " secret xxxxxx" so the output of strip-private invalidates the configuration. This has been changed to an exact match of "secret" only | |||
2023-11-05 | T5713: Strip string after "secret" in IPSEC config | RageLtMan | |
Make "strip-private" strip the string after "secret" | |||
2022-01-13 | strip-private: T4177: Fix for hiding private data token/url/bucket | Viacheslav | |
Add URL, token and bucket hidind data when is used function "strip-private" | |||
2021-10-21 | strip-private: T3926: strip cisco-authentication key | Christian Poessinger | |
2021-09-17 | T3823: Stop strip-private regexp from swallowing quotes | erkin | |
2021-08-10 | pki: wireguard: T3642: strip private key | Christian Poessinger | |
Extend regex used by the "| strip-private" modifier to remove the WireGuard private key portion from stdout. | |||
2021-03-30 | T3354: Handle user break and prematurely closed stdin | erkin | |
2021-03-22 | util: T3419: Handle IP addresses with netmasks and subnet prefixes in ↵ | erkin | |
strip-private | |||
2021-03-15 | Add shebang line to strip-private | erkin | |
2021-03-15 | T3354: Add strip-private script in Python | erkin | |