Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
23e3b2ad 01/30/2013 03:22 PM Jim Pingle

Whitespace fixes

0acd271b 01/30/2013 03:22 PM Jim Pingle

Change output style to follow halt.php and reboot.php so the shutdown output appears in the correct location on the page.

c87f4b70 01/30/2013 10:57 AM Ermal LUÇI

Fixes #1928. Disallow sync loop only for certain types of calls but not for exec_[php|shell]. Also fix CARP loop detection to use correct variable

a526f6a9 01/30/2013 08:02 AM Ermal LUÇI

More unsets :)

a606981e 01/30/2013 07:59 AM Ermal LUÇI

Make smal fix

28f476fd 01/30/2013 07:56 AM Ermal Luçi

Merge pull request #360 from mdima/master

Feature #2781: Hierarchical view of "Status-Queues" page

73eeee93 01/29/2013 09:36 PM Michele Di Maria

Feature #2781: Hierarchical view of "Status-Queues" page

Second version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled. 
This version has been released after Ermal's notes. 

a3eab908 01/29/2013 09:33 PM Michele Di Maria

Feature #2781: Hierarchical view of "Status-Queues" page

First version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.
Second version, made after Ermal's notes.

21b94a54 01/29/2013 08:37 PM Michele Di Maria

Feature #2781: Hierarchical view of "Status-Queues" page

First version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.

cc6052f0 01/29/2013 06:06 PM Renato Botelho

Initialize $a_pools to fix warnings when saving dhcp settings whith no extra pools

49b76122 01/29/2013 05:30 PM Renato Botelho

Permit openvpn to use same port on different interfaces. It should fix #814

b8550718 01/29/2013 08:22 AM Ermal Luçi

Merge pull request #356 from phil-davis/master

Document OpenVPN local and remote network list options

cd54b9bc 01/29/2013 08:14 AM Ermal LUÇI

Do not do double checks for this

3835613a 01/29/2013 07:56 AM Phil Davis

Document remote network lists in OpenVPN GUI

Also, now the advanced route command is not needed. So change the example to the "remote" command, which can be useful in the advanced box.

332f5781 01/29/2013 07:47 AM Phil Davis

Document local remote network lists in OpenVPN GUI

The local and remote network fields can now have lists of CIDRs, so document this in the GUI.

f2ea45ef 01/28/2013 02:59 PM Jim Pingle

Add header to DHCP and DHCPv6 static mappings tables

c848008b 01/27/2013 10:39 PM Ermal Luçi

Merge pull request #355 from bcyrill/cp_patch5

Change order of cpzone check

6c18a810 01/27/2013 09:57 PM Cyrill B

Change order of cpzone check

a9215a24 01/27/2013 07:00 PM Cyrill B

Add missing context parameter

7e3d78f2 01/27/2013 05:53 PM Cyrill B

Do not include prefix in IP address

dae707f5 01/27/2013 05:20 PM Jim Pingle

Fixup paths when executing OpenSSL.

8d1f1034 01/27/2013 03:35 PM Ermal Luçi

Merge pull request #350 from bcyrill/cp_allowedip

Fix ipfw config generation for allowed IPs

965ce4c6 01/27/2013 03:34 PM Ermal LUÇI

Restore accidentally removed code. Spoted-by: bcyrill@github

1f8c8819 01/27/2013 02:46 PM Cyrill B

Fix ipfw config generation for allowed IPs

0b635fd6 01/27/2013 02:21 AM Chris Buechler

Merge pull request #347 from bcyrill/bridge_edit

Remove return value of interface_bridge_configure

5b3bd46c 01/27/2013 01:38 AM Cyrill B

Re-add lost parenthesis

0e0002c2 01/26/2013 10:58 PM Cyrill B

Remove return value of interface_bridge_configure

afd825a7 01/26/2013 09:37 PM Cyrill B

Fix holdcount/holdcnt parameter confusion

88996fbe 01/26/2013 03:55 PM Jim Pingle

Add a note about rdr pass not supporting Multi-WAN.

c251f8cc 01/25/2013 05:16 PM Renato Botelho

Make synamic firewall logs and widget add new rows:

The Dynamic Firewall Log page doesn't add rows, it only updates the php
generated rows which means that if it's loaded after the log is cleared,
it'll never show any activity. The same occurs for the log widget....

8fcb7cf4 01/25/2013 01:35 PM Renato Botelho

Use class tabcont for table

e4ffca08 01/24/2013 07:33 PM Renato Botelho

Make IPv4/IPv6 validation on IPSec

It should fix #2769

ab2ccd9f 01/24/2013 07:32 PM Renato Botelho

Fix indent and blanks at EOL

1aafb710 01/24/2013 07:13 PM Jim Pingle

Don't forget the wizard...

a28d40cb 01/24/2013 06:54 PM Jim Pingle

Allow specifying multiple local/remote networks for OpenVPN separated by commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.

f657f5e1 01/24/2013 02:39 PM Renato Botelho

Ensure DHCP main range, pools ranges and static IP addresses don't overlap each other. It should fix #2773

41b4867e 01/24/2013 02:30 PM Renato Botelho

Move is_inrange() to util.inc and rename it to is_inrange_v6()

a78bf0c8 01/24/2013 02:29 PM Renato Botelho

Fix logic of v6 version of is_inrange()

54404519 01/24/2013 02:28 PM Renato Botelho

Move is_inrange() to util.inc and rename it to is_inrange_v4()

736698bd 01/24/2013 02:25 PM Renato Botelho

Fix logic of is_inrange()

507628d5 01/24/2013 01:54 PM Renato Botelho

Remove call-time pass-by-reference

9c115b40 01/24/2013 11:19 AM Ermal LUÇI

Fixes #804. Correct deletion of ipv6 routes.

18f338da 01/24/2013 10:37 AM Ermal Luçi

Correctly bring down an interface older configuration. Fixes #2758

61223023 01/24/2013 10:09 AM Ermal LUÇI

Validate before taking the input and do anything with it

0e22dda5 01/24/2013 09:57 AM Ermal LUÇI

Put some more sanity checking for various interface configurations

7309ff39 01/23/2013 11:22 PM Renato Botelho

Allow set DHCP options per reservation

f2bd8842 01/23/2013 07:38 PM Jim Pingle

Correct reference to OpenVPN connect so it doesn't only refer to iOS.

287f7e26 01/23/2013 04:24 PM Ermal LUÇI

Convert all captiveportal code to not use ipfw_set_context since its not needed anymore. Also add code to validate cpzone on webgui pages before being used

b75d7fd5 01/23/2013 11:38 AM Renato Botelho

Fix indent and whitespaces issues

f5e81794 01/22/2013 06:43 PM Renato Botelho

Fix indent and whitespace issues

ee55ce7d 01/22/2013 06:28 PM Jim Pingle

Add GUI option to use "topology subnet" for OpenVPN, since the OpenVPN Connect iOS client requires it for IPv6

30b3f068 01/22/2013 05:53 PM Renato Botelho

Validate bridge interface before delete it

c6f8c400 01/22/2013 05:23 PM Renato Botelho

Fix indent and remove extra whitespaces between tabs and at EOL

e9b6e032 01/22/2013 05:08 PM Renato Botelho

Validate vlan interface before delete it

eea7eb99 01/22/2013 05:00 PM Renato Botelho

Validate QinQ vlan interface to be sure it exists

62f8244b 01/22/2013 04:03 PM Renato Botelho

Fix indent and blank at EOL

908e5985 01/22/2013 03:24 PM Renato Botelho

When QinQ members are changed, make sure interfaces are created/destroyed (attempt 2)

b554b869 01/22/2013 02:02 PM Renato Botelho

Revert "When QinQ members are changed, make sure interfaces are created/destroyed"

This reverts commit a2bf1347c95bbb988bbd79d2cb091c28d9f075ed.

a2bf1347 01/22/2013 01:49 PM Renato Botelho

When QinQ members are changed, make sure interfaces are created/destroyed

4fb2e5ed 01/21/2013 09:17 PM Ermal LUÇI

If entering an action take the redir and exit even though the action was not successful to avoid any issue

ed97b2cb 01/21/2013 09:07 PM Ermal LUÇI

Validate the cpzone parameter passed that it actually is a valid zone

82e89ce3 01/21/2013 08:54 PM Ermal LUÇI

Use more secure file name for the operations to avoid issues

3335f5d1 01/21/2013 08:52 PM Ermal LUÇI

Use more secure file name for the operations to avoid issues

ca621902 01/21/2013 07:33 PM Jim Pingle

Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765

f0469c5c 01/21/2013 03:02 PM Jim Pingle

No reason for the ppp log to use this display method, use dump_clog() instead.

39f245c8 01/21/2013 02:59 PM Jim Pingle

A couple fixes for openvpn routing table display. Feature #2766

7ee7ed46 01/21/2013 02:33 PM Jim Pingle

Run IPsec logs through htmlspecialchars before display.

ec970b50 01/21/2013 02:25 PM Jim Pingle

Add routing table display for each OpenVPN ssl/tls server instance, collapsed by default. Part of feature #2766

633d51b7 01/17/2013 06:36 PM Cyrill B

Add version check to package install

2dde9989 01/17/2013 11:53 AM Renato Botelho

Fix build list of widgets

Only consider files ending in ".php" to restrict widgets and avoid load
wrong files. It should fix #2761

0ff214f2 01/17/2013 11:31 AM Renato Botelho

Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem pointed out on ticket #2641

24879bc6 01/17/2013 01:13 AM Jim Pingle

Validate passed parameters to smart commands, and the target device. Also escape when used in shell commands even after validation.
Discovered-By: Bernhard Thaler

a0c0e8ae 01/16/2013 07:34 PM Colin Fleming

Tidy up HTML Colour Names

With XHTML 1.0, the extended colour names are invalid, to make pfSense
as W3C compliant as possible, need to go back to using the HEX code.

2151894c 01/16/2013 05:14 PM Colin Fleming

Tidy up malformed URI warnings

"/usr/local/etc/status.php" has lots of "malformed URI" warnings, this
update tidies these up, adds a missing end table cell tag </td> adds a
"summary" parameter to <table> to make this more W3C compliant.

99e991fd 01/16/2013 11:31 AM Warren Baker

Add option to disable resolution, and drop down to select the gateway that your traceroute should use

05c6f644 01/15/2013 08:19 AM Ermal LUÇI

Merge pull request #326 from fsSnowboard/master

Modern games added to Traffic Shaper Wizard

71461d38 01/15/2013 01:54 AM Tyler Turner

fixed spelling

02f3e0bb 01/14/2013 08:21 PM Jim Pingle

Bold and note manifest entries that match the current architecture, and add a note cautioning against a cross-architecture upgrade.

9deea99c 01/14/2013 03:23 PM Ermal LUÇI

Merge pull request #324 from ExolonDX/master

Update PHP shorthand tag

c67eaa25 01/14/2013 03:20 PM Ermal LUÇI

Merge pull request #323 from lcapriotti/master

Allow manual voucher expiration

1fe0d1a1 01/14/2013 01:43 PM Colin Fleming

Spelling mistake

cde76eba 01/14/2013 01:41 PM Colin Fleming

Spelling mistake

3dacbd7c 01/14/2013 01:38 PM Renato Botelho

Remove a couple of call-time pass-by-reference for interface_ipalias_configure()

a3381369 01/14/2013 01:27 PM Colin Fleming

Update PHP shorthand tag

Standardise all PHP start tags from "

477c58ce 01/14/2013 10:24 AM Luigi Capriotti

Add page to allow manual vouchers expiration

11d1d64e 01/13/2013 12:11 PM Ermal LUÇI

Set adaptive.start/adaptive.end to disabled. Also allow them to be customized through system->advanced->firewall. This allows the firewall to be reachable if the state limit is hit but default.

9bf5a970 01/13/2013 03:42 AM Tyler Turner

more games for traffic shaper

906e513a 01/12/2013 09:55 PM Tyler Turner

fixed spelling mistake

435e715f 01/12/2013 08:43 PM unknown

added traffic shaper game rules

a517a108 01/12/2013 12:01 AM jmkizer

Update usr/local/www/status_services.php

Missing include which defines functions such as get_shortcut_by_service_name()

d8b8937d 01/11/2013 06:00 PM Jim Pingle

Fix some typos

fbc723b1 01/10/2013 06:51 PM Jim Pingle

Show the hostname if it doesn't match

c73fec1f 01/10/2013 05:57 PM Jim Pingle

Add a page to perform tcp connection tests to check if a host is responding on a given port.

401feeb3 01/10/2013 12:20 PM Warren Baker

Stack the queue graphs. Fixes #2692

ba17b457 01/10/2013 09:28 AM Warren Baker

Remove some debugging

ea031bde 01/10/2013 09:17 AM Warren Baker

Dont pass -o option to view types that dont support it, it causes a segfault. Also make sure that when viewing all states that the correct switch is passed

38de3c9d 01/10/2013 09:06 AM Warren Baker

Rework layout a bit and add number of states to view as an option

fc8c7084 01/10/2013 02:11 AM Jim Pingle

Merge pull request #316 from rafaelabdo/master

Delete SPDs when an IPSec tunnel is deleted. Fix #2719.

19f7146a 01/09/2013 10:54 PM Cyrill B

Update usr/local/www/diag_system_pftop.php

Get rid of localization where it is not desired.

c668eaed 01/09/2013 08:24 PM Warren Baker

Rework the pfTOP page to provide the ability to select the view. Also provide better dropdown labels and remove the annoying onClick submit - its not needed since ajax will handle the post of the new value in the background