aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Silence errors when creating directories, also create a symlink to ↵Renato Botelho2014-09-261-4/+9
| | | | /usr/local/etc/raddb
* Declare frlib as globalRenato Botelho2014-09-261-1/+1
|
* Remove anyterm (it has closed binaries and bash inside), and also removed ↵Renato Botelho2014-09-26136-40900/+0
| | | | unmaintained freeswitch and freeswitch-dev (port was removed from FreeBSD ports tree)
* Update freeradius2 to 1.6.8:Renato Botelho2014-09-253-201/+166
| | | | | | - Remove old 2.0 code - Make adjustments for 2.2 - Use internal bash
* Merge pull request #708 from PiBa-NL/haproxy_1.5.3_extrajim-p2014-09-252-15/+44
|\
| * haproxy-devel, fix transparent-client-ip on pfsense 2.2 for changes in ipfwPiBa-NL2014-09-262-15/+44
| |
* | Merge pull request #702 from yuki/masterRenato Botelho2014-09-242-2/+16
|\ \
| * | Modifications to allow nrpe arguments (dont_blame_nrpe) in the config editionYuki (aka Ruben Gomez)2014-09-172-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | With this change we can allow pass arguments from Nagios server to pfsense, and allow them or not from the NRPE config web. To get a config file with $ARG1$ $ARG2$... we must scape them in the "Extra options" input and put \$ARG1\$ \$ARG2\$...
* | | Update font used by File ManagerColin Fleming2014-09-233-6/+6
| | | | | | | | | | | | | | | | | | Change font from Arial/Helvetica to Tahoma Update PHP shorthand Align version numbers correctly
* | | Merge pull request #706 from PiBa-NL/haproxy_1.5.3_extrajim-p2014-09-232-35/+65
|\ \ \ | | |/ | |/|
| * | haproxy-devel, fix template certificate generation on 2.2, fix certificate ↵PiBa-NL2014-09-232-35/+65
| | | | | | | | | | | | acl's, log pid's on restart to syslog
* | | Merge pull request #705 from yylyyl/masterRenato Botelho2014-09-232-5/+6
|\ \ \
| * | | it's $lcdproc_config['comport'] that can be "none" but $realportyylyyl2014-09-231-1/+1
| | | |
| * | | lcd2usb doesn't need Device to be specified, also fix traffic displayyylyyl2014-09-232-5/+6
| | | |
* | | | Merge pull request #704 from PiBa-NL/haproxy_1.5.3_extrajim-p2014-09-234-68/+50
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | haproxy-devel, fix extra sni acl's, allow a ipalias to be entered for source ↵PiBa-NL2014-09-234-68/+50
| | | | | | | | | | | | ip filtering, update pfSense 2.2 binary, fix some php warnings
* | | Fix typo and broken link in sarg about sectionMarkVLK2014-09-191-2/+2
| |/ |/|
* | Follow 2.2 and change 8hour->eighthour and 4year->fouryear to avoid having a ↵jim-p2014-09-163-6/+20
|/ | | | numeral start an ID. Add some code so it will fix up existing values as they are changed.
* Merge pull request #700 from PiBa-NL/haproxy_1.5.3jim-p2014-09-151-1/+1
|\
| * haproxy-devel, bugfix, undefined variable caused error, now ↵PiBa-NL2014-09-151-1/+1
| | | | | | | | htmllist_get_select_items returns a empty object instead of an error
* | Merge pull request #699 from PiBa-NL/haproxy_1.5.3jim-p2014-09-157-305/+896
|\|
| * haproxy-devel improvementsPiBa-NL2014-09-147-305/+896
| | | | | | | | | | | | | | -server certificate check options -client-certificate support -logging options -unix sockets for faster backend>frontend communication
* | fix typo in variableChris Buechler2014-09-131-2/+2
| |
* | Use rename() instead of shell call for renaming directories.bmeeks82014-09-091-1/+2
| |
* | Bump Suricata GUI package version to 2.0.3 v2.0.2bmeeks82014-09-083-4/+4
| |
* | Move call to write_config() so as not to invalidate the loop iterator.bmeeks82014-09-081-1/+1
| |
* | Fix any duplicate UUIDs and 'dns-events.rules' entries in config.bmeeks82014-09-082-1/+40
| |
* | Add count of USER ENABLED & DISABLED rules to page summary.bmeeks82014-09-081-1/+5
| |
* | Sync some changes to CARP slaves when enabled.bmeeks82014-09-077-0/+30
| |
* | Use $_POST instead of $_GET for DEL action to improve security.bmeeks82014-09-071-9/+9
| |
* | Fix typo in tooltip & ignore invalid block.log entries when dispaying.bmeeks82014-09-071-2/+5
| |
* | Remove unnecessary call to trim(). Causes error on 2.1.x systems.bmeeks82014-09-071-2/+2
| |
* | Bump suricata versionRenato Botelho2014-09-061-1/+1
| |
* | Fix typo on function nameRenato Botelho2014-09-061-1/+1
| |
* | Merge pull request #696 from bmeeks8/suricata-2.0.3-v2.0Renato Botelho2014-09-0642-800/+5149
|\ \
| * | Some changes no longer needed since dns-events.rules file is now in PBI.bmeeks82014-09-053-25/+0
| | |
| * | Check if spaces in BY2 Sensor Name and show validation error.bmeeks82014-09-051-1/+7
| | |
| * | Update static HTML text on page to reflect change in options.bmeeks82014-09-051-1/+1
| | |
| * | Bug fix for cloning interface via DUP icon.bmeeks82014-09-051-2/+5
| | |
| * | Notify user on ALERTS tab when viewing filtered results.bmeeks82014-09-051-0/+7
| | |
| * | Default "forcekeepsettings" to 'on' for new installs (Issue #3838)bmeeks82014-09-041-1/+6
| | |
| * | Disable EVE log options when interface is disabled.bmeeks82014-09-041-0/+6
| | |
| * | Fix spelling error typo in a comment line.bmeeks82014-09-041-1/+1
| | |
| * | Prevent setting filesystem to read-only during post-install rule update.bmeeks82014-09-041-1/+5
| | |
| * | Add new GUI control for setting interface promisc mode on/off.bmeeks82014-09-044-0/+27
| | |
| * | Strip any CR characters that may get pasted into some control fields.bmeeks82014-09-034-4/+4
| | |
| * | Change title for Widget column to Priority/Class instead.bmeeks82014-09-021-1/+1
| | |
| * | Change title in Suricata Widget column header to Priority/Rule Name.bmeeks82014-09-021-1/+1
| | |
| * | Include new 'dns-events.rules' file for Suricata 2.0.3bmeeks82014-09-017-3/+36
| | |
| * | Suricata prefers CIDR masks on HOME_NET and EXTERNAL_NET addresses.bmeeks82014-08-303-39/+56
| | |