Missed files
authorJamie Cameron <jcameron@webmin.com>
Wed, 17 Sep 2008 20:01:39 +0000 (20:01 +0000)
committerJamie Cameron <jcameron@webmin.com>
Wed, 17 Sep 2008 20:01:39 +0000 (20:01 +0000)
acl/help/ips.ko_KR.UTF-8.html [new file with mode: 0644]
acl/help/ips.ko_KR.euc.html [new file with mode: 0755]
dovecot/config.info.de [new file with mode: 0644]
dovecot/lang/de [new file with mode: 0644]
init/help/help.ko_KR.UTF-8.html [new file with mode: 0644]
init/help/proc.ko_KR.UTF-8.html [new file with mode: 0644]
mysql/config_info.pl [new file with mode: 0644]
mysql/images/root.gif [new file with mode: 0755]
spam/deleteall_awl.cgi [new file with mode: 0755]
tcpwrappers/images/smallicon.gif [new file with mode: 0644]

diff --git a/acl/help/ips.ko_KR.UTF-8.html b/acl/help/ips.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..eccba87
--- /dev/null
@@ -0,0 +1,6 @@
+<header>IP 접근 제어</header>\r
+\r
+유저 IP 접근 제어 작업은 웹민 설정 모듈의 광역 IP 접근 제어와 같은 방법으로 작업 합니다.\r
+광역 조절에서 통과된 유저는 여기에서 다시 체크가 되어집니다.\r
+\r
+<footer>
\ No newline at end of file
diff --git a/acl/help/ips.ko_KR.euc.html b/acl/help/ips.ko_KR.euc.html
new file mode 100755 (executable)
index 0000000..d2679ad
--- /dev/null
@@ -0,0 +1,6 @@
+<header>IP Á¢±Ù Á¦¾î</header>\r
+\r
+À¯Àú IP Á¢±Ù Á¦¾î ÀÛ¾÷Àº À¥¹Î ¼³Á¤ ¸ðµâÀÇ ±¤¿ª IP Á¢±Ù Á¦¾î¿Í °°Àº ¹æ¹ýÀ¸·Î ÀÛ¾÷ ÇÕ´Ï´Ù.\r
+±¤¿ª Á¶Àý¿¡¼­ Åë°úµÈ À¯Àú´Â ¿©±â¿¡¼­ ´Ù½Ã Ã¼Å©°¡ µÇ¾îÁý´Ï´Ù.\r
+\r
+<footer>
\ No newline at end of file
diff --git a/dovecot/config.info.de b/dovecot/config.info.de
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/dovecot/lang/de b/dovecot/lang/de
new file mode 100644 (file)
index 0000000..9e1f84b
--- /dev/null
@@ -0,0 +1,27 @@
+apply_err=Die Konfiguration zuzuweisen, ist fehlgeschlagen
+imap_title=IMAP Optionen
+index_apply=Konfiguration zuweisen
+index_boot=Starten beim booten?
+index_dovecot=Dovecot
+index_version=Version $1
+login_anonymous=Anonyous
+login_cram-md5=Cram-MD5
+login_digest-md5=Digest-MD5
+login_plain=Plain-text
+mail_never=Nie pr&#252;fen
+mail_secs=Sekunden
+net_eimap_listen=Ung&#252;ltige IP Adresse f&#252;r IMAP Verbindungen
+net_eimaps_listen=Ung&#252;ltige IP Adresse f&#252;r IMAP SSL Verbindungen
+net_epop3_listen=Ung&#252;ltige IP Adresse f&#252;r POP3 Verbindungen
+net_epop3s_listen=Ung&#252;ltige IP Adresse f&#252;r POP3 SSL Verbindungen
+net_imap=IMAP
+net_imaps=IMAP (SSL)
+net_listen3=IP Adresse
+net_pop3=POP3
+net_pop3s=POP3 (SSL)
+net_ssl_disable=SSL Verbindungen akzeptieren?
+pop3_title=POP3 Optionen
+ssl_hours=Stunden
+ssl_title=SSL Configuration
+start_err=Starten von Dovecot fehlgeschlagen
+stop_err=Stoppen von Dovecot fehlgeschlagen
diff --git a/init/help/help.ko_KR.UTF-8.html b/init/help/help.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..8144a26
--- /dev/null
@@ -0,0 +1,6 @@
+<body bgcolor=#ffffff>\r
+<h1>이 모듈에 대한 도움말이 아직 제공되지 않습니다.</h1>\r
+\r
+<hr>\r
+<a href="/"><img alt="<-" align=middle border=0 src=/images/left.gif></a>\r
+&nbsp;&nbsp;<a href="">모듈로 돌아가기</a><p>
\ No newline at end of file
diff --git a/init/help/proc.ko_KR.UTF-8.html b/init/help/proc.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..8c5df7e
--- /dev/null
@@ -0,0 +1,2 @@
+<body bgcolor=#ffffff>\r
+<h1>이 모듈에 대한 도움말이 아직 준비되지 못했습니다.</h1>
\ No newline at end of file
diff --git a/mysql/config_info.pl b/mysql/config_info.pl
new file mode 100644 (file)
index 0000000..afae93c
--- /dev/null
@@ -0,0 +1,29 @@
+
+require './mysql-lib.pl';
+
+sub show_charset
+{
+local ($value) = @_;
+local $main::error_must_die = 1;
+local @charsets;
+eval { @charsets = &list_character_sets(); };
+if (@charsets) {
+       @charsets = sort { $a->[1] cmp $b->[1] } @charsets;
+       return &ui_select("charset", $value,
+                         [ [ "", "&lt;$text{'default'}&gt;" ], @charsets ]);
+       }
+else {
+       return &ui_opt_textbox("charset", $value, 20, $text{'default'});
+       }
+}
+
+sub parse_charset
+{
+if ($in{'charset_def'}) {
+       return undef;
+       }
+else {
+       $in{'charset'} =~ /^\S*$/ || &error($text{'config_echarset'});
+       return $in{'charset'};
+       }
+}
diff --git a/mysql/images/root.gif b/mysql/images/root.gif
new file mode 100755 (executable)
index 0000000..eb9de80
Binary files /dev/null and b/mysql/images/root.gif differ
diff --git a/spam/deleteall_awl.cgi b/spam/deleteall_awl.cgi
new file mode 100755 (executable)
index 0000000..da58cb8
--- /dev/null
@@ -0,0 +1,30 @@
+#!/usr/local/bin/perl
+# Delete all auto-whitelist entries for all users
+
+require './spam-lib.pl';
+&error_setup($text{'dawl_err'});
+&can_use_check("awl");
+&ReadParse();
+
+&ui_print_unbuffered_header(undef, $text{'dawl_title'}, "");
+
+# Do all users
+print $text{'dawl_doing'},"<br>\n";
+$count = $ucount = 0;
+setpwent();
+while(@uinfo = getpwent()) {
+       next if (!&can_edit_awl($uinfo[0]));
+       &open_auto_whitelist_dbm($uinfo[0]) || next;
+       foreach $k (keys %awl) {
+               delete($awl{$k});
+               $count++;
+               }
+       &close_auto_whitelist_dbm();
+       print "doing $uinfo[0]<br>\n";
+       $ucount++;
+       }
+endpwent();
+print &text('dawl_done', $ucount, $count),"<p>\n";
+
+&ui_print_footer("", $text{'index_return'});
+
diff --git a/tcpwrappers/images/smallicon.gif b/tcpwrappers/images/smallicon.gif
new file mode 100644 (file)
index 0000000..a9ef06e
Binary files /dev/null and b/tcpwrappers/images/smallicon.gif differ