OSDN Git Service

Ver.1.5.34 Fixed CLang warning and others
[opengate/opengate.git] / opengate / README
index abe2c7d..82c3dcd 100644 (file)
@@ -1,6 +1,6 @@
 This archive contains OPENGATE sources & documentations
 
-Copyright (C) 1999-2006 Opengate Project Team
+Copyright (C) 1999-2007 Opengate Project Team
       Written by Yoshiaki Watanabe
       Modfied by Katsuhiko Eguchi
 
@@ -18,7 +18,12 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-Email: watanaby@is.saga-u.ac.jp
+Email:
+ watanaby@is.saga-u.ac.jp
+ watanaby@users.osdn.jp
+support page: 
+ http://www.cc.saga-u.ac.jp/opengate/index-e.html
+ http://opengate.osdn.jp/index.html.en
 
 
 -----------------------------------------------------
@@ -30,35 +35,28 @@ Content of this archive
 README         This file
 
 conf/          Configuration files
-  rc.firewall.sample   Script of sample IPv4 firewall configuration
-  rc.firewall6.sample  Script of initail IPv6 firewall configuration
-  ipfwctl.pl           Perl script executed by opengate
+  rc.firewall.sample   Script of sample firewall configuration
+  ipfwctl.pl.sample    Perl script executed by opengate(not use in default)
   opengatesrv.conf.sample      Sample file for Opengate configuration 
 
 doc/           Documentation files
   Changes.html         Change log
   GPL.txt              GNU General Public License
-  progflow.html                Program flow
-  protocol.txt         Protocol between related applications
-
-  en/ & ja/ documentation for each language
-   install.html                Instruction for installation 
-   qa.html             Questions and answers(not up to date)
-   errcheck.html       Error checking list(not up to date)
  
 javahtml/      Client Java Applet and HTML files
-  Opengate.class       Java Applet main executable file
-  Opengate.jar         Java Applet archive file
-  Opengate.java                Java Applet source file
-  OpengateClient.class Java Applet sub executable file
   index.html.var       Document selector placed in DocumentRoot
+  httpkeep.js          JavaScript code for http keep-alive
+  md5.js               JavaScript code for MD5 hash
+  favicon.ico          favorite icon
 
   en/ & ja/            HTML files for each language
-    accept.html                First accept message page(for Applet)
+    accept-http.html   Accept message page for http mode
+    accept-time.html   Accept message page for timeout mode
     accept2.html       Second accept message page(for start browsing)
     deny.html          Deny message page
     deny-ssl.html      Deny message page(in SSL)
     retry.html          Retry message page
+    httpkeep.html      Page for HTTP Keep-Alive 
     index-ssl.html     Authentication request page(in SSL)
     index.html         Authentication request page
     topindex.html      Top page displayed at firewall forward
@@ -70,15 +68,16 @@ opengatesrv/        Opengate server program source files
   auth-pam.c           Authentication by PAM 
   auth-pop3s.c         Authentication by POP3S
   auth-rad.c           Authentication by RADIUS
+  auth-ldap.c          Authentication by LDAP/LDAPS
   comm-arp.c           Communication with ARP
   comm-ndp.c            Communication with NDP
   comm-auth.c          Communication with authentication systems
   comm-cgi.c           Communication with Web server via CGI
   comm-ipfw.c          Communication with IPFW
   comm-ip6fw.c         Communication with IP6FW
-  comm-java.c          Communication with Java Applet
   comm-userdb.c                Communication with user database
   ctrl-firewall.c      Control firewalls 
+  ctrl-alarms.c                Control named alarms 
   error.c              Error routines
   get-mac.c            Get MAC address from arp or ndp
   get-param.c          Get parameters from config file
@@ -90,7 +89,7 @@ opengatesrv/  Opengate server program source files
   opengatefwd.c                Forward CGI
   test-comm-auth.c     Test program to debug comm-auth.c
   test-comm-ipfw.c     Test program to debug comm-ipfw.c
-  test-comm-java.c     Test program to debug comm-java.c
+  test-comm-client.c   Test program to debug comm-client.c
   test-console.sh      Test script  to debug cgi on console
   test-get-param.c     Test program to debug get-param.c
   test-cgi.c           Test program to debug cgi function
@@ -98,6 +97,7 @@ opengatesrv/  Opengate server program source files
   signal.c             Functions of TCP/IP (By W. Richard Stevens)
   sock_ntop_host.c     Functions of TCP/IP (By W. Richard Stevens)
   tcp_connect.c                Functions of TCP/IP (By W. Richard Stevens)
+  watch-client.c       Watching the client
   wrapper.c            Functions of TCP/IP (By W. Richard Stevens)
 
 tools/         Related tools