Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7c4c43a5 02/20/2016 08:04 AM Chris Buechler

Add config upgrade code to enable and configure DHCPv6 server and radvd where track6 is in use, as they were automatically configured previously. Add same config to default config.xml to retain existing behavior there. Ticket #3029

1c42c585 02/20/2016 06:54 AM Chris Buechler

replaced original copyright message from 2005 / Espen Johansen

2915acf8 02/20/2016 05:25 AM Chris Buechler

Don't trigger an interface mismatch for lagg interfaces, they may not exist at time of config restore. Ticket #5892

2ec7ab35 02/20/2016 05:00 AM Chris Buechler

Validate URL table ports aliases exist before using them in a rule. Ticket #5845

6e1adcca 02/19/2016 05:10 PM Stephen Beaver

Addedexec.php and edit.php (which are now diag_command.php and diag_edit.php)

36a844df 02/19/2016 04:32 PM Stephen Beaver

Renamed exec.php and edit.php

8559c9d9 02/19/2016 02:35 PM Jim Pingle

Fix Dashboard privilege edge case and show full Help menu to users with the Help privilege. Fixes #5909

ada3eeb3 02/19/2016 12:57 PM Renato Botelho

Fix #3029

Teach system_hosts_generate() to deal with PD length != 64

6c8beed3 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Fix DHCPv6 GUI to work with PD length != 64

15db02a6 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Teach services_dhcpdv6_configure() to deal with PD length != 64

a3d07046 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Teach merge_ipv6_delegated_prefix() to deal with other PD sizes

2bf455ca 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Import patch from @Robert-Nelson to enable DHCPv6 Server/RA to
interfaces configured to track DHCP-PD

This patch only works for PD with length 64

51a14c58 02/19/2016 12:22 PM Phil Davis

Internationalize etc inc uvx

a20da2b6 02/19/2016 06:34 AM Chris Buechler

Clarify log, it's not really "ignoring" it.

9d51fcde 02/18/2016 10:11 PM Chris Buechler

Add support for splitting ipsec.conf conn entries for IKEv2. Ticket #4704

5f267d8b 02/18/2016 01:19 PM Stephen Beaver

Merge pull request #2667 from phil-davis/patch-1

2b0c5a69 02/18/2016 12:56 PM Stephen Beaver

Merge pull request #2665 from NewEraCracker/simplify-code

3063453d 02/18/2016 12:48 PM Renato Botelho

Merge pull request #2668 from phil-davis/gtetc2

e8c516a0 02/18/2016 12:19 PM Phil Davis

Internationalize etc inc i through s

c4ff3877 02/18/2016 10:48 AM Phil Davis

pkg-utils update_status text typo

820562e8 02/18/2016 10:02 AM NewEraCracker

Quote the 1st parameter (constant name) when calling define()

00f29802 02/18/2016 06:24 AM Chris Buechler

Merge pull request #2661 from phil-davis/patch-1

d20a3d08 02/18/2016 06:15 AM Chris Buechler

use get_interface_ip functions rather than find_ since the former handles VIPs, gateway groups, etc. correctly. Ticket #4858

140a87c5 02/18/2016 06:09 AM Chris Buechler

Add IP to dyndns error log, remove often wrong explanation.

ac5c0cfe 02/18/2016 06:03 AM Chris Buechler

Replace deprecated link_carp function, fix sprintf. Ticket #4858

a10eabe6 02/18/2016 01:28 AM Chris Buechler

Need $config here. No need to check count() as it'll always evaluate to true where is_array does. Ticket #4312

6d128e2b 02/18/2016 01:21 AM Phil Davis

Fix hardcoded pfSense on login page

I guess this hard-coded mention of pfSense should use the value from $g ?

987712e8 02/17/2016 08:27 PM Jim Pingle

Change ISO image filename to remove "LiveCD" from its name, and clean up associated references to LiveCD. Ticket #5895

376e8deb 02/17/2016 08:17 PM Chris Buechler

Set bridgeif for new bridge creation.

53904d09 02/17/2016 02:10 PM Renato Botelho

Simplify logic increasing value direct in hexa, PHP is smart to do it right. Spotteb by @loos-br

6449f4ad 02/17/2016 01:43 PM Renato Botelho

Merge pull request #2660 from phil-davis/gtetc1

d18f3f6e 02/17/2016 01:33 PM Phil Davis

Internationalize etc inc a-i files

ebc9c152 02/17/2016 01:24 PM Phil Davis

Fix printf(printf())

This looked odd having nested calls to printf()
Should it actually log_error()?

391d63da 02/17/2016 11:57 AM Renato Botelho

Fix #4675

Following bugs and improvements on DHCPv6 DDNS area, obtained from
PR #1638 from @Robert-Nelson:

- Use correct domain (ddnsdomain) instead of (domain)
- The option "deny client-updates" wasn't being set so forward entries
weren't being added. Allow user to chose between allow, deny or ignore...

