Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4f3bb062 04/01/2013 08:41 PM Jim Pingle

Allow using virtual IPs (or "any") for ping source. Fixup ipv4/ipv6 selection.

2eaa97b9 04/01/2013 04:57 PM Jim Pingle

Clarify notes when there is an error reaching the openvpn management daemon for service status. Also, add service controls to the openvpn status page.

17c56f4a 04/01/2013 03:35 PM rbgarga

Merge pull request #501 from phildd/master

Support for disabled services on services status displays

0ad707c6 04/01/2013 02:56 PM Renato Botelho

Do not allow to rename a gateway group, as it is for gateways. Fixes #2914

fc7f02c6 04/01/2013 02:30 AM phildd

Do not display disabled services on services status widget

7a47e299 03/28/2013 12:00 PM Renato Botelho

Avoid send user to top of the page when you open add new gateway box

4ad1e4ea 03/26/2013 12:43 PM Renato Botelho

Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900

939cc57a 03/25/2013 01:05 PM Warren Baker

Fix file name reference

aa95e7da 03/25/2013 11:26 AM rbgarga

Merge pull request #495 from phil-davis/master

Dynamic DNS add option for verbose logging

7da5315d 03/23/2013 09:12 PM Colin Fleming

Tidy up "shaper" and "firewall shaper" XHTML

Update VALIGN
Deprecated the ampersand in ANCHOR tags
Update TYPE in script

e680b2f9 03/22/2013 07:22 PM Renato Botelho

Add checks to make sure CP hard timeout is less or equal DHCP server default lease time. It fixes #2899

8b88ac79 03/22/2013 05:28 PM Jim Pingle

Simplify this code

ee6e6011 03/22/2013 04:44 PM Jim Pingle

Move these service control functions into service-utils.inc so they may be re-used.

c8c90b81 03/22/2013 04:25 PM Phil Davis

Dynamic DNS add option for verbose logging

This will allow the user to decide if they want all the noise in syslog. It defaults to off, so the log messages will quieten down unless the user turns it on.

327e6f2d 03/22/2013 03:10 PM Jim Pingle

Merge pull request #493 from ExolonDX/branch_05

Tidy up "traffic shaper wizard" XHTML

9d5c0544 03/22/2013 03:10 PM Jim Pingle

Merge pull request #492 from ExolonDX/branch_04

Tidy up "traffic shaper layer7" XHTML

2ef6bfbb 03/22/2013 03:09 PM Jim Pingle

Merge pull request #491 from ExolonDX/branch_03

Tidy up "traffic shaper limiter" XHTML

86632dbc 03/22/2013 03:08 PM Jim Pingle

Merge pull request #490 from ExolonDX/branch_02

Tidy up "traffic shaper queue" XHTML

4271dfb8 03/22/2013 02:58 PM Colin Fleming

Tidy up "traffic shaper wizard" XHTML

Move "tree.css" to the HEAD statement and manually close the HEAD
statement
Close BR and P tags

e750c0af 03/22/2013 02:54 PM Colin Fleming

Tidy up "traffic shaper layer7" XHTML

Close INPUT, BR, P and IMG tags
Add "alt" to IMG tags
Add CDATA section to scripts
Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD
statement manually
Spelling mistake
Update PHP shorthand tag
Update HTML boolean operators

2174be22 03/22/2013 02:42 PM Colin Fleming

Tidy up "traffic shaper limiter" XHTML

Close INPUT, BR, IMG and P tags
Add "alt" to IMG tags
Deprecate ampersand in ANCHOR tags
Add CDATA section to scripts
Move "tree.css" and "tree.js" to the HEAD statement and manually close
the HEAD statement
Spelling mistatke...

f6b81501 03/22/2013 02:35 PM Colin Fleming

Tidy up "traffic shaper queue" XHTML

Deprecate the ampersand in the ANCHOR tag
Close BR and P tags
Move "tree.css" and "tree.js" to the HEAD statement and manually close
the HEAD statement
Spelling mistake.

df5c0bc0 03/22/2013 02:29 PM Colin Fleming

Tidy up "traffic shaper" XHTML

