Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
fd96a3fc 08/13/2012 02:35 PM Cyrill B

Update usr/local/www/vpn_openvpn_server.php

Fix javascript of GW redirection adding IPv4 and IPv6 fields

9cb6bef1 08/13/2012 01:09 PM Jim Pingle

Make sure we start with an empty service.

0143e77b 08/13/2012 10:39 AM Cyrill B

Update usr/local/www/shortcuts.inc

Fix array initialization

fdad935f 08/12/2012 12:49 AM Jim Pingle

This works here, too...

226c43a5 08/12/2012 12:20 AM Jim Pingle

Where possible, link back to the main page of a section too.

d5bd9ee7 08/12/2012 12:20 AM Jim Pingle

Another missed shortcut

9fa2a880 08/12/2012 12:06 AM Jim Pingle

Forgotten shortcut

345ce722 08/11/2012 11:52 PM Jim Pingle

Forgot the shortcut section on this page, too...

7f4a7998 08/11/2012 06:46 PM Jim Pingle

Add/use some more similarly styled icons here, for a more consistent look.

e38d34b4 08/10/2012 07:37 PM Jim Pingle

Activate service status/control for CP also.

6d9b1074 08/10/2012 07:30 PM Jim Pingle

Fixup openvpn shortcut bar status/control

7d7b5a48 08/10/2012 06:10 PM Jim Pingle

Whoops forgot this one

f4daf025 08/10/2012 05:58 PM Jim Pingle

Print service title in tooltip for shortcut bar

79696dea 08/10/2012 05:57 PM Jim Pingle

Declare arrays before using them.

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

9990b70c 08/10/2012 03:59 PM Jim Pingle

Remove some notes/comments that aren't needed, add example.

76692ad2 08/10/2012 03:48 PM Jim Pingle

Start revamp of shortcuts, central file to hold links, also service status/control, added to dns forwarder as example.

b1460af3 08/10/2012 03:33 PM Jim Pingle

Whoops don't need this parameter.

e48cdc01 08/10/2012 02:58 PM Jim Pingle

Consolodate a bunch of duplicate service status code

4e5cfb02 08/09/2012 08:28 PM Jim Pingle

Don't force these links to open in a new window.

415bddea 08/09/2012 08:28 PM Jim Pingle

Split references here so they apply correctly

4856df9b 08/09/2012 06:40 PM Jim Pingle

Add forgotten "ipv6 remote network", clean up a couple bits, make sure local network box is hidden for shared key servers.

d5d15542 08/08/2012 04:54 PM Jim Pingle

Activate "base" exchange mode also supported by racoon.

6e2cbc58 08/08/2012 12:14 PM Jim Pingle

Sync pbi tools

2e009ccb 08/07/2012 04:01 AM phildd

firmware_update_misc log file name out of date

The name was changed to /conf/firmware_update_misc_log.txt in etc/rc.firmware quite a while ago. It needs fixing here in diag_nanobsd.php also.

06aa745e 08/03/2012 07:54 AM Phil Davis

pkg_mgr_install - only mount rw when needed

When entering pkg_mgr_install the filesystem was being mounted rw and a backup made of the config, even if the case was "showlog" or "installedinfo". This resulted in:
a) an extra "backup" of the config being made after an install - it could be seen in Diagnostics, Backup Restore, Config History...

665340db 08/02/2012 04:38 PM Jim Pingle

Activate more Hash, DH, and PFS options that are available in racoon now. Note that SHA256-512 are RFC4868 compliant in FreeBSD, may break with other incompatible stacks.

bc8a1938 08/02/2012 02:23 PM Jim Pingle

In order for miniupnpd to latch onto IPv6, we just need to give the interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow.

c9a98f18 08/02/2012 11:17 AM Phil Davis

require filter.inc so filter_configure is defined

The "renew" button on a DHCP connection ends up calling function interface_dhcpv6_configure() in interfaces.inc, which in turn calls filter_configure() (in filter.inc) but gives the error:
Fatal error: Call to undefined function filter_configure() in /etc/inc/interfaces.inc on line 3350...

a0d1a467 08/01/2012 06:45 PM Jim Pingle

Protect against a potential infinite loop here.

73c897eb 07/30/2012 09:45 PM Michael Tharp

Fix dhcpv6_relay writing to the dhcpv4 configuration

Implements ticket #1663

9af5f459 07/27/2012 09:03 PM Warren Baker

Make use of product_name

6e895d5f 07/27/2012 07:18 PM Ermal LUÇI