4c62c1ff 02/17/2016 11:56 AM Renato Botelho

Implement get_v6_ptr_zones()

This function takes an IPv6 subnet and return an array containing all
DNS PTR zones

74db0283 02/17/2016 09:03 AM Renato Botelho

Sync RCC detection with RELENG_2_2

69760d2b 02/17/2016 04:17 AM Chris Buechler

Separate bridge application of STP and advanced parameters into their own functions so they can be applied separately from creation of the entire bridge. Apply those after adding a bridge member. Ticket #4312

9af087de 02/17/2016 01:52 AM Chris Buechler

Revert this because of issues in Ticket #5888, will fix #4312 differently. Revert "interface_bridge_add_member is inadequate for adding a bridge member that may have not existed at the time of bridge interface's creation. interface_bridge_configure on the interface's bridge ensures all settings (private, etc.) are applied. Ticket #4312"...

04d11c09 02/16/2016 11:15 PM Chris Buechler

Clean up logic here. It makes no sense to proceed if bridgeif isn't defined but platform_booting is true. In interfaces_bridge_configure before it gets to this point, it's setting bridgeif if it's not set, and doing so in a way that won't potentially create conflicting bridgeifs (which this removed code didn't).

c051a3ba 02/16/2016 09:33 PM Chris Buechler

Remove variables deprecated some time ago.

8209517d 02/16/2016 06:00 PM Jim Pingle

Prevent "Ignore denied clients" and "Failover Peer IP" from being combined in the DHCP server settings for IPv4. The daemon fails to start when configured in this way, it apparently only allows "allow" or "deny" in failover mode. Fixes #5898

3185f659 02/16/2016 05:31 PM Luiz Souza

Fix link_interface_to_vips() to account for IP alias over CARP.

2a0aef55 02/16/2016 04:53 PM Luiz Souza

Simplify and correct the comments in get_carp_interface_status().

985118b8 02/16/2016 04:51 PM Luiz Souza

Simplify the code with the use the newly introduced function to list CARP addresses.

e0e28fdf 02/16/2016 04:47 PM Luiz Souza

Fix the return value if no matching VIP was found.

ce94deb0 02/16/2016 02:05 PM Luiz Souza

Implement a switch that allows get_configured_vip_list() return only the selected type of VIP addresses: CARP, IP alias or all VIPs (default).

It seems that a few packages still rely on this.

Ticket #5885

961884ae 02/16/2016 11:53 AM Renato Botelho

Call conf_mount_rw() before run pfSense-upgrade to avoid doing it twice

5e8c3fa0 02/16/2016 11:34 AM Renato Botelho

Break long lines

bc4d752b 02/15/2016 05:16 PM Jim Pingle

This seems to have negatively impacted LAGG/VLAN configs. Revert "Only set IFCAPS where they're not already set correctly. Ticket #5887"

This reverts commit 7f283fab1b18bb575537bb8498b16a6b1b6d0251.

c1a5347f 02/15/2016 01:45 AM Phil Davis

Fix interface write_config message for dhclient_update_gateway_groups_defaultroute

Typo in var name.

221c0775 02/14/2016 11:09 PM Phil Davis

gmirror widget fixes

1) Internationalize the table column headings.
2) End the tbody and table tags.

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

47cc723a 02/14/2016 10:20 PM Phil Davis

Whitespace functions.inc

while I am here looking at other stuff.

8bd84082 02/14/2016 09:26 PM Luiz Souza

Add support for multiple span ports on bridge.

While here, fix and improve the error detection for the selected ports.

Inspired by pull request #2613 from heper/patch-1

Ticket #5871

0f298138 02/14/2016 09:08 PM k-paulius

Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.

448280c3 02/14/2016 08:51 PM k-paulius

Rename NTP tab to Settings to be more user friendly.

02342d8c 02/14/2016 08:14 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7bf3b8a0 02/14/2016 08:13 PM k-paulius

Use print_info_box() to generate alerts

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7c945f74 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

b290833b 02/14/2016 06:48 PM Luiz Souza

Merge pull request #2634 from nwholloway/eclfix_2_3

744e3787 02/14/2016 06:43 PM Luiz Souza

Merge pull request #2625 from NewEraCracker/inc-ipv6-fix

e3ad8ccd 02/14/2016 06:38 PM NewEraCracker

Logic correction

From my understanding ppp['mtu'] and ppp['ports'] are directly related with each other and they correlate information about mtu and ports. This specific commit doesn't introduce anything new other than simplifying the code slightly

921e237f 02/14/2016 05:54 PM Nick Holloway

Fix #5890 find disk slices as candidates for loading "config.xml" at boot

In commit 873c1701, the call to "/bin/ls /dev/{$disk}s*" was surrounded
with "escapeshellarg" so the wildcard is not expanded.

Use "glob" to find the slices for a disk instead.

9557ca30 02/14/2016 01:16 PM Phil Davis

