summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.8.0v0.8.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-202-27/+31
| | | | | 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-093-4/+4
|
* Bump version to 0.7.0v0.7.0Ted Trask2013-01-011-1/+1
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-13/+7
|
* Bumped version to 0.6.1v0.6.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-283-25/+11
|
* Added require statement for html libraryTed Trask2012-10-025-0/+5
|
* Bumped version to 0.6.0v0.6.0Ted Trask2012-08-061-1/+1
|
* Removed redirect_to_referrer callTed Trask2012-08-062-10/+19
|
* Some cleanup for form submissionTed Trask2012-05-071-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-6/+6
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-188-22/+20
| | | | | | 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
* Fixed typoTed Trask2012-02-231-1/+1
|
* Added some basic validation of authorized keysTed Trask2012-01-061-7/+12
|
* Bumped version to 0.5.0v0.5.0Ted Trask2011-03-301-1/+1
|
* Modified for acf-core-0.13.0Ted Trask2011-03-301-6/+0
|
* Bumped version to 0.4.2v0.4.2Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-162-3/+3
|
* Fixed bug in connectedpeers view, bumped to 0.4.1v0.4.1Ted Trask2010-01-312-4/+4
|
* Bumped version to 0.4.0v0.4.0Ted Trask2010-01-221-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-222-3/+3
|
* Bumped version to 0.3.0v0.3.0Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-311-5/+0
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-171-2/+2
|
* Bumped to 0.2.3v0.2.3Ted Trask2009-10-091-1/+1
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-10-072-5/+5
|
* Bumped version to 0.2.2v0.2.2Ted Trask2009-09-221-1/+1
|
* Allow to insert multiple certs and certs with \n. Sorted users and cert ids.Ted Trask2009-09-221-22/+40
|
* Bumped version to 0.2.1v0.2.1Ted Trask2009-08-141-1/+1
|
* Added note about adding keys to lbuTed Trask2009-08-121-0/+1
|
* Bumped revision to 0.2.0v0.2.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Updated package name for alpine 1.9.Ted Trask2009-05-261-1/+1
|
* Error check for empty input.v0.1.4Ted Trask2009-04-011-2/+2
|
* Bumped version numberTed Trask2009-04-011-1/+1
|
* Fixed openssh authorized keys parsing to allow for access phrase and ↵Ted Trask2009-04-012-15/+36
| | | | arbitrary characters.
* Tagged updated packages for release.v0.1.3ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-20/+24
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.1.2Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-0/+1
| | | | | | 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/openssh/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-6/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-155-13/+13
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-6/+2
| | | | | | 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/openssh/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefile to update version and tag for release.v0.1.1Ted Trask2008-12-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1637 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssh to remove unintended dependence on tinydns.Ted Trask2008-12-102-12/+17
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1635 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.1.0Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssh to allow deleting and adding certs from authorized_keys.Ted Trask2008-11-047-2/+174
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1577 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-2/+4
| | | | | | 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/openssh/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+3
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed