summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* UI fix, bumped to 0.3.2v0.3.2Ted Trask2009-12-105-7/+17
|
* Finished support for SRV and NAPTR records. Bumped to 0.3.1v0.3.1Ted Trask2009-11-113-7/+7
|
* Added support for SRV and NAPTR records, some UI cleanup.Ted Trask2009-11-103-19/+17
|
* Bumped revision to 0.3.0v0.3.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Tagged updated packages for release.v0.2.14ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-3/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.2.13Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1689 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/tinydns/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-5/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed tinydns bug caused by 1596 with write_file_with_audit, fixed bug in ↵Ted Trask2009-01-162-5/+4
| | | | | | creating file when directory missing. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1680 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-157-32/+32
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/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/tinydns/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-121-2/+2
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.2.12Ted Trask2008-11-181-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1599 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed access to APP from tinydns.Ted Trask2008-11-171-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1596 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated tinydns status to latest.Ted Trask2008-11-101-6/+19
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1590 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Slight change to tinydns to be more flexible with naming.Ted Trask2008-11-102-12/+12
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1589 ab2d0c66-481e-0410-8bed-d214d4d58bed
* superuser commiting the conf.d stuff generates an auditNathan Angelacos2008-11-091-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1585 ab2d0c66-481e-0410-8bed-d214d4d58bed
* editor roles allow editing existing domains, but not creation of new domainsNathan Angelacos2008-11-092-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1584 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.2.11Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-242-5/+8
| | | | | | 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/tinydns/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-222-1/+4
| | | | | | 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/tinydns/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-224-12/+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/tinydns/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.2.10Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified TinyDNS to include more intelligence. Changed listfiles and ↵Ted Trask2008-10-215-12/+35
| | | | | | newfile to not display / require directory. Made edit function in controller to allow control independent from expert. Modified edit to limit entries to the domain indicated by the file name. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1557 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.2.9Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-18/+2
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/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/tinydns/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified authenticator to make sub-authenticator visible rather that ↵Ted Trask2008-09-301-8/+8
| | | | | | redefining the functions twice. Modified roles and tinydns to reflect change. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1537 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-3/+2
| | | | | | 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/tinydns/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed the languages and most error descriptions from validator.lua.Ted Trask2008-09-261-3/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1534 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesv0.2.8Mika Havela2008-09-101-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1455 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tinydns to fix an exception when saving file, fix scrolling to line ↵Ted Trask2008-09-032-4/+6
| | | | | | number, and HTML escape the filecontent. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1444 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.2.7Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed tinydns validation bugTed Trask2008-08-211-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1390 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Simply tinydns change to reflect change to roles library.Ted Trask2008-08-161-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1383 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.2.6Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-287-114/+114
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tinydns to add in role-based permissions.Ted Trask2008-07-254-12/+89
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1321 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tinydns bug fixTed Trask2008-07-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1319 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tinydns to remove dnsfiles from session and replace with calls to ↵Ted Trask2008-07-256-34/+141
| | | | | | authenticator. Added in pages for managing tinydns permissions. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1318 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tinydns to implement access control.Ted Trask2008-07-233-32/+58
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1316 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifed tinydns view to combine all record types, except for locations, and ↵Ted Trask2008-07-172-70/+57
| | | | | | display together. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1313 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tinydns to use controllerfunctions, modelfunctions, common lsp ↵Ted Trask2008-07-0811-288/+52
| | | | | | files, and new view without action functionality. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1290 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added javascript to interfaces update/create pages. Minor changes to ↵Ted Trask2008-06-301-1/+1
| | | | | | tinydns and viewfunctions. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1264 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bumpsv0.2.5Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1258 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed debug log output from acf_www.Ted Trask2008-06-241-1/+1
| | | | | | Fixed minor bug in tinydns. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1255 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated tinydns as follows: Renames status to view and basicstatus to ↵Ted Trask2008-06-2410-209/+234
| | | | | | | | status. Added ability to view individual config file / domain. Added link from view to edit actual line. Modified view. Updated jQuery to latest 1.2.6 git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1253 ab2d0c66-481e-0410-8bed-d214d4d58bed