Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump squidguard version (squidguard.xml) | Dennis Neuhaeuser | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | bump squidguard version (pkg_config.8.xml.amd64) | Dennis Neuhaeuser | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | bump squidguard version (pkg_config.8.xml) | Dennis Neuhaeuser | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | bump squidguard version (pkg_config.10.xml) | Dennis Neuhaeuser | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #861 from dneuhaeuser/patch-3 | Renato Botelho | 2015-04-13 | 1 | -2/+3 |
|\ | |||||
| * | create mountpoint for ramdisk with PHP mkdir | Dennis Neuhaeuser | 2015-04-13 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #860 from zackbcom/patch-1 | Renato Botelho | 2015-04-13 | 1 | -1/+1 |
|\ | |||||
| * | Show max shared secret length | zackbcom | 2015-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Shared secrets longer than 31 characters will display garbage passwords. Another cause of garbage passwords being logged is the secret being too long. Certain NAS boxes have limitations on the length of the secret and don't complain about it. FreeRADIUS is limited to 31 characters for the shared secret. http://wiki.freeradius.org/guide/faq#Common-problems-and-their-solutions | ||||
* | | Merge pull request #854 from gogglespisano/bind | Renato Botelho | 2015-04-13 | 6 | -52/+174 |
|\ \ | |/ |/| | |||||
| * | BIND - fix typo in "statment" in enable_updatepolicy field | Stuart Wyatt | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | BIND - bump package version to 0.3.7 | Stuart Wyatt | 2015-04-09 | 3 | -3/+3 |
| | | |||||
| * | BIND - remove redundant variable initialization | Stuart Wyatt | 2015-04-09 | 1 | -1/+0 |
| | | |||||
| * | BIND - clean up zone switch statements | Stuart Wyatt | 2015-04-09 | 1 | -27/+39 |
| | | | | | | | | Make the zone type cases more consistent and add default cases. | ||||
| * | BIND - improve indentation in generated named.conf file | Stuart Wyatt | 2015-04-09 | 1 | -10/+12 |
| | | | | | | | | This improves the readability of the generated named.conf file. | ||||
| * | BIND - add support for multiple views per zone configuration | Stuart Wyatt | 2015-04-09 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | Often a zone configuration can be identical for LAN/local and WAN/pulic views, especially when using NAT reflection. This change allows those zones to only be entered once in the configuration and then applied to both the local and public views. The change converts the zone's 'view' field from a single selection to an array multiple selection. Since an old value of 'local' is the same as an array value with only one element for 'local', this change is backwards compatible with existing configurations. For that reason, I'm leaving the field name as 'view' rather than changing it to 'views' When the zones are being added to the view clause, it will now check to see if the view is in the zone's view list rather than checking to see if it is a simple match before including the zone in the view. By setting the old varible $zoneview to the matching view from the list, the existing code needs very little change. | ||||
| * | BIND - add support for zone update-policy statement on master zones | Stuart Wyatt | 2015-04-09 | 2 | -1/+33 |
| | | | | | | | | | | | | The update-policy statement allows the zone to specify, among other things, a key to be used for authorization of master zone updates Add a checkbox and text field to add an update-policy statement to the zone configuration. When the update-policy statement is used, it replaces the allow-update statement. | ||||
| * | BIND - clean up zone code | Stuart Wyatt | 2015-04-09 | 1 | -6/+23 |
| | | | | | | | | | | | | | | | | | | Trim trailing ; from forwarders since ; is added when it is written to the config. Since it's a list of semi-colon separated values, users can accidently add a trailing ; Only ensure the view folder exists if the zone is not a 'forward' zone since forward zones are only in named.conf and don't have a .DB file Add allow-query statements to slave and redirect zones Add allowquery and allowupdate fields to on_type_zone_changed() Use isempty() on customoptions and forwarders to skip adding empty statements Use isempty() instead of == '' on some statements | ||||
| * | BIND - add support for named command line options -4 and -6 | Stuart Wyatt | 2015-04-09 | 2 | -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 zones | Stuart Wyatt | 2015-04-09 | 2 | -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.conf | Stuart Wyatt | 2015-04-09 | 2 | -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_2 | Renato Botelho | 2015-04-09 | 3 | -3/+3 |
| | |||||
* | Merge pull request #849 from gogglespisano/apcupsd | Renato Botelho | 2015-04-09 | 1 | -2/+5 |
|\ | |||||
| * | Apcupsd - Bug 4650 - Support TLS email notifications and update email ↵ | Stuart Wyatt | 2015-04-07 | 4 | -5/+8 |
| | | | | | | | | | | | | notification flag tests Bump package number to 0.3.5 | ||||
* | | Merge pull request #848 from dbaio/apcupsd | Renato Botelho | 2015-04-09 | 5 | -11/+133 |
|\ \ | |||||
| * | | apcupsd - replace system exec `hostname` for php function gethostname() | Danilo G. Baio (dbaio) | 2015-04-09 | 1 | -1/+3 |
| | | | |||||
| * | | apcupsd - use quotes for array key names | Danilo G. Baio (dbaio) | 2015-04-09 | 1 | -5/+5 |
| | | | |||||
| * | | apcupsd - use function is_port() | Danilo G. Baio (dbaio) | 2015-04-09 | 1 | -2/+2 |
| | | | |||||
| * | | apcupsd - add link for pfSense forum | Danilo G. Baio (dbaio) | 2015-04-07 | 1 | -0/+2 |
| | | | |||||
| * | | apcupsd - bump version | Danilo G. Baio (dbaio) | 2015-04-07 | 4 | -4/+4 |
| | | | |||||
| * | | apcupsd - change function apccontrol_scripts_install() | Danilo G. Baio (dbaio) | 2015-04-07 | 1 | -2/+68 |
| | | | |||||
| * | | apcupsd - add new fields | Danilo G. Baio (dbaio) | 2015-04-07 | 1 | -5/+57 |
| | | | |||||
* | | | Merge pull request #852 from dneuhaeuser/patch-3 | Renato Botelho | 2015-04-09 | 4 | -8/+8 |
|\ \ \ | |||||
| * | | | bump squidguard version on pkg_config.8.xml.amd64 | Dennis Neuhaeuser | 2015-04-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | bump squidguard version on pkg_config.8.xml and pkg_config.8.xml.amd64 | Dennis Neuhaeuser | 2015-04-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | squidguard version bump | Dennis Neuhaeuser | 2015-04-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | correction of path to squid binaray | Dennis Neuhaeuser | 2015-04-07 | 1 | -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 changes | Renato Botelho | 2015-04-09 | 3 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #829 from ApolloDS/master | Renato Botelho | 2015-04-09 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Use stable release of check_mk_agent (v1.2.6) | Peter Baumann | 2015-03-04 | 1 | -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.2 | Renato Botelho | 2015-04-09 | 6 | -43/+53 |
|\ \ \ \ \ | |||||
| * | | | | | spamd, bump package version | PiBa-NL | 2015-02-24 | 3 | -3/+3 |
| | | | | | | |||||
| * | | | | | spamd, -fix 'add spamtrap' | PiBa-NL | 2015-02-24 | 1 | -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-NL | 2015-02-24 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | spamd, fix spamtrap and blacklist buttons, fix startup on pfSense 2.2 | PiBa-NL | 2015-02-24 | 3 | -23/+37 |
| | | | | | | |||||
* | | | | | | Bump phpservice version due to last changes | Renato Botelho | 2015-04-09 | 3 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #803 from tuyan/master | Renato Botelho | 2015-04-09 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fixed phpservice status not being able to extract status from ps. | Tuyan Ozipek | 2015-02-02 | 1 | -1/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #840 from ReinaldoFeitosa/master | Renato Botelho | 2015-04-09 | 2 | -1/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Update pkg_config.10.xml | ReinaldoFeitosa | 2015-04-07 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Update sqstat.class.php | ReinaldoFeitosa | 2015-03-29 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Removed echo (Debug) |