OSDN Git Service

Ver.0.8.1
authorwatanaby <watanaby@users.sourceforge.net>
Fri, 5 Apr 2013 02:20:09 +0000 (11:20 +0900)
committerwatanaby <watanaby@users.sourceforge.net>
Fri, 5 Apr 2013 02:20:09 +0000 (11:20 +0900)
commita1c1484b13e10ad157c8221bdda77d775c1818ed
treef787581e9de40b7cd07d531a0701727a53ec1c25
Ver.0.8.1
87 files changed:
README [new file with mode: 0755]
conf/ipfwctrlmd.pl.sample [new file with mode: 0755]
conf/opengatemd.conf.sample [new file with mode: 0644]
conf/opengatemmng.conf.sample [new file with mode: 0644]
conf/rc.firewall.sample [new file with mode: 0644]
conf/warningmail.sample [new file with mode: 0644]
doc/Changes.html [new file with mode: 0644]
doc/GPL.txt [new file with mode: 0644]
doc/install.txt [new file with mode: 0644]
ezxml/GNUmakefile [new file with mode: 0644]
ezxml/Makefile [new file with mode: 0644]
ezxml/changelog.txt [new file with mode: 0644]
ezxml/ezxml.c [new file with mode: 0644]
ezxml/ezxml.h [new file with mode: 0644]
ezxml/ezxml.html [new file with mode: 0644]
ezxml/ezxml.txt [new file with mode: 0644]
ezxml/license.txt [new file with mode: 0644]
html/en/macauth.html [new file with mode: 0644]
html/en/macchk.html [new file with mode: 0644]
html/en/macdeny.html [new file with mode: 0644]
html/en/macfwd.html [new file with mode: 0644]
html/en/macreg.html [new file with mode: 0644]
html/en/macreturn.html [new file with mode: 0644]
html/en/macupdate.html [new file with mode: 0644]
html/en/warning.php [new file with mode: 0644]
html/index.html.var [new file with mode: 0644]
html/ja/macauth.html [new file with mode: 0644]
html/ja/macchk.html [new file with mode: 0644]
html/ja/macdeny.html [new file with mode: 0644]
html/ja/macfwd.html [new file with mode: 0644]
html/ja/macreg.html [new file with mode: 0644]
html/ja/macreturn.html [new file with mode: 0644]
html/ja/macupdate.html [new file with mode: 0644]
html/ja/warning.php [new file with mode: 0644]
html/macchk.js [new file with mode: 0644]
mdsrc/Makefile [new file with mode: 0644]
mdsrc/error.c [new file with mode: 0644]
mdsrc/getparam.c [new file with mode: 0644]
mdsrc/ipfw.c [new file with mode: 0644]
mdsrc/macdbcache.c [new file with mode: 0644]
mdsrc/managementdb.c [new file with mode: 0644]
mdsrc/opengatemd.c [new file with mode: 0644]
mdsrc/opengatemd.h [new file with mode: 0644]
mdsrc/packetcache.c [new file with mode: 0644]
mdsrc/pcap.c [new file with mode: 0644]
mdsrc/session.c [new file with mode: 0644]
mdsrc/ttlcheck.c [new file with mode: 0644]
mdsrc/udpserv.c [new file with mode: 0644]
mdsrc/util.c [new file with mode: 0644]
mdsrc/workdb.c [new file with mode: 0644]
mngsrc/Makefile [new file with mode: 0644]
mngsrc/alarms.c [new file with mode: 0644]
mngsrc/auth-ftps.c [new file with mode: 0644]
mngsrc/auth-ldap.c [new file with mode: 0644]
mngsrc/auth-pam.c [new file with mode: 0644]
mngsrc/auth-pop3s.c [new file with mode: 0644]
mngsrc/auth-rad.c [new file with mode: 0644]
mngsrc/auth.c [new file with mode: 0644]
mngsrc/cgi.c [new file with mode: 0644]
mngsrc/error.c [new file with mode: 0644]
mngsrc/getmac.c [new file with mode: 0644]
mngsrc/getparam.c [new file with mode: 0644]
mngsrc/ipfw.c [new file with mode: 0644]
mngsrc/managementdb.c [new file with mode: 0644]
mngsrc/messages.c [new file with mode: 0644]
mngsrc/opengatemchk.c [new file with mode: 0644]
mngsrc/opengatemfwd.c [new file with mode: 0644]
mngsrc/opengatemmail.c [new file with mode: 0644]
mngsrc/opengatemmng.h [new file with mode: 0644]
mngsrc/opengatemown.c [new file with mode: 0644]
mngsrc/opengatemreg.c [new file with mode: 0644]
mngsrc/opengatemup.c [new file with mode: 0644]
mngsrc/proc.c [new file with mode: 0644]
mngsrc/queue.c [new file with mode: 0644]
mngsrc/udpcli.c [new file with mode: 0644]
mngsrc/util.c [new file with mode: 0644]
mngsrc/workdb.c [new file with mode: 0644]
phpsrc/showlog.php [new file with mode: 0644]
phpsrc/showtable.php [new file with mode: 0644]
phpsrc/updatemactable.php [new file with mode: 0644]
phpsrc/updatevendortable.php [new file with mode: 0644]
rc.d/opengatemd [new file with mode: 0755]
sqlscript/createtablescript [new file with mode: 0644]
sqlscript/insertmacscript [new file with mode: 0644]
sqlscript/updatescript1 [new file with mode: 0644]
sqlscript/updatescript2 [new file with mode: 0644]
sqlscript/updatescript3 [new file with mode: 0644]