Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -7/+7 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | squid 3.4 - Fix typos | Marcello Coutinho | 2015-01-14 | 1 | -2/+2 |
| | |||||
* | squid 3.4 - fixes #4196 and #4197 | Marcello Coutinho | 2015-01-14 | 4 | -46/+169 |
| | | | | | | | | | /var/run/squid check squidclamav symbolic links antivirus tab check config c-icap rc.d file path checks clamd rc.d file path checks squid_clwarn.php replacement for clwarn.cgi to do not need perl install | ||||
* | Bump squid3 version due to PBI rebuild | Renato Botelho | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | squid3.4 - update compile args | Marcello Coutinho | 2014-12-29 | 2 | -27/+34 |
| | | | | | | fix captive portal check_ip for 2.2 fix ssl_bump with no authentication bump package version | ||||
* | Revert 6819d263 partially since it can be useful for development tests | Renato Botelho | 2014-12-18 | 1 | -2/+7 |
| | |||||
* | Call binary wrappers | Renato Botelho | 2014-12-18 | 1 | -23/+21 |
| | |||||
* | This version is only for 2.2 and later, drop these checks | Renato Botelho | 2014-12-18 | 1 | -9/+1 |
| | |||||
* | Remove unused code | Renato Botelho | 2014-12-18 | 1 | -11/+0 |
| | |||||
* | squid3.4 - first package files | Marcello Coutinho | 2014-11-20 | 30 | -0/+9083 |