summaryrefslogtreecommitdiffstats
path: root/samba-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-15/+17
| | | | | 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
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-021-10/+4
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-271-11/+11
|
* Removed call to redirect_to_referrerTed Trask2012-08-151-6/+13
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-8/+9
|
* 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
* Added ability to edit conf.d file, and modified join too add AD and to read ↵v0.3.0Ted Trask2009-08-241-38/+55
| | | | from config rather than write. Bumped to version 0.3.0
* Fixed bug with samba status due to change to using openrc. Tagged 0.2.1v0.2.1Ted Trask2009-06-231-4/+3
|
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-3/+4
| | | | | | 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/samba/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-7/+7
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/samba/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-1/+1
| | | | | | 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/samba/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified samba to add listing, creating, editing, and deleting of shares.Ted Trask2008-12-021-0/+196
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/samba/trunk@1618 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵v0.0.1Ted Trask2008-10-071-2/+1
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/samba/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added samba controller.Ted Trask2008-10-031-0/+96
git-svn-id: svn://svn.alpinelinux.org/acf/samba/trunk@1541 ab2d0c66-481e-0410-8bed-d214d4d58bed