summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-104-5/+5
|
* Bump version to 0.9.0v0.9.0Ted Trask2015-11-021-1/+1
|
* Modify logfile to use common viewTed Trask2015-10-313-6/+14
|
* Bump version to 0.8.0v0.8.0Ted Trask2014-04-261-1/+1
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-112-8/+4
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-4/+1
| | | | and use lowercase tags
* Bump version to 0.7.0v0.7.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-202-16/+19
| | | | | 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-3/+3
|
* Bumped version to 0.6.1v0.6.1Ted Trask2012-10-281-1/+1
|
* Cleaned up config view by updating CFE for autoviewTed Trask2012-10-282-10/+5
|
* Added require statement for html libraryTed Trask2012-10-022-0/+2
|
* Bumped version to 0.6.0v0.6.0Ted Trask2012-08-061-1/+1
|
* 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-186-20/+16
| | | | | | 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.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.1v0.4.1Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-312-14/+0
|
* Bumped revision to 0.4.0v0.4.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Tagged updated packages for release.v0.3.12ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-7/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.3.11Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-1/+1
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1683 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/openntpd/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-3/+3
| | | | | | 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/openntpd/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.10Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1578 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/openntpd/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/openntpd/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.3.9Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1543 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/openntpd/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-2/+2
| | | | | | get_section, and set_section became parse_ini_file, update_ini_file, get_ini_section, and set_ini_section. Updated all code that used these functions. git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-3/+4
| | | | | | opts_to_table, table_to_opts, parse_configfile2, update_configfile2, get_section, and set_section. New functions work on strings, not files. Modified all code using getopts to use format instead. Fixed nil string bugs in TCPProxy. Fixed forward only bug in DNSCache. git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on various Makefilesv0.3.8Mika Havela2008-09-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1523 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openntpd to use new libraries and lsp files.Ted Trask2008-09-2510-862/+148
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1514 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.3.7Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Bugfix resolving problem when config file is missing.Mika Havela2008-08-221-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1393 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.3.6Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-284-49/+49
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.3.5Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-3/+3
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote getopts.getoptsfromfile function to handle more complicated config ↵Ted Trask2008-05-071-2/+2
| | | | | | files and removed getopts.getoptsfromfile_onperline function git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilev0.3.4Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1081 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-2/+0
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-12/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added individual roles filesTed Trask2008-04-231-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed