Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
2727e3fc 01/08/2015 05:48 AM Chris Buechler

Also include /127 for IPv6, it works fine. Ticket #3657

aac1c1db 01/08/2015 05:39 AM Chris Buechler

Allow for configuring /31 masks on interfaces.php. The rest of the code was updated accordingly some time ago, and an employee with Cox Communications has confirmed this allows things to work on their circuits deployed with /31s. Ticket #4190

b25ccd04 01/08/2015 05:04 AM Chris Buechler

fix up text

4a076e36 01/07/2015 09:07 PM Ermal Luçi

Provide an advanced setting to be able to disable Unity Plugin(Cisco extensions)

f99f51a9 01/07/2015 07:22 PM Ermal Luçi

split is deprecated move to explode

ba0bc258 01/07/2015 07:20 PM Ermal Luçi

split is deprecated move to explode

9643058d 01/07/2015 07:16 PM Ermal Luçi

split is deprecated move to explode

3add5b2d 01/07/2015 06:49 PM Chris Buechler

fix text

e57a3e40 01/07/2015 06:47 PM Chris Buechler

fix spelling of compression

40cc36d1 01/07/2015 03:35 PM Ermal Luçi

Fixes #4182 by properly managing IPcomp on ipsec tunnels.
Also retires IPsec force reloading advanced sysctl since its useless nowdays with strongswan and remove its call on rc.newipsecdns.

91454850 01/06/2015 01:42 AM Phil Davis

OpenVPN backend authentication fix key and translation

The array returned by auth_get_authserver_list() has key as the fixed name of each available authentication mode - e.g. "Local Database".
The array value ["name"] has the name string translated into the selected GUI language....

cfb5073f 01/05/2015 05:44 PM Renato Botelho

Fix #4090:

- Unbound advanced options may contain double quotes and it breaks the
syntax when a backup is restored because newlines are trimmed. Save it
in base64 format is a safe way to prevent it
- Bump config version to 11.5
- Provide upgrade code to encode current config or the one that came...

fb130335 01/05/2015 02:57 PM Renato Botelho

Make it possible to backup/restore 'DNS Resolver' section individually

eef5aeeb 01/02/2015 03:07 PM Renato Botelho

Fix track6 prefix id range check, reported by jimp

a3c9510c 01/02/2015 10:49 AM Phil Davis

Allow blank source port in diag_testport

Reported by forum https://forum.pfsense.org/index.php?topic=86146.0
Also, if there are input validation errors, save the user-entered data and re-display it, making it easier for the user to just correct the data in error and press Test again. It was blanking out all the entered data.

0e25a6b9 01/01/2015 12:12 PM Renato Botelho

Merge pull request #1416 from phil-davis/Copyright-format

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

7f696ba0 01/01/2015 03:10 AM Phil Davis

Remove duplicate copyright

Noticed these had the copyright twice

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

7b43825e 12/31/2014 02:42 AM Chris Buechler

Merge pull request #1412 from phil-davis/patch-2

43531ed7 12/30/2014 05:39 PM Phil Davis

Allow for old settings that have no iketype

This bit of code looks like it could do with the same test as https://github.com/pfsense/pfsense/pull/1412
This is executed when the "Connect" button is pressed from Status->IPsec
Somebody with these problematic old IPsec entries could test this - with current code I suspect that disconnect followed by connect - it will not connect. With this change it will (might?) connect again.

86b429b3 12/30/2014 04:35 PM Phil Davis

IPsec Widget allow for old settings that have no iketype

as mentioned in https://forum.pfsense.org/index.php?topic=84527.msg471919#msg471919
This change makes it work like similar if tests in /usr/local/wwwvpn_ipsec.php, and code in /etc/inc/vpn.inc that effectively defaults to ikev1 when iketype is not specified....

e0273f44 12/30/2014 11:35 AM Phil Davis

Captive portal spelling

d9feefb1 12/29/2014 01:40 PM Renato Botelho

Merge pull request #1408 from ExolonDX/master

40930f75 12/29/2014 11:51 AM Colin Fleming

