A minimal but flexible directory listing server
Find a file
Aaron Burrow d2013a6337 Fix one byte NULL stack overflow
Don't append a forward slash if the length of a folder is PATH_MAX-1. This can
happen if HEADER_MAX is larger than PATH_MAX or if the `-m` option is used to
increase the path length.
2018-07-16 22:48:20 +02:00
arg.h Correct arg.h license 2018-07-16 11:49:51 +02:00
config.def.h Introduce flag-centric usage 2018-03-05 00:14:25 +01:00
config.mk Be extra pedantic again and remove all warnings 2018-03-05 00:30:53 +01:00
http.c Fix one byte NULL stack overflow 2018-07-16 22:48:20 +02:00
http.h Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
LICENSE Fix one byte NULL stack overflow 2018-07-16 22:48:20 +02:00
main.c Open a new process group before setting up signal handler 2018-07-02 07:14:00 +02:00
Makefile Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
quark.1 permit prefix to be empty in -v format string 2018-04-02 09:57:58 +02:00
resp.c Be extra pedantic again and remove all warnings 2018-03-05 00:30:53 +01:00
resp.h Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
sock.c Add netinet/in.h to sock.c 2018-03-05 10:24:46 +01:00
sock.h Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
util.c Use sizeof() - 1 rather than strlen() 2018-07-02 18:41:29 +02:00
util.h Update the documentation to reflect the new flag-centric usage 2018-03-05 09:51:29 +01:00