OSDN Git Service

Edit documentation and comment.
[opengate/opengate.git] / opengate / README
1 This archive contains OPENGATE sources & documentations
2
3 Copyright (C) 1999-2006 Opengate Project Team
4       Written by Yoshiaki Watanabe
5       Modfied by Katsuhiko Eguchi
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License
9 as published by the Free Software Foundation; either version 2
10 of the License, or (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20
21 Email: watanaby@is.saga-u.ac.jp
22
23
24 -----------------------------------------------------
25 install documentation is in doc
26 -----------------------------------------------------
27
28 Content of this archive
29
30 README          This file
31
32 conf/           Configuration files
33   opengatefw.conf       Script of initial IPv4 firewall configuration
34   opengatefw6.conf      Script of initail IPv6 firewall configuration
35   opengatefw.pl         Perl script executed by opengate
36   opengatesrv.conf      Configuration of authentication servers
37
38 doc/            Documentation files
39   Changes.html          Change log
40   GPL.txt               GNU General Public License
41   progflow.html         Program flow 
42
43   en/ & ja/ documentation for each language
44    install_XX.html      Instruction for installation 
45    qa.html              Questions and answers
46    errcheck.html                Error checking list
47  
48 javahtml/       Client Java Applet and HTML files
49   Opengate.class        Java Applet main executable file
50   Opengate.jar          Java Applet archive file
51   Opengate.java         Java Applet source file
52   OpengateClient.class  Java Applet sub executable file
53
54   en/ & ja/             HTML files for each language
55     accept.html         First accept message page(for Applet)
56     accept2.html        Second accept message page(for potal)
57     deny.html           Deny message page
58     deny-ssl.html       Deny message page(in SSL)
59     index-ssl.html      Authentication request page(in SSL)
60     index.html          Authentication request page
61     topindex.html       Top page displayed at firewall forward
62
63 opengatesrv/    Opengate server program source files
64   Makefile              make file
65   auth-ftps.c           Authentication by FTPS
66   auth-pam.c            Authentication by PAM 
67   auth-pop3s.c          Authentication by POP3S
68   auth-rad.c            Authentication by RADIUS
69   comm-arp.c            Communication with ARP
70   comm-ndp.c            Communication with NDP
71   comm-auth.c           Communication with authentication systems
72   comm-cgi.c            Communication with Web server via CGI
73   comm-ipfw.c           Communication with IPFW
74   comm-ip6fw.c          Communication with IP6FW
75   comm-java.c           Communication with Java Applet
76   comm-userdb.c         Communication with user database
77   error.c               Error routines
78   get-param.c           Get parameters from config file
79   htmltemplate.c        Useing html template
80   htmltemplate.h        htmltemplate header file
81   main.c                Main routine
82   opengatesrv.h         Common header file
83   opengateauth.c        Authentication CGI
84   opengateauth.h        Authentication CGI header file
85   test-comm-auth.c      Test program to debug comm-auth.c
86   test-comm-ipfw.c      Test program to debug comm-ipfw.c
87   test-comm-java.c      Test program to debug comm-java.c
88   test-console.sh       Test script  to debug cgi on console
89   test-get-param.c      Test program to debug get-param.c
90   utilities.c           Utilities
91   signal.c              Functions of TCP/IP (By W. Richard Stevens)
92   sock_ntop_host.c      Functions of TCP/IP (By W. Richard Stevens)
93   tcp_connect.c         Functions of TCP/IP (By W. Richard Stevens)
94   wrapper.c             Functions of TCP/IP (By W. Richard Stevens)
95