summaryrefslogtreecommitdiffstats
path: root/zebra-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-101-3/+3
|
* Replace nc executable with luasocket library for quagga statusTed Trask2016-03-111-4/+31
| | | | nc executable blocked forever in more recent versions
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-8/+8
| | | | | 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-1/+1
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-021-3/+2
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-3/+7
| | | | | | 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
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-1/+2
| | | | | | 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/quagga/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-2/+1
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified quagga to account for failures in details.v0.3.1Ted Trask2008-09-181-16/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1478 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding zebra routes on statuspage to show some debugging detailsMika Havela2008-09-161-0/+54
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1468 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Split Bgp and Zebra into separate controllers.Mika Havela2008-09-041-0/+32
Earlier there was no chance to start/stop zebra (only bgp) and the whole package was a strange mix of bgp and zebra. Now these processes has own Menuitems and are controlled separately (they both exist in acf-quagga though). git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1447 ab2d0c66-481e-0410-8bed-d214d4d58bed