summaryrefslogtreecommitdiffstats
path: root/bgp-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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/+17
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1478 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Bugfix. Now reading password from config instead of using hardcoded pwMika Havela2008-09-161-1/+21
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1467 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor clean-up of quaggav0.3.0Ted Trask2008-09-091-5/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1454 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Split Bgp and Zebra into separate controllers.Mika Havela2008-09-041-0/+67
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