Put fix for IE 8/9 url handling bug

86e88098 07/26/2012 11:16 PM Darren Embry

zone names can only contain A-Z a-z 0-9 _.

70c355c7 07/26/2012 11:06 PM Darren Embry

validate that zone name doesn't contain spaces.

fixes #2560

82e7f8e4 07/26/2012 10:45 PM Darren Embry

Merge branch 'master' of git://github.com/bsdperimeter/pfsense

eb233517 07/25/2012 04:12 PM Phil Davis

Validate advanced gateway monitoring settings

Use the default values from return_apinger_defaults.
Validate values - low less than high, probe interval less than "down" time, values are positive numeric.
Update descriptions on the UI to show the defaults used.

983fb4d2 07/24/2012 09:41 PM Warren Baker

Handle when the tab is set to host or network that the IP tab should still be displayed

a5416de2 07/24/2012 02:35 PM Warren Baker

Return the user to the tab they were working originally working on

3a8e5e3c 07/24/2012 12:54 PM Warren Baker

Apply same logic and only display 10 Urls

86675c70 07/24/2012 12:19 PM Warren Baker

Display the URL's listed and not the word 'array'

2830a0e7 07/22/2012 12:33 PM Ermal LUÇI

Merge pull request #166 from r-duran/master

Fix hardcodded alias type so alias suggestion works as expected while creating nested aliases.

d2cb157f 07/18/2012 07:36 AM Seth Mos

Tack the IPsec interface onto the $ifdescrs array so the widget will display it.
Redmine ticket #2546

51c0e714 07/15/2012 05:56 PM Seth Mos

Merge pull request #175 from marcelloc/master

pkg_edit - add show_disable_value option to select_source xml option

4af6167d 07/09/2012 02:51 PM Jim Pingle

Add a v6 ip example to the host override edit so users know that they can use them there.

8d8f0090 07/07/2012 11:59 PM Jim Pingle

If the range isn't an array, skip it, or it will give a PHP error displaying leases.

9f223740 07/07/2012 02:32 AM Jim Pingle

Fix typo

a94c4e1f 07/07/2012 12:18 AM Vinícius Coque

Move locale files from /usr/share to /usr/local/share

504a57b2 07/06/2012 09:54 PM Charlie Root

pkg_edit - add show_disable_value option to select_source xml option

f60156f6 07/06/2012 06:38 PM Jim Pingle

Add an option to System > Advanced, misc tab to enable loading thermal modules (amdtemp, coretemp)

0f03ae0f 07/06/2012 05:00 PM Jim Pingle

Anchor the semicolon here, or it can break parsing of the duid in certain cases. Fixes #2511

ca14f627 07/06/2012 03:05 PM Marcello Silva Coutinho

Add array check before array item check to miniupnpd service_status widget
related topic:
http://forum.pfsense.org/index.php/topic,51205.msg273571.html#msg273571

3392eba9 07/06/2012 10:30 AM Cyrill B

Add additional check

f3bea667 07/06/2012 12:34 AM Cyrill B

Update master

20789ec9 07/05/2012 11:30 PM Cyrill B

Fix Captive Portal SSL

dff2ea2c 07/05/2012 10:45 PM Cyrill B

Fix Captive Portal status

dd760cfc 07/05/2012 09:28 AM Rahman Duran

Fix hardcodded alias type so alias suggestion works as expected while creating nested aliases.

562ed531 07/03/2012 05:05 PM Cyrill B

Merge remote-tracking branch 'upstream/master' into cp_cert2

adca02c4 07/03/2012 05:03 PM Cyrill B

Implement certificate chain in Captive Portal

a22b41d0 07/03/2012 04:59 PM Jim Pingle

Sync with upstream pbi tools

36f6ed35 07/02/2012 08:20 PM Cyrill B

Use Certificate Manager in Captive Portal settings

a3897695 07/01/2012 10:49 PM Carlos Cesario

Change ereg() to preg_match() function

cf1d5947 07/01/2012 10:47 PM Carlos Cesario

Fix typo

4dc8f32e 07/01/2012 10:45 PM Carlos Cesario

Change ereg_replace() to preg_replace() function

4afb7d66 07/01/2012 10:38 PM Carlos Cesario

Change ereg() to preg_match() function

2c51f293 06/28/2012 11:58 PM Jim Pingle

If a package has donotsave, still process its input validation. Properly handle preoutput in the case of input errors also.

e8d65d0f 06/28/2012 11:24 AM Phil Davis

OpenVPN Client config page - minor test fix

