Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix redaction code to accept NULL pointers in array | Joseph Hunkeler | 2024-06-14 | 1 | -1/+1 |
| | | | | | | * And let the caller specify the length of the array of strings to redact. * Redactions now occur directly on authentication strings rather than their command line arguments | ||||
* | Add test_ini.c | Joseph Hunkeler | 2024-06-13 | 1 | -0/+108 |
| | |||||
* | Fix test to match changes to startswith and endswith | Joseph Hunkeler | 2024-06-13 | 1 | -6/+6 |
| | |||||
* | Disable a few warnings for tests | Joseph Hunkeler | 2024-06-10 | 1 | -6/+10 |
| | |||||
* | Remove debug printf statements | Joseph Hunkeler | 2024-06-10 | 2 | -3/+0 |
| | |||||
* | strcmp_array expects NULL terminated array. Iterating by size in this case ↵ | Joseph Hunkeler | 2024-06-10 | 1 | -2/+4 |
| | | | | passes NULL to strcmp leading to an invalid read | ||||
* | Break loop when expected lines are exhausted | Joseph Hunkeler | 2024-06-09 | 1 | -1/+1 |
| | |||||
* | NULL terminate arrays | Joseph Hunkeler | 2024-06-09 | 1 | -8/+12 |
| | |||||
* | Identify local repo user | Joseph Hunkeler | 2024-06-09 | 1 | -0/+2 |
| | |||||
* | Remove errant call to puts() | Joseph Hunkeler | 2024-06-09 | 1 | -1/+0 |
| | |||||
* | Skip docker build testing if CI system cannot pull an image | Joseph Hunkeler | 2024-06-09 | 1 | -0/+2 |
| | |||||
* | Only podman support `run --arch` argument | Joseph Hunkeler | 2024-06-09 | 1 | -1/+1 |
| | |||||
* | Handle lack of __FILE_NAME__ define | Joseph Hunkeler | 2024-06-09 | 1 | -0/+4 |
| | |||||
* | Initial commit of unit tests [WIP] | Joseph Hunkeler | 2024-06-09 | 9 | -0/+2045 |