Short:        Surfboard 1.1.10
Author:       http://surfd.sourceforge.net/
Type:         comm/www
Requires:     MorphOS
Architecture: ppc-morphos
Uploaded:     djbase@gmx.de - DJBase


Surfboard is a trivial web server, written by Meredydd Luff.
It's free (released under the GNU General Public Licence - www.gnu.org, see COPYING.txt).
It's not really industrial strength, so if you want a web server that will do everything,
my advice is to make a beeline for www.apache.org for the Apache web server. However, if
you want a small, reasonably flexible web server, you might as well give it a try. The
download won't be much (it's only one C file!), and it is very reliable at what it does


Ported by DJBase - http://www.djbase.de

-----------------------------------------

1.1.6
	* Bugfix - segfaults caused by passing by value rather than a
	  pointer to time() and ctime() fixed

1.1.8
	* CGI timeout code implemented (but not fully tested) - added
	  CGITimeout option to config file
	* Beginnings of POST support
	* Changed paranoia code to only cry "ATTACK ATTEMPT" when
	  you get a relative path outside GET arguments -
	  previously a ".." in any CGI argument got it worried...

1.1.9
	* Fixed full-tree-traversal bug
	* Fixed infinite-spin bug on connection loss
	Thanks to Luigi Auriemma for the heads-up for both of the above

1.1.10
	* Fixed a buffer overflow which allows the user running the
	  server to escalate privileges to...herself. Oh, well, there
	  are situations in which it's serious, I guess, and anyway
	  it's bad practice. Beats me why anyone else is still using
	  this thing, but hey.
	Thanks to the irritatingly third-person "fluffy" for the above