summaryrefslogtreecommitdiffstats
path: root/tcpproxy-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-101-8/+8
|
* Change ACF list to structure for accuracyTed Trask2016-02-241-1/+1
|
* Change listsmtpfiles to return cfe structure with details rather than listTed Trask2015-12-301-10/+20
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-20/+21
| | | | | 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
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-271-8/+8
|
* Removed calls to redirect_to_referrer and fixed smtpstatusTed Trask2012-08-151-7/+22
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-8/+8
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-5/+9
| | | | | | 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
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-4/+4
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/tcpproxy/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-2/+2
| | | | | | 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/tcpproxy/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-1/+1
| | | | | | 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/tcpproxy/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-14/+3
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/tcpproxy/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-6/+6
| | | | | | 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/tcpproxy/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Implemented tcpproxy SMTP entriesv0.0.1Ted Trask2008-08-211-36/+168
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tcpproxy/trunk@1389 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tcpproxy to add in SMTP proxy support. Entries are directly ↵Ted Trask2008-08-201-0/+240
| | | | | | edited, this still has to be improved. git-svn-id: svn://svn.alpinelinux.org/acf/tcpproxy/trunk@1388 ab2d0c66-481e-0410-8bed-d214d4d58bed
* New package for tcpproxy with status, startstop, and expert.Ted Trask2008-08-151-0/+32
git-svn-id: svn://svn.alpinelinux.org/acf/tcpproxy/trunk@1381 ab2d0c66-481e-0410-8bed-d214d4d58bed