Close INPUT, BR and P tags
Update PHP Shorthand tag
Spelling mistake
Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD
statement manually
Deprecate the ampersand in the ANCHOR tag

b2f73235 03/21/2013 04:20 PM Jim Pingle

Fix wording/formatting of promisc option

6d76984a 03/21/2013 02:48 PM Ermal LUÇI

No need for nocsrf here too

0e0f9b9b 03/21/2013 02:47 PM Ermal Luçi

Merge pull request #486 from 01101001c/master

Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).

cfa0c336 03/21/2013 02:45 PM Ermal LUÇI

No need to set it for the system information widget

8760cbbc 03/21/2013 02:43 PM Ermal LUÇI

No need to set nocsrf from my testing

4c15d006 03/21/2013 08:21 AM Ermal Luçi

Merge pull request #488 from phil-davis/master

DynDNS status widget async update

b23e1a70 03/21/2013 02:51 AM Phil Davis

DynDNS status widget add 5 minute refresh

It was easy to add the code to refresh the status every 5 minutes. I think 5 minutes is a reasonable refresh time for dynamic DNS.

a1776dcf 03/20/2013 08:07 PM Jim Pingle

Rearrange this manual outbound NAT rule generation loop -- fixes unnecessary duplication of Localhost and VPN rules.

33cc1e86 03/20/2013 07:58 PM Jim Pingle

Add the user/time tracking to Port forwards and outbound NAT also.

ba1d9714 03/20/2013 05:26 PM Jim Pingle

Track user/time a firewall rule was created and last updated, and show this information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin.

c1dcb7ab 03/20/2013 02:19 PM Phil Davis

DynDNS status widget async update

The Dynamic DNS status widget performs remote operations to the www to check the cached dynamic DNS IP against the actual current public-facing IP. When an external link is slow, or particularly when the cable is plugged in (it seems up) but actually the internet is down, it takes a long time for a response from http://checkip.dyndns.com/ to time out. The dashboard page hangs in a half-drawn state (up to drawing the DynDNS status table) for up to 30 seconds....

a9518178 03/19/2013 08:19 PM Ermal LUÇI

Remove functions that are not used now with once mode of rtsold

6d0473b4 03/19/2013 04:28 PM Ermal LUÇI

Bring down even rtsold process

4fc54000 03/19/2013 12:08 AM 01101001c

Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
Original post: http://forum.pfsense.org/index.php/topic,59193.0.html

fe74228f 03/17/2013 12:19 AM N0YB

Diag DNS Lookup Dialog Output

Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page.
Especially useful when filtering so that filter does not have to be reposted to return to the current page.

ba6b2811 03/16/2013 09:09 PM Jim Pingle

Merge pull request #484 from N0YB/System_Firewall_Logs_Filtering

Just a Couple Minor Tweaks

c3b8ad61 03/16/2013 09:07 PM N0YB

Just a Couple Minor Tweaks

e074fb75 03/16/2013 04:09 PM Renato Botelho

Use killbypid instead of a killall that never works

6d529efd 03/16/2013 01:32 PM Renato Botelho

Fix indent and whitespaces

fba196c3 03/16/2013 11:34 AM Renato Botelho

Avoid deleting the RA Subnet when IP is invalid, also simplify it a bit

e1968b0d 03/16/2013 11:26 AM Renato Botelho

Fix indent and whitespaces

74c6d36f 03/15/2013 09:17 AM N0YB

System Firewall Log Filtering by Fields

Previous filter form retained for raw logs view.

672e373e 03/13/2013 01:28 PM Jim Pingle

Clarify what "Allow IPv6" does and does not control. Ticket #2874

5077b1e4 03/13/2013 09:55 AM Chris Buechler

fixup text

efc0e29a 03/12/2013 05:59 PM Jim Pingle

Move tmp/var init to just after mount of /cf so that the sizing works properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.

a1f735b3 03/12/2013 02:37 PM Renato Botelho

Do not route do default gw when rule gw is down

- Add a new advanced misc option to change the behaviour
- When it is set and rule has its own gateway, that is down, just
disable the rule instead of routing it to default gw

Fixes #2858

4f537e93 03/12/2013 02:04 PM Renato Botelho

Fix indent and whitespaces

e92e83d4 03/12/2013 02:16 AM Jim Pingle

Add the ability for full installs to optionally use RAM disks for /tmp and /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD.
I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).

94ca4e0d 03/11/2013 02:44 PM Jim Pingle

Be more careful when performing a ping to use the correct ping type if an IP address is entered.

d5280de6 03/11/2013 01:44 AM Chris Buechler

update github repo location

8436f2e3 03/09/2013 08:53 PM Jim Pingle

Fix spelling.

bb9aaf95 03/09/2013 10:20 AM Phil Davis

Services Status Widget remove leftover >

70fee79c 03/09/2013 12:44 AM Chris Buechler

fix text. Fixes #2863

6e0fc523 03/08/2013 07:13 PM Jim Pingle

Merge pull request #479 from ExolonDX/master

Use HTMLENTITIES to deprecate the ampersand in page title URI

a1560c1b 03/08/2013 06:50 PM Colin Fleming

Use HTMLENTITIES to deprecate the ampersand

a58a9ece 03/08/2013 01:30 PM Ermal LUÇI

Be consistent on the check

b783eaf2 03/08/2013 01:20 PM Ermal LUÇI

Prevent mtu bigger than 9000

ca3301b4 03/08/2013 01:33 AM Jim Pingle

Merge pull request #470 from ExolonDX/branch_01

Tidy up System:General Setup XHTML

6ffa67cf 03/08/2013 01:32 AM Jim Pingle

Merge pull request #471 from ExolonDX/branch_02

Tidy up System:Advanced:Admin XHTML

8dd57961 03/08/2013 01:32 AM Jim Pingle

Merge pull request #472 from ExolonDX/branch_03

Tidy up System:Advanced:FirewallNat XHTML

05f74604 03/08/2013 01:31 AM Jim Pingle

Merge pull request #473 from ExolonDX/branch_04

Tidy up System:Advanced:Network XHTML

0202cdda 03/08/2013 01:30 AM Jim Pingle

Merge pull request #474 from ExolonDX/branch_06

Tidy up System:Advanced:Tunables XHTML

6a03a312 03/08/2013 01:30 AM Jim Pingle

Merge pull request #475 from ExolonDX/branch_07

Tidy up System:Advanced:Notifications XHTML

481e09b3 03/07/2013 09:23 PM Colin Fleming

Tidy up System:Advanced:Misc XHTML

Close BR tags
Close INPUT tags
Update CDATA secions in script tags
Update HTML boolean operators

846ac60f 03/07/2013 09:14 PM Colin Fleming

Tidy up System:Advanced:Notifications XHTML

Close INPUT tags

a5a61609 03/07/2013 09:08 PM Colin Fleming

Tidy up System:Advanced:Tunables XHTML

Deprecate ampersand
Close INPUT tags

3410a6c5 03/07/2013 08:56 PM Colin Fleming

Tidy up System:Advanced:Network XHTML

Close BR tags
Update CDATA sections in script tags
Update HTML boolean operators

8712fab6 03/07/2013 08:51 PM Colin Fleming

Tidy up System:Advanced:FirewallNat XHTML

Close BR tags
Updated HTML boolean operators

3c119b78 03/07/2013 08:41 PM Colin Fleming

Tidy up System:Advanced:Admin XHTML

Added proper CDATA sections to scripts
Updated HTML boolean operators
Close BR tagas
Close INPUT tags

925020e7 03/07/2013 08:32 PM Colin Fleming

Tidy up System:General Setup XHTML

Close INPUT tags
Tidy up HTML boolean operators

5356362c 03/07/2013 06:25 PM Phil Davis

Fix stale bandwidth-by-IP table entries

When the number of valid rows in the table reduced by more than 1 between updates, stale entries were left displayed at the end - e.g. 8 rows (0-7), then next update has only 5 rows (0-4). Row 5 is hidden but rows 6 and 7 remain displayed.

0d0d4a27 03/07/2013 01:28 PM Renato Botelho

Validate MTU changes for VLANs and let user change it again

da11e022 03/07/2013 01:08 PM Phil Davis

Bandwidth by IP - allow filter by local and remote

