aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Update snort to 2.9.7.0 pkg v3.2.2Phil Davis2015-01-111-1/+1
| | | | | | | | | for deinstall fix
| * | Update snort to 2.9.7.0 pkg v3.2.2Phil Davis2015-01-111-1/+1
| | | | | | | | | for deinstall fix
| * | Remove the correct snort.sh on deinstallPhil Davis2015-01-101-1/+1
|/ /
* | Bump squid3 version due to PBI rebuildRenato Botelho2015-01-092-2/+2
| |
* | Fix incorrect commandjim-p2015-01-095-5/+5
| |
* | Merge pull request #781 from marcelloc/patch-1Renato Botelho2015-01-096-40/+51
|\ \
| * | squid3 - leave only pf transparent proxy compile argMarcello Coutinho2015-01-091-1/+1
| | |
| * | Some variable and path fixes for squidGuard's blacklist update code.jim-p2015-01-095-34/+34
| | |
| * | Merge pull request #771 from CinoNY/masterjim-p2015-01-084-5/+16
|/| |
| * | update ntopng versionCino2015-01-081-1/+1
| | |
| * | update ntopng versionCino2015-01-081-1/+1
| | |
| * | update ntopng versionCino2015-01-081-1/+1
| | |
| * | ntop - change location of database and pidCino2015-01-071-1/+1
| | | | | | | | | | | | | | | | | | changed database/pid location to /var/db/ntopng and /var/run/ntopng.pid It was defaulting to /var/tmp/ntopng -d /var/db/ntopng -G /var/run/ntopng.pid
| * | ntopng - add checkbox to enable historical data storageCino2015-01-071-2/+13
|/ / | | | | | | | | | | | | | | | | add checkbox to enable historical data storage ntopng Command Line Options: --dump-flows | -F Dump expired flows. If ntopng is compiled with sqlite support, flows can dumped persistently on disk using this option. Databases are created daily under /db. https://forum.pfsense.org/index.php?topic=80461.msg473467#msg473467
* | Merge pull request #766 from BBcan177/pfBlockerNG_1.0Renato Botelho2015-01-078-86/+51
|\ \
| * | Remove Fat Finger TypoBBcan1772015-01-071-1/+1
| | |
| * | Improve Alert Tab - Suppression CodeBBcan1772015-01-071-4/+11
| | | | | | | | | | | | | | | When the user clicked "Cancel" in the second JS Prompt, it would not cancel the Suppression process. This change fixes that issue.
| * | XML ModsBBcan1772015-01-075-20/+28
| | | | | | | | | | | | | | | | | | | | | | | | 1) Add missing "&id=0" lines 2) sync.xml - Text modifications 2) Sync.xml - Add Username to the GUI 3) Remove un-necessary Field Names 4) Update pfblockerng.php (XML file builder code)
| * | Update Maxmind CC Archive and pfblockerng.xmlBBcan1772015-01-072-63/+13
|/ / | | | | | | | | | | | | | | | | | | | | | | 1. Compressed CC file is provided as a backup in case the Download from the maxmind.com website fails to complete during Installation. 2. Update pfblockerng.xml a) Reflect Compressed Archive file changes. b) Add missing "&amp;id=0" to xml files. c) Cleanup some text. d) Add priv.inc file to xml <additional_files_needed>
* | Fix bacula-fd.conf path, it fixes #3729Renato Botelho2015-01-024-7/+8
| |
* | Merge pull request #764 from PiBa-NL/haproxy-devel_0_13Renato Botelho2015-01-024-4/+4
|\ \
| * | haproxy-devel, fix writing multiple acls, pkg bump v0.15PiBa-NL2015-01-014-4/+4
| | |
* | | Bump suricata version due to PBI rebuildRenato Botelho2014-12-314-4/+4
| | |
* | | Merge pull request #762 from PiBa-NL/haproxy-devel_0_13Renato Botelho2014-12-319-76/+254
|\| |
| * | haproxy-devel, bump pkg version v0.14PiBa-NL2014-12-303-3/+3
| | |
| * | haproxy-devel, fix saving errorfiles from errorfiles tab, fix write ↵PiBa-NL2014-12-296-73/+251
| | | | | | | | | | | | 'tcp-request content' before 'use_backend', fix hint text for a backend without servers, stats now give better description if disabled/unavailable, moved templates to their own tab
* | | Merge pull request #763 from marcelloc/squid34_20141229Renato Botelho2014-12-313-30/+37
|\ \ \
| * | | squid3.4 - update compile argsMarcello Coutinho2014-12-293-30/+37
| | | | | | | | | | | | | | | | | | | | | | | | fix captive portal check_ip for 2.2 fix ssl_bump with no authentication bump package version
* | | | Merge pull request #743 from BBcan177/pfBlockerNG_Beta_0.99Renato Botelho2014-12-3019-0/+9398
|\ \ \ \
| * | | | Fix typoBBcan1772014-12-201-1/+1
| | | | |
| * | | | Mods to sync_xml fileBBcan1772014-12-201-23/+75
| | | | | | | | | | | | | | | | | | | | Changes as per the previous commit for XMLRPC sync.
| * | | | Mods to INC file.BBcan1772014-12-201-85/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move $pfb['cc'] Variable to global array - Edit log_error texts. - Maxmind Update Cron task changes. Cron tasks are now launched via a php script using the 'dc' Argument. - Re-work of the XMLRPC Sync code. - Previous code did not validate IP addresses or Port. - Previous code did not use the "Replication Target" Hosts enabled checkbox setting in Replication Target Lines. - Add htmlspecialchars() to the Password entry - Previous code did not use the correct user - defined "Protocol" entry. - Previous code did not use the $username entry. - Remove the 'post Sync' Host Target code execution as this can collide with a Cron Task or User Forced Update. - Allow user to skip the sync of the "General Tab" Settings. - Clean up all the log_error() texts.. To make the system.log easier to read.
| * | | | Mods to pfblockerng.phpBBcan1772014-12-201-15/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Modify code to use fopen() and fgetcsv() instead of array_map() and str_getcsv(). This reduces the memory requirements dramatically. This version has now been tested on an ALIX board. - Change Maxmind Cron Task from Cron Shell script task to Cron php task using the 'dc' Arg. (Refer to the next commit for INC file Changes)
| * | | | XHTML modsBBcan1772014-12-203-0/+9
| | | | | | | | | | | | | | | | | | | | Add CDATA sections to Javascripts
| * | | | Mods to inc and log fileBBcan1772014-12-182-19/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove un-necessary code in de-install function of inc file. - Remove check for logfile extension as other file extensions can now be deleted in log browser.
| * | | | Mods to inc file.BBcan1772014-12-181-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove redundant $row['format'] variable - When "Keep Settings" is enabled and a full uninstall is performed, the widget does not uninstall cleanly. These changes fix this issue.
| * | | | Revert "Mods to inc file"BBcan1772014-12-182-2490/+18
| | | | | | | | | | | | | | | | | | | | This reverts commit 161032f05e1819550a32735d60c7b71994b1d9ef.
| * | | | Mods to inc fileBBcan1772014-12-182-18/+2490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove redundant $row['format'] variable - When "Keep" Settings is enabled and a full uninstall is performed, the widget doesn't uninstall cleanly. These changes fix this issue.
| * | | | Mods to inc file.BBcan1772014-12-181-2/+2
| | | | | | | | | | | | | | | | | | | | Add extra spaces to improve text clarity.
| * | | | Mods to the Update TabBBcan1772014-12-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Allow user access to delete Files ( in the following folders - "Deny, Permit, Match and Native") from the Log Browser Tab.
| * | | | Mods to pfblockerng.php, .inc, _sync, _v4 and _v6 files.BBcan1772014-12-155-54/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pfblockerng.inc - - Remove redundant ['action'] argument in if() statements. - If no interfaces are selected, defined empty variable and Array. - Separate "Skip & Hold" List download functionality into its own ['state'] process. This allows more fine grain control of each individual list in an Alias. - Remove argument for empty Interfaces in the Rules Re-order process. pfblockerng_sync.xml - - Fix broken link in sync file. pfblockerng_v4lists.xml and _v6 - - Separate "Skip & Hold" List download functionality into its own ['state'] process. This allows more fine grain control of each individual list in an Alias. - Minor Text improvements.
| * | | | Mods to inc, Alerts and Log FilesBBcan1772014-12-103-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Mod the 'Global Enable Log' if() statement in the .inc file - Use correct Folder Paths in Log Browser - Check if syslog array exists in Alerts Tab.
| * | | | Mod to Alerts TabBBcan1772014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | - Re-Add /* to grep command. Removed by recent Commit.
| * | | | Mods to SH ScriptBBcan1772014-12-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Remove part of the suppression as it was added to the PHP function in pfblockerng.inc (IPv4 Filter Array)
| * | | | Mods to Update TabBBcan1772014-12-091-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - XHTML edits <br> to <br /> - Minor Text change "process" to "progress"
| * | | | Mods to Log BrowserBBcan1772014-12-091-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow user to Delete file(s) in the 'Original' Folder. This will allow the user to 'Force Update' the deleted List. - Include "Native Folder" File Viewing. - XHTML edit to <br> to <br />
| * | | | Mod to Alerts TabBBcan1772014-12-091-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed is_array() to !empty() - XMTML edits <br> to <br /> , closed some end tags /> also added missing nowrap='nowrap' - Deny Alerts need to query "Deny" and "Native" folders for list files.
| * | | | Mods to .inc fileBBcan1772014-12-091-52/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added IPv4 Filter Array to filter out Whitespaces, Loopback Addresses (27/8), 0.0.0.0 and any leading zeros in each IPv4 octet. - Edits to IPv4/6 Regex Definitions. - Changed isset() to !empty()
| * | | | Revert "Mods to .inc file"BBcan1772014-12-092-2518/+52
| | | | | | | | | | | | | | | | | | | | This reverts commit f433c8da1a68f5684a2fb43950c8d3ea6d7c396a.
| * | | | Mods to .inc fileBBcan1772014-12-092-52/+2518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added IPv4 Filter Array to filter out Whitespaces, Loopback Addresses (27/8), 0.0.0.0 and and Leading zeros in each IPv4 octet. - Edits to IPv4/6 Regex definitions. - Changed isset() to !empty()
#n1836'>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