Internationalize dyndns.class

I tried to consolidate and make some of the message logging more consistent along the way.

2efb39d0 02/14/2016 05:28 AM Jim Pingle

Make a couple changes to PPP default gateway handling to address issues with default gateway switching. Fixes #1837
Tested with default gateway switching on and off, by rebooting, manually disconnecting the PPP link, and manually disconnecting the NIC link, worked each time, though still possible some issues remain. Feedback appreciated.

9718847b 02/13/2016 09:38 PM k-paulius

Renamed SMART to S.M.A.R.T.

544af3fe 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent.

7ca42d47 02/13/2016 09:38 PM k-paulius

Renamed 'Wake on LAN' to 'Wake-on-LAN'

f4741421 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.

caf59781 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles; Rename few titles in order to be more consistent.

0f98065b 02/13/2016 09:01 PM Luiz Souza

Fix the returned string when no status is found for this CARP.

No functional change.

7f283fab 02/12/2016 10:59 PM Chris Buechler

Only set IFCAPS where they're not already set correctly. Ticket #5887

57b5da70 02/12/2016 06:24 PM Jim Pingle

Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. Fixes #5882

6d364925 02/12/2016 01:55 PM Phil Davis

Remove German from English message text

2961897d 02/12/2016 01:24 PM Stephen Beaver

Merge pull request #2626 from phil-davis/patch-1

2d44889c 02/12/2016 01:23 PM Stephen Beaver

Merge pull request #2624 from NOYB/Firewall_/_Rules_-_Prevent_Separator_Orphanage

3deee4c8 02/12/2016 01:23 PM Stephen Beaver

Merge pull request #2623 from NOYB/Firewall_/_Rules_-_Consolidate_Move_Separators_Function

c8f6b745 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Convert page title to title case.

26b4bef8 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and LAGG to LAGGs to match VLANs, QinQs, etc.

2c86e042 02/12/2016 12:47 PM Phil Davis

Remove duplicated line in config.inc

This had been duplicated way back in https://github.com/pfsense/pfsense/commit/10e91486fa5c2d467135bcaa887aee83458442a0

cdcd860f 02/12/2016 09:23 AM NewEraCracker

Add check of IPv4 only IPs on IPv6 SplitV64

Will prevent access to wrong string offset

a08edc35 02/12/2016 09:20 AM NOYB NOYB

Firewall / Rules - Prevent Separator Orphanage

Prevent orphaning separator(s) at the bottom when deleting the rule at bottom of the list.

cc293ac0 02/12/2016 08:11 AM Chris Buechler

If URL table file size is 0, force update. Ticket #5848

a4f41878 02/12/2016 08:03 AM NOYB NOYB

Firewall / Rules - Consolidate Move Separators Function

Consolidate the moving of separators for add/copy/dup/delete into a generic function.

b913daf8 02/12/2016 07:23 AM Chris Buechler

add an option to only validate URL tables, so stray files aren't left behind when input validation fails. Ticket #5848

e9fea9dc 02/12/2016 06:42 AM Chris Buechler

Parse URL Table alias downloads with parse_aliases_file to ensure only valid contents. Ticket #5848

d6fa0b47 02/11/2016 11:57 PM Chris Buechler

Prefer dnsmasq's host overrides when it's enabled. Ticket #5883

5f8e52a7 02/11/2016 02:46 PM Stephen Beaver

Merge pull request #2620 from NewEraCracker/inc-ipv6-docs

f5051b64 02/11/2016 02:46 PM Stephen Beaver

Merge pull request #2619 from NOYB/Firewall_/_Rules_-_Display_Separators_Efficiency

d67f1cb0 02/11/2016 02:43 PM Stephen Beaver

Merge pull request #2616 from k-paulius/captions

48fa3f3e 02/11/2016 01:04 PM NewEraCracker

Fix typo which caused broken syntax highlighting

54c36056 02/11/2016 08:38 AM Chris Buechler

Add support for IPsec TFC. Ticket #4688

36bf13fd 02/11/2016 08:09 AM NOYB NOYB

Firewall / Rules - Display Separators Efficiency

Use a list of separator rows to call the display separator function only for rows which there are separator(s). More efficient than looping through the list of separators on every row.

f15f4c17 02/11/2016 07:27 AM Chris Buechler

Fix IKE version "auto". Ticket #5880

b24a0251 02/11/2016 06:55 AM Chris Buechler

Fix ddns domain name Ticket #4366

67c3b4dc 02/11/2016 06:43 AM Chris Buechler

Return loopback description for friendly interface. noticed as part of Ticket #4450, applicable across a variety of things.

b574dc63 02/11/2016 06:17 AM Chris Buechler

Fix regression with missing 500/4500/ESP rules for IPsec bound to gateway groups. Ticket #4858

7aaf60a8 02/11/2016 04:53 AM k-paulius

Fix RADIUS spelling. It is written in all caps.

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case