a02ce260 03/07/2013 01:05 PM Phil Davis

Bandwidth by IP - allow filter by local and remote

f42193a4 03/07/2013 10:18 AM Ermal LUÇI

Try to fix the issue reported on http://forum.pfsense.org/index.php/topic,59746.0.html

2dbd8924 03/07/2013 09:18 AM Phil Davis

Bandwidth by IP - display static map names also when FQDN selected

If display FQDN was selected, and an IP had no reverse lookup FQDN, but did have a DHCP static mapping, the static map name was not displayed - just 1 line I overlooked when adding the FQDN option.

379ec2f7 03/07/2013 05:20 AM Chris Buechler

Merge pull request #464 from phil-davis/master

Add display by host name option to Traffic Graph

8389a461 03/07/2013 03:21 AM Phil Davis

Traffic Graph add option to display FQDN

232d38ab 03/07/2013 03:19 AM Phil Davis

Traffic Graph add option to display FQDN

It was easy to give the user the choice of displaying IP Address, just the Host Name or the FQDN. And the display wraps long FQDNs OK.

2158b1ce 03/07/2013 12:11 AM Jim Pingle

Fix gettext/link

386963d5 03/07/2013 12:09 AM Jim Pingle

Merge pull request #462 from N0YB/Diagnostics_Packet_Capture_Promiscuous_Mode_Option

Add Promiscuous Mode Option to Diagnostics Packet Capture Interface

c16f7c5c 03/06/2013 03:02 PM Phil Davis

Add display by host name to Traffic Graph

4006a437 03/06/2013 01:41 PM Phil Davis

Add display by host name to Traffic Graph

b710a078 03/06/2013 01:06 PM Jim Pingle

Merge pull request #463 from phil-davis/master

Add DNS Forwarder option to not forward private reverse lookups

7bdd28fb 03/06/2013 12:11 PM Phil Davis

Add DNS Forwarder option to not forward private reverse lookups

Currently, reverse lookups of private IP addresses that are not resolved on the pfSense box itself (e.g. like 192.168.42.43) are forwarded to the default DNS servers. For most use cases, those PTR queries go out to the real internet, when they actually have no chance of a successful answer. This loads up the real internet DNS servers with rubbish requests and also causes a round-trip delay before dnsmasq can reply with a "not found"....

dcddb2fa 03/06/2013 12:10 PM Ermal LUÇI

You can have multiple 6rd tunnels now days

8d64d6b5 03/06/2013 09:34 AM N0YB

Add Promiscuous Mode Option to Diagnostics Packet Capture Interface

Also fix couple mismatched table cell tags
Some NIC's do not work well if placed into promiscuous mode

2459be50 03/06/2013 04:10 AM Chris Buechler

clean up text a bit, make link more apparent

0f7668fb 03/06/2013 04:06 AM Chris Buechler

DNS servers are optional

9cd89a2d 03/06/2013 04:06 AM Chris Buechler

descr is optional

efd60dc4 03/05/2013 07:30 PM Jim Pingle

Merge pull request #461 from ExolonDX/branch_32

Tidy up "wol" widget XHTML

d4a5f36b 03/05/2013 07:29 PM Jim Pingle

Merge pull request #460 from ExolonDX/branch_31

Tidy up "smart" widget XHTML

2686516d 03/05/2013 07:29 PM Jim Pingle

Merge pull request #459 from ExolonDX/branch_30

Tidy up "services" widget XHTML

e0977d20 03/05/2013 07:26 PM Jim Pingle

Merge pull request #458 from ExolonDX/branch_28

Tidy up "picture" and "rss" widget XHTML

23b531c6 03/05/2013 07:24 PM Jim Pingle

Merge pull request #457 from ExolonDX/branch_27

Tidy up "log" widget XHTML

8bca8c46 03/05/2013 07:24 PM Jim Pingle

Merge pull request #456 from ExolonDX/branch_26

Tidy up "ipsec" and "load balancer" widgets XHTML

800a628e 03/05/2013 07:23 PM Jim Pingle

Merge pull request #455 from ExolonDX/branch_25

Tidy up "gmirror" and "installed packages" widgets XHTML