This archive contains OpengateM sources & documentations

module to register mac addr by administrator in opengate env

Copyright (C) 2011 Opengate Project Team
      Written by Yoshiaki Watanabe

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

-----------------------------------------------------
install documentation is in doc
-----------------------------------------------------

Content of this archive

README		This file

conf/		Configuration files
		opengatemd.conf.sample: daemon conf sample
		opengatemmng.conf.sample: mac management system conf sample
		rc.firewall.sample: ipfw default rule set sample

doc/		Documentation files
		Changes.html: change log
		install.txt: install documentation

mdsrc/		program source files to make following daemon
		opengatemd: daemon to capture packets and control firewall

mngsrc/		program source files to make following mac management system
		opengatemchk.cgi: cgi for checking device mac address
		opengatemreg.cgi: cgi for mac address registration
		opengatemup.cgi:  cgi for updating mac address
		opengatemmail:    exec for cron to send limit warning mail

phpsrc/		optional php program source files 

sql/		MySql related scripts
		Refer README in this directory for details

html/		Web pages 

ezxml/		XML parser (Copyright Aaron Voisine)

rc.d/		deamon start file used for rc.d 