home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / SAMBAR / DATA.1 / help < prev    next >
Text File  |  1997-09-11  |  7KB  |  170 lines

  1. <html>
  2. <head><title>Release History</title></head>
  3.  
  4. <body bgcolor=white link=black vlink=black>
  5.  
  6. <BR>
  7.  
  8. <center>
  9. <IMG SRC="/images/system/sambar.gif"><BR>
  10. <h2><FONT COLOR="996633"><i>Release History</FONT></i></h2>
  11. </center>
  12.  
  13. <br>
  14.  
  15. <TABLE border=0 cellpadding=10>
  16. <TR valign=top>
  17. <TH align=left width=160>Release</TH>
  18. <TH align=left>Features</TH>
  19. </TR>
  20.  
  21. <TR valign=top>
  22. <TD><B><FONT COLOR="996633">Release 4.03 Production</FONT><BR>(9/97)</B></TD>
  23. <TD>
  24. Added support for executing CGIs without requiring '.exe' or '.bat'<BR>
  25. </TD>
  26. </TR>
  27.  
  28. <TR valign=top>
  29. <TD><B><FONT COLOR="996633">Release 4.03 Beta 2</FONT><BR>(9/97)</B></TD>
  30. <TD>
  31. Fixed a significant networking bug that resulted in "Document has no data" errors (thanks Joe Smith!).<BR>
  32. Added document and CGI aliasing.<BR>
  33. Fixed CGI environment variables to return values with UNIX directory paths (/) -- required for PERL<BR>
  34. Changed search index to use relative paths (requires re-indexing!)<BR>
  35. Fixed POST bug that affected many PERL discussion CGIs<BR>
  36. Fixed FTP_WELCOME message to display line breaks as they appear in the macro define.<BR>
  37. Added FTP_GOODBYE message to display on QUIT.<BR>
  38. Fixed bug in the performance timestamp written to the log file.<BR>
  39. Removed all PC-specific directory notation, now use UNIX forward slash (/) (affects configuration files)<BR>
  40. Fixed HTTP SSL Proxy bug<BR>
  41. Fixed FTP server bugs associated with directory slash (/) symbols<BR>
  42. Implemented FTP REST (restart) command -- NOT fully tested!<BR>
  43. Included the Ceilidh 1.50 Group Discussion forum from www.lilikoi.com<BR>
  44. Added CR/LF to all configuration and log files.<BR>
  45. Added HTTP_COOKIE CGI environment variable.<BR>
  46. Fixed FTP RENAME bug.<BR>
  47. Fixed document directory list of server when "home page" is missing.<BR>
  48. Fixed search bug that caused words following HTML tags to be missed<BR>
  49. </TD>
  50. </TR>
  51.  
  52. <TR valign=top>
  53. <TD><B><FONT COLOR="996633">Release 4.03 Beta 1</FONT><BR>(8/97)</B></TD>
  54. <TD>
  55. Implemented Sambar Server NT Service option (see <A HREF=install.htm>Install Documentation</A>)<BR>
  56. Implemented Virtual Hosting<BR>
  57. Implemented FTP APPE (append) command -- NOT fully tested!<BR>
  58. Implemented HTTP PUT method -- NOT fully tested!<BR>
  59. Added support for multiple users/groups for security restriction<BR>
  60. Support for ISINDEX queries (see CGI documentation).<BR>
  61. Fixed bug in security.c where case-sensitive comparison was performed<BR>
  62. Fixed bug when writing out server configuration that caused the document directory to get trashed<BR>
  63. Fixed bug in security processing when directory is not the install directory<BR>
  64. Modified FTP to support file names with spaces and dashes (valid characters are alpha-numeric, space, dash and underline)<BR>
  65. Provide status update while Search Indexer is running (file list)<BR>
  66. Implemented Server-side includes (see <A HREF=ssi.htm>SSI documentation</A> for implementation notes)<BR>
  67. Improved the log analysis agent discovery (more extensible)<BR>
  68. Added active users report (and the ability to terminate sessions)<BR>
  69. Added parent environment to CGI environment<BR>
  70. Added REMOTE_USER, PATH_INFO, PATH_TRANSLATED and CONTENT_TYPE to CGI<BR>
  71. Fixed FTP root directory path bug<BR>
  72. Fixed WinCGI and CGI to work with 16-bit applications and fixed parameter passing<BR>
  73. Fixed CGI QUERY_STRING bug (was passing URL with <query>)<BR>
  74. </TD>
  75. </TR>
  76.  
  77. <TR valign=top>
  78. <TD><B><FONT COLOR="996633">Release 4.02</FONT><BR>(6/97)</B></TD>
  79. <TD>
  80. Fixed <I>many</I> CGI bugs (thanks for being patient)<BR>
  81. Implemented WinCGI (bug reports appreciated)<BR>
  82. Added ODOMETER-like page counter with source code<BR>
  83. Fixed directory redirect when request does not include trailing slash (/)<BR>
  84. Implemented CGI in-lining with internal scripting language<BR>
  85. Fixed user administration page to show configured privs<BR>
  86. Implemented log file rotation mechanism<BR>
  87. Added support for incremental additions to the search engine<BR>
  88. Fixed bug in FTP authentication bug<BR>
  89. Added ability to redirect HTTP proxy requests to a remote caching proxy<BR>
  90. Moved system administration and error messages out of docs directory<BR>
  91. Added auto-directory listing capability (if no default page)<BR>
  92. </TD>
  93. </TR>
  94.  
  95. <TR valign=top>
  96. <TD><B><FONT COLOR="996633">Release 4.01</FONT><BR>(6/97)</B></TD>
  97. <TD>
  98. Added SSL-tunneling to HTTP Proxy<BR>
  99. Added FTP proxy support (via HTTP protocol) <I>Beta Release!</I><BR>
  100. Fixed MIME bug with case sensitivity.<BR>
  101. Support for network-disconnected HTTP & FTP use (localhost)<BR>
  102. Support for FTP directories not rooted under the Sambar Server installation<BR>
  103. Search indexing of files without file extensions (character ~ to Index Only configuration entry)<BR>
  104. Allow the WWW Document directory to be rooted in a directory other than the Sambar Server installation directory<BR>
  105. Fixed Perl bug when installation directory has a space in the name<BR>
  106. </TD>
  107. </TR>
  108.  
  109. <TR valign=top>
  110. <TD><B><FONT COLOR="996633">Release 4.0</FONT><BR>(5/97)</B></TD>
  111. <TD>
  112. FTP Server implemented<BR>
  113. FTP Log Analysis tool<BR>
  114. SMTP, POP3 & IMAP4 proxy services<BR>
  115. HTTP keep-alive implemented<BR>
  116. AD/content filtering via HTTP proxy<BR>
  117. Search engine character set configurable<BR>
  118. CGI 1.1 implemented (Perl 5 included with server)<BR>
  119. Windows GUI shell wrapper (source code provided).<BR>  
  120. DLL based Server interface exposed.<BR>
  121. </TD>
  122. </TR>
  123.  
  124. <TR valign=top>
  125. <TD><B><FONT COLOR="996633">Release 3.0</FONT><BR>(2/97)</B></TD>
  126. <TD>
  127. Server runs in DOS console<BR>  
  128. Rewrote server-side scripting language<BR>
  129. Implemented format for user-definable RPCs via DLLs<BR>
  130. Dymamic HTML content generation via server-side scripting<BR>
  131. Full-text search engine<BR>
  132. HTTP proxy server<BR>
  133. HTTP Log Analysis tool<BR>
  134. HTML based System administration console<BR>
  135. Customized error messages.<BR>
  136. Source code samples provided<BR>
  137. </TD>
  138. </TR>
  139.  
  140. <TR valign=top>
  141. <TD><B><FONT COLOR="996633">Release 1.0</FONT><BR>(95-96)</B></TD>
  142. <TD>
  143. HTTP Server implemented<BR>
  144. Primitive server-side scripting language<BR>
  145. Flat-file based personal profiling<BR>
  146. </TD>
  147. <TR>
  148.  
  149. <TR valign=top>
  150. <TD><B><FONT COLOR="996633">Release 0</FONT><BR>(94)</B></TD>
  151. <TD>
  152. Known as RCom (Remote Commander)<BR>
  153. Sun RPC based protocol<BR>
  154. Client API library provided client/server distributed architecutre<BR>
  155. Primitive command line GUI tool and scripting language.<BR>
  156. Focus was on software distribution using "push" technology<BR>
  157. Client profiles maintained by server<BR>
  158. Dynamic server-side scripting provided based on client information<BR>
  159. </TD>
  160. </TR>
  161.  
  162. </TABLE>
  163. <P>
  164. <HR>
  165. <CENTER>
  166. <FONT size=2>Copyright 1995 to 1997 Sambar Technologies</FONT>
  167. </CENTER>
  168. </BODY>
  169. </HTML>
  170.