summaryrefslogtreecommitdiff
path: root/lib/iolog/iolog_filter.c
Commit message (Expand)AuthorAgeFilesLines
* iolog_pwfilt_run: apply regex on ttyout even if we disabled filtering.Todd C. Miller2022-02-181-5/+4
* Add helper function to compile a regex that supports (?i).Todd C. Miller2022-02-111-52/+5
* iolog_pwfilt_run: fix types in error returnTodd C. Miller2022-02-101-2/+2
* Free potential leaks of passprompt_regex_handle.Todd C. Miller2022-02-101-4/+6
* Work around a glibc regcomp() bug with repeated '+' operators.Todd C. Miller2022-02-011-2/+47
* lib/iolog: add support for filtering password out of tty inputTodd C. Miller2022-01-281-0/+249