summary refs log tree commit diff
path: root/config.c (follow)
Commit message (Collapse)AuthorAge
* Use explicit_bzero to clear passwordsJune McEnroe2019-10-31
| | | | | GNU doesn't implement memset_s, but both FreeBSD and GNU implement explicit_bzero. Darwin doesn't, so #define it in terms of memset_s.
* Implement getopt_long-integrated configuration parsingJune McEnroe2019-10-29