summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug with hard drive status.Alpine1.8_FixesTed Trask2009-06-031-1/+1
|
* Attempt to add other mounted hard drives to status list.Ted Trask2009-06-011-1/+1
|
* Fixed bug in marking logfiles as in use.v0.4.12Ted Trask2009-04-062-2/+2
|
* Tagged packages for release.v0.4.11ttrask2009-03-131-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1729 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed interfaces bug in expert, did some reorg of code.ttrask2009-03-121-95/+57
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1727 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tagged updated packages for release.v0.4.10ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified network stats again to combine legend with checkboxes, and sorted ↵ttrask2009-02-051-18/+51
| | | | | | by interface name. Makes chart larger again, but have to pre-define colors. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1699 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-5/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.4.9Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-215-10/+15
| | | | | | 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/alpine-baselayout/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health network stats to work with all skins. Static width to work ↵Ted Trask2009-01-191-2/+2
| | | | | | with various browsers and flot. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1685 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-196-15/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-162-10/+7
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-1519-61/+66
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-134-9/+6
| | | | | | 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/alpine-baselayout/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-122-2/+2
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Update Makefiles and tag core, alpine-baselayout, and chrony for release.v0.4.8Ted Trask2009-01-091-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1672 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed logfiles tail bug on FireFox. Actually made it much better so scroll ↵Ted Trask2009-01-051-1/+22
| | | | | | sticks. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1665 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health network stats to move legend and make options into two columns.Ted Trask2009-01-051-4/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1664 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefile to update version and tag for release.v0.4.7Ted Trask2008-12-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1637 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added label to health networkstats graph.Ted Trask2008-12-081-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1630 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified interfaces to allow any character but ':' or '@' in interface name ↵Ted Trask2008-12-081-2/+2
| | | | | | when parsing 'ip addr'. This fixed problem with health/networkstats when unusual interface name exists. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1629 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.4.6Ted Trask2008-12-021-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1619 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modify cron to make directory if necessary.Ted Trask2008-12-021-0/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1616 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified interfaces to allow any non-space characters in interface name.Ted Trask2008-12-011-4/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1615 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified interfaces to fix parsing of interfaces file. Allow '.' characters ↵Ted Trask2008-12-011-5/+6
| | | | | | in interface names and modify comments so they stay with the appropriate interface. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1614 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote cron to make it do something.Ted Trask2008-12-0111-33/+195
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1613 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.5Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added modules status page.Ted Trask2008-10-315-5/+23
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1571 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added modules controller.Ted Trask2008-10-306-2/+80
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1570 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added networking restart warning.Ted Trask2008-10-301-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1569 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc / Startup menu.Ted Trask2008-10-302-4/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1568 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified syslog status to also report startup.Ted Trask2008-10-302-19/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1567 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health to add sda harddrives to storage health.Ted Trask2008-10-241-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1566 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-242-5/+9
| | | | | | 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/alpine-baselayout/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/alpine-baselayout/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-225-16/+15
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.4Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added alpine-baselayout hostname and password edit.Ted Trask2008-10-1310-51/+77
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1556 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added Restart Networking function to interfaces. Redirect to read after update.Ted Trask2008-10-134-11/+18
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1553 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-116-2/+128
| | | | | | library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.4.3Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-072-32/+31
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-4/+4
| | | | | | 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/alpine-baselayout/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-7/+5
| | | | | | 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/alpine-baselayout/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on various Makefilesv0.4.2Mika Havela2008-09-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1523 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added missing require statement in interfaces.Ted Trask2008-09-251-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1521 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilev0.4.1Mika Havela2008-09-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1485 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified logfiles to add grep capability.Ted Trask2008-09-174-6/+61
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1472 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Remove link before checkinTed Trask2008-09-171-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1471 ab2d0c66-481e-0410-8bed-d214d4d58bed