OSDN Git Service

ver0.2
author“nanbuwks” <“nanbuwks-sourceforge@nanbu.com”>
Mon, 29 Mar 2010 07:18:27 +0000 (16:18 +0900)
committer“nanbuwks” <“nanbuwks-sourceforge@nanbu.com”>
Mon, 29 Mar 2010 07:18:27 +0000 (16:18 +0900)
36 files changed:
INSTALL [new file with mode: 0644]
VERSION [new file with mode: 0644]
package/etc/samba/smb.conf [new file with mode: 0644]
package/etc/smb.conf [new file with mode: 0644]
package/etc/sqarantine.conf.old [new file with mode: 0644]
package/etc/squarantine/cronset [new file with mode: 0644]
package/etc/squarantine/squarantine.conf [new file with mode: 0644]
package/etc/squarantine/sync.sh [new file with mode: 0755]
package/etc/udev/rules.d/10-local.rules [new file with mode: 0644]
package/usr/bin/usbadd [new file with mode: 0755]
package/usr/bin/usbadd2 [new file with mode: 0755]
package/usr/bin/usbremove [new file with mode: 0755]
package/usr/bin/usbremove2 [new file with mode: 0755]
package/usr/bin/usbsearchdelete [new file with mode: 0755]
package/usr/bin/usbtest [new file with mode: 0755]
package/var/squarantine/attention/autoupdate.reg [new file with mode: 0755]
package/var/squarantine/attention/usb - sqarantine.lnk [new file with mode: 0755]
package/var/squarantine/attention/usb - squarantine.lnk [new file with mode: 0755]
package/var/squarantine/attention/usbstore_o.reg [new file with mode: 0755]
package/var/squarantine/attention/usbstore_x.reg [new file with mode: 0755]
package/var/squarantine/www/image/addr.png [new file with mode: 0644]
package/var/squarantine/www/image/logo.png [new file with mode: 0644]
package/var/squarantine/www/phpinfo.php [new file with mode: 0644]
package/var/squarantine/www/regist.php [new file with mode: 0644]
package/var/squarantine/www/spyc-0.3.final.tar.gz [new file with mode: 0644]
package/var/squarantine/www/spyc.php [new file with mode: 0644]
package/var/squarantine/www/style.css [new file with mode: 0644]
package/var/squarantine/www/templates/0.未登録.html [new file with mode: 0644]
package/var/squarantine/www/templates/1.使用禁止.html [new file with mode: 0644]
package/var/squarantine/www/templates/128.利用可能.html [new file with mode: 0644]
package/var/squarantine/www/templates/16.初期化.html [new file with mode: 0644]
package/var/squarantine/www/templates/2.使用停止.html [new file with mode: 0644]
package/var/squarantine/www/templates/32.強制削除.html [new file with mode: 0644]
package/var/squarantine/www/templates/4.保留.html [new file with mode: 0644]
package/var/squarantine/www/templates/64.削除.html [new file with mode: 0644]
package/var/squarantine/www/templates/8.強制フォーマット.html [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..10f43cb
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,83 @@
+Squaruntine
+インストールガイド
+20100327版
+
+-----------------------------------
+Debian Lennyをインストールされていることを前提としています。
+・最小構成でインストール
+・HDD領域は少なめに
+
+インストールの次にOSの設定を済ませておいてください。
+・Ipアドレスの設定
+ ・vim /etc/networking
+・ホスト名の設定
+ ・vim /etc/hostanme
+・一応
+ ・dpkg-reconfigure locales
+ ・dpkg-reconfigure tzdata
+--------------------------------------
+必要なパッケージをインストールします。
+apt-get install swat php5-mysql dosfstools libarchive-zip-perl mysql-server libyaml-perl smbfs
+
+パッケージを取得し,アーカイブを展開します。
+mkdir -p /usr/local/src/squarantine
+cd /usr/local/src/squarantine
+wget hogehoge.squarantine.tgz
+tar xzvf squarantine.tgz
+cd package
+
+以下のファイルをコピーしてください。
+/etc/squarantine
+/etc/udev/rules.d/10-local.rules
+/usr/bin/usbadd
+/usr/bin/usbadd2
+/usr/bin/usbremove
+/usr/bin/usbremove2
+/var/www/squarantine
+/var/sqarantine
+
+以下のファイルを上書きしてください。
+もし既存の設定がある場合はそれにあわせ変更をしてください。
+/etc/samba/smb.conf
+
+必要なディレクトリを作成します。
+/mnt/share/ok
+/mnt/share/ng
+
+dbを作成してください。
+mysql -u root -p
+create database squarantine
+use squarantine
+create table media (
+ id int  auto_increment primary key,
+ id_serial text,
+ nickname text,
+ memo text,
+ flags int,
+ distpath text,
+ distaccount text
+  );
+
+使用しているipアドレスにあわせ、設定を変更してください。
+・/etc/squarantine/squarantine.confを書き換え
+ ・タブを使わないように注意してください。
+・/var/squarantine/attention内のショートカットを適宜変更
+
+cronをセット
+・/etc/squarantine/cronset /etc/squarantine
+
+リンク
+・ln -s /var/squarantine/www /var/www/squarantine
+・ln -s /var/log/samba /var/squarantine/www/sambalog
+
+パーミッション調整
+・chmod 755 /var/log/samba
+
+再起動してチェック
+・SBメモリを挿して以下のURLで登録
+ http://ipaddress/squarantine/regist
+・もう一度差し直してファイル共有を参照する
+ file://ipaddress/usb
+・クライアントの設定
+ ・デスクトップにショートカット
+ ・USBストレージの禁止設定
diff --git a/VERSION b/VERSION
new file mode 100644 (file)
index 0000000..a53f481
--- /dev/null
+++ b/VERSION
@@ -0,0 +1,3 @@
+squarantine 0.2 2010/03/27 configration to /etc/squarantine/squarantine.conf
+squarantine 0.1 2009/11/14 first release
+
diff --git a/package/etc/samba/smb.conf b/package/etc/samba/smb.conf
new file mode 100644 (file)
index 0000000..9259868
--- /dev/null
@@ -0,0 +1,57 @@
+# Samba config file created using SWAT
+# from UNKNOWN (.)
+# Date: 2009/11/13 13:19:21
+
+[global]
+       dos charset = CP932
+       server string = %h server
+       security = SHARE
+       obey pam restrictions = Yes
+       passdb backend = tdbsam
+       pam password change = Yes
+       passwd program = /usr/bin/passwd %u
+       passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
+       unix password sync = Yes
+       syslog = 0
+       log file = /var/log/samba/log.%m
+       max log size = 10000
+       dns proxy = No
+       ldap ssl = no
+       panic action = /usr/share/samba/panic-action %d
+
+[homes]
+       comment = Home Directories
+       valid users = %S
+       create mask = 0700
+       directory mask = 0700
+       browseable = No
+
+[printers]
+       comment = All Printers
+       path = /var/spool/samba
+       create mask = 0700
+       printable = Yes
+       browseable = No
+
+[print$]
+       comment = Printer Drivers
+       path = /var/lib/samba/printers
+
+[usb]
+       path = /var/squarantine/usbstorages
+       read only = No
+       guest ok = Yes
+
+[attention]
+       path = /var/squarantine/attention
+       guest ok = Yes
+
+[responsible]
+       path = /var/squarantine/responsible
+       read only = No
+       browseable = No
+
+[work]
+       path = /var/squarantine/work
+       read only = No
+       guest ok = Yes
diff --git a/package/etc/smb.conf b/package/etc/smb.conf
new file mode 100644 (file)
index 0000000..9259868
--- /dev/null
@@ -0,0 +1,57 @@
+# Samba config file created using SWAT
+# from UNKNOWN (.)
+# Date: 2009/11/13 13:19:21
+
+[global]
+       dos charset = CP932
+       server string = %h server
+       security = SHARE
+       obey pam restrictions = Yes
+       passdb backend = tdbsam
+       pam password change = Yes
+       passwd program = /usr/bin/passwd %u
+       passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
+       unix password sync = Yes
+       syslog = 0
+       log file = /var/log/samba/log.%m
+       max log size = 10000
+       dns proxy = No
+       ldap ssl = no
+       panic action = /usr/share/samba/panic-action %d
+
+[homes]
+       comment = Home Directories
+       valid users = %S
+       create mask = 0700
+       directory mask = 0700
+       browseable = No
+
+[printers]
+       comment = All Printers
+       path = /var/spool/samba
+       create mask = 0700
+       printable = Yes
+       browseable = No
+
+[print$]
+       comment = Printer Drivers
+       path = /var/lib/samba/printers
+
+[usb]
+       path = /var/squarantine/usbstorages
+       read only = No
+       guest ok = Yes
+
+[attention]
+       path = /var/squarantine/attention
+       guest ok = Yes
+
+[responsible]
+       path = /var/squarantine/responsible
+       read only = No
+       browseable = No
+
+[work]
+       path = /var/squarantine/work
+       read only = No
+       guest ok = Yes
diff --git a/package/etc/sqarantine.conf.old b/package/etc/sqarantine.conf.old
new file mode 100644 (file)
index 0000000..187d00b
--- /dev/null
@@ -0,0 +1,6 @@
+# MUST SET THIS FILE OWNER AS APACHE. 
+$SAMBAPATH="//192.168.0.51/usb/";
+$WEBROOT="http://192.168.0.51/squarantine/" ;
+$MYSQL_DB="squarantine";
+$MYSQL_USER="root";
+$MYSQL_PASS="hogehoge";
diff --git a/package/etc/squarantine/cronset b/package/etc/squarantine/cronset
new file mode 100644 (file)
index 0000000..6c1b4e7
--- /dev/null
@@ -0,0 +1 @@
+* * * * * /etc/squarantine/sync.sh
diff --git a/package/etc/squarantine/squarantine.conf b/package/etc/squarantine/squarantine.conf
new file mode 100644 (file)
index 0000000..b44c27d
--- /dev/null
@@ -0,0 +1,8 @@
+# yaml style. DO NOT USE TAB!
+# MUST SET THIS FILE OWNER AS APACHE. 
+SAMBAPATH:      "//192.168.0.51/usb/"
+WEBROOT:        "http://192.168.0.51/squarantine/"
+MYSQL_DB:       "squarantine"
+MYSQL_USER:     "root"
+MYSQL_PASS:     "hogehoge"
+WEB_ADMINPASS:  "hogehoge"
diff --git a/package/etc/squarantine/sync.sh b/package/etc/squarantine/sync.sh
new file mode 100755 (executable)
index 0000000..8520b15
--- /dev/null
@@ -0,0 +1,24 @@
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
+sync
+sleep 5
diff --git a/package/etc/udev/rules.d/10-local.rules b/package/etc/udev/rules.d/10-local.rules
new file mode 100644 (file)
index 0000000..8809b90
--- /dev/null
@@ -0,0 +1,6 @@
+SUBSYSTEMS=="usb",ACTION=="add",\
+KERNEL=="sd*[0-9]",  NAME="%k", \
+env{usbstorage}="true", RUN+="/usr/bin/usbadd"
+ACTION=="remove", env{usbstorage}=="true",\
+RUN+="/usr/bin/usbremove"
+
diff --git a/package/usr/bin/usbadd b/package/usr/bin/usbadd
new file mode 100755 (executable)
index 0000000..f56cf4b
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/usbadd2 &
diff --git a/package/usr/bin/usbadd2 b/package/usr/bin/usbadd2
new file mode 100755 (executable)
index 0000000..83a3b1f
--- /dev/null
@@ -0,0 +1,187 @@
+#! /usr/bin/perl
+use DBI;
+use File::Find;
+use Archive::Zip;
+use YAML;
+#require "/etc/squarantine/squarantine.conf";
+$conf = YAML::LoadFile("/etc/squarantine/squarantine.conf");
+# print $conf->{WEBROOT};
+open(FILE,">>/tmp/usbplug") or die;
+    print FILE "--------------", "\n";
+foreach my $key( keys %ENV ){
+    print FILE "$key: $ENV{$key}", "\n";
+}
+close(FILE);
+sub test {
+  $sqlstr="insert into media (memo) values (\'".$_[0]."\')";
+  my $sth = $dbh->prepare($sqlstr);
+  $sth -> execute;
+}
+
+sub autodelete {
+  $dir = $_[0];
+# my $dir = '.';
+  ##### /autorun.inf delete ########
+  opendir(H_DIR,$dir) || die "no $dir: $!";
+  while ($file = readdir(H_DIR)) {
+    $filename = $file;
+    $filename =~ s#.*/##;
+    $filename =~ s/([a-zA-Z])/\L$1\E/g;
+    if ( "autorun.inf" eq $filename ){
+#    print $file."\n";
+       unlink $dir."/".$file;
+    }
+  }
+  closedir(H_DIR);
+  ##### other delete ########
+  find( \&wanted, ($dir) );
+}
+sub wanted {
+  my $file = $File::Find::name;
+  if ( $file =~ /\.(exe|com|cmd|bat|scr|pif|vbs|vbe|js|jse|wsf|wsh)$/i ){
+  ##### execute file ########
+#    print "execute: $file¥n";
+     unlink $file;
+  }
+  if ( $file =~ /\.(zip)$/i ){
+  ##### zip file ########
+#    print "zip: $file¥n";
+    if ( my $zip = Archive::Zip->new( $file )) { ;
+      foreach $archived ($zip->memberNames) {
+#        print "zipped: $archived\n";
+         if ( $archived =~ /\.(exe|com|cmd|bat|scr|pif|vbs|vbe|js|jse|wsf|wsh)$/i ){
+#           print "zipexecute: $file:$archived¥n";
+            unlink $file;
+         }
+      }
+    }
+  }
+}
+
+sub makeattfile {
+  ### ARGMENT 1... nickname 2...mode no. ######
+  my ($nickname);
+  my ($dirname);
+  my ($flags);
+  my ($filename);
+  my ($attentionfile);
+  my ($templatefile);
+  $nickname = $_[0];
+  $flags = $_[1];
+  #### MAKE ATTENTION DIRECTORY FILE #################
+  $dirname = $nickname;
+  $dirname =~ s/[<>:\*\?\|\"\/\\]//g;
+  system("mkdir -p /var/squarantine/usbstorages/$dirname");
+
+  #### MAKE ATTENTION FILE FROM TEMP FILE #################
+  #  system("cp /var/squarantine/templates/未登録.html /var/squarantine/usbstorages/$dirname");
+  #$templatefile = "/var/squarantine/www/templates/未登録.html";
+  #$attentionfile  = "/var/squarantine/usbstorages/$dirname/未登録.html";
+  while (defined($templatefile = </var/squarantine/www/templates/$flags\.*> )) {
+    $filename = $templatefile;
+    $filename =~ s#.*/##;           # get file name
+    $attentionfile = "/var/squarantine/usbstorages/$dirname/$filename";
+
+    open(FILE2 , ">$attentionfile" ) or die "attention file output error";
+    open(FILE , "$templatefile" ) or die "tempate file open error";
+    while (<FILE>) {
+      s/\#\#ID\#\#/$id/g ;
+      s/\#\#DEVNAME\#\#/$ENV{'DEVNAME'}/g ;
+      s/\#\#WEBROOT\#\#/$conf->{WEBROOT}/g ;
+      print FILE2 $_;
+    }
+    close(FILE);
+    close(FILE2);
+  }
+}
+
+$dbh = DBI->connect("DBI:mysql:$conf->{MYSQL_DB}", "$conf->{MYSQL_USER}", "$conf->{MYSQL_PASS}") || die "CONNECT ERROR $DBI::ERRSTR";
+#test(0);
+my $sth = $dbh->prepare("select nickname,memo,flags from media where id_serial=\'".$ENV{'ID_SERIAL'}."\' and flags > 0");
+$sth->execute;
+$num_rows = $sth->rows;
+if ( 0 == $num_rows ){ 
+################# MODE 0: IN REGIST NOT YET ###################
+  my $sth = $dbh->prepare("select nickname,memo,flags from media where id_serial=\'".$ENV{'ID_SERIAL'}."\'");
+  $sth->execute;
+  $num_rows = $sth->rows;
+  if ( 0 == $num_rows ){
+    ##### FIRST PLUG ##### 
+    $nickname = $ENV{'ID_SERIAL'};
+    $nickname =~ s/[<>:\*\?\|\"\/\\]//g;
+    $sqlstr="insert into media (id_serial,nickname,flags) values (\'".$ENV{'ID_SERIAL'}."\',\'".$nickname."\',0)";
+    my $sth = $dbh->prepare($sqlstr);
+    $sth -> execute;
+  }
+  ##### GET KEY #####
+  my $sth = $dbh->prepare("select id,nickname from media where id_serial=\'".$ENV{'ID_SERIAL'}."\'");
+  $sth->execute;
+  $num_rows = $sth->rows;
+  for ($i=0; $i<$num_rows; $i++) {
+    @a = $sth->fetchrow_array;
+    $id = $a[0];
+    $nickname = $a[1];
+  }
+    #test("1");
+
+  makeattfile($nickname,0);
+
+
+} else {
+############ GET INFO ###########
+my $sth = $dbh->prepare("select id,id_serial,nickname,memo,flags from media where id_serial=\'".$ENV{'ID_SERIAL'}."\'");
+  $sth->execute;
+  $num_rows = $sth->rows;
+  for ($i=0; $i<$num_rows; $i++) {
+    @a = $sth->fetchrow_array;
+    $id = $a[0];
+    $id_serial = $a[1];
+    $memo = $a[3];
+    $flags = $a[4];
+    $nickname = $a[2];
+  }
+  if ( 1 == $flags )
+  { 
+    #################  1: NOT PERMIT              ##################
+    makeattfile($nickname,1);
+  } elsif ( 2 == $flags ) {
+    #################  2: STOP                    ##################
+    makeattfile($nickname,2);
+  } elsif ( 4 == $flags ) {
+    #################  4: RESERVED                ##################
+    makeattfile($nickname,4);
+  } elsif ( 8 == $flags ) {
+    #################  8: AUTO FORMAT             ##################
+    makeattfile($nickname,8);
+    system("mkfs.vfat $ENV{'DEVNAME'} > /var/log/squarantine.log");
+    system("echo mkfs.vfat $ENV{'DEVNAME'} >> /var/log/squarantine.log");
+    system("mkdir -p /mnt$ENV{'DEVNAME'}");
+    #system("mount -o umask=000  $ENV{'DEVNAME'} /mnt$ENV{'DEVNAME'}");
+    #system("ln -s /mnt$ENV{'DEVNAME'} /var/squarantine/usbstorages/$nickname");
+    system("mount -o umask=000 $ENV{'DEVNAME'} /var/squarantine/usbstorages/$nickname");
+
+  } elsif ( 16 == $flags ) {
+    #################  16: MANUAL FORMAT          ##################
+    makeattfile($nickname,16);
+  } elsif ( 32 == $flags ) {
+    #################  32: AUTO DELETE            ##################
+    makeattfile($nickname,32);
+    system("mkdir -p /mnt$ENV{'DEVNAME'}");
+    system("mount $ENV{'DEVNAME'} /mnt$ENV{'DEVNAME'}");
+    autodelete("/mnt".$ENV{'DEVNAME'});
+    system("umount $ENV{'DEVNAME'}");
+    system("mount -o umask=000 $ENV{'DEVNAME'} /var/squarantine/usbstorages/$nickname");
+
+  } elsif ( 64 == $flags ) {
+    #################  64: MANUAL DELETE          ##################
+    makeattfile($nickname,64);
+  } elsif ( 128 == $flags ) {
+    #################  128: FREE TO ADMINISTRATOR ##################
+    makeattfile($nickname,128);
+  }
+
+
+}
+$sth->finish;
+$dbh->disconnect;
+
diff --git a/package/usr/bin/usbremove b/package/usr/bin/usbremove
new file mode 100755 (executable)
index 0000000..2425404
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/usbremove2 &
diff --git a/package/usr/bin/usbremove2 b/package/usr/bin/usbremove2
new file mode 100755 (executable)
index 0000000..a52e9d0
--- /dev/null
@@ -0,0 +1,55 @@
+#! /usr/bin/perl
+use DBI;
+use File::Path;
+open(FILE,">>/tmp/usbunplug") or die;
+    print FILE "--------------", "\n";
+foreach my $key( keys %ENV ){
+    print FILE "$key: $ENV{$key}", "\n";
+}
+
+##UNMOUNT##
+system("umount ".$ENV{'DEVNAME'});
+
+##MOUNTPOINT DELETE##
+my $dbh = DBI->connect("DBI:mysql:squarantine", "root", "Cab6402!") || die "CONNECT ERROR $DBI::ERRSTR";
+
+my $sth = $dbh->prepare("select nickname,memo,flags from media where id_serial=\'".$ENV{'ID_SERIAL'}."\'");
+$sth->execute;
+$num_rows = $sth->rows;
+for ($i=0; $i<$num_rows; $i++) {
+    @a = $sth->fetchrow_array;
+    $nickname = $a[0];
+}
+
+$dirname=$nickname;
+$dirname =~ s/[<>:\*\?\|\"\/\\]//g;
+
+       print FILE "dirname: $dirname\n";
+
+## directory delete
+
+# system("/bin/rm -rf  \"/var/squarantine/usbstorages/$ENV{'DEVNAME'}\"");
+chdir('/var/squarantine/usbstorages/'); 
+@pathArray = ($dirname);
+
+if (rmtree(@pathArray,{verbose => 1})) {
+       print FILE "node delete Ok: $!\n";
+} else {
+#      print "node delete Error: $!\n";
+       print FILE "node delete Error: $!\n";
+}
+$dirname=$ENV{'ID_SERIAL'};
+$dirname =~ s/[<>:\*\?\|\"\/\\]//g;
+system("/bin/rm -rf  \"/var/squarantine/usbstorages/$dirname\"");
+
+
+
+$sth->finish;
+$dbh->disconnect;
+
+#  system("mkdir /mnt/$ENV{'DEVNAME'}");
+#  system("mount $ENV{'DEVNAME'} /mnt/usbshare1");
+#  system("ln -s /mnt/usbshare1 /mnt/share/ok");
+
+close(FILE);
+
diff --git a/package/usr/bin/usbsearchdelete b/package/usr/bin/usbsearchdelete
new file mode 100755 (executable)
index 0000000..2913716
--- /dev/null
@@ -0,0 +1,54 @@
+#! /usr/bin/perl
+use DBI;
+use File::Find;
+use Archive::Zip;
+
+sub autodelete {
+  $dir = $_[0];
+# my $dir = '.';
+  ##### /autorun.inf delete ########
+  opendir(H_DIR,$dir) || die "no $dir: $!";
+  while ($file = readdir(H_DIR)) {
+    $filename = $file;
+    $filename =~ s#.*/##;
+    $filename =~ s/([a-zA-Z])/\L$1\E/g;
+    if ( "autorun.inf" eq $filename ){
+    print "$file<br>\n";
+       unlink $dir."/".$file;
+    }
+  }
+  closedir(H_DIR);
+  ##### other delete ########
+  find( \&wanted, ($dir) );
+}
+sub wanted {
+  my $file = $File::Find::name;
+  if ( $file =~ /\.(exe|com|cmd|bat|scr|pif|vbs|vbe|js|jse|wsf|wsh)$/i ){
+  ##### execute file ########
+    print "execute: $file<br>¥n";
+     unlink $file;
+  }
+  if ( $file =~ /\.(zip)$/i ){
+  ##### zip file ########
+#    print "zip: $file¥n";
+    if ( my $zip = Archive::Zip->new( $file )) { ;
+      foreach $archived ($zip->memberNames) {
+#        print "zipped: $archived<br>\n";
+         if ( $archived =~ /\.(exe|com|cmd|bat|scr|pif|vbs|vbe|js|jse|wsf|wsh)$/i ){
+           print "zipexecute: $file:$archived<br>¥n";
+            unlink $file;
+         }
+      }
+    }
+  }
+}
+
+ if (@ARGV < 1) {
+    die "must mount point\n";
+}
+
+$mountpoint = shift @ARGV;
+
+autodelete($mountpoint);
+
+
diff --git a/package/usr/bin/usbtest b/package/usr/bin/usbtest
new file mode 100755 (executable)
index 0000000..84aedce
--- /dev/null
@@ -0,0 +1,6 @@
+#! /usr/bin/perl
+open(FILE,">/tmp/usbtest") or die;
+foreach my $key( keys %ENV ){
+    print FILE "$key: $ENV{$key}", "\n";
+}
+close(FILE);
diff --git a/package/var/squarantine/attention/autoupdate.reg b/package/var/squarantine/attention/autoupdate.reg
new file mode 100755 (executable)
index 0000000..11b7f0a
Binary files /dev/null and b/package/var/squarantine/attention/autoupdate.reg differ
diff --git a/package/var/squarantine/attention/usb - sqarantine.lnk b/package/var/squarantine/attention/usb - sqarantine.lnk
new file mode 100755 (executable)
index 0000000..8b77003
Binary files /dev/null and b/package/var/squarantine/attention/usb - sqarantine.lnk differ
diff --git a/package/var/squarantine/attention/usb - squarantine.lnk b/package/var/squarantine/attention/usb - squarantine.lnk
new file mode 100755 (executable)
index 0000000..5d907ab
Binary files /dev/null and b/package/var/squarantine/attention/usb - squarantine.lnk differ
diff --git a/package/var/squarantine/attention/usbstore_o.reg b/package/var/squarantine/attention/usbstore_o.reg
new file mode 100755 (executable)
index 0000000..61f59f2
Binary files /dev/null and b/package/var/squarantine/attention/usbstore_o.reg differ
diff --git a/package/var/squarantine/attention/usbstore_x.reg b/package/var/squarantine/attention/usbstore_x.reg
new file mode 100755 (executable)
index 0000000..abd1096
Binary files /dev/null and b/package/var/squarantine/attention/usbstore_x.reg differ
diff --git a/package/var/squarantine/www/image/addr.png b/package/var/squarantine/www/image/addr.png
new file mode 100644 (file)
index 0000000..b102a17
Binary files /dev/null and b/package/var/squarantine/www/image/addr.png differ
diff --git a/package/var/squarantine/www/image/logo.png b/package/var/squarantine/www/image/logo.png
new file mode 100644 (file)
index 0000000..b56ecfa
Binary files /dev/null and b/package/var/squarantine/www/image/logo.png differ
diff --git a/package/var/squarantine/www/phpinfo.php b/package/var/squarantine/www/phpinfo.php
new file mode 100644 (file)
index 0000000..cf60860
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+phpinfo();
+?>
diff --git a/package/var/squarantine/www/regist.php b/package/var/squarantine/www/regist.php
new file mode 100644 (file)
index 0000000..b3fde2e
--- /dev/null
@@ -0,0 +1,407 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="style.css">
+</head>
+<body>
+<?php 
+require_once('spyc.php');
+$conf = Spyc::YAMLLoad('/etc/squarantine/squarantine.conf');
+
+$SAMBAPATH = "//192.168.0.51/usb/";
+if (isset( $_POST["id"      ] )) { $_var[      "id"]=$_POST["id"] ;      }
+if (isset( $_POST["nickname"] )) { $_var["nickname"]=$_POST["nickname"]; }
+if (isset( $_POST["flags"   ] )) { $_var[   "flags"]=$_POST["flags"];    }
+if (isset( $_POST["distpath"] )) { $_var["distpath"]=$_POST["distpath"]; }
+if (isset( $_POST["memo"    ] )) { $_var[    "memo"]=$_POST["memo"];     }
+if (isset( $_POST["mode"    ] )) { $_var[    "mode"]=$_POST["mode"];     } else {  $_var["mode"]=0; }
+if (isset( $_POST["devname" ] )) { $_var[ "devname"]=$_POST["devname"];  }
+if (isset( $_POST["adminid" ] ) && isset( $_POST["adminpass"] ) &&  0 == strcmp( "admin",$_POST["adminid"] )  &&  0 == strcmp( $conf["WEB_ADMINPASS"],$_POST["adminpass"] )) {
+   $_var["adminmode"] = 1;
+} else {
+   $_var["adminmode"] = 0;
+//   unset($_var["id"]);
+}
+if (0 == $_var["adminmode"] && 0 == strcmp("change",$_var["mode"] )){
+  unset($_var["id"]);
+   
+}
+$dbh = mysql_connect('localhost',$conf["MYSQL_USER"],$conf["MYSQL_PASS"]);
+if ($dbh == False)
+{
+       print ('DB connect error');     
+       exit;
+}
+$db = 'squarantine';
+
+
+?>
+<?php
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="image/addr.png" alt="address"></td>
+<td style="border:0"><img src="image/logo.png" alt="Logo" align="right"></td>
+<td style="border:1"><form action=regist.php method=POST>
+  <table border=1><tr><td><input type=text name=adminid>:ID</td></tr><tr><td><input type=password name=adminpass>:PASS</td></tr></table>
+<input type="hidden" name="mode" value="change">
+<input type="submit" value="login">
+<?php
+if ( 1 == isset( $_var["id"] )) {
+?>
+<input type="hidden" name="id" value="<?php echo $_var[      "id"];  ?>">
+<?php } ?>
+</form>
+</td>
+</tr></tbody>
+</table>
+<?php
+
+if ( 0 == isset( $_var["id"] )){
+// ----------------------------------------------- list mode start-----------------------
+ print("<h1>登録済みUSBデバイス一覧</h1>");
+
+
+        $sql = "select id,id_serial,nickname,memo,flags from media";
+        $results = mysql_db_query($db,$sql);
+        if (!$results)
+        {
+                print("登録データがありません");
+                exit;
+        }
+        $num = mysql_num_fields($results);
+?>
+
+<table border=1><tr><th></th><th>ID</th><th>名前</th><th>説明</th><th>動作</th><th></th></tr>
+
+
+<?php
+        while($row=mysql_fetch_array($results))
+        {
+                print("<tr>");
+                for($j=0;$j<4;$j++)
+                {
+                        print("<td>".$row[$j]."</td>");
+                }
+                if ( 0 == $row[4] ) {
+                  print ("<td>@</td>");
+               } else {
+                  print ("<td></td>");
+                }
+                for ( $i=1 ; $i<=512 ; $i = $i * 2 ) {
+                 if ( 0 == ( $i & $row[4]) ){
+                   $check="";
+                 } else {
+                   $check="@";
+                 }
+                  print("<td>$check</td>");
+               }
+//               print("<td>");
+//              print ($row[4]); // flags
+//               print("</td>");
+                print("<td>");
+               if (1 == $_var["adminmode"]){
+?>
+               <form action="regist.php" method="post">
+               <input type="submit" value="変更">
+               <input type="hidden" name="mode" value="change">
+               <input type="hidden" name="id" value="<?php  echo $row[0]; ?>">
+               <input type="hidden" name="adminid" value="<?php  echo $_POST["adminid"]; ?>">
+               <input type="hidden" name="adminpass" value="<?php  echo $_POST["adminpass"]; ?>">
+               </form>
+
+
+<?php
+               }
+                print("</td>");
+
+
+                print("</tr>");
+        }
+        mysql_free_result($results);
+        mysql_close($dbh);
+
+
+?>
+
+</table>
+状態の変更は管理としてログインしてください
+<?php
+
+exit(0);
+}
+// ----------------------------------------------- list mode end-----------------------
+
+$sql = "select id_serial,nickname,flags,memo,distpath from media where id=\"".$_var["id"]."\"";
+// echo $sql;
+$results = mysql_db_query($db,$sql);
+if (!$results)
+{
+        print("SQL execution error");
+        exit;
+}
+$num = mysql_num_fields($results);
+while($row=mysql_fetch_array($results))
+{
+       $org["id_serial"] =($row[0]);
+       $org["nickname" ] =($row[1]);
+       $org["flags"    ] =($row[2]);
+       $org["memo"     ] =($row[3]);
+       $org["distpath" ] =($row[4]);
+ }
+mysql_free_result($results);
+if ( 0 == strcmp("regist", $_var["mode"])){
+// ----------------------------------------------- new regist mode start-----------------------
+        $sql = "update media set
+                nickname=\"".$_var["nickname"]."\",
+               flags   =\"".$_var["flags"]."\", 
+               memo    =\"".$_var["memo"]."\", 
+               distpath=\"".$_var["distpath"]."\" 
+        where id=\"".$_var["id"]."\"";
+        
+        $results = mysql_db_query($db,$sql);
+        if (!$results)
+        {
+print "$sql";
+                print("SQL execution error");
+                exit;
+        }
+
+
+       $sql = "select * from media where id=\"".$_var["id"]."\"";
+       $results = mysql_db_query($db,$sql);
+       if (!$results)
+       {
+               print("SQL execution error");
+               exit;
+       }
+       $num = mysql_num_fields($results);
+       while($row=mysql_fetch_array($results))
+       {
+               for($j=0;$j<$num;$j++)
+               {
+                       print($row[$j]);
+               }
+       }
+       mysql_free_result($results);
+       mysql_close($dbh);
+?>
+<h1>登録しました</h1>
+<b>一旦抜いて、もう一度差し直してください</b>
+<?php
+//----------------------------new regist mode end -------------------
+} else if ( 0 == strcmp("format", $_var["mode"])){
+//----------------------------format mode start --------------------
+print "<h1>format中...</h1>";
+print "<pre>";
+passthru("sudo mkfs.vfat   ".$_var["devname"]);
+passthru("sudo mount ".$_var["devname"]." /var/squarantine/usbstorages/".$org["nickname"]);
+passthru("echo sudo mount ".$_var["devname"]." /var/squarantine/usbstorages/".$org["nickname"]);
+#passthru("find /etc -name a*");
+print "</pre>";
+print "<h2>終了しました</h2>";
+print "<a href=\"file:".$conf["SAMBAPATH"]."\">こちらからアクセスしてください</a>";
+
+
+//----------------------------format mode end   --------------------
+} else if ( 0 == strcmp("delete", $_var["mode"])){
+//----------------------------delete mode start --------------------
+print "<h1>消毒中...</h1>";
+print "<pre>";
+print $_var["devname"]."\n";
+passthru("sudo mount ".$_var["devname"]." /mnt".$_var["devname"]);
+//passthru("sudo mount");
+//print "-------------\n";
+passthru("sudo usbsearchdelete /mnt".$_var["devname"]);
+passthru("sudo umount ".$_var["devname"]);
+passthru("sudo mount ".$_var["devname"]." /var/squarantine/usbstorages/".$org["nickname"]);
+//passthru("sudo mount");
+//passthru("sudo echo mount ".$_var["devname"]." /var/squarantine/usbstorages/".$org["nickname"]);
+//passthru("echo 123");
+//passthru("find /etc -name a*");
+print "</pre>";
+print "<h2>終了しました</h2>";
+
+
+//----------------------------delete mode end   --------------------
+} else if ( 0 == strcmp("change",$_var["mode"] )) {
+//----------------------------device edit mdde start -----------------
+print("<h1>登録情報変更</h1>");
+
+
+?>
+
+<b>以下のボタンから登録してください</b>
+<form action="regist.php" method="POST">
+<input type="text" name=nickname value="<?php echo $org["nickname"]; ?>">ニックネームを登録してください
+<br>
+<input type="text" name=memo     value="<?php echo $org["memo"    ]; ?>">メモ(備忘録)
+<br>
+<input type="text" name=flags    value="<?php echo $org["flags"   ]; ?>">動作指定
+<br>
+
+<input type="submit">
+<input type="hidden" name="id" value="<?php echo $_var["id"]; ?>">
+<input type="hidden" name="mode" value="regist">
+</form>
+<?php
+//----------------------------device edit mode end-------------
+} else if ( 0 == $_var["mode"] ) {  
+//----------------------------new device found mode -----------------
+print("<h1>このUSBデバイス(".$org["nickname"].")は未登録です</h1>");
+
+
+?>
+
+<b>以下のボタンから登録してください</b>
+<form action="regist.php" method="POST">
+<input type="text" name=nickname value="<?php echo $org["nickname"]; ?>">ニックネームを登録してください
+<input type="text" name=memo     value="<?php echo $org["memo"    ]; ?>">メモ(備忘録)
+<input type="text" name=flags    value="<?php echo $org["flags"   ]; ?>">動作指定
+
+
+<input type="submit">
+<input type="hidden" name="id" value="<?php echo $_var["id"]; ?>">
+<input type="hidden" name="mode" value="regist">
+</form>
+<?php
+//----------------------------new device found mode end-------------
+} else if ( 1 == $_var["mode"] ) {
+//----------------------------forbidden mode start-------------
+ print("<h1>このUSBデバイスは使用禁止です</h1>");
+
+
+        $sql = "select * from media where id=\"".$_var["id"]."\"";
+        $results = mysql_db_query($db,$sql);
+        if (!$results)
+        {
+                print("SQL execution error");
+                exit;
+        }
+        $num = mysql_num_fields($results);
+?>
+
+<table border=1><tr><th></th><th>ID</th><th>名前</th><th>説明</th><th></th></tr><tr>
+<?php
+        while($row=mysql_fetch_array($results))
+        {
+                for($j=0;$j<$num;$j++)
+                {
+                        print("<td>".$row[$j]."</td>");
+                }
+        }
+        mysql_free_result($results);
+        mysql_close($dbh);
+
+
+?>
+
+</tr></table>
+状態の変更は管理としてログインしてください
+<?php
+//----------------------------forbidden mode end-------------
+} else if ( 2 == $_var["mode"] ) {
+//----------------------------stop mode start-------------
+ print("<h1>このUSBデバイスは使用停止中です</h1>");
+
+
+        $sql = "select * from media where id=\"".$_var["id"]."\"";
+        $results = mysql_db_query($db,$sql);
+        if (!$results)
+        {
+                print("SQL execution error");
+                exit;
+        }
+        $num = mysql_num_fields($results);
+?>
+
+<table border=1><tr><th></th><th>ID</th><th>名前</th><th>説明</th><th></th></tr><tr>
+<?php
+        while($row=mysql_fetch_array($results))
+        {
+                for($j=0;$j<$num;$j++)
+                {
+                        print("<td>".$row[$j]."</td>");
+                }
+        }
+        mysql_free_result($results);
+        mysql_close($dbh);
+
+
+?>
+</tr></table>
+状態の変更は管理としてログインしてください
+<?php
+//----------------------------stop mode end-------------
+} else if ( 4 == $_var["mode"] ) {
+//----------------------------hold mode start-------------
+ print("<h1>このUSBデバイスの使用は保留中です</h1>");
+
+
+        $sql = "select * from media where id=\"".$_var["id"]."\"";
+        $results = mysql_db_query($db,$sql);
+        if (!$results)
+        {
+                print("SQL execution error");
+                exit;
+        }
+        $num = mysql_num_fields($results);
+?>
+
+<table border=1><tr><th></th><th>ID</th><th>名前</th><th>説明</th><th></th></tr><tr>
+<?php
+        while($row=mysql_fetch_array($results))
+        {
+                for($j=0;$j<$num;$j++)
+                {
+                        print("<td>".$row[$j]."</td>");
+                }
+        }
+        mysql_free_result($results);
+        mysql_close($dbh);
+
+
+?>
+
+</tr></table>
+状態の変更は管理としてログインしてください
+<?php
+//----------------------------hold mode end-------------
+} else if ( 16 == $_var["mode"] ) {  
+//----------------------------manual   format  mode start-------------
+ print("<h1>このUSBデバイスのフォーマットを開始します</h1>");
+
+?>
+
+<b>以下のボタンを押して開始してください</b>
+<form action="regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="devname" value="<?php echo $_var["devname"]; ?>">
+<input type="hidden" name="id"      value="<?php echo $_var["id"]; ?>">
+<input type="hidden" name="mode"    value="format">
+</form>
+<?php
+//----------------------------manual   format  mode end-------------
+} else if ( 64 == $_var["mode"] ) {
+//----------------------------manual   delete  mode start-------------
+ print("<h1>このUSBデバイスの消毒を開始します</h1>");
+
+echo $_var["devname"];
+?>
+
+<b>以下のボタンを押して開始してください</b>
+<form action="regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="devname" value="<?php echo $_var["devname"]; ?>">
+<input type="hidden" name="id"      value="<?php echo $_var["id"]; ?>">
+<input type="hidden" name="mode"    value="delete">
+</form>
+<?php
+
+//----------------------------manual   delete  mode end-------------
+}
+
+?>
+</body>
+</html>
diff --git a/package/var/squarantine/www/spyc-0.3.final.tar.gz b/package/var/squarantine/www/spyc-0.3.final.tar.gz
new file mode 100644 (file)
index 0000000..f601a7b
Binary files /dev/null and b/package/var/squarantine/www/spyc-0.3.final.tar.gz differ
diff --git a/package/var/squarantine/www/spyc.php b/package/var/squarantine/www/spyc.php
new file mode 100644 (file)
index 0000000..5d02bb4
--- /dev/null
@@ -0,0 +1,827 @@
+<?php
+/**
+   * Spyc -- A Simple PHP YAML Class
+   * @version 0.3
+   * @author Chris Wanstrath <chris@ozmm.org>
+   * @author Vlad Andersen <vlad@oneiros.ru>
+   * @link http://spyc.sourceforge.net/
+   * @copyright Copyright 2005-2006 Chris Wanstrath
+   * @license http://www.opensource.org/licenses/mit-license.php MIT License
+   * @package Spyc
+   */
+/**
+   * The Simple PHP YAML Class.
+   *
+   * This class can be used to read a YAML file and convert its contents
+   * into a PHP array.  It currently supports a very limited subsection of
+   * the YAML spec.
+   *
+   * Usage:
+   * <code>
+   *   $parser = new Spyc;
+   *   $array  = $parser->load($file);
+   * </code>
+   * @package Spyc
+   */
+class Spyc {
+
+  /**#@+
+  * @access private
+  * @var mixed
+  */
+  private $_haveRefs;
+  private $_allNodes;
+  private $_allParent;
+  private $_lastIndent;
+  private $_lastNode;
+  private $_inBlock;
+  private $_isInline;
+  private $_dumpIndent;
+  private $_dumpWordWrap;
+  private $_containsGroupAnchor = false;
+  private $_containsGroupAlias = false;
+  private $path;
+  private $result;
+  private $LiteralBlockMarkers = array ('>', '|');
+  private $LiteralPlaceHolder = '___YAML_Literal_Block___';
+  private $SavedGroups = array();
+
+  /**#@+
+  * @access public
+  * @var mixed
+  */
+  public $_nodeId;
+
+  /**
+     * Load YAML into a PHP array statically
+     *
+     * The load method, when supplied with a YAML stream (string or file),
+     * will do its best to convert YAML in a file into a PHP array.  Pretty
+     * simple.
+     *  Usage:
+     *  <code>
+     *   $array = Spyc::YAMLLoad('lucky.yaml');
+     *   print_r($array);
+     *  </code>
+     * @access public
+     * @return array
+     * @param string $input Path of YAML file or string containing YAML
+     */
+  public static function YAMLLoad($input) {
+    $Spyc = new Spyc;
+    return $Spyc->load($input);
+  }
+
+  /**
+     * Load a string of YAML into a PHP array statically
+     *
+     * The load method, when supplied with a YAML string, will do its best 
+     * to convert YAML in a string into a PHP array.  Pretty simple.
+     *
+     * Note: use this function if you don't want files from the file system
+     * loaded and processed as YAML.  This is of interest to people concerned
+     * about security whose input is from a string.
+     *
+     *  Usage:
+     *  <code>
+     *   $array = Spyc::YAMLLoadString("---\n0: hello world\n");
+     *   print_r($array);
+     *  </code>
+     * @access public
+     * @return array
+     * @param string $input String containing YAML
+     */
+  public static function YAMLLoadString($input) {
+    $Spyc = new Spyc;
+    return $Spyc->loadString($input);
+  }
+
+  /**
+     * Dump YAML from PHP array statically
+     *
+     * The dump method, when supplied with an array, will do its best
+     * to convert the array into friendly YAML.  Pretty simple.  Feel free to
+     * save the returned string as nothing.yaml and pass it around.
+     *
+     * Oh, and you can decide how big the indent is and what the wordwrap
+     * for folding is.  Pretty cool -- just pass in 'false' for either if
+     * you want to use the default.
+     *
+     * Indent's default is 2 spaces, wordwrap's default is 40 characters.  And
+     * you can turn off wordwrap by passing in 0.
+     *
+     * @access public
+     * @return string
+     * @param array $array PHP array
+     * @param int $indent Pass in false to use the default, which is 2
+     * @param int $wordwrap Pass in 0 for no wordwrap, false for default (40)
+     */
+  public static function YAMLDump($array,$indent = false,$wordwrap = false) {
+    $spyc = new Spyc;
+    return $spyc->dump($array,$indent,$wordwrap);
+  }
+
+
+  /**
+     * Dump PHP array to YAML
+     *
+     * The dump method, when supplied with an array, will do its best
+     * to convert the array into friendly YAML.  Pretty simple.  Feel free to
+     * save the returned string as tasteful.yaml and pass it around.
+     *
+     * Oh, and you can decide how big the indent is and what the wordwrap
+     * for folding is.  Pretty cool -- just pass in 'false' for either if
+     * you want to use the default.
+     *
+     * Indent's default is 2 spaces, wordwrap's default is 40 characters.  And
+     * you can turn off wordwrap by passing in 0.
+     *
+     * @access public
+     * @return string
+     * @param array $array PHP array
+     * @param int $indent Pass in false to use the default, which is 2
+     * @param int $wordwrap Pass in 0 for no wordwrap, false for default (40)
+     */
+  public function dump($array,$indent = false,$wordwrap = false) {
+    // Dumps to some very clean YAML.  We'll have to add some more features
+    // and options soon.  And better support for folding.
+
+    // New features and options.
+    if ($indent === false or !is_numeric($indent)) {
+      $this->_dumpIndent = 2;
+    } else {
+      $this->_dumpIndent = $indent;
+    }
+
+    if ($wordwrap === false or !is_numeric($wordwrap)) {
+      $this->_dumpWordWrap = 40;
+    } else {
+      $this->_dumpWordWrap = $wordwrap;
+    }
+
+    // New YAML document
+    $string = "---\n";
+
+    // Start at the base of the array and move through it.
+    foreach ($array as $key => $value) {
+      $string .= $this->_yamlize($key,$value,0);
+    }
+    return $string;
+  }
+
+  /**
+     * Attempts to convert a key / value array item to YAML
+     * @access private
+     * @return string
+     * @param $key The name of the key
+     * @param $value The value of the item
+     * @param $indent The indent of the current node
+     */
+  private function _yamlize($key,$value,$indent, $previous_key = -1) {
+    if (is_array($value)) {
+      // It has children.  What to do?
+      // Make it the right kind of item
+      $string = $this->_dumpNode($key, NULL, $indent, $previous_key);
+      // Add the indent
+      $indent += $this->_dumpIndent;
+      // Yamlize the array
+      $string .= $this->_yamlizeArray($value,$indent);
+    } elseif (!is_array($value)) {
+      // It doesn't have children.  Yip.
+      $string = $this->_dumpNode($key, $value, $indent, $previous_key);
+    }
+    return $string;
+  }
+
+  /**
+     * Attempts to convert an array to YAML
+     * @access private
+     * @return string
+     * @param $array The array you want to convert
+     * @param $indent The indent of the current level
+     */
+  private function _yamlizeArray($array,$indent) {
+    if (is_array($array)) {
+      $string = '';
+      $previous_key = -1;
+      foreach ($array as $key => $value) {
+        $string .= $this->_yamlize($key, $value, $indent, $previous_key);
+        $previous_key = $key;
+      }
+      return $string;
+    } else {
+      return false;
+    }
+  }
+
+  /**
+     * Returns YAML from a key and a value
+     * @access private
+     * @return string
+     * @param $key The name of the key
+     * @param $value The value of the item
+     * @param $indent The indent of the current node
+     */
+  private function _dumpNode($key, $value, $indent, $previous_key = -1) {
+    // do some folding here, for blocks
+    if (strpos($value,"\n") !== false || strpos($value,": ") !== false || strpos($value,"- ") !== false || strpos($value,"#") !== false) {
+      $value = $this->_doLiteralBlock($value,$indent);
+    } else {
+      $value  = $this->_doFolding($value,$indent);
+    }
+
+    if (is_bool($value)) {
+      $value = ($value) ? "true" : "false";
+    }
+
+    $spaces = str_repeat(' ',$indent);
+
+    if (is_int($key) && $key - 1 == $previous_key) {
+      // It's a sequence
+      $string = $spaces.'- '.$value."\n";
+    } else {
+      // It's mapped
+      if (strpos($key, ":") !== false) { $key = '"' . $key . '"'; }
+      $string = $spaces.$key.': '.$value."\n";
+    }
+    return $string;
+  }
+
+  /**
+     * Creates a literal block for dumping
+     * @access private
+     * @return string
+     * @param $value
+     * @param $indent int The value of the indent
+     */
+  private function _doLiteralBlock($value,$indent) {
+    $exploded = explode("\n",$value);
+    $newValue = '|';
+    $indent  += $this->_dumpIndent;
+    $spaces   = str_repeat(' ',$indent);
+    foreach ($exploded as $line) {
+      $newValue .= "\n" . $spaces . trim($line);
+    }
+    return $newValue;
+  }
+
+  /**
+     * Folds a string of text, if necessary
+     * @access private
+     * @return string
+     * @param $value The string you wish to fold
+     */
+  private function _doFolding($value,$indent) {
+    // Don't do anything if wordwrap is set to 0
+    if ($this->_dumpWordWrap === 0) {
+      return $value;
+    }
+
+    if (strlen($value) > $this->_dumpWordWrap) {
+      $indent += $this->_dumpIndent;
+      $indent = str_repeat(' ',$indent);
+      $wrapped = wordwrap($value,$this->_dumpWordWrap,"\n$indent");
+      $value   = ">\n".$indent.$wrapped;
+    }
+    return $value;
+  }
+
+/* LOADING FUNCTIONS */
+
+  private function load($input) {
+    $Source = $this->loadFromSource($input);
+    return $this->loadWithSource($Source);
+  }
+
+  private function loadString($input) {
+    $Source = $this->loadFromString($input);
+    return $this->loadWithSource($Source);
+  }
+
+  private function loadWithSource($Source) {
+    if (empty ($Source)) return array();
+    $this->path = array();
+    $this->result = array();
+
+
+    for ($i = 0; $i < count($Source); $i++) {
+      $line = $Source[$i];
+      
+      $lineIndent = $this->_getIndent($line);
+      $this->path = $this->getParentPathByIndent($lineIndent);
+      $line = $this->stripIndent($line, $lineIndent);
+      if ($this->isComment($line)) continue;
+
+      if ($literalBlockStyle = $this->startsLiteralBlock($line)) {
+        $line = rtrim ($line, $literalBlockStyle . " \n");
+        $literalBlock = '';
+        $line .= $this->LiteralPlaceHolder;
+
+        while (++$i < count($Source) && $this->literalBlockContinues($Source[$i], $lineIndent)) {
+          $literalBlock = $this->addLiteralLine($literalBlock, $Source[$i], $literalBlockStyle);
+        }
+        $i--;
+      }
+      $lineArray = $this->_parseLine($line);
+      if ($literalBlockStyle)
+      $lineArray = $this->revertLiteralPlaceHolder ($lineArray, $literalBlock);
+
+      $this->addArray($lineArray, $lineIndent);
+    }
+    return $this->result;
+  }
+
+  private function loadFromSource ($input) {
+    if (!empty($input) && strpos($input, "\n") === false && file_exists($input))
+    return file($input);
+
+    return $this->loadFromString($input);
+  }
+
+  function loadFromString ($input) {
+    $lines = explode("\n",$input);
+    foreach ($lines as $k => $_) {
+      $lines[$k] = trim ($_, "\r");
+    }
+    return $lines;
+  }
+
+  /**
+     * Finds and returns the indentation of a YAML line
+     * @access private
+     * @return int
+     * @param string $line A line from the YAML file
+     */
+  private function _getIndent($line) {
+    if (!preg_match('/^ +/',$line,$match)) return 0;
+    if (!empty($match[0])) return strlen ($match[0]);
+    return 0;
+  }
+
+  /**
+     * Parses YAML code and returns an array for a node
+     * @access private
+     * @return array
+     * @param string $line A line from the YAML file
+     */
+  private function _parseLine($line) {
+    if (!$line) return array();
+    $line = trim($line);
+    if (!$line) return array();
+    $array = array();
+
+    if ($group = $this->nodeContainsGroup($line)) {
+      $this->addGroup($line, $group);
+      $line = $this->stripGroup ($line, $group);
+    }
+
+    if ($this->startsMappedSequence($line))
+      return $this->returnMappedSequence($line);
+
+    if ($this->startsMappedValue($line))
+      return $this->returnMappedValue($line);
+
+    if ($this->isArrayElement($line))
+     return $this->returnArrayElement($line);
+
+    if ($this->isPlainArray($line))
+     return $this->returnPlainArray($line); 
+     
+     
+    return $this->returnKeyValuePair($line);
+
+  }
+
+  /**
+     * Finds the type of the passed value, returns the value as the new type.
+     * @access private
+     * @param string $value
+     * @return mixed
+     */
+  private function _toType($value) {
+    $is_quoted = false;
+    do {
+      if (!$value) break;
+      if (substr($value, 0, 1) != '"' && substr($value, 0, 1) != "'") break;
+      if (substr($value, -1, 1) != '"' && substr($value, -1, 1) != "'") break;
+      $is_quoted = true;
+    } while (0);
+
+    if (!$is_quoted && strpos($value, ' #') !== false)
+      $value = preg_replace('/\s+#(.+)$/','',$value);
+
+    if (preg_match('/^("(.*)"|\'(.*)\')/',$value,$matches)) {
+      $value = (string)preg_replace('/(\'\'|\\\\\')/',"'",end($matches));
+      $value = preg_replace('/\\\\"/','"',$value);
+    } elseif (preg_match('/^\\[(.+)\\]$/',$value,$matches)) {
+      // Inline Sequence
+
+      // Take out strings sequences and mappings
+      $explode = $this->_inlineEscape($matches[1]);
+
+      // Propagate value array
+      $value  = array();
+      foreach ($explode as $v) {
+        $value[] = $this->_toType($v);
+      }
+    } elseif (strpos($value,': ')!==false && !preg_match('/^{(.+)/',$value)) {
+      // It's a map
+      $array = explode(': ',$value);
+      $key   = trim($array[0]);
+      array_shift($array);
+      $value = trim(implode(': ',$array));
+      $value = $this->_toType($value);
+      $value = array($key => $value);
+    } elseif (preg_match("/{(.+)}$/",$value,$matches)) {
+      // Inline Mapping
+
+      // Take out strings sequences and mappings
+      $explode = $this->_inlineEscape($matches[1]);
+
+      // Propogate value array
+      $array = array();
+      foreach ($explode as $v) {
+        $SubArr = $this->_toType($v);
+        if (empty($SubArr)) continue;
+        if (is_array ($SubArr)) {
+          $array[key($SubArr)] = $SubArr[key($SubArr)]; continue;
+        }
+        $array[] = $SubArr;
+      }
+      $value = $array;
+    } elseif (strtolower($value) == 'null' or $value == '' or $value == '~') {
+      $value = null;
+    } elseif (preg_match ('/^[1-9]+[0-9]*$/', $value)) {
+      $intvalue = (int)$value;
+      if ($intvalue != PHP_INT_MAX)
+        $value = $intvalue;
+    } elseif (in_array(strtolower($value),
+    array('true', 'on', '+', 'yes', 'y'))) {
+      $value = true;
+    } elseif (in_array(strtolower($value),
+    array('false', 'off', '-', 'no', 'n'))) {
+      $value = false;
+    } elseif (is_numeric($value)) {
+      if ($value === '0') return 0;
+      if (trim ($value, 0) === $value)
+        $value = (float)$value;
+    } else {
+      // Just a normal string, right?
+
+    }
+
+
+    //  print_r ($value);
+    return $value;
+  }
+
+  /**
+     * Used in inlines to check for more inlines or quoted strings
+     * @access private
+     * @return array
+     */
+  private function _inlineEscape($inline) {
+    // There's gotta be a cleaner way to do this...
+    // While pure sequences seem to be nesting just fine,
+    // pure mappings and mappings with sequences inside can't go very
+    // deep.  This needs to be fixed.
+
+    $saved_strings = array();
+
+    // Check for strings
+    $regex = '/(?:(")|(?:\'))((?(1)[^"]+|[^\']+))(?(1)"|\')/';
+    if (preg_match_all($regex,$inline,$strings)) {
+      $saved_strings = $strings[0];
+      $inline  = preg_replace($regex,'YAMLString',$inline);
+    }
+    unset($regex);
+
+    // Check for sequences
+    if (preg_match_all('/\[(.+)\]/U',$inline,$seqs)) {
+      $inline = preg_replace('/\[(.+)\]/U','YAMLSeq',$inline);
+      $seqs   = $seqs[0];
+    }
+
+    // Check for mappings
+    if (preg_match_all('/{(.+)}/U',$inline,$maps)) {
+      $inline = preg_replace('/{(.+)}/U','YAMLMap',$inline);
+      $maps   = $maps[0];
+    }
+
+    $explode = explode(', ',$inline);
+
+
+    // Re-add the sequences
+    if (!empty($seqs)) {
+      $i = 0;
+      foreach ($explode as $key => $value) {
+        if (strpos($value,'YAMLSeq') !== false) {
+          $explode[$key] = str_replace('YAMLSeq',$seqs[$i],$value);
+          ++$i;
+        }
+      }
+    }
+
+    // Re-add the mappings
+    if (!empty($maps)) {
+      $i = 0;
+      foreach ($explode as $key => $value) {
+        if (strpos($value,'YAMLMap') !== false) {
+          $explode[$key] = str_replace('YAMLMap',$maps[$i],$value);
+          ++$i;
+        }
+      }
+    }
+
+
+    // Re-add the strings
+    if (!empty($saved_strings)) {
+      $i = 0;
+      foreach ($explode as $key => $value) {
+        while (strpos($value,'YAMLString') !== false) {
+          $explode[$key] = preg_replace('/YAMLString/',$saved_strings[$i],$value, 1);
+          ++$i;
+          $value = $explode[$key];
+        }
+      }
+    }
+
+    return $explode;
+  }
+
+  private function literalBlockContinues ($line, $lineIndent) {
+    if (!trim($line)) return true;
+    if ($this->_getIndent($line) > $lineIndent) return true;
+    return false;
+  }
+
+  private function addArrayInline ($array, $indent) {
+      $CommonGroupPath = $this->path;
+      if (empty ($array)) return false;
+      
+      foreach ($array as $k => $_) {
+        $this->addArray(array($k => $_), $indent);
+        $this->path = $CommonGroupPath;
+      }
+      return true;
+  }
+  
+  private function addArray ($array, $indent) {
+
+    if (count ($array) > 1)
+      return $this->addArrayInline ($array, $indent);
+    
+    $key = key ($array);
+    
+    if (!isset ($array[$key])) return false;
+    if ($array[$key] === array()) { $array[$key] = ''; };
+    $value = $array[$key];
+
+    // Unfolding inner array tree as defined in $this->_arrpath.
+    //$_arr = $this->result; $_tree[0] = $_arr; $i = 1;
+
+    $tempPath = Spyc::flatten ($this->path);
+    eval ('$_arr = $this->result' . $tempPath . ';');
+
+
+    if ($this->_containsGroupAlias) {
+      do {
+        if (!isset($this->SavedGroups[$this->_containsGroupAlias])) { echo "Bad group name: $this->_containsGroupAlias."; break; }
+        $groupPath = $this->SavedGroups[$this->_containsGroupAlias];
+        eval ('$value = $this->result' . Spyc::flatten ($groupPath) . ';');
+      } while (false);
+      $this->_containsGroupAlias = false;
+    }
+
+
+    // Adding string or numeric key to the innermost level or $this->arr.
+    if ($key)
+    $_arr[$key] = $value;
+    else {
+      if (!is_array ($_arr)) { $_arr = array ($value); $key = 0; }
+      else { $_arr[] = $value; end ($_arr); $key = key ($_arr); }
+
+    }
+
+    $this->path[$indent] = $key;
+
+    eval ('$this->result' . $tempPath . ' = $_arr;');
+
+    if ($this->_containsGroupAnchor) {
+      $this->SavedGroups[$this->_containsGroupAnchor] = $this->path;
+      $this->_containsGroupAnchor = false;
+    }
+
+
+  }
+
+
+  private function flatten ($array) {
+    $tempPath = array();
+    if (!empty ($array)) {
+      foreach ($array as $_) {
+        if (!is_int($_)) $_ = "'$_'";
+        $tempPath[] = "[$_]";
+      }
+    }
+    //end ($tempPath); $latestKey = key($tempPath);
+    $tempPath = implode ('', $tempPath);
+    return $tempPath;
+  }
+
+
+
+  private function startsLiteralBlock ($line) {
+    $lastChar = substr (trim($line), -1);
+    if (in_array ($lastChar, $this->LiteralBlockMarkers))
+    return $lastChar;
+    return false;
+  }
+
+  private function addLiteralLine ($literalBlock, $line, $literalBlockStyle) {
+    $line = $this->stripIndent($line);
+    $line = rtrim ($line, "\r\n\t ") . "\n";
+    if ($line == "\n") $line = '';
+
+    if ($literalBlockStyle == '|') {
+      return $literalBlock . $line;
+    }
+    if (strlen($line) == 0)
+      return rtrim($literalBlock, ' ') . "\n";
+
+    if ($line != "\n")
+      $line = trim ($line, "\r\n ") . " ";
+
+    return $literalBlock . $line;
+  }
+
+   function revertLiteralPlaceHolder ($lineArray, $literalBlock) {
+     foreach ($lineArray as $k => $_) {
+      if (is_array($_))
+        $lineArray[$k] = $this->revertLiteralPlaceHolder ($_, $literalBlock);
+      else if (substr($_, -1 * strlen ($this->LiteralPlaceHolder)) == $this->LiteralPlaceHolder)
+              $lineArray[$k] = rtrim ($literalBlock, " \r\n");
+     }
+     return $lineArray;
+   }
+
+  private function stripIndent ($line, $indent = -1) {
+    if ($indent == -1) $indent = $this->_getIndent($line);
+    return substr ($line, $indent);
+  }
+
+  private function getParentPathByIndent ($indent) {
+
+    if ($indent == 0) return array();
+
+    $linePath = $this->path;
+    do {
+      end($linePath); $lastIndentInParentPath = key($linePath);
+      if ($indent <= $lastIndentInParentPath) array_pop ($linePath);
+    } while ($indent <= $lastIndentInParentPath);
+    return $linePath;
+  }
+
+
+  private function clearBiggerPathValues ($indent) {
+
+
+    if ($indent == 0) $this->path = array();
+    if (empty ($this->path)) return true;
+
+    foreach ($this->path as $k => $_) {
+      if ($k > $indent) unset ($this->path[$k]);
+    }
+
+    return true;
+  }
+
+
+  private function isComment ($line) {
+    if (preg_match('/^#/', $line)) return true;
+    if (trim($line, " \r\n\t") == '---') return true;
+    return false;
+  }
+
+  private function isArrayElement ($line) {
+    if (!$line) return false;
+    if ($line[0] != '-') return false;
+    if (strlen ($line) > 3)
+      if (substr($line,0,3) == '---') return false;
+    
+    return true;
+  }
+
+  private function isHashElement ($line) {
+    if (!preg_match('/^(.+?):/', $line, $matches)) return false;
+    $allegedKey = $matches[1];
+    if ($allegedKey) return true;
+    //if (substr_count($allegedKey, )
+    return false;
+  }
+
+  private function isLiteral ($line) {
+    if ($this->isArrayElement($line)) return false;
+    if ($this->isHashElement($line)) return false;
+    return true;
+  }
+
+
+  private function startsMappedSequence ($line) {
+    if (preg_match('/^-(.*):$/',$line)) return true;
+  }
+
+  private function returnMappedSequence ($line) {
+    $array = array();
+    $key         = trim(substr(substr($line,1),0,-1));
+    $array[$key] = '';
+    return $array;
+  }
+
+  private function returnMappedValue ($line) {
+    $array = array();
+    $key         = trim(substr($line,0,-1));
+    $array[$key] = '';
+    return $array;
+  }
+
+  private function startsMappedValue ($line) {
+    if (preg_match('/^(.*):$/',$line)) return true;
+  }
+  
+  private function isPlainArray ($line) {
+    if (preg_match('/^\[(.*)\]$/', $line)) return true;
+    return false;
+  }
+  
+  private function returnPlainArray ($line) {
+    return $this->_toType($line); 
+  }  
+
+  private function returnKeyValuePair ($line) {
+
+    $array = array();
+
+    if (preg_match('/^(.+):/',$line,$key)) {
+      // It's a key/value pair most likely
+      // If the key is in double quotes pull it out
+      if (preg_match('/^(["\'](.*)["\'](\s)*:)/',$line,$matches)) {
+        $value = trim(str_replace($matches[1],'',$line));
+        $key   = $matches[2];
+      } else {
+        // Do some guesswork as to the key and the value
+        $explode = explode(':',$line);
+        $key     = trim($explode[0]);
+        array_shift($explode);
+        $value   = trim(implode(':',$explode));
+      }
+
+      // Set the type of the value.  Int, string, etc
+      $value = $this->_toType($value);
+      if (empty($key)) {
+        $array[]     = $value;
+      } else {
+        $array[$key] = $value;
+      }
+    }
+
+    return $array;
+
+  }
+
+
+  private function returnArrayElement ($line) {
+     if (strlen($line) <= 1) return array(array()); // Weird %)
+     $array = array();
+     $value   = trim(substr($line,1));
+     $value   = $this->_toType($value);
+     $array[] = $value;
+     return $array;
+  }
+
+
+  private function nodeContainsGroup ($line) {    
+    $symbolsForReference = 'A-z0-9_\-';
+    if (strpos($line, '&') === false && strpos($line, '*') === false) return false; // Please die fast ;-)
+    if (preg_match('/^(&['.$symbolsForReference.']+)/', $line, $matches)) return $matches[1];
+    if (preg_match('/^(\*['.$symbolsForReference.']+)/', $line, $matches)) return $matches[1];
+    if (preg_match('/(&['.$symbolsForReference.']+$)/', $line, $matches)) return $matches[1];
+    if (preg_match('/(\*['.$symbolsForReference.']+$)/', $line, $matches)) return $matches[1];
+    return false;
+
+  }
+
+  private function addGroup ($line, $group) {
+    if (substr ($group, 0, 1) == '&') $this->_containsGroupAnchor = substr ($group, 1);
+    if (substr ($group, 0, 1) == '*') $this->_containsGroupAlias = substr ($group, 1);
+    //print_r ($this->path);
+  }
+
+  private function stripGroup ($line, $group) {
+    $line = trim(str_replace($group, '', $line));
+    return $line;
+  }
+
+
+}
+?>
diff --git a/package/var/squarantine/www/style.css b/package/var/squarantine/www/style.css
new file mode 100644 (file)
index 0000000..6b18132
--- /dev/null
@@ -0,0 +1,6 @@
+H1 { color: black; }
+table  { background :#EEFFEE; }
+td {
+ background:white;
+ border:0.1em solid #ffddff;
+ } 
diff --git a/package/var/squarantine/www/templates/0.未登録.html b/package/var/squarantine/www/templates/0.未登録.html
new file mode 100644 (file)
index 0000000..da7d53e
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイスは未登録です</h1>
+
+<b>以下のボタンから登録してください</b>
+<form action="##WEBROOT##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="id" value="##ID##">
+<input type="hidden" name="mode" value="0">
+</form>
+</body>
+</html>
diff --git a/package/var/squarantine/www/templates/1.使用禁止.html b/package/var/squarantine/www/templates/1.使用禁止.html
new file mode 100644 (file)
index 0000000..cddde50
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイスは使用禁止です</h1>
+
+<b>詳細は以下のボタンから確認してください</b>
+<form action="##WEBPATH##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="id" value="##ID##">
+<input type="hidden" name="mode" value="1">
+</form>
+</body>
+</html>
diff --git a/package/var/squarantine/www/templates/128.利用可能.html b/package/var/squarantine/www/templates/128.利用可能.html
new file mode 100644 (file)
index 0000000..da7c8b8
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイスは信頼済み(管理者用)として登録されています</h1>
+
+<b>詳細は以下のボタンから確認してください</b>
+<form action="##WEBPATH##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="_id" value="##ID##">
+<input type="hidden" name="mode" value="8">
+</form>
+</body>
+</html>
diff --git a/package/var/squarantine/www/templates/16.初期化.html b/package/var/squarantine/www/templates/16.初期化.html
new file mode 100644 (file)
index 0000000..f923382
--- /dev/null
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイスを今からフォーマットします</h1>
+
+<b>以下のボタンを押して開始してください</b>
+<form action="##WEBPATH##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="id" value="##ID##">
+<input type="hidden" name="mode" value="16">
+<input type="hidden" name="devname" value="##DEVNAME##">
+</form>
+</body>
+</html>
diff --git a/package/var/squarantine/www/templates/2.使用停止.html b/package/var/squarantine/www/templates/2.使用停止.html
new file mode 100644 (file)
index 0000000..c8522f8
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイスは使用停止中です</h1>
+
+<b>詳細は以下のボタンから確認してください</b>
+<form action="##WEBPATH##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="id" value="##ID##">
+<input type="hidden" name="mode" value="2">
+</form>
+</body>
+</html>
diff --git a/package/var/squarantine/www/templates/32.強制削除.html b/package/var/squarantine/www/templates/32.強制削除.html
new file mode 100644 (file)
index 0000000..c2d585d
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイスは実行ファイルの強制削除動作が登録されています</h1>
+
+<b>詳細は以下のボタンから確認してください</b>
+<form action="##WEBPATH##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="_id" value="##ID##">
+<input type="hidden" name="mode" value="8">
+</form>
+</body>
+</html>
diff --git a/package/var/squarantine/www/templates/4.保留.html b/package/var/squarantine/www/templates/4.保留.html
new file mode 100644 (file)
index 0000000..7a1d248
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイスの処理は保留中です</h1>
+
+<b>詳細は以下のボタンから確認してください</b>
+<form action="##WEBPATH##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="id" value="##ID##">
+<input type="hidden" name="mode" value="4">
+</form>
+</body>
+</html>
diff --git a/package/var/squarantine/www/templates/64.削除.html b/package/var/squarantine/www/templates/64.削除.html
new file mode 100644 (file)
index 0000000..54b3454
--- /dev/null
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイス中の実行ファイルを削除します</h1>
+
+
+<b>以下のボタンを押して開始してください</b>
+<form action="##WEBPATH##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="id" value="##ID##">
+<input type="hidden" name="mode" value="64">
+<input type="hidden" name="devname" value="##DEVNAME##">
+</form>
+</body>
+</html>
diff --git a/package/var/squarantine/www/templates/8.強制フォーマット.html b/package/var/squarantine/www/templates/8.強制フォーマット.html
new file mode 100644 (file)
index 0000000..9093b07
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>squarantine</title>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<table style="border:0" width="100%">
+<tbody><tr>
+<td style="border:0"><img src="/image/addr.png" alt="address"></td>
+<td style="border:0"><img src="/image/logo.png" alt="Logo" align="right"></td>
+</tr></tbody>
+</table>
+<h1>このUSBデバイスは強制フォーマットとして登録されています</h1>
+
+<b>詳細は以下のボタンから確認してください</b>
+<form action="##WEBPATH##regist.php" method="POST">
+<input type="submit">
+<input type="hidden" name="_id" value="##ID##">
+<input type="hidden" name="mode" value="8">
+</form>
+</body>
+</html>