| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Format error messages properly | Aaron Marcher | 2018-03-28 |
| | | | | | | Make use of strerror(errno) and format all errors equally: function ['parameters']: error message | ||
| * | Get rid of err.h as it is not portable | Aaron Marcher | 2018-03-28 |
| | | | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary. | ||
| * | Added LICENSE statements to all source files | Aaron Marcher | 2017-09-17 |
| | | |||
| * | Split into multiple files | Aaron Marcher | 2017-09-17 |
| For multiple reasons the program is now split: - Make future porting to OpenBSD easier - Assign header includes to individiual functions - Make future program extensions easier - Recompile only changed parts | |||
