Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 7 | -29/+29 | |
| | | ||||||
* | | Add run_depends and port_category for squid3 | Renato Botelho | 2015-05-05 | 1 | -0/+2 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Declare pfs_version as global on first usage | Renato Botelho | 2015-05-05 | 2 | -3/+5 | |
| | | ||||||
* | | For some reason, global pfs_version has a wrong value during installation. ↵ | Renato Botelho | 2015-05-05 | 5 | -7/+7 | |
| | | | | | | | | Force it to re-read /etc/version inside functions | |||||
* | | Fixup template installation broken on my last changes. Bump version to 2.40 | Renato Botelho | 2015-05-05 | 5 | -44/+54 | |
| | | ||||||
* | | Merge pull request #869 from emgee3/patch-1 | Renato Botelho | 2015-05-04 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix invalid proxyport default | emgee3 | 2015-04-26 | 1 | -1/+1 | |
| | | | | | | | | | proxyport setting defaults to localhost IP address rather than default squid proxy port | |||||
* | | | Add necessary ports tags for suricata and FTP Client Proxy | Renato Botelho | 2015-04-30 | 1 | -1/+5 | |
| | | | ||||||
* | | | Fix suricata pbi detection for 2.3+ | Renato Botelho | 2015-04-30 | 1 | -2/+7 | |
| | | | ||||||
* | | | Fix dependency for openvpn client export | Renato Botelho | 2015-04-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Bump OpenBGPD version | Renato Botelho | 2015-04-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add necessary port changes for sudo, softflowd and Service Watchdog | Renato Botelho | 2015-04-30 | 1 | -1/+6 | |
| | | | ||||||
* | | | Fix pbi detect for sudo | Renato Botelho | 2015-04-30 | 1 | -6/+5 | |
| | | | ||||||
* | | | Define ports tags for git, system patches and iftop | Renato Botelho | 2015-04-30 | 1 | -0/+6 | |
| | | | ||||||
* | | | Remove old comments | Renato Botelho | 2015-04-30 | 1 | -3/+0 | |
| | | | ||||||
* | | | Sanitize quagga ospf version | Renato Botelho | 2015-04-30 | 1 | -1/+1 | |
| | | |