aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BIND - add support for named command line options -4 and -6Stuart Wyatt2015-04-092-5/+20
| | | | | | | | -4 and -6 restrict the resolver to use the IPv4 and IPv6 transports respectively. The option is needed for the cases such as when you have IPv6 enabled on the LAN, but the WAN does not support IPv6. Add a list of choices with IPv4+IPv6 (default), IPv4 (only) and IPv6 (only) If IPv4 is selected, -4 will be added to the command line If IPv6 is selected, -6 will be added to the command line
* BIND - add support for IPv6 reverse zonesStuart Wyatt2015-04-092-2/+23
| | | | | | | Add a supplemental checkbox to "Reverse Zone" which further qualifies the reverse zone as an IPv6 reverse zone. The resulting zone name will be *.ipv6.arpa rather than *.ip-addr.arpa This change was originally submitted by https://github.com/cuteredstorm/pfsense-packages/commit/2b4e8084a92c8e9936f1b2fdca8272d29217c20a for Bug #4553
* BIND - add global settings for named.confStuart Wyatt2015-04-092-0/+19
| | | | | | Add field similar to custom options, but for global settings. Rather than being added to the options{} clause, these settings are added directly to named.conf. This allows the addition of items such as key{} and server{} clauses.
* Bump apcupsd version to 0.3.6 due to last changesRELENG_2_2_2Renato Botelho2015-04-093-3/+3
|
* Merge pull request #849 from gogglespisano/apcupsdRenato Botelho2015-04-091-2/+5
|\
| * Apcupsd - Bug 4650 - Support TLS email notifications and update email ↵Stuart Wyatt2015-04-074-5/+8
| | | | | | | | | | | | notification flag tests Bump package number to 0.3.5
* | Merge pull request #848 from dbaio/apcupsdRenato Botelho2015-04-095-11/+133
|\ \
| * | apcupsd - replace system exec `hostname` for php function gethostname()Danilo G. Baio (dbaio)2015-04-091-1/+3
| | |
| * | apcupsd - use quotes for array key namesDanilo G. Baio (dbaio)2015-04-091-5/+5
| | |
| * | apcupsd - use function is_port()Danilo G. Baio (dbaio)2015-04-091-2/+2
| | |
| * | apcupsd - add link for pfSense forumDanilo G. Baio (dbaio)2015-04-071-0/+2
| | |
| * | apcupsd - bump versionDanilo G. Baio (dbaio)2015-04-074-4/+4
| | |
| * | apcupsd - change function apccontrol_scripts_install()Danilo G. Baio (dbaio)2015-04-071-2/+68
| | |
| * | apcupsd - add new fieldsDanilo G. Baio (dbaio)2015-04-071-5/+57
| | |
* | | Merge pull request #852 from dneuhaeuser/patch-3Renato Botelho2015-04-094-8/+8
|\ \ \
| * | | bump squidguard version on pkg_config.8.xml.amd64Dennis Neuhaeuser2015-04-091-2/+2
| | | |
| * | | bump squidguard version on pkg_config.8.xml and pkg_config.8.xml.amd64Dennis Neuhaeuser2015-04-091-2/+2
| | | |
| * | | squidguard version bumpDennis Neuhaeuser2015-04-091-1/+1
| | | |
| * | | correction of path to squid binarayDennis Neuhaeuser2015-04-071-3/+3
| | | | | | | | | | | | | | | | corrected the base to the squid binary should be SQUID_BASE instead of SQUID_LOCALBASE
* | | | Bump check_mk_agent version due to last changesRenato Botelho2015-04-093-3/+3
| | | |
* | | | Merge pull request #829 from ApolloDS/masterRenato Botelho2015-04-091-2/+2
|\ \ \ \
| * | | | Use stable release of check_mk_agent (v1.2.6)Peter Baumann2015-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | HEAD Version is considered BETA, Stable Release is v1.2.6. See here: http://mathias-kettner.de/check_mk_download.html
* | | | | Merge pull request #711 from PiBa-NL/spamd_pfsense2.2Renato Botelho2015-04-096-43/+53
|\ \ \ \ \
| * | | | | spamd, bump package versionPiBa-NL2015-02-243-3/+3
| | | | | |
| * | | | | spamd, -fix 'add spamtrap'PiBa-NL2015-02-241-29/+25
| | | | | | | | | | | | | | | | | | | | | | | | -use exec() instead of exploding output of directly invoking a shell command
| * | | | | spamd, replace the shell calls by unlink_if_exists() and symlink()PiBa-NL2015-02-241-2/+2
| | | | | |
| * | | | | spamd, fix spamtrap and blacklist buttons, fix startup on pfSense 2.2PiBa-NL2015-02-243-23/+37
| | | | | |
* | | | | | Bump phpservice version due to last changesRenato Botelho2015-04-093-3/+3
| | | | | |
* | | | | | Merge pull request #803 from tuyan/masterRenato Botelho2015-04-091-1/+4
|\ \ \ \ \ \
| * | | | | | Fixed phpservice status not being able to extract status from ps.Tuyan Ozipek2015-02-021-1/+4
| | | | | | |
* | | | | | | Merge pull request #840 from ReinaldoFeitosa/masterRenato Botelho2015-04-092-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Update pkg_config.10.xmlReinaldoFeitosa2015-04-071-1/+1
| | | | | | | |
| * | | | | | | Update sqstat.class.phpReinaldoFeitosa2015-03-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Removed echo (Debug)
| * | | | | | | Update sqstat.class.phpReinaldoFeitosa2015-03-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fix erro in Squid 3.2 or later
* | | | | | | | Merge pull request #853 from gogglespisano/bindRenato Botelho2015-04-091-17/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | BIND package code clean up - variable initialization and dead codeStuart Wyatt2015-04-071-17/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize variables before .= concatenation Remove dead code (unused copy/paste of zone CONFIG settings not used in zone DB) Remove unused [$i] on $custom_root_zone and initialize
* | | | | | | | Merge pull request #851 from dneuhaeuser/patch-2Renato Botelho2015-04-071-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | bump squid3 package versionDennis Neuhaeuser2015-04-071-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #844 from dneuhaeuser/patch-1Renato Botelho2015-04-071-7/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | corrected comparison of reservedhigh port numberDennis Neuhaeuser2015-04-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | now the comparison should be correct
| * | | | | | | correction of portrange checkingdneuhaeuser2015-04-031-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 #850 from gogglespisano/bindRenato Botelho2015-04-077-1131/+1229
|\ \ \ \ \ \ \
| * | | | | | | BIND package code clean upStuart Wyatt2015-04-077-1131/+1229
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code cleanup to reflect coding style guidelines and consistency Tabs only, always uses braces, spacing C/C++ style comments Use array_key_exists instead of key_exists $config[] keys are always enclosed in quotes and use single quotes for literals
* | | | | | | Merge pull request #828 from nliaudat/patch-1Renato Botelho2015-04-073-6/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update pkg_config.10.xmlNicolas Liaudat2015-03-311-1/+1
| | | | | | |
| * | | | | | Update squidguard.xmlNicolas Liaudat2015-03-311-1/+1
| | | | | | |
| * | | | | | Update squidguard_configurator.incNicolas Liaudat2015-03-041-2/+2
| | | | | | |
| * | | | | | Update squidguard_configurator.incNicolas Liaudat2015-02-251-4/+13
| | | | | | | | | | | | | | | | | | | | | Fix commit eb7182a & it's revert to finaly works for everybody :)
* | | | | | | Merge pull request #846 from PiBa-NL/haproxy-devel21Renato Botelho2015-04-075-28/+28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | haproxy 1.5, move advanced settings below forwardfor to avoid a (possible) ↵PiBa-NL2015-04-041-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | warning