Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sanitize squid version | Renato Botelho | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Remove extra \n | Renato Botelho | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Remove old break from switch -> if conversion | Renato Botelho | 2015-05-06 | 1 | -2/+0 |
| | |||||
* | Remove unused file squid_cpauth.php | Renato Botelho | 2015-05-06 | 1 | -24/+0 |
| | |||||
* | Remove squid_ng.inc and squid_ng.xml, they are not being used | Renato Botelho | 2015-05-06 | 3 | -1342/+0 |
| | |||||
* | Remove squid_extauth.xml, it's not being used | Renato Botelho | 2015-05-06 | 1 | -106/+0 |
| | |||||
* | Remove squid_auth.inc, it's not being used | Renato Botelho | 2015-05-06 | 1 | -447/+0 |
| | |||||
* | Fix indent and style | Renato Botelho | 2015-05-06 | 1 | -81/+82 |
| | |||||
* | Fix indent and style | Renato Botelho | 2015-05-06 | 1 | -427/+422 |
| | |||||
* | Fix indent and style | Renato Botelho | 2015-05-06 | 1 | -79/+79 |
| | |||||
* | Add more notes | Renato Botelho | 2015-05-06 | 1 | -0/+3 |
| | |||||
* | Simplify logic | Renato Botelho | 2015-05-06 | 1 | -5/+3 |
| | |||||
* | Simplify logic | Renato Botelho | 2015-05-06 | 1 | -2/+5 |
| | |||||
* | Use if instead of switch/case statement for boolean test | Renato Botelho | 2015-05-06 | 1 | -3/+2 |
| | |||||
* | Use is_numericint() in places we need a positive number | Renato Botelho | 2015-05-06 | 1 | -9/+9 |
| | |||||
* | Simplify logic | Renato Botelho | 2015-05-06 | 1 | -16/+17 |
| | |||||
* | Simplify logic | Renato Botelho | 2015-05-06 | 1 | -13/+14 |
| | |||||
* | Add a note about intl error files | Renato Botelho | 2015-05-06 | 1 | -0/+10 |
| | |||||
* | SQUID_CONFBASE is inside SQUID_BASE, create SQUID_CONFBASE recursively is ↵ | Renato Botelho | 2015-05-06 | 1 | -4/+0 |
| | | | | enough. Also remove redundant chown() and chgrp() | ||||
* | Remove unused SQUID_LIB | Renato Botelho | 2015-05-06 | 1 | -3/+0 |
| | |||||
* | Replace some exec() calls by proper functions | Renato Botelho | 2015-05-06 | 1 | -3/+5 |
| | |||||
* | Install check_ip.php direct to /usr/local/bin, and, on 2.2, create a symlink ↵ | Renato Botelho | 2015-05-06 | 2 | -3/+5 |
| | | | | inside PBI directory | ||||
* | Check if cachedir exist before try to rename it | Renato Botelho | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Do not mess clamav user account on 2.3+ | Renato Botelho | 2015-05-06 | 1 | -0/+3 |
| | |||||
* | Declare pfs_version as global so it can be used later | Renato Botelho | 2015-05-06 | 1 | -0/+1 |
| | |||||
* | Refactory squid_get_real_interface_address keeping result the same but using ↵ | Renato Botelho | 2015-05-05 | 1 | -6/+3 |
| | | | | pfSense generic functions instead of calling ifconfig | ||||
* | Respect SQUID_[UG]ID | Renato Botelho | 2015-05-05 | 1 | -12/+15 |
| | |||||
* | Add a safebelt to avoid changing /usr/local permissions | Renato Botelho | 2015-05-05 | 1 | -0/+3 |
| | |||||
* | Respect SQUID_[UG]ID | Renato Botelho | 2015-05-05 | 1 | -2/+2 |
| | |||||
* | Respect SQUID_[UG]ID and use chmod() | Renato Botelho | 2015-05-05 | 1 | -3/+3 |
| | |||||
* | We just created directory, no need for recursive chown call | Renato Botelho | 2015-05-05 | 1 | -3/+3 |
| | |||||
* | Replace all calls to make_dirs() by mkdir with mode 0755 and recursive enabled | Renato Botelho | 2015-05-05 | 3 | -18/+18 |
| | |||||
* | Add SQUID_UID and SQUID_GID preparing it to use default user on 2.3+ | Renato Botelho | 2015-05-05 | 1 | -0/+4 |
| | |||||
* | Use SQUID_CONFFILE | Renato Botelho | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Use SQUID_SSL_DB | Renato Botelho | 2015-05-05 | 1 | -6/+6 |
| | |||||
* | Fix indent/spaces | Renato Botelho | 2015-05-05 | 1 | -816/+815 |
| | |||||
* | Add support for 2.3+ pbi detection and remove duplicated definition of ↵ | Renato Botelho | 2015-05-05 | 1 | -3/+9 |
| | | | | SQUID_BASE | ||||
* | Remove old directory | Renato Botelho | 2015-05-05 | 13 | -4748/+0 |
| | |||||
* | fetch virus log | Dennis Neuhaeuser | 2015-04-11 | 1 | -0/+28 |
| | | | addded code to fetch entries from virus log and push to "realtime" table | ||||
* | add table area to display clamav logs | Dennis Neuhaeuser | 2015-04-11 | 1 | -1/+21 |
| | | | | - adds a table to the tab "realtime" for virus log displaying - corrected link to tab "antivirus" | ||||
* | write additional virus.log file | Dennis Neuhaeuser | 2015-04-11 | 1 | -0/+1 |
| | | | this writes a logfile when a virus was found | ||||
* | corrected comparison of reservedhigh port number | Dennis Neuhaeuser | 2015-04-04 | 1 | -2/+2 |
| | | | now the comparison should be correct | ||||
* | correction of portrange checking | dneuhaeuser | 2015-04-03 | 1 | -5/+5 |
| | | | configured port needs checking against sysctl parameter sysctl "net.inet.ip.portrange.reservedhigh" instead of "net.inet.ip.portrange.first". | ||||
* | Merge pull request #789 from CinoNY/patch-3 | Renato Botelho | 2015-02-02 | 2 | -5/+14 |
|\ | |||||
| * | add new X-Forward Mode options | Cino | 2015-01-16 | 1 | -1/+2 |
| | | |||||
| * | add new X-Forward Mode options | Cino | 2015-01-16 | 1 | -4/+12 |
| | | |||||
* | | Bump squid package to 0.2.6RELENG_2_2_0 | Renato Botelho | 2015-01-22 | 1 | -1/+1 |
| | | |||||
* | | Define the contants to /usr/local can be useful at development time in ↵ | Renato Botelho | 2015-01-22 | 1 | -7/+2 |
|/ | | | | certain circumstances, but, it can lead squid3 package to change permissions of system directories and break important parts of the system. This seems to be the root cause of https://forum.pfsense.org/index.php?topic=87135.0 | ||||
* | squid3.4 fix and improve clamav and freshclam rc.d script paths | Marcello Coutinho | 2015-01-16 | 1 | -6/+15 |
| | |||||
* | Bump squid3 version due to PBI rebuild | Renato Botelho | 2015-01-14 | 1 | -1/+1 |
| |