Date: Fri, 20 Nov 1998 14:16:24 -0700 From: Wes Peters <wes@softweyr.com> To: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Cc: Matthew Dillon <dillon@apollo.backplane.com>, Per Kristian Hove <perhov@phys.ntnu.no>, freebsd-security@FreeBSD.ORG, Andrew McNaughton <andrew@squiz.co.nz> Subject: Re: pkhttpd (Was: Would this make FreeBSD more secure?) Message-ID: <3655DC28.602046DB@softweyr.com> References: <XFMail.981120210507.asmodai@wxs.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Jeroen Ruigrok/Asmodai wrote: > > OK, that's all cute ;) > > But how big would a fully functional HTTP 1.0 or 1.1 compliant server be? > Because for embedded systems (read picoBSD) we need to make such decisions and > based on the results implement them. > > *digs out the RFC specs...* Not very. I did one for the Internet Station, on a 486, the complete server code was about 18K. This included supporting "active pages" with custom HTML tags to suck in and present the values of system variables and configuration settings, and support for HTML FORM input processing. Don't use stdio and you'll keep your code size down significantly. -- Where am I, and what am I doing in this handbasket? Wes Peters +1.801.915.2061 Softweyr LLC wes@softweyr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3655DC28.602046DB>