aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Declare $config as global variable. Fixes #4834.k-paulius2015-07-131-0/+1
| | | |
| * | | formatted vnstat2 php codek-paulius2015-07-134-230/+234
| | | |
| * | | vnstat2 XML file whitespace cleanupk-paulius2015-07-133-45/+42
|/ / /
* | | Merge pull request #899 from doktornotor/patch-4Chris Buechler2015-07-132-2/+2
|\ \ \ | |/ / |/| |
| * | Bump tinydns versiondoktornotor2015-07-131-1/+1
| | |
| * | tinydns - fix Bug #2720doktornotor2015-07-131-1/+1
|/ / | | | | Add patch by Yonas Yanfa; cannot use file_exists with wildcard.
* | fix open-vm-tools paths for 2.1xChris Buechler2015-07-011-5/+5
| |
* | correct open-vm-tools path for 2.1x, not that anyone should be using 2.1xChris Buechler2015-07-011-2/+5
| | | | | | | | anymore at this point, but helps with testing automation.
* | Sync the FreeRADIUS2 settings and sleep before syncing users, otherwise ↵jim-p2015-06-294-4/+6
| | | | | | | | | | | | | | | | neither will work correctly on NanoBSD at boot time. Or, presumably, a full install with /var and /tmp in RAM disks. Found-By: stephenw10
* | Bump mailreport version due to last fixRenato Botelho2015-06-293-3/+3
| |
* | Merge pull request #891 from lukehamburg/patch-1Renato Botelho2015-06-291-1/+1
|\ \
| * | Fix bug in status_mail_report_add_cmd.phplukehamburg2015-06-281-1/+1
| | | | | | | | | Existing code was referencing the wrong variable ($a_graphs instead of $a_cmds), which caused the IF test to fail, which then caused duplicate entries to be created each time the "edit command" form was submitted. This edit fixes the issue, tested on pfSense 2.1.5 nanobsd.
* | | Merge pull request #890 from phil-davis/backupRenato Botelho2015-06-294-12/+13
|\ \ \
| * | | Backup pkg check if byte_convert function existsPhil Davis2015-06-284-12/+13
| |/ / | | | | | | | | | | | | | | | As reported in forum https://forum.pfsense.org/index.php?topic=95790.0 When Backup and Vhosts package are both installed there can be errors logged about Cannot redeclare byte_convert().
* | | Merge pull request #888 from PiBa-NL/ntopng_mkdirRenato Botelho2015-06-294-4/+4
|\ \ \ | |/ / |/| |
| * | ntopng, bump pkg version v0.6PiBa-NL2015-06-253-3/+3
| | |
| * | ntopng, fix mkdir warning while booting, use safe_mkdirPiBa-NL2015-06-201-1/+1
| | |
* | | Fix avahi versionRenato Botelho2015-06-261-1/+1
| | |
* | | Merge pull request #883 from Grogdor/patch-2Renato Botelho2015-06-251-2/+2
|\ \ \
| * | | Move from Services to DiagnosticsGrogdor2015-06-011-2/+2
| | | |
* | | | Merge pull request #886 from jlduran/patch-1Renato Botelho2015-06-251-1/+1
|\ \ \ \
| * | | | Fix typo in freeradiuseapconf.xmlJose Luis Duran2015-06-161-1/+1
| | |/ / | |/| | | | | | no -> Disable
* | | | Merge pull request #889 from PiBa-NL/haproxy-devel_24Renato Botelho2015-06-255-28/+39
|\ \ \ \ | |/ / / |/| | |
| * | | haproxy-devel, fix dns resolving dns_get_record does not properly resolve if ↵PiBa-NL2015-06-242-19/+24
| | | | | | | | | | | | | | | | not all requested types are present..
| * | | haproxy-devel, dont send the root CA cert to clients when using ↵PiBa-NL2015-06-204-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ssl-offloading, its not needed. -cipher example and HSTS textual addition -another try to include lua for haproxy1.6dev package binary
* | | | Prepare syslog-ng and ladvd for 2.3+RELENG_2_2_3Renato Botelho2015-06-122-2/+10
| | | |
* | | | Sync list of packages for 2.3+Renato Botelho2015-06-121-2/+21
| | | |
* | | | Add CARP status support to OpenBGPD so it can be stopped on a secondary unit.jim-p2015-06-055-7/+129
| | | |
* | | | Merge pull request #884 from bmeeks8/snort-3.2.5Renato Botelho2015-06-047-14/+13
|\ \ \ \
| * | | | Backout Snort updates for pfSense 2.1.x -- they are no longer supported.bmeeks82015-06-042-4/+4
| | | | |
| * | | | Bump Snort package version to 3.2.5bmeeks82015-06-037-13/+13
| | | | |
| * | | | Increase PHP memory to 384MB to handle large rules arrays.bmeeks82015-06-031-1/+1
| | | | |
| * | | | Fix corrupt snort.conf created when IP REP is enabled with no IP lists.bmeeks82015-06-031-4/+3
| | |/ / | |/| |
* / | | Change host to rsync packages to files.atx.pfsense.orgRenato Botelho2015-06-041-1/+1
|/ / /
* | | Merge pull request #882 from PiBa-NL/haproxy-devel-ocspRenato Botelho2015-05-291-1/+1
|\| |
| * | haproxy-devel, include lua53 for compilation of haproxy 1.6-dev1PiBa-NL2015-05-281-1/+1
| | |
* | | Merge pull request #881 from PiBa-NL/haproxy-devel-ocspRenato Botelho2015-05-284-29/+215
|\| |
| * | haproxy-devel, code formatting & skip dns_get_record when nothing is requested.PiBa-NL2015-05-251-5/+11
| | |
| * | haproxy-devel, update <run_depends> in pkg_config.10.xmlPiBa-NL2015-05-251-1/+1
| | |
| * | haprxy-devel, replace dig/drill by php native dns_get_recordPiBa-NL2015-05-251-16/+19
| | |
| * | haproxy-devel, replace exec(chmod..) by native phpPiBa-NL2015-05-251-2/+2
| | |
| * | haproxy-devel, use unlink_if_exists instead of exec(rm ..)PiBa-NL2015-05-251-2/+2
| | |
| * | haproxy-devel, new functionality SSL OCSP stapling for haproxyPiBa-NL2015-05-244-11/+188
| | | | | | | | | | | | -fix server dns resolving in case a CNAME is used.
* | | Merge pull request #880 from BBcan177/pfBlockerNG_052015_1Renato Botelho2015-05-2815-1226/+2192
|\ \ \ | |/ / |/| |
| * | pfBlockerNG v1.09 Maxmind Cron Task and addedit_stringBBcan1772015-05-257-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | The cron comparison function must skip the hour comparison for the Maxmind Cron task due to the hour being randomized (0-23). Add "addedit_string" to XML files. This will give description to the config backups.
| * | pfBlockerNG v1.09 Fix variable nameBBcan1772015-05-231-1/+1
| | | | | | | | | | | | Was previously fixed by Renato, but PR reverted that...
| * | pfBlockerNG v1.09 Bump versionBBcan1772015-05-231-1/+1
| | |
| * | pfBlockerNG v1.09 Code Style ChangesBBcan1772015-05-236-265/+266
| | |
| * | pfBlockerNG v1.09BBcan1772015-05-2313-984/+1938
|/ /
* | Disable squid 2 for 2.3+Renato Botelho2015-05-181-0/+1
| |