Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
43d735de 05/22/2012 01:26 PM Jim Pingle

Use "proto 112" instead of tcpdump's vrrp keyword since it's a little behind the times and doesn't realize that ip6+vrrp is valid. And since we're not using the vrrp keyword directly anymore, let's call it CARP instead.

ee8c34f4 05/21/2012 05:01 PM Seth Mos

Properly test for the address family now that the array says what it's supposed to be.

c0ae3bfb 05/21/2012 02:10 PM Jim Pingle

Don't auto-toggle the "do not backup rrd" setting - we do not want this on unless the user explicitly selects it. It makes for very, very large backup files and must default to off.

5e589685 05/21/2012 01:31 PM Seth Mos

Add 3G statistics for Huawei modems, split the Cellular stats out to per interface instead of global.

c6d0f00b 05/20/2012 07:15 PM Seth Mos

Allow modification of gateway groups even if the gateways are down.

96cd928b 05/20/2012 06:57 PM Seth Mos

Allow saving on system.php if the gateways are down.

e4834b57 05/20/2012 04:28 PM Jim Pingle

Merge pull request #111 from vizvayu/bug2374

Fix of bug #2374 "When entering values in firewall rules leading and trailing spaces are not deleted" bis

ffd2059b 05/20/2012 12:48 PM Seth Mos

This command works better with Huawei modems. Needs more testing

1cba5c58 05/20/2012 11:21 AM Seth Mos

Make sure we don't accidentaly clobber the v4 dns servers with empty fields from v6

fd86d829 05/19/2012 02:22 AM Cristian Feldman

Overcome laziness to avoid unnecessary loop

90f90934 05/19/2012 01:57 AM Cristian Feldman

Fix of bug #2374 "When entering values in firewall rules leading and
trailing spaces are not deleted"

1346306c 05/18/2012 07:49 PM Ermal LUÇI

Allow 802.1p tags to be controlled from firewall rules edit screen

4dedd18a 05/18/2012 03:53 AM Cristian Feldman

System info widget on dashboard now updates CPU Frequency automatically

a425a28b 05/18/2012 01:37 AM Cristian Feldman

Moved status text to img title (tooltip)

4976f453 05/18/2012 01:37 AM Cristian Feldman

Added description text for IPSec tunnel status in "Status: IPsec" page

cd485c4f 05/17/2012 11:02 PM Darren Embry

remove some log_error calls

283d78c6 05/17/2012 11:00 PM Darren Embry

bug fix for #2426

Input validaton on interface gateway creation box needs to reject duplicate names

a0edece9 05/17/2012 10:33 PM Darren Embry

report errors adding a gateway through ajax calls

8dcca9b5 05/17/2012 09:32 PM Darren Embry

- also rename $section arg to $section_name in some functions to clarify

- also robustify parsing for <tagname> and bulletproof the handling of
certain errors

976d0213 05/17/2012 08:49 PM Darren Embry

fix cosmetic bug when developer was turned on.

highlight the hidden menu item differently.

dcb94db5 05/17/2012 07:43 PM Darren Embry

fix for #2231

Don't activate master "Save Settings" button on traffic graph min/max.

f757431d 05/17/2012 07:22 PM Darren Embry

more verbose log_error on rrdtool restore failure

08877746 05/17/2012 07:16 PM Darren Embry

restore_rrddata() adds log_error calls and uses -f

7eead1fc 05/17/2012 06:55 PM Darren Embry

add rrddata to backup/restore dropdowns.

c9a19238 05/17/2012 06:05 PM Darren Embry

indentation cleanup

754b75d0 05/17/2012 06:03 PM Darren Embry

move certain code to new function restore_rrddata()

9cf11774 05/16/2012 05:17 PM Jim Pingle

Fixup halt and reboot to catch the output from the shutdown process properly.

Conflicts:

usr/local/www/halt.php
usr/local/www/reboot.php
0b8e9d38 05/16/2012 02:48 PM Jim Pingle

On its own, ntpd does not sync fast enough at bootup, so bring back the ntpdate sync but improve it so it can't get stuck forever.

11e06906 05/15/2012 08:41 PM Jim Pingle

Fix syntax here too in case we need to revive it.

ec18e696 05/15/2012 06:22 PM Cyrill B

correct closing tags

e37eeb49 05/15/2012 05:45 PM Jim Pingle

Only process this if it's an array

29c2c1db 05/15/2012 03:11 PM Jim Pingle

Fix quoting - can't use ' if we want to expand a variable inside the string.

25890c50 05/15/2012 02:35 PM Jim Pingle

Use a text description instead of a code.

e078c882 05/14/2012 08:30 PM Jim Pingle

Add NTP status page using ntpq.

a8543b59 05/14/2012 06:50 PM Jim Pingle

With FreeBSD's ntpd, the current options are irrelevant, but we can have a nice status page

