Add ajaxterm module to Webmin core
authorJamie Cameron <jcameron@webmin.com>
Fri, 29 Apr 2011 04:51:14 +0000 (21:51 -0700)
committerJamie Cameron <jcameron@webmin.com>
Fri, 29 Apr 2011 04:51:14 +0000 (21:51 -0700)
ajaxterm/CHANGELOG [new file with mode: 0644]
ajaxterm/index.cgi
ajaxterm/module.info
makedist.pl

diff --git a/ajaxterm/CHANGELOG b/ajaxterm/CHANGELOG
new file mode 100644 (file)
index 0000000..b7efccf
--- /dev/null
@@ -0,0 +1,2 @@
+---- Changes since 1.550 ----
+First version of this module, which allows shell logins without the need to use a separate SSH client or even run an SSH server.
index b5d731c..478355c 100755 (executable)
@@ -71,7 +71,7 @@ if (!fork()) {
        untie(*STDIN); close(STDIN);
        untie(*STDOUT); close(STDOUT);
        untie(*STDERR); close(STDERR);
-       $statfile = "$ENV{'WEBMIN_VAR'}/$module_name/$port";
+       $statfile = "$ENV{'WEBMIN_VAR'}/ajaxterm/$port";
        while(1) {
                my @st = stat($statfile);
                if (@st && time() - $st[9] > $config{'timeout'}) {
index 8d123a4..c5226dc 100644 (file)
@@ -1,3 +1,3 @@
 desc=Text Login
 name=ajaxterm
-version=1.3
+longdesc=Access the shell on your system without the need for a separate SSH client, using Ajaxterm
index ab460a5..1ca13e2 100755 (executable)
@@ -71,7 +71,7 @@ else {
          "tunnel", "zones", "cluster-usermin", "dovecot", "syslog-ng",
          "mailcap", "blue-theme", "ldap-client", "phpini", "filter",
          "bacula-backup", "ldap-server", "exim", "tcpwrappers",
-         "package-updates", "system-status", "webmincron",
+         "package-updates", "system-status", "webmincron", "ajaxterm",
          );
        }
 @dirlist = ( "Webmin" );