summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed /etc/fetchmailrc permissions to 600Ted Trask2009-05-271-3/+3
|
* Tagged packages for release.v0.2.6ttrask2009-03-191-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1737 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fetchmail to put 'is' at the end and change parsing of lines to try ↵ttrask2009-03-191-17/+43
| | | | | | to distinguish better between keywords and parameters. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1736 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the way startstop works in core to add a list of allowed actions. ↵ttrask2009-03-172-21/+24
| | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.2.5Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-1/+1
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-154-12/+12
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-6/+6
| | | | | | 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/fetchmail/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-121-4/+4
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.2.4Ted Trask2008-11-181-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1599 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fetchmail to specify an entry by server, method, mailbox, and ↵Ted Trask2008-11-184-16/+45
| | | | | | domain instead of just by server. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1598 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.2.3Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug in fetchmail entry validation.Ted Trask2008-11-041-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1576 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-4/+4
| | | | | | 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/fetchmail/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+1
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-222-3/+5
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.2.2Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-111-5/+5
| | | | | | library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.2.1Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted 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/fetchmail/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-4/+4
| | | | | | get_section, and set_section became parse_ini_file, update_ini_file, get_ini_section, and set_ini_section. Updated all code that used these functions. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-3/+3
| | | | | | 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/fetchmail/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesv0.2.0Mika Havela2008-09-101-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1455 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added ssl support to fetchmail. Plus a few bug fixes.Ted Trask2008-09-012-6/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1440 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added etrn support to fetchmail. Needs to be tested.Ted Trask2008-08-291-142/+143
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1439 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added config to fetchmail to configure globals and multiple entries. Also ↵Ted Trask2008-08-291-0/+31
| | | | | | added ability to run once and test. Still need support for ETRN and SSL. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1438 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added config to fetchmail to configure globals and multiple entries. Also ↵Ted Trask2008-08-2910-366/+544
| | | | | | added ability to run once and test. Still need support for ETRN and SSL. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1437 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.1.6Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fetchmail to clean up status and expert, and add startstop. Still ↵Ted Trask2008-08-116-293/+27
| | | | | | have to implement config. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1375 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.1.5Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-283-66/+66
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.1.4Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-1/+1
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote getopts.getoptsfromfile function to handle more complicated config ↵Ted Trask2008-05-071-1/+0
| | | | | | files and removed getopts.getoptsfromfile_onperline function git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilev0.1.3Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1072 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-2/+0
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-12/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added individual roles filesTed Trask2008-04-231-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved roles/permissions to individual roles filesTed Trask2008-04-231-5/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1034 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating Makefile for upcoming releasev0.1.2Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1006 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed typo.Mika Havela2008-04-091-2/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@975 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix.Mika Havela2008-04-092-0/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@969 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up code.Mika Havela2008-04-085-471/+97
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@955 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefilev0.1.1Mika Havela2008-04-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@935 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small bugfixMika Havela2008-04-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@925 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Show autostart sequence.v0.1.0Mika Havela2008-04-027-53/+107
| | | | | | | Disable not working config-tab. Hiding management-buttons because there exists no /etc/init.d/fetchmail script. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@889 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfixes.Mika Havela2008-02-272-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@776 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Creating tags folder for 'dhcp'Mika Havela2008-02-181-2/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@739 ab2d0c66-481e-0410-8bed-d214d4d58bed