ffc7d2c4 05/14/2012 06:17 PM Jim Pingle

Fix ntp name here too

ae2c143a 05/14/2012 06:11 PM Jim Pingle

s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it easier if we switch)

547c56c4 05/14/2012 04:39 PM Jim Pingle

Create $altnames earlier, and also fix a bracing issue with this if statement. Fixes certificate importing.

e6b16f89 05/14/2012 02:02 PM Jim Pingle

Fix redirect when saving settings in the widget, it was landing on the widget page instead of returning to the dashboard.

e32cb5d0 05/14/2012 12:54 PM Seth Mos

Make the ppp-linkup script understand both address families.

bbdc5919 05/11/2012 04:49 PM Darren Embry

remove the stuff triggering display of relay protocol row

06d84cf3 05/11/2012 04:49 PM Darren Embry

allow port in virtual servers to be left blank

in which case listening port would be inherited from the pool

183ea34c 05/11/2012 04:49 PM Darren Embry

allow aliases for the ipaddr field in virtual servers (PEV-394754)

937cec84 05/11/2012 03:04 PM Darren Embry

fix for bug #2422 could not remove entries from CP Allowed Hostnames

4dfd930e 05/10/2012 07:17 PM Darren Embry

cleanup: code for building arrays for autocompleted fields

5b84bd65 05/10/2012 06:00 PM Darren Embry

add autocomplete for port (PEV-394754)

04d4bcdf 05/10/2012 05:51 PM Darren Embry

use get_alias_list for port field in load_balancer_pool_edit

a1f77238 05/10/2012 04:39 PM Darren Embry

add autocomplete to load_balancer_pool_edit.php (PEV-394754)

we also enable the json extension here.

9b420daf 05/10/2012 04:05 PM Darren Embry

fix a bug in anti-clickjack that made all pages blank

https://github.com/bsdperimeter/pfsense/commit/babac37a3b9a676525fff422011b9f3c0f9bd39f

f3d7f30e 05/10/2012 03:54 PM Darren Embry

update help text in port fields to Firewall -> Aliases (PEV-394754)

babac37a 05/10/2012 03:51 PM Scott Ullrich

Add click jacking support. Ticket #2419

06f746c3 05/10/2012 07:02 AM Warren Baker

Add _ to the list of are allowed characters

b1aa904f 05/10/2012 01:57 AM Chris Buechler

fix typo

2f65de89 05/09/2012 08:55 PM Jim Pingle

Add initial support for subjectAltName - still needs some select love for the "type" field, freetext for now for testing (it does work, cert gets the specified subjectAltName).

ca88c37e 05/09/2012 05:25 PM Jim Pingle

Include TCP flags in CLI filter parser output (if present)

23b1fc49 05/08/2012 07:42 PM Jim Pingle

Update zoneinfo using latest zones from FreeBSD

76ac460b 05/08/2012 04:49 PM Jim Pingle

$realif only exists on apply, which this code path would never touch. Change to use the configured interface instaed. Fixes #2212

76db94c2 05/08/2012 03:37 PM Jim Pingle

Add last check timestamp to gateway status (actually just fix it, since the code was there, but not functional) Fixes #1155

89341b50 05/06/2012 06:07 PM Chris Buechler

fix vouchers

85d1b51b 05/05/2012 07:47 PM Lorenz Schori

Fix whitespace: use spaces in services_dnsmasq_edit.php in order to match coding style of surrounding html

5a2a8349 05/05/2012 11:07 AM Lorenz Schori

Add support for aliases in DNS Forwarder, fixes #2410

470d24a3 05/03/2012 04:34 PM Darren Embry

implement #2407: create config option for captive portal listening port

6b2d4b5a 05/03/2012 02:54 PM Darren Embry

fix for #2356 'track interface'

convert pulldown for ipv6 prefix id to a textbox. validation is
implemented.

aa11af07 05/02/2012 12:29 PM Jim Pingle

When the "OpenVPN" users type was commented out of the drop-down, this function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.

e0c45357 05/01/2012 08:00 PM Jim Pingle

Move routing (radvd, routed, ospf, bgp) to its own log since these daemons can be really spammy at times.

3a1e12cf 05/01/2012 06:25 PM Jim Pingle

Add some safety belt checks to status_queues.php to prevent exec blocking or infinite redirection loops. Better error display when things go wrong.

eedd093a 05/01/2012 05:32 AM Chris Buechler

correct hostname variable, and use FQDN

a1a0cd46 05/01/2012 04:41 AM Chris Buechler

fix saving of hard timeout

402ffa96 05/01/2012 04:29 AM Chris Buechler

fix text

3f76f90e 04/28/2012 08:30 AM Erik Fonnesbeck

Add note to NAT Reflection helper indicating where it works.

8c06bd69 04/28/2012 08:12 AM Erik Fonnesbeck

