Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use explicit_bzero to clear passwords | June McEnroe | 2019-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 parsing | June McEnroe | 2019-10-29 |