From a3e88fe31717dca8bfb602904b0dc6bdaf412a32 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 21 Jan 2009 22:04:37 +0000 Subject: Added escapespecialcharacters to format.lua to escape shell special characters. Reviewed all calls to io.popen and os.execute to escape special characters. Fixed file uploads in openssl and ipsectools with viewfunctions.lua. Tried to fix openssl renew when subject contains special characters, but not done yet. git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openssh-model.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'openssh-model.lua') diff --git a/openssh-model.lua b/openssh-model.lua index b5efd74..23987d4 100644 --- a/openssh-model.lua +++ b/openssh-model.lua @@ -4,6 +4,7 @@ module(..., package.seeall) require("modelfunctions") require("validator") require("fs") +require("format") -- Set variables local configfile = "/etc/ssh/sshd_config" -- cgit v1.2.3