Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  bin
  captiveportal
  etc
  openssl
  pkg
  sbin
  share
  www

Latest revisions

# Date Author Comment
6dfb6b27 06/29/2016 03:01 AM Phil Davis

Update include() to include_once()

For safety, use include_once() when including various "side" files.
There are a couple of instances of include("guiconfig,inc") that I
changes to use require_once() to be consistent with everywhere else.
The remaining cases of include() are just (hundreds of) head.inc and...

e4c5b7d4 06/28/2016 12:49 PM Phil Davis

Remove a-f from IPv4 address pattern

It seems to me that a through f should not be part of the pattern for the "V4" case.
(cherry picked from commit 1f49dd8a3a49b724ded5840c1db6c168ed466aae)

aceaf18c 06/27/2016 07:16 PM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

515f53a8 06/25/2016 04:02 AM Chris Buechler

Use the translated destination for kill_states if one exists. Ticket #6531

ea81ba1c 06/25/2016 03:23 AM Chris Buechler

Correct/clarify column header. Ticket #6530

51a3acee 06/25/2016 03:20 AM Chris Buechler

Fix style

ad5fb4a0 06/25/2016 03:18 AM Chris Buechler

pfSense_get_pf_states always returns source as src and dest as dst, this flipping based on direction is wrong. Ticket #6530

e41468cf 06/25/2016 02:59 AM Chris Buechler

Fix style

4bcb7a69 06/24/2016 11:14 AM Renato Botelho

Revert "Incorporated ssl changes"

It's a specific 2.4 change, only in master branch

This reverts commit 00a7688401c15015c3f43735b2b1536ebfec7e92.

0bcda37b 06/24/2016 02:22 AM Stephen Beaver

Comment typo

(cherry picked from commit b069f77e0a5e355e811dd7bd4a4d17a802a3f682)

View revisions

Also available in: Atom