summaryrefslogtreecommitdiffstats
path: root/ipsectools-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-18/+20
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-2/+2
|
* Swap incoming and outgoing to match previousTed Trask2013-01-081-2/+2
|
* Clean up changes for phase2detailsTed Trask2013-01-081-22/+7
|
* Only call 'ip xfrm state' once, rather than twice per connectionTed Trask2013-01-081-2/+16
|
* Removed unwanted lines from 'ip xfrm state' outputTed Trask2013-01-081-4/+4
|
* Replace io.popen calls with modelfunctions.run_executableTed Trask2013-01-081-44/+24
|
* Removed redirect_to_referrer and changed viewcert to a formTed Trask2012-07-301-13/+31
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-7/+7
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-5/+9
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Using 'path' variable instead of specifying path for commandsMika Havela2011-04-281-2/+2
|
* Bugfix: Fixing broken path to 'ip'Mika Havela2011-04-281-1/+1
|
* basename function is no longer in acf-core-0.9.0Ted Trask2009-12-281-1/+2
|
* Changed os.rename to fs.move_file.Ted Trask2009-05-151-3/+3
|
* Removed html from ipsectools-model.lua.ttrask2009-03-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1721 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-7/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-16/+30
| | | | | | 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/ipsec-tools/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified ipsec-tools to add viewvert.Ted Trask2008-12-081-0/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1628 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified ipsectools to add ability to manage certificates.Ted Trask2008-11-211-0/+99
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1608 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-4/+2
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved procps and daemoncontrol functionality into processinfo.lua and ↵Ted Trask2008-09-251-4/+0
| | | | | | deleted procps.lua and daemoncontrol.lua. This saves space on the server. git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1519 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified ipsectools to use new libraries and lsp files.Ted Trask2008-09-231-160/+35
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1483 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing some details from the statuspage so it gets cleaner and not so ↵Mika Havela2008-09-041-3/+10
| | | | | | technical git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1445 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote getopts.getoptsfromfile function to handle more complicated config ↵Ted Trask2008-05-071-1/+0
| | | | | | files and removed getopts.getoptsfromfile_onperline function git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating makefile and changeing the way logfiles are fetched.v0.3.1Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1010 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up code.Mika Havela2008-04-081-31/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@957 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Show config errors in expert-tab.Mika Havela2008-04-041-35/+46
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@926 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding show-logfile functionallity.Mika Havela2008-04-041-0/+22
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@912 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added /etc/ipsec.conf to the expert-tab.v0.2.0Mika Havela2008-04-021-0/+33
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@893 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today.Mika Havela2008-04-011-76/+127
| | | | | | Adding Expert tab to edit config (still missing edit /etc/ipsec.conf) git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@872 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the looks into a table so it doesn't flood the screenv0.1Mika Havela2008-03-311-0/+63
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@866 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed ipsec-tools to ipsectools to come around a but with the menu-systemMika Havela2008-03-281-0/+110
git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@850 ab2d0c66-481e-0410-8bed-d214d4d58bed