Backout pull request #1391

https://forum.pfsense.org/index.php?topic=85944.0

Backout pull request #13191

db88a3a2 12/28/2014 10:51 AM Phil Davis

Fix unbound shortcut links

Fixes redmine #4151
1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq
resolver=unbound
2) Make the value of $shortcuts_section correct in each dnsmasq and
unbound php code
3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then...

cccee755 12/26/2014 10:49 PM Chris Buechler

clarify message here after customer feedback, it wasn't meant to imply "only a reboot will re-enable" but that's how some people have read it.

d0bf02bd 12/26/2014 02:21 PM Renato Botelho

Move this check before full sync to disable dnsmasq/unbound in the first time it's sync'd

f29fd4d0 12/26/2014 02:20 PM Renato Botelho

Add dnsmasq and unbound config sections to full sync, it fixes #4076 that is caused because boolean config fields are not disabled on secondary

5525974b 12/26/2014 08:03 AM Phil Davis

Display tunnel description on IPsec widget

There was not even code to attempt to display the description.
Also, when I first created a phase1 and there were no phase2 yet, the widget spat out the warning for the line:
foreach ($config['ipsec']['phase2'] as $ph2ent){ ......

82a2fd79 12/24/2014 06:14 PM Ermal Luçi

Correct even other areas of CP using pfSense_ipfw_getTablestats function.

c607f306 12/24/2014 05:47 PM Ermal Luçi

Fix displaying description for IKEv1 connected tunnels

cdb68b25 12/24/2014 05:40 PM Ermal Luçi

Oops remove variable with same name unused!

4f23e0a4 12/24/2014 05:39 PM Ermal Luçi

Add checks for ghost phase2 and no need to check for number of phase2 here

d1e53a1e 12/24/2014 05:26 PM Ermal Luçi

Correct skipping of disabled tunnels

21b2912f 12/24/2014 05:21 PM Ermal Luçi

Correct status counter of inactive tunnels

fad42a3d 12/24/2014 11:19 AM Warren Baker

Remove option that has now been merged into infra-host-ttl.

f8827719 12/23/2014 04:21 PM Ermal Luçi

Oops do not override ipsec status array!

f244dca8 12/23/2014 03:56 AM Phil Davis

Reboot not required for password protect console menu

On my systems I can toggle and save "Password protect the console menu" back and forth and the console switches back and forth from the menu to a login prompt in real time. IMHO a reboot is no longer needed. Remove this note might save some people unnecessary reboot time.

dc83dd4c 12/22/2014 11:45 PM Chris Buechler

Merge pull request #1393 from phil-davis/patch-12

f2087b77 12/22/2014 11:41 PM Chris Buechler

Merge pull request #1397 from phil-davis/patch-15

b5d827f6 12/22/2014 11:39 PM Chris Buechler

Merge pull request #1400 from phil-davis/patch-17

cfec8558 12/22/2014 04:54 PM Renato Botelho

Add missing $ as spotted by Kill Bill, ticket #4132

17ad9cb8 12/22/2014 04:36 PM Ermal Luçi

Correct display of tunnel status on ikev1 with multiple phase2

483c3b5b 12/22/2014 04:20 PM Ermal Luçi

Correct ipsec status page to make connect button work

7a8ea3ee 12/22/2014 03:08 PM Ermal Luçi

Correct dashboard with new ipsec generation

7fd7c5a5 12/22/2014 12:12 PM Renato Botelho

Fix string, we want to print variable name here and not its value. Fixes #4132

acfef9f5 12/21/2014 04:05 PM Phil Davis

Standardise dynamic firewall log view

to be like Firewall Log widget:
1) Display IPv6 address and port in [a:b::c]:123 format
2) Fix same issue with rows gradually disappearing each update, or when in reverse order, update lines not being put in the right place....

c120bd8d 12/21/2014 12:03 PM Phil Davis

Handle firewall log widget display formats

the same way for the initial display and for updated rows done by Java Script. Now we receive the source IP and port, destination IP and port, all in separate fields so they can be put together in whatever combination for display....