8e932fb5 06/28/2012 11:12 AM Phil Davis

OpenVPN Server config page - a couple of minor text tidy ups

174ba22b 06/28/2012 10:00 AM Seth Mos

Allow for selecting the gateway group as a interface for the OpenVPN clients

198ac406 06/27/2012 08:55 PM Jim Pingle

LAN is not special here anymore. Do not remove the interface again (it was alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.

0db6b9eb 06/27/2012 06:00 AM Phil Davis

Only display "No OpenVPN instance defined" if there really are none.

48b490ca 06/27/2012 05:58 AM Phil Davis

Only display "No OpenVPN instance defined" if there really are none.

d0df92dc 06/25/2012 11:03 PM Marcello Silva Coutinho

firewall_alises.php - include all tab to preserve the old behavior

0f89c125 06/25/2012 10:08 PM Marcello Silva Coutinho

firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use dom_title funcion to show titles.

47c48e28 06/25/2012 04:44 PM Seth Mos

Check in code that allows for using a gateway group as the interface on the OpenVPN server page. Only allow IPv4 gateway groups for now. We'll need to add IPv6 suppport here later when we import OpenVPN 2.3.
Unbreak the gateway group function on broken configurations like a missing 3G stick....

58816510 06/24/2012 06:59 PM Jim Pingle

Fix hiding services in the widget that contain a space in the service name.

ba1fabef 06/22/2012 11:19 PM Cyrill B

IGMPproxy, service_status widget

50c74f0f 06/22/2012 11:09 PM Cyrill B

Make sure it's an array as an empty string has a count > 0

b8da4d00 06/22/2012 10:15 PM Cyrill B

fix typo

f5df5e84 06/22/2012 06:27 PM Darren Embry

re-indentation.

0d5eff9f 06/21/2012 01:34 PM Jim Pingle

Add "idle" to clarify that legitimate active connections would not be dropped by the pf optimization mode.

06c4bb10 06/21/2012 10:17 AM Phil Davis

Use config array to get the timezone. syscfg is no longer defined here.

c8083ee2 06/21/2012 10:15 AM Phil Davis

Use config array to get the timezone. syscfg is no longer defined here.

119f89c8 06/21/2012 10:14 AM Phil Davis

Use config array to get the timezone. syscfg is no longer defined here.

cc43c4f8 06/19/2012 12:30 PM Jim Pingle

Remove testing/debugging entry

3fccb440 06/19/2012 01:51 AM Chris Buechler

fix text

eb004d5d 06/19/2012 01:48 AM Chris Buechler

fix text

d51927d2 06/18/2012 08:59 PM Jim Pingle

Update pbi_create to current code from pc-bsd

2972b3e7 06/18/2012 04:37 PM Seth Mos

Now that we actually have a IP protocol tag in the config.xml we can make this check a lot simpler and do less guessing.
Redmine ticket #2503

6be02801 06/18/2012 04:12 PM Seth Mos

Use awk instead of grep, this works on a v4 PPPoE connection for me. Need to verify that it works for 3G too.
Redmine ticket #2458

bfb00534 06/18/2012 02:15 PM Jim Pingle

Fix link

20e7e444 06/18/2012 02:12 PM Jim Pingle

Correct variable name. Fixes packet capture interface validation.

4e8854c6 06/16/2012 05:58 PM Charlie Root

improve alias popup in firewall_rules
include url_table list up to 10000 items
read alias only on mouseover
use table to list columns
show edit shortcut
show total items value on popup description

2229d94e 06/16/2012 02:06 AM Jim Pingle

This is apparently breaking reinstalls. Revert "Actually make reinstallpkg remove the bionaries and really reinstall them"

This reverts commit 12b0fa564dc9b9ffe1773855e6ab528f4a5c7a5e.

72f99ce1 06/15/2012 10:32 PM Darren Embry

add Tusmobil provider info.

feature #2462

61d302e0 06/15/2012 02:38 PM Cyrill B

Added radvd / Updated Captive Portal service widget

0ed8d746 06/15/2012 01:13 PM Cyrill B

Add radvd to Status:Services #2485

12b0fa56 06/15/2012 10:02 AM Ermal LUÇI

Actually make reinstallpkg remove the bionaries and really reinstall them

e88ea344 06/15/2012 01:51 AM Erik Fonnesbeck

Simplify the input validation condition for protocol

8c4ee062 06/14/2012 08:18 PM Darren Embry

add subnets to RA; add support for aliases

hopefully finishes #2361