| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-27 | check_dig: Move flag parsing to parameter processing and out of main | Lorenz Kästle | 1 | -5/+9 | |
| The processing of the forbid-flags and the require-flags parameter was done in the main function previous to this. Since no further information is actually needed during runtime, I moved the processing in the cli param processing stage to reduce actual complexity later. | |||||
| 2025-10-07 | check_dig: Add feature to require or forbid dig DNS flags -E, -X. | Dennis Ullrich | 1 | -0/+4 | |
| Introduced helper functions for flag parsing. -E, --require-flags=LIST Comma-separated dig flags that must be present (e.g. 'aa,qr') -X, --forbid-flags=LIST Comma-separated dig flags that must NOT be present | |||||
| 2025-03-10 | Refactor check_dig | Lorenz Kästle | 1 | -0/+40 | |
