summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.9.0v0.9.0Ted Trask2013-10-311-1/+1
|
* Use fs.create_directory for the cert directoryTed Trask2013-10-291-1/+4
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-202-34/+38
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Fix logfile to pass filename to alpine-baselayout/logfiles/viewTed Trask2013-10-171-1/+1
|
* Change use of require to work with Lua 5.2Ted Trask2013-10-093-4/+4
|
* Bump version to 0.8.1v0.8.1Ted Trask2013-04-101-1/+1
|
* Fix exception when datechange array is emptyTed Trask2013-04-101-2/+2
|
* Bump version to 0.8.0v0.8.0Ted Trask2013-01-081-1/+1
|
* Replace io.popen calls with modelfunctions.run_executableTed Trask2013-01-081-28/+11
|
* Bumped version to 0.7.1v0.7.1Ted Trask2012-10-281-1/+1
|
* Added require statement for html libraryTed Trask2012-10-025-0/+5
|
* Bumped version to 0.7.0v0.7.0Ted Trask2012-08-061-1/+1
|
* Removed calls to redirect_to_referrerTed Trask2012-08-063-14/+26
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-5/+5
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-187-22/+22
| | | | | | 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 Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-312-8/+0
|
* Moved certificates to subdirectory and enabled multiple instances.Ted Trask2009-12-292-13/+25
|
* basename function is no longer in acf-core-0.9.0Ted Trask2009-12-281-1/+1
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-171-2/+2
|
* UI fixTed Trask2009-12-102-3/+3
|
* Allow to view any certs in /etc/openvpn, cleaned up view some.Ted Trask2009-11-252-16/+10
|
* Added new view files for major changes to only handle one config and add ↵Ted Trask2009-11-234-0/+65
| | | | cert processing.
* Major changes to only handle one config and add cert processing.Ted Trask2009-11-1911-227/+170
|
* Bumping version > 0.4.3v0.4.3Mika Havela2009-08-111-1/+1
| | | | | By now ticket #109 should be fixed. Might be we solve this in some other way in the future, but for now it works.
* Hiding debug-information and rephrazing start/stop-action descriptionMika Havela2009-08-111-3/+3
|
* Creating a (modified) view-file for starting/stopping the various ↵Mika Havela2009-08-111-0/+37
| | | | openvpn-processes
* Function for starting/stopping various openvpn-processesMika Havela2009-08-111-0/+15
| | | | If a sub-process is missing it's symbolic link, it's created.
* Redirect page when started/stopped/restarted a processMika Havela2009-08-111-0/+6
|
* Controller functionality to start/stop various processesMika Havela2009-08-111-0/+6
|
* Adding role startstopMika Havela2009-08-111-1/+1
|
* Adding a link to be able to start/stop various processesMika Havela2009-08-111-2/+2
|
* Hiding status about started/stopped services.Mika Havela2009-08-111-1/+4
|
* Splitting up the code for readebility (no change in functionallity)Mika Havela2009-08-111-1/+7
|
* Fixing graphical bugfixes by altering number of columns andMika Havela2009-08-101-2/+2
| | | | adding whitespace in empty columns.
* Modifying view-file to use the 'statusinfo' function (instead of 'status_info')v0.4.2Mika Havela2009-08-101-1/+1
|
* View connected clients function is called statusinfo (not 'status_info')Mika Havela2009-08-101-1/+1
|
* Fixed bug that caused a file to be called myfileconf (without the . before conf)Mika Havela2009-08-101-1/+1
|
* Force name of new config-files to end with '.conf'Mika Havela2009-08-101-1/+4
|
* Filter out only .conf files when displaying possible config-filesMika Havela2009-08-101-1/+1
|
* Bump version on Makefile > 0.4.2Mika Havela2009-08-101-1/+1
|
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-6/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.4.1Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-2/+4
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-153-28/+28
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-1/+0
| | | | | | within create_file and write_file. Reviewed each read_file call to make sure handles nil return value. git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.4.0Ted Trask2008-12-021-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1619 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of openvpn to use cfes and new style. Added ability to ↵v0.3.0Ted Trask2008-11-2516-461/+300
| | | | | | edit/create/delete configs. Combined three view functions into one. Added a new status and moved old status to listconfigs. Still needs work, including ability to start/stop/restart. git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1611 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.2.6Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed