Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

6fd8526b 01/09/2013 05:53 PM Rafael Abdo

Delete SPDs when an IPSec tunnel is deleted.

- Add new function to delete SPDs (see 'remove_tunnel_spd_policy($phase1,$phase2)' on vpn.inc)
- Change vpn_ipsec.php to delete SPDs on phase 2 and phase 1.
- Change the method GET to delete phase 2 (needs to inform which is the phase 1)...

b13a841b 01/09/2013 05:34 PM Warren Baker

In the case that no bandwidth limits are configured for queues but PRIQ is been used then rather set a default otherwise a value of 0 is used in the CDEFs for RRD

610f3ff6 01/09/2013 05:06 AM Chris Buechler

use Sunday rather than Monday for weekly bogon update

7807664d 01/08/2013 05:34 PM Renato Botelho

List VLAN interfaces on Interfaces -> (assign) -> PPPs edit. It should fix #1767

d9ce908f 01/08/2013 10:14 AM Chris Buechler

Merge pull request #314 from phil-davis/master

Display gateways with matching IP protocol in Gateways list

3042761a 01/08/2013 09:58 AM Chris Buechler

Merge pull request #310 from bcyrill/bogons_patch1

Allow changing of bogons update frequency

889cbaef 01/08/2013 09:47 AM Phil Davis

Display gateways with matching IP protocol in Gateways list

Some gateways do not have traditional addresses hard-coded into them - e.g. for OpenVPN dynamic gateways are created in software on-the-fly (they are not actually entries in the config). So traditional tests like is_ipaddrv4 are not useful to determine if the gateway is IPv4 or IPv6....

5c94aa12 01/07/2013 03:55 PM Jim Pingle

While I'm here, allow selecting "Localhost" as an OpenVPN interface.

489f484c 01/07/2013 03:47 PM Jim Pingle

Unbreak selecting "any" for OpenVPN client/server interface.

b94dd7d3 01/07/2013 01:05 PM Renato Botelho

Retain user configured values for all fields when a validation error occours. It should fix #2745

5f993c44 01/07/2013 12:15 PM Renato Botelho

Fix typo

6b4480dc 01/06/2013 10:59 PM Cyrill B

Add bogons update frequency selection

16d9ad13 01/06/2013 09:24 AM Seth Mos

Update the GUI page for the DHCP6 server, add a if statement that prevents throwing range errors on interface that have no static IPv6 address.
It is entirely valid to operate a DHCP6 server just for prefix delegation, but ISC doesn't appear to allow it yet.

dcb41555 01/05/2013 03:59 PM Erik Fonnesbeck

Do not skip displaying outbound NAT rules with no interface or an invalid interface; it interferes with editing/deleting the skipped rule itself or rules after it.

d5d6c0ad 01/05/2013 03:47 PM Erik Fonnesbeck

Revert "Use get_Cofnigured_interface_with_descr() here since that's the purpose"

This reverts commit 0c8e9f0c26b29f57faa2ccef9a559774103fee79.

0c8e9f0c 01/05/2013 02:51 PM Ermal LUÇI

Use get_Cofnigured_interface_with_descr() here since that's the purpose

e99ba2d6 01/05/2013 02:13 PM Renato Botelho

Fix outbound NAT rules when interface is deleted:

- When delete interface, do not touch outbound NAT rules
- Skip outbound NAT rules when interface doesn't exist
- Bump latest_config to 9.2
- Since rules with no interface were considered as wan, convert old...

aca65de5 01/05/2013 01:42 PM Ermal LUÇI

Cleanup unused pages that was supposed for upload_progress bars

d0fc4479 01/04/2013 01:32 PM Warren Baker

This is needed since preload is now gone

4111fcf5 01/03/2013 10:50 PM Ermal LUÇI

Always commit the session fast to allow other consumers to proceed to their requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions

76165eac 12/31/2012 12:14 PM Phil Davis

Select default interface when WAN is disabled

If WAN is disabled, then the Traffic Graph does not default to a valid interface when it first displays. This fix selects the first valid interface if WAN is not there.
e.g. at one site there used to be 2 ISPs, on WAN and OPT1. Now the ISP on WAN has been turned off, and the interface marked disabled. The default gateway etc is all on OPT1. After a bit of history at a site, it can happen like this that WAN is disabled in the config.

2e4c921f 12/30/2012 11:25 PM Chris Buechler

Merge pull request #270 from CarpeNoctem/CarpeNoctem

Added 'Copy my MAC address' to captive portal Pass-through MAC form, as ...

7eed2174 12/29/2012 07:02 PM Cyrill B

Fix: Captive Portal status widget

9d81dcdf 12/29/2012 12:38 AM Chris Buechler

Merge pull request #297 from bcyrill/patch-15

Fix: last activity on CP status

339688b2 12/28/2012 11:48 PM Cyrill B

Fix: last activity on CP status

83a9a1d2 12/28/2012 06:49 PM framer99

Update usr/local/www/services_dhcp.php

Inform user how the Primary/Secondary DHCPd process is determined in a failover pair so they don't end up with two secondary servers. For example, when using advskew=64 (and advskew=164 if using settings sync to peer for carp ips) on the carp master machine which they think will be the DHCP primary.