summaryrefslogtreecommitdiffstats
path: root/tcpproxy-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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