2021-07-03 13:17 | handler.c: missing return | hhvn | 1 | +1 | -0 |
2021-06-16 22:13 | main.c main.h: return void from die() | hhvn | 2 | +2 | -2 |
2021-06-16 22:12 | main.c: use AF_UNSPEC | hhvn | 1 | +1 | -1 |
2021-06-16 18:46 | main.c: update usage | hhvn | 1 | +1 | -1 |
2021-06-06 17:18 | handler.c main.{c,h}: use pledge and uveil in handler.c | hhvn | 3 | +7 | -1 |
2021-06-06 17:08 | main.c main.h: use pledge() | hhvn | 2 | +10 | -0 |
2021-06-06 16:59 | main.c: accept() working on openbsd | hhvn | 1 | +5 | -2 |
2021-06-06 16:38 | main.c handler.c: explicitly include sys/wait.h | hhvn | 2 | +2 | -0 |
2021-06-06 16:36 | main.c: include header | hhvn | 1 | +1 | -0 |
2021-06-06 16:35 | main.{c,h}: move definitions to header | hhvn | 2 | +4 | -3 |
2021-06-06 15:31 | hfingerd.8: mention finger(1) | hhvn | 1 | +5 | -0 |
2021-06-06 13:59 | main.c: print usage to stderr | hhvn | 1 | +1 | -1 |
2021-06-06 13:50 | hfingerd.8: provide defaults | hhvn | 1 | +3 | -4 |
2021-06-06 13:19 | main.c hfingerd.8: rename -h to -i | hhvn | 2 | +3 | -3 |
2021-06-06 13:17 | main.c: usage() on unknown args and options | hhvn | 1 | +5 | -0 |
2021-06-06 02:21 | handler.c: remove non-existant struct | hhvn | 1 | +0 | -1 |
2021-06-06 01:28 | makefile: create symlink hfingerd <-> fingerd | hhvn | 1 | +10 | -0 |
2021-06-06 00:46 | makefile: install target depends on $(BIN) | hhvn | 1 | +1 | -1 |
2021-06-06 00:42 | main.c makefile strlcpy.c: strip /W requests | hhvn | 3 | +58 | -1 |
2021-06-05 23:49 | main.c hfingerd.8: toggle verbosity | hhvn | 2 | +13 | -3 |
2021-06-05 23:34 | hfingerd.8 makefile: add manpage | hhvn | 2 | +51 | -0 |
2021-06-05 23:09 | makefile: add install/uninstall targets | hhvn | 1 | +7 | -0 |
2021-06-05 23:07 | main.c: verbose() on child finishing | hhvn | 1 | +2 | -0 |
2021-06-05 23:06 | main.c handler.c: exit & reap children properly | hhvn | 2 | +18 | -2 |
2021-06-05 22:47 | main.{c,h}: rename handler() to handoff() | hhvn | 2 | +3 | -3 |
2021-06-05 22:45 | handler.c: use descriptive macros for dup2() | hhvn | 1 | +2 | -2 |
2021-06-05 22:44 | handler.c: missing stdarg.h | hhvn | 1 | +1 | -0 |
2021-06-05 22:43 | handler.{c,h}: use derror() function | hhvn | 2 | +20 | -7 |
2021-06-05 22:39 | main.c handler.c: enable/disable "CGI" | hhvn | 2 | +14 | -1 |
2021-06-05 22:33 | handler.c: implement "CGI" | hhvn | 1 | +34 | -15 |
2021-06-05 22:18 | main.c: use errno, not serrno for fork() | hhvn | 1 | +1 | -1 |
2021-06-05 21:50 | handler.c: force return on error | hhvn | 1 | +5 | -1 |
2021-06-05 21:47 | main.c: remove free() of args | hhvn | 1 | +0 | -3 |
2021-06-05 21:39 | handler.c: implement user list | hhvn | 1 | +11 | -1 |
2021-06-05 19:08 | makefile handler.{c,h} main.{c,h}: split handlers into seperate file | hhvn | 5 | +99 | -67 |
2021-06-05 18:56 | main.c: get raw .plan files | hhvn | 1 | +65 | -13 |
2021-06-05 18:07 | main.c LICENSE .licence-pgp/: add license | hhvn | 4 | +45 | -0 |
2021-06-05 18:05 | main.c: add comment | hhvn | 1 | +3 | -1 |
2021-06-05 18:00 | .gitignore: add gitignore | hhvn | 1 | +2 | -0 |
2021-06-05 17:59 | makefile arg.h main.c: init basic server | hhvn | 3 | +259 | -0 |