319e126e 12/21/2014 11:49 AM Phil Davis

Lastsawtime has moved further along

srcport, dstport and version are now explicitly passed as fields here, so lastsawtime is 3 fields further out.

fe416714 12/20/2014 06:12 PM Phil Davis

Put line break only if IPv4 address exists

This makes a line for the IPv4 address if it is there. If the IPv4 address goes away, the whole line will disappear, leaving just the IPv6 address without an empty line above it.

7a0c88f8 12/20/2014 06:05 PM Phil Davis

Interfaces widget remove blank line if no IPv4 address

If the interface had an IPv6 address but no IPv4 address, there was a blank line where the IPv4 address would have been. There is no need for that, and one day IPv4 will be old legacy and systems will routinely have no IPv4 addresses at all - they will all be IPv6. Might as well make that look ordinary on the display now....

6e795218 12/20/2014 05:16 PM Phil Davis

Set Interfaces widget IPv6 address

Now that get_interfacestatus() is returning us the IPv6 address, and interfaces.widget.php has a div to put it in, actually update the IPv6 address on the widget.

d7884992 12/20/2014 05:12 PM Phil Davis

Send IPv4 and IPv6 address in get_interfacestatus

And make them strong (bold), which is how they are displayed originally by interfaces.widget.php
This allows the AJAX that manipulates the div's in interfaces.widget.php to get the data, so it can make it update.

2795f40b 12/20/2014 05:08 PM Phil Davis

Interfaces widget create all div

All div for the various things need to be created here, so that later AJAX can switch the necessary things on/off and write a new IPv4 or IPv6 address into the div when an interface acquires an address.

5b4ed0e1 12/20/2014 01:57 AM Chris Buechler

Use correct port for viewing portal page contents. Ticket #4125

a98ff7ef 12/19/2014 09:17 PM Jim Pingle

Fix help for UPnP/NAT-PMP

1a2ea2cc 12/18/2014 11:54 AM Phil Davis

Display better message when booting and awaiting package reinstall

906ae455 12/18/2014 11:21 AM Renato Botelho

Merge pull request #1391 from ExolonDX/master

2ccdd739 12/18/2014 04:24 AM Phil Davis

Display better message when booting and awaiting package reinstall

8aec06e0 12/18/2014 04:22 AM Phil Davis

Display better message when booting and awaiting package reinstall

f4c40620 12/17/2014 05:25 PM Renato Botelho

Disable dhcp server when interface is disabled. Ticket #4119

e94692c0 12/17/2014 05:25 PM Renato Botelho

Do not check disabled interfaces, ticket #4119

05992982 12/16/2014 11:01 PM Ermal Luçi

Encode space to avoid rejecting users with spaces in username

50b00432 12/16/2014 09:52 PM Jim Pingle

Use updated URLs for Limiters and Layer 7 help.

00342f85 12/16/2014 09:10 PM Jim Pingle

Remove some old comments and unnecessary cruft.

51579bb4 12/16/2014 09:08 PM Jim Pingle

Pick up some more new pages for 2.2 that need help links.

e4e6c315 12/16/2014 08:48 PM Jim Pingle

Some misc updates to pkg help links

84b85dc5 12/16/2014 08:26 PM Jim Pingle

Add help for Unbound/DNS Resolver and its related tabs.

c2e6e8e2 12/16/2014 07:49 PM Colin Fleming

Remove "link", "vlink" and "alink" from BODY tag

This is a positional change to remove "link", "vlink" and "alink" from
the BODY tag, the following themes do not have Anchor tags defined in
CSS, so they use the colours defined in the BODY tag, which is blue...

db7a17d0 12/16/2014 07:21 PM Jim Pingle

Point these CARP Help pages at more useful places.

c445a9f5 12/16/2014 07:10 PM Renato Botelho

Use provided function to change user's password

dd05d045 12/16/2014 06:22 PM Jim Pingle

Fixup the rest of the URLs for DHCPv6/RA help.

6f49b97d 12/16/2014 05:41 PM Jim Pingle

