Commit Graph

8 Commits

Author SHA1 Message Date
Thomas Kolb 6960251163 Changed license to MIT
The reason for this change is that PIZZA-WARE is no widely used license
and therefore makes problems when fileshare should be packaged for Linux
distributions. MIT is in the same spirit, but is well-known and
therefore easily integrated. You may of course still invite me for some
pizza or also something else (except alcohol) if you like :-) .
2019-10-04 21:06:13 +02:00
Thomas Kolb 10e9289921 Prevent buffer overflows by urlencode() 2016-12-17 00:00:07 +01:00
Thomas Kolb 1bcc672503 Reimplemented memory management in dirlisting generation
This should eliminate all bufferoverflows introduced by the previous
usage of strcat() and various assumptions.
2016-12-16 23:40:44 +01:00
Thomas Kolb e89b5efb70 Fixed type warning 2013-08-21 17:49:31 +02:00
Thomas Kolb 88c5715293 Fixed some critical buffer overflows in dirlisting 2013-08-21 17:47:21 +02:00
Thomas Kolb e439138146 Show upload form directly in directory listing 2013-08-19 22:57:59 +02:00
Thomas Kolb 6dfd30e508 Added interface for the file upload 2013-08-19 18:27:19 +02:00
Thomas Kolb d07fc77f7d New makefile + nicer directory structure 2013-08-18 22:52:50 +02:00
Renamed from dirlisting.c (Browse further)