summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-47/+51
| | | | | 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-096-9/+9
|
* Only load js libraries if not already loadedTed Trask2013-10-032-2/+12
|
* Bumped version to 0.8.1v0.8.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-272-17/+4
|
* Use authenticator.get_subauth function rather than public auth variableTed Trask2012-10-261-8/+14
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
|
* Added require statement for html libraryTed Trask2012-10-027-0/+7
|
* Bumped version to 0.8.0v0.8.0Ted Trask2012-08-151-1/+1
|
* Removed call to redirect_to_referrerTed Trask2012-08-153-9/+15
|
* Fixed bug with SRV records having Priority and Weight swappedTed Trask2012-06-211-1/+1
|
* Fixed Install button on status pageTed Trask2012-05-191-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-282-12/+8
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-1810-39/+40
| | | | | | 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 bug with package install and autostart forms not workingTed Trask2011-07-131-2/+5
|
* Standalone A-entry should not be called 'Alias'. 'Alias' is generallyTimo Teräs2011-04-132-6/+6
| | | | used for CNAME records so that would be confusing.
* Bumped version to 0.7.0v0.7.0Ted Trask2011-03-301-1/+1
|
* Change for acf-core-0.13.0Ted Trask2011-03-303-9/+12
|
* Bumped version to 0.6.0v0.6.0Ted Trask2010-10-081-1/+1
|
* Modified permissions to work with acf-core-0.11.0Ted Trask2010-10-081-12/+8
|
* Bumped version to 0.5.4v0.5.4Ted Trask2010-04-151-1/+1
|
* Added validation to edit page to prevent A records for hosts outside domain.Ted Trask2010-04-151-12/+44
|
* Bumped version to 0.5.3v0.5.3Ted Trask2010-03-181-1/+1
|
* Add octal escape code handling to all fields except comment.Ted Trask2010-03-181-11/+12
|
* Sort the permissions alphabetically.Ted Trask2010-03-151-0/+2
|
* Sort domains.Ted Trask2010-03-041-0/+1
|
* Bumped version to 0.5.2v0.5.2Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-162-9/+9
|
* Bumped version to 0.5.1v0.5.1Ted Trask2010-02-111-1/+1
|
* Remove leading/trailing spaces from edit fields.Ted Trask2010-02-111-3/+3
|
* Bumped version to 0.5.0v0.5.0Ted Trask2010-01-221-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-222-6/+6
|
* Bumped version to 0.4.1v0.4.1Ted Trask2010-01-041-1/+1
|
* Automatic conversion of octal escape sequences in NAPTR regular expressions.Ted Trask2010-01-041-0/+11
|
* Fixed bug displaying perms result, made auth field by prefix..controller.Ted Trask2010-01-042-10/+9
| | | | Plus, removed role sorting.
* Bumped version to 0.4.0v0.4.0Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-313-18/+0
|
* Change processname to match prefix - this allows multiple instances without ↵Ted Trask2009-12-252-0/+11
| | | | editing.
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-172-7/+7
|
* 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