The ID in DUID is Identifier.
See also: ATM Machine, ISP Provider, DMZ Zone, LCD Display, GMT Time...

0f680478 12/16/2014 04:48 PM Jim Pingle

Remove old/invalid note

2fedc3ee 12/16/2014 04:48 PM Jim Pingle

Update help links for DHCPv6 relay and DHCPv6 Lease Status

95349b2c 12/16/2014 03:53 PM Jim Pingle

Fix up Help links for Inbound Load Balancing.

04e722a6 12/16/2014 01:28 PM Renato Botelho

Merge pull request #1388 from ExolonDX/master

dd0cb9fc 12/16/2014 12:19 PM Renato Botelho

Cleanup aliases when temporarily disable CARP, fixes #4116

363a0231 12/15/2014 09:45 PM Jim Pingle

Follow help page that moved.

327bbab6 12/15/2014 09:30 PM Jim Pingle

Follow help page that moved.

c25caf5b 12/15/2014 07:16 PM Renato Botelho

Add DNS Resolver to the list of services to be sync'd on HA, make sure it and DNS Forwarder are not enabled simultaneously. It fixes #4067

fa2122b0 12/15/2014 06:43 PM Renato Botelho

Fix password field name

6bb9db05 12/15/2014 06:18 PM Renato Botelho

Add a shortcut for unbound and enable it

99441482 12/15/2014 04:47 PM Renato Botelho

Fix password field name to apply correct style

5cfd9481 12/15/2014 12:46 PM Renato Botelho

Add missing BR tags and fix display with pfsense_ng_fs theme. It fixes #4115

6678fdd1 12/14/2014 10:03 PM Colin Fleming

Tidy up "widgets" XHTML

Add CDATA sections to scripts
Add ALT to image tags and close image tags
DIV tag cannot be inside a STRONG tag, so swap them around
SCRIPT cannot be part of TR tag, so place the SCRIPT inside a TD tag but
hide it.

38e1541b 12/12/2014 04:55 PM Renato Botelho

Update service providers xml to sync with upstream

c45c6ccd 12/12/2014 02:29 PM Renato Botelho

Regenerate Turkish mo

019645ff 12/12/2014 02:28 PM Renato Botelho

Update po from last pot

66f8965d 12/12/2014 02:27 PM Renato Botelho

Update Turkish translation file from last version available on old translation server

fb0495f3 12/12/2014 02:13 PM Renato Botelho

Regenerate pfSense.pot

2e65babb 12/12/2014 11:17 AM Renato Botelho

Fix password confirmation name to make style working as expected. Fixes #3992

a93bc299 12/12/2014 04:53 AM Phil Davis

Base URL must be specified when alturlenable on

I had a 2.1.5 system that I was wondering why the dashboard always said it could not check for updates. I discovered it had "Use an unofficial server for firmware upgrades" checked, but the "Base URL" field was empty....

fcc96054 12/11/2014 09:50 PM Renato Botelho

Split ICMP and ICMPv6 types on Firewall Rules

- Remove redundant declaration of $icmptypes and move it to a common
place (filter.inc)
- Add missing ICMP types for v4
- Add ICMPv6 types
- Adjust javascripts to show correct options depending of IP Protocol...

c03ed2fb 12/11/2014 09:49 PM Renato Botelho

Fix indent and spaces

986fd3d9 12/11/2014 05:03 PM Renato Botelho

Fix #3790:

- Do not let 2 interfaces to setup the same track6 prefix id
- Show correct prefix id range for each interface

2cc10e2c 12/11/2014 01:30 AM Phil Davis

Change text and color delimiter to carat sign

To match change made in functions.inc.php

6385c335 12/11/2014 01:28 AM Phil Davis

Gateway Status Widget keep IP address bold

Forum: https://forum.pfsense.org/index.php?topic=85187.msg467438#msg467438

The bold is specified literally in gateways.widget.php for the gateway IP box, so we need to send it bold from here also when providing an update....

f4d094b4 12/10/2014 03:32 PM Phil Davis

Fixup text rule should be route

This code was obviously taken from firewall rules and reused here without changing the word "rule" to "route".