summaryrefslogtreecommitdiffstats
path: root/chrony-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-101-2/+2
|
* Modify logfile to get logging info from the config and use common viewTed Trask2015-08-031-0/+18
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-101-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-181-18/+19
| | | | | 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-091-2/+2
|
* Replace subprocess.popen with modelfunctions.run_executableTed Trask2013-01-011-28/+1
|
* Replaced io.popen with modelfunctions.run_executable and subprocess.popenTed Trask2013-01-011-19/+29
|
* Cleaned up config view by updating CFE for autoviewTed Trask2012-10-281-5/+5
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-9/+9
|
* Modified startstop to add Online and Offline buttons and remove custom viewTed Trask2012-04-181-30/+27
|
* Fixing acf-chrony to work with changes made to acf-core.Zach LeBar2012-03-301-11/+23
| | | | Removing the use of controllerfunctions.lua and using the new 'handle_form()' found in acf_www-controller.lua. Also using 'handle_form()' in place of 'redirect_to_referrer()'.
* Updated for startstop in core 0.5.0root2009-06-041-2/+2
|
* Changed the way startstop works in core to add a list of allowed actions. ↵ttrask2009-03-171-21/+26
| | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed chrony validation to allow empty command key, modified status view.ttrask2009-03-131-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1728 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-1/+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/chrony/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-1/+1
| | | | | | 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/chrony/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified chrony to add key file functionality.Ted Trask2009-01-081-0/+40
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1671 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified chrony to add online/offline buttons to startstop. part 1Ted Trask2009-01-071-0/+24
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1669 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified chrony to make config work and replace time with details.Ted Trask2009-01-071-39/+112
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1668 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed chrony typo.Ted Trask2008-12-191-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1640 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modify chrony to detect comments more accurately.Ted Trask2008-12-021-13/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1617 ab2d0c66-481e-0410-8bed-d214d4d58bed
* End of day commit. Still need some work. Updating to have more viewed optionsMike Mason2008-11-051-0/+64
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1580 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/chrony/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Update of chrony to use new libraries and standard lsp files.Ted Trask2008-09-221-141/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1482 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Bugfix. Dindn't show if chrony was running or not.Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1128 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/chrony/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing a bugMika Havela2008-04-251-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1040 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Showing date/time as statusinformationv0.1.0Mika Havela2008-04-161-1/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@999 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Creating acf-chrony. status/expert/logfile functionallity should work.Mika Havela2008-04-151-0/+163
git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@992 ab2d0c66-481e-0410-8bed-d214d4d58bed