Subj : CVS commit %p/%s To : All From : deuce Date : Wed Nov 17 2004 10:27 am src/sbbs3 %{sVv} Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv9202 Modified Files: websrvr.c Log Message: Fix double-spacing of output of .ssjs scripts on Win32. Use xpdev link_list_t instead of an independant implementation Fix possible segfault handling long headers Fix information leak - would give a 404 error rather than a 403 error when trying to access an ARS protected file and no authentication done. Read headers during the initial request parsing to allow correct SSJS/CGI detection and to avoid needless copying of variables. Probobly more stuff done too... .