hfingerd

[archived] hhvn.uk:79
git clone https://hhvn.uk/hfingerd
git clone git://hhvn.uk/hfingerd
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2021-07-03 13:17handler.c: missing returnhhvn1+1-0
2021-06-16 22:13main.c main.h: return void from die()hhvn2+2-2
2021-06-16 22:12main.c: use AF_UNSPEChhvn1+1-1
2021-06-16 18:46main.c: update usagehhvn1+1-1
2021-06-06 17:18handler.c main.{c,h}: use pledge and uveil in handler.chhvn3+7-1
2021-06-06 17:08main.c main.h: use pledge()hhvn2+10-0
2021-06-06 16:59main.c: accept() working on openbsdhhvn1+5-2
2021-06-06 16:38main.c handler.c: explicitly include sys/wait.hhhvn2+2-0
2021-06-06 16:36main.c: include headerhhvn1+1-0
2021-06-06 16:35main.{c,h}: move definitions to headerhhvn2+4-3
2021-06-06 15:31hfingerd.8: mention finger(1)hhvn1+5-0
2021-06-06 13:59main.c: print usage to stderrhhvn1+1-1
2021-06-06 13:50hfingerd.8: provide defaultshhvn1+3-4
2021-06-06 13:19main.c hfingerd.8: rename -h to -ihhvn2+3-3
2021-06-06 13:17main.c: usage() on unknown args and optionshhvn1+5-0
2021-06-06 02:21handler.c: remove non-existant structhhvn1+0-1
2021-06-06 01:28makefile: create symlink hfingerd <-> fingerdhhvn1+10-0
2021-06-06 00:46makefile: install target depends on $(BIN)hhvn1+1-1
2021-06-06 00:42main.c makefile strlcpy.c: strip /W requestshhvn3+58-1
2021-06-05 23:49main.c hfingerd.8: toggle verbosityhhvn2+13-3
2021-06-05 23:34hfingerd.8 makefile: add manpagehhvn2+51-0
2021-06-05 23:09makefile: add install/uninstall targetshhvn1+7-0
2021-06-05 23:07main.c: verbose() on child finishinghhvn1+2-0
2021-06-05 23:06main.c handler.c: exit & reap children properlyhhvn2+18-2
2021-06-05 22:47main.{c,h}: rename handler() to handoff()hhvn2+3-3
2021-06-05 22:45handler.c: use descriptive macros for dup2()hhvn1+2-2
2021-06-05 22:44handler.c: missing stdarg.hhhvn1+1-0
2021-06-05 22:43handler.{c,h}: use derror() functionhhvn2+20-7
2021-06-05 22:39main.c handler.c: enable/disable "CGI"hhvn2+14-1
2021-06-05 22:33handler.c: implement "CGI"hhvn1+34-15
2021-06-05 22:18main.c: use errno, not serrno for fork()hhvn1+1-1
2021-06-05 21:50handler.c: force return on errorhhvn1+5-1
2021-06-05 21:47main.c: remove free() of argshhvn1+0-3
2021-06-05 21:39handler.c: implement user listhhvn1+11-1
2021-06-05 19:08makefile handler.{c,h} main.{c,h}: split handlers into seperate filehhvn5+99-67
2021-06-05 18:56main.c: get raw .plan fileshhvn1+65-13
2021-06-05 18:07main.c LICENSE .licence-pgp/: add licensehhvn4+45-0
2021-06-05 18:05main.c: add commenthhvn1+3-1
2021-06-05 18:00.gitignore: add gitignorehhvn1+2-0
2021-06-05 17:59makefile arg.h main.c: init basic serverhhvn3+259-0