aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | BIND - clean up zone switch statementsStuart Wyatt2015-04-091-27/+39
| | | | | | | | Make the zone type cases more consistent and add default cases.
* | BIND - improve indentation in generated named.conf fileStuart Wyatt2015-04-091-10/+12
| | | | | | | | This improves the readability of the generated named.conf file.
* | BIND - add support for multiple views per zone configurationStuart Wyatt2015-04-092-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 zonesStuart Wyatt2015-04-092-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 codeStuart Wyatt2015-04-091-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 -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.
* 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-071-2/+5
| | | | | | | | | | | | notification flag tests Bump package number to 0.3.5
* | Merge pull request #848 from dbaio/apcupsdRenato Botelho2015-04-092-8/+130
|\ \
| * | 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-071-1/+1
| | |
| * | 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-091-3/+3
|\ \ \
| * | | 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
* | | | 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-093-40/+50
|\ \ \ \ \
| * | | | | 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
| | | | | |
* | | | | | 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-091-0/+4
|\ \ \ \ \ \ \
| * | | | | | | 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 #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-072-5/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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-072-20/+20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | haproxy 1.5, move advanced settings below forwardfor to avoid a (possible) ↵PiBa-NL2015-04-041-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | warning
| * | | | | | haproxy 1.5, bump version on 2.2 to 1.5.11, move advanced settings below ↵PiBa-NL2015-04-031-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | forwardfor to avoid a (possible) warning
* | | | | | | Add some fixes/additions for better handling of GeoIP data in ntopng. Fixes ↵jim-p2015-04-031-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #4567 Also add attribution text for GeoIP data and a link back to maxmind for CC BY-SA 3.0.
* | | | | | | Bump OpenVPN client export so it uses the latest installers.jim-p2015-04-022-2/+2
| | | | | | |
* | | | | | | A few simplifications in vnstat2jim-p2015-03-271-7/+5
| | | | | | |
* | | | | | | Merge pull request #841 from dbaio/apcupsd_statusRenato Botelho2015-03-273-8/+104
|\ \ \ \ \ \ \
| * | | | | | | apcupsd - change path of an include fileDanilo G. Baio (dbaio)2015-03-271-1/+1
| | | | | | | |
n1696'>1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159