Change description of 1:1 NAT Reflection setting to be more accurate.

43fd29df 04/28/2012 03:59 AM Erik Fonnesbeck

Fix preservation of the selection of interfaces on input errors for floating rules.

f122c1a3 04/27/2012 01:37 AM Erik Fonnesbeck

Add a space between Note: and the message. Also move the period into the gettext string, since punctuation is not language-independent.

0637b0a9 04/26/2012 10:04 PM Darren Embry

fix for Bug #2253 Quality Graphs not generated after 'Reset RRD Data'

Seth Mos wrote:

This needs to call setup_gateways_monitor() in after
enable_rrd_graphing() to fix.

Also note: $retval of enable_rrd_graphing() at this point in the code
was never used, to my knowledge.

b30e3be4 04/25/2012 09:51 PM Andrew Lowther

options for auto-summary/supernet

0cfaf2c8 04/25/2012 06:39 AM Warren Baker

Revert "Use 'Packet Loss or High Latency' as the default option when creating a new gateway group"

This reverts commit 6ee04b69c8ace44e798e29e665039455aad1c439.

8de4a8bc 04/25/2012 06:39 AM Warren Baker

Revert "Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397"

This reverts commit 1cc71979e44d7955084a0cdb50d7698239fac770.

f81398b0 04/25/2012 05:03 AM Chris Buechler

Merge pull request #96 from irvingpop/master

Simple OpenVPN bridge wording fix

850ae59e 04/25/2012 05:00 AM Irving Popovetsky

Correct wording "Server Bridge DHCP Start" is shown instead of "Server Bridge DHCP End"

1cc71979 04/24/2012 07:19 PM Warren Baker

Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397

6ee04b69 04/24/2012 07:18 PM Warren Baker

Use 'Packet Loss or High Latency' as the default option when creating a new gateway group

d008a24e 04/20/2012 08:08 PM Seth Mos

Unbreak the system general DNS settings, it would not work anymore when set to none.

40fa6dde 04/20/2012 08:38 AM Erik Fonnesbeck

Allow optionally using the type of NAT reflection implementation used for 1:1 mappings with port forwards as well, in addition to allowing the old type, which is still useful in its own way.

3a83296f 04/19/2012 06:27 PM Darren Embry

fix for Bug #2334 quality rrd graphs do not automatically refresh

id attributes can't have a period, someone didn't read w3c specs on id attributes ;-)

76e91d3f 04/19/2012 11:53 AM Warren Baker

Add SUBMISSION port, fixes #2387

318a0812 04/18/2012 04:06 PM Seth Mos

Use curlies to be very sure, yes

eaa477d2 04/18/2012 03:40 PM Seth Mos

Add the subnet bits to the config

c91e242e 04/18/2012 02:17 PM Jim Pingle

Some updates/optimizations to smart widget

feb88a14 04/18/2012 09:26 AM Seth Mos

Add support for SLAAC on the WAN interface, this is required for Stateless autoconf addressing.
Normally this should only apply to Appliances that do not need to route. We automatically hook in the dhcp6 client to request name servers from DHCP6 in a information only mode. It will not attempt to request a address. For that you should use the plain DHCP6 option with a prefix size of none....

2f0a49e9 04/17/2012 03:39 PM Jim Pingle

Add contributed SMART Status widget - http://forum.pfsense.org/index.php/topic,48447.0.html

7f8f5d01 04/17/2012 08:54 AM Phil Davis

Fix typos where css('dislay') is missing a 'p' - now the top ten bandwidth users by host IP is visible on the Status:Traffic Graph

d86ef65f 04/13/2012 08:27 PM Jim Pingle

Merge pull request #89 from bcyrill/patch-3

Fixed HTML tag.

95837597 04/13/2012 08:27 PM Jim Pingle

Merge pull request #90 from vizvayu/master

Mode selection options for PowerD

ab9526e6 04/13/2012 07:13 PM Ermal LUÇI

Resolves #2330. Check if there is a previous voucher config before wiping

f6bda83c 04/13/2012 07:00 PM Jim Pingle

Show delegated prefixes on the DHCPv6 Leases display.

59231855 04/13/2012 04:50 PM Darren Embry

Feature #1864 "Start" button for IPsec should be available for IP alias networks

might need more testing.

http://redmine.pfsense.org/issues/1864

79909926 04/13/2012 12:34 PM Seth Mos

Increase Prefix delegation size choices

e1cc1f6d 04/13/2012 12:33 PM Seth Mos

Clarify text

e617e9b1 04/13/2012 11:58 AM Seth Mos

Do not throw a address family error when there is just 1 gateway.
Fix the input logic for ticket #1662

8bdb6879 04/12/2012 11:11 PM Darren Embry

Feature #2123 Backup RRD files using the xml dump and restore from RRD tools

http://redmine.pfsense.org/issues/2123