summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵Ted Trask2012-02-231-1/+0
| | | | | | into mvc.lua mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-1/+1
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵Ted Trask2009-12-311-8/+1
| | | | function to viewfunctions library.
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-1/+0
| | | | | | 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/core/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved procps and daemoncontrol functionality into processinfo.lua and ↵Ted Trask2008-09-251-2/+0
| | | | | | deleted procps.lua and daemoncontrol.lua. This saves space on the server. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1519 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-251-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1518 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed unused libraries debugs, web_elements, privsep, ipcalc.Ted Trask2008-09-251-3/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1517 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed split and join libraries. Join is handled by table.concat. Split ↵Ted Trask2008-09-251-2/+0
| | | | | | is handled by format.string_to_table. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1515 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library to operate on strings rather than files - makes it ↵Ted Trask2008-09-191-1/+0
| | | | | | more flexible. Removed dependencies and unnecessary _to_string functions - use table.concat instead. Changed remove_blanks_comments to parse_lines. Added parse_linesandwords, replace_line, insert_line, and get_line functions from parser.lua and removed parser.lua. Made slight changes to squid and devtools to reflect library changes. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1479 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added parser library. Display filecontent descr in filedetails.Ted Trask2008-09-181-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1474 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Split common code out of authenticator-plaintext into authenticator.lua in ↵Ted Trask2008-07-221-0/+1
| | | | | | preparation for adding SQL authentication. Rewrote authentication functions to use cfe's. Made corresponding changes to roles and logon. Added dnsfiles field to userdata for tinydns access control. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1314 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added apk library.Ted Trask2008-07-041-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1280 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified core to create model and controller function libraries and some ↵Ted Trask2008-07-021-1/+3
| | | | | | common html views. Moved cfe to a library. Modified redirect_to_referrer function - may break some pages. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1267 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Missed to add the libraries to the MakefileMika Havela2008-04-161-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@994 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed Makefiles.Mika Havela2008-02-131-0/+1
| | | | | | Modified the view-file so it looks the same way other view-files looks. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@712 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Remembered the makefile!Mika Havela2008-01-141-1/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@567 ab2d0c66-481e-0410-8bed-d214d4d58bed
* renamed pidof lib to procps. should be safe since noone is using itNatanael Copa2008-01-111-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@549 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the looks on logon-html (and small change in static.css).Mika Havela2007-12-261-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@455 ab2d0c66-481e-0410-8bed-d214d4d58bed
* plaintext authenticator libraryNathan Angelacos2007-12-041-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@404 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Lots of changes. fs.lua now only has file/filesystem functions. format.lua ↵Mike Mason2007-11-281-0/+1
| | | | | | added to be convert/sytle format changes. join.lua and split.lua put in format now. May delete later. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@385 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added date.luaMike Mason2007-11-281-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@379 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up librariesMike Mason2007-11-231-3/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@363 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added library for pidofNatanael Copa2007-11-171-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@329 ab2d0c66-481e-0410-8bed-d214d4d58bed
* moved sandbox. added privsep to makefileNatanael Copa2007-11-161-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@313 ab2d0c66-481e-0410-8bed-d214d4d58bed
* app/acf_www-controller.lua removed logit referencesNathan Angelacos2007-11-141-2/+1
| | | | | | | | lib/session.lua use posix lib/Makefile remove reference to ed.lua git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@303 ab2d0c66-481e-0410-8bed-d214d4d58bed
* moved core files to new dir structurev2.0_alpha1Natanael Copa2007-07-271-0/+47
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@219 ab2d0c66-481e-0410-8bed-d214d4d58bed