summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.8.0v0.8.0Ted Trask2013-01-021-1/+1
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-023-11/+6
|
* Bumped version to 0.7.1v0.7.1Ted Trask2012-10-281-1/+1
|
* Added require statement for html libraryTed Trask2012-10-023-0/+3
|
* Bumped version to 0.7.0v0.7.0Ted Trask2012-08-081-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-283-12/+12
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-1815-33/+27
| | | | | | 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
* Bumped version to 0.6.0v0.6.0Ted Trask2011-07-051-1/+1
|
* Cleanup of model, menu, and file permissionsTed Trask2011-07-057-4/+3
|
* Fixed all expert, startstop, and status symlinksTed Trask2011-07-058-72/+8
|
* Interface for OSPFskel2011-07-0510-0/+201
|
* Bumped version to 0.5.0v0.5.0Ted Trask2010-01-011-1/+1
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-172-4/+4
|
* UI fix, bumped to 0.4.1v0.4.1Ted Trask2009-12-103-17/+5
|
* Bumped revision to 0.4.0v0.4.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-042-2/+2
|
* Modified Makefiles and tagged for release with lots of security fixes.v0.3.4Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/tags/release-0.3.4@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-212-2/+4
| | | | | | 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
* Proposed changes to menu.Ted Trask2009-01-192-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-152-2/+2
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.3Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-242-4/+6
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.3.2Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-072-4/+2
| | | | | | 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-182-32/+33
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1478 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefile (to make new release for next Alpine version)Mika Havela2008-09-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1469 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding zebra routes on statuspage to show some debugging detailsMika Havela2008-09-166-2/+85
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1468 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-095-13/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1454 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefileMika Havela2008-09-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1449 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Split Bgp and Zebra into separate controllers.Mika Havela2008-09-0425-152/+173
| | | | | | | 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
* use cp -a so dist packages get created properlyv0.2.3Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-8/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed quagga configfile path.Ted Trask2008-07-141-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1302 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated quagga to separate quagga functions from bgp functions. Implemented ↵Ted Trask2008-07-1111-364/+80
| | | | | | status, startstop, and expert. git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1296 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.2.2Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-1/+1
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1120 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/quagga/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.2.1Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1085 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-302-3/+1
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing a bugMika Havela2008-04-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1042 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-12/+2
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added individual roles filesTed Trask2008-04-231-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved roles/permissions to individual roles filesTed Trask2008-04-231-6/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1034 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the way logfiles are fetched.v0.2.0Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1016 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up code.Mika Havela2008-04-083-21/+23
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@960 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the code even more.Mika Havela2008-04-084-136/+44
| | | | | | Moving view-function from the view-files into a library instead. git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@953 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up code.Mika Havela2008-04-085-106/+60
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@952 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added expert and logfile functionallity.Mika Havela2008-04-076-4/+198
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@951 ab2d0c66-481e-0410-8bed-d214d4d58bed