Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a1183706 03/01/2016 12:54 PM Stephen Beaver

Fixed blank space caused by hidden input

05a7110f 03/01/2016 10:18 AM Renato Botelho

Remove additional_files_needed entries

a6d55c23 03/01/2016 07:32 AM Chris Buechler

Only specify auth-user-pass for TLS mode. Ticket #5941

191136b3 02/29/2016 04:55 PM Stephen Beaver

Merge pull request #2693 from NOYB/Diagnostics_/_Tables_-_URL_Table_Aliases

4313cf55 02/29/2016 04:51 PM Stephen Beaver

Merge pull request #2692 from NOYB/HTML_Compliance_-_Services_Status_Widget

f8a475f5 02/29/2016 04:50 PM → luckman212

Fix unbound.inc so zero value for *_num_tcp is honored

In the Unbound documentation, it is noted that setting "outgoing-num-tcp" to "0" disables TCP queries. In testing I noticed that although I could select & save a value of "0" in the Unbound Advanced Config, the actual value written to /var/unbound/unbound.conf was still the default "10". Apparently in PHP, a value of "0" still tests "false" for !empty(). Changing the test to isset() seems to fix the issue.

f6622167 02/29/2016 08:31 AM NOYB NOYB

Diagnostics / Tables - URL Table Aliases

Handle URL table aliases similar to bogons tables. Suppress record remove buttons.
Update (download) only the selected URL table alias instead of all of them.
Retain full line comments in downloaded URL table files so we can view and use them....

f4cbddbb 02/28/2016 07:11 AM NOYB NOYB

HTML Compliance - Services Status Widget

The for attribute of the label element must refer to a non-hidden form control.
There is no corresponding target of this for attribute. Removing.

b715db5d 02/27/2016 12:32 PM Chris Buechler

Update license page. Ticket #5903

3c040719 02/27/2016 11:54 AM Chris Buechler

Update license page. Ticket #5903

e4bda595 02/27/2016 08:02 AM NOYB NOYB

ICMPv6 Firewall Log Display - Fixes 5933

ICMPv6 logging was not being displayed in firewall log.

7d0929e9 02/26/2016 04:42 PM Jim Pingle

Don't unnecessarily exclude IPv6 addresses here. See ticket #5931

954202d0 02/26/2016 04:33 PM Jim Pingle

Allow ":" in the route destination network, otherwise an IPv6 address cannot be entered.

02afb60b 02/26/2016 01:42 PM Stephen Beaver

Merge pull request #2688 from NOYB/Don't_Leave_Ancestor(s)_Selected

c24d39e0 02/26/2016 01:33 PM Stephen Beaver

Remove callsto updateWidget since widget status is now saved explicitly via the save icon in hte breadcrumbbar.

82d4c81b 02/26/2016 09:47 AM NOYB NOYB

Don't Leave Ancestor(s) Selected

636918c9 02/26/2016 07:50 AM Chris Buechler

Fix OpenVPN ifconfig. Ticket #5930

316d72e2 02/25/2016 11:25 PM Chris Buechler

Show correct direction for in states

9e7cc828 02/25/2016 04:16 PM Luiz Souza

Remove unnecessary includes. Remove an always true if().

No functional changes.

94bb4420 02/25/2016 04:13 PM Luiz Souza

Makes interface_bring_down() remove all the CARP and IP aliases from interface.

Ticket #5913

84a2ff78 02/25/2016 01:59 PM Luiz Souza

Fixes the PPP interface list. List all physical interfaces + VLANs and not the assigned ports.

Ticket #5925

34938b8d 02/25/2016 01:59 PM Luiz Souza

It is not necessary check for CARP interfaces.

611cc5ca 02/25/2016 10:14 AM Renato Botelho

Hide additional bootp options when it's disabled, fixes #5914

0f0c4473 02/25/2016 10:13 AM Renato Botelho

Fix indent

f4d2b8a7 02/25/2016 02:32 AM Chris Buechler

Remove old rc.dhclient_cron that hasn't been used in many years

510e6f23 02/25/2016 02:29 AM Chris Buechler

Add a space between the gateway name and IP

8f36f87a 02/24/2016 09:47 PM Jim Pingle

Move the DHCPv6 apply action into a function. Capture the apply and save actions separately and only perform the required task. Fixes #5910

1c2b01a7 02/24/2016 08:49 PM Jim Pingle

Do not offer the "CA" type when creating a certificate. CAs should only be made on the CAs tab. Fixes #5924

0a54f116 02/24/2016 08:38 PM Luiz Souza

Fix a typo.

67c6bab5 02/24/2016 07:08 PM Luiz Souza

Add the upgrade code for OpenBGPd and Quagga OSPF packages.

Ticket #5884

af769801 02/24/2016 06:55 PM Jim Pingle

Correct ALTQ interface test for ix interfaces, fixes #5923

7de4474e 02/24/2016 04:49 PM Luiz Souza

Fix the rc.carpmaster and rc.carpbackup scripts.

Now, they look for main CARP IP and IP aliases running on supplied vhid.

19e407c2 02/24/2016 04:49 PM Luiz Souza

Remove unnecessary code. CARP isn't a interface anymore, radvd cannot run on CARP IPs.

89a7d8d0 02/24/2016 04:49 PM Luiz Souza

Make link_interface_to_vips() also return the IP aliases on the specified vhid.

1e678c38 02/24/2016 02:12 PM Renato Botelho

Fix indent

4b6c15cd 02/24/2016 02:01 PM Renato Botelho

Use high level functions

30c8a290 02/24/2016 02:01 PM Renato Botelho

Use high level functions

0e6a3434 02/24/2016 02:01 PM Renato Botelho

Check the end of range to make sure it's inside subnet too

49aab259 02/24/2016 02:01 PM Renato Botelho

Use high level functions

b90d635e 02/24/2016 02:01 PM Renato Botelho

Simplify logic and use high level functions

cd3a34fe 02/24/2016 02:01 PM Renato Botelho

Merge pull request #2409 from stilez/patch-13

5e5adb2b 02/24/2016 08:03 AM NOYB NOYB

Deletes Even if Say Cancel - Fixes 5907

Touch Action CSS
Bootstrap is applying this to the .btn class. But that doesn't cover everything for us nor does it make possible to double tap firewall rules (table rows & cells) to edit.

"W3C added a new value for touch-action to the pointer events specification: manipulation."...

c801e9d7 02/23/2016 09:48 PM Stephen Beaver

Merge pull request #2681 from NOYB/Status_/_System_Logs_-_Manage_Log_Form_Submission_Access

83d8e9ab 02/23/2016 09:06 PM Luiz Souza

Print help text when passed as "description" for a select_source.

a30d649c 02/23/2016 12:57 PM Stephen Beaver

Merge pull request #2682 from NewEraCracker/array-initialization-fix

cf09c2f4 02/23/2016 08:08 AM NOYB NOYB

Firewall / Rules - Copy/Edit - Interface Change - Separators Update

Correct separators update position when changing interface during a copy or edit.

58b07c57 02/22/2016 04:53 PM NewEraCracker

Initialize variables correctly

1) gmirror.inc: there are two calls to exec(), those calls expect the 2nd parameter to be an array, this commit initializes the variables correctly. 2) system.php: variable dnslist is used as an array without prior type initialization. This is one of the causes for apparent PR #2680 problems (which led to its reversal). Note: After this commit is merged PR #2680 may be safely reapplied for more tough code.

a936104b 02/22/2016 03:01 PM Stephen Beaver

Revert PR 2680

2fbac0b2 02/22/2016 11:49 AM Renato Botelho

Merge branch 'master' of github.com:dennypage/pfsense

  • 'master' of github.com:dennypage/pfsense:
    Add stddev information to the quality graphs.
    Update config version to trigger upgrade of rrd files
    Add standard deviation to quality rrd files
308e42be 02/22/2016 08:21 AM NOYB NOYB

Status / System Logs - Manage Log Form Submission Access

If the user does not have access to status logs settings page, then don't accept a manage log form submission.

89c8934f 02/21/2016 10:38 PM Luiz Souza

Fixes the handling of MTU with VLANs and PPPoE.

Ticket #5857

c6555b1d 02/21/2016 10:38 PM Luiz Souza

Makes get_real_interface() work with VLAN too.

This makes get_parent_interface() safe to use with VLANs.

4a3a45c4 02/21/2016 10:38 PM Luiz Souza

Properly check the parent's MTU when changing a VLAN MTU.

4c746b8c 02/21/2016 10:38 PM Luiz Souza

Fixes the editing of PPP entries.

Fixes the PHP warnings, hide/unhide of selected interface(s) fields, improve the MTU check.

9fcc7581 02/21/2016 10:38 PM Luiz Souza

If exist, print the friendly interface name next to device name.

9eeb91dd 02/21/2016 08:33 PM Stephen Beaver

Fixed #5914
COntrol panels via jQuery for more control

040d9fbd 02/21/2016 01:54 PM Stephen Beaver

Merge pull request #2678 from TheUbuntuGuy/master

fa119fbf 02/21/2016 01:37 PM Stephen Beaver

Merge pull request #2670 from NOYB/HTML_Compliance_-_Diagnostics_/_Configuration_History

0621d6ed 02/21/2016 01:36 PM Stephen Beaver

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

bdfe939c 02/21/2016 12:57 PM Phil Davis

Fix #5916 Do not complain about duplicated blank DNS server entries

Reported by redmine https://redmine.pfsense.org/issues/5916

f5315ac1 02/21/2016 08:40 AM NOYB NOYB

Write_Config Function Notes Update

Add write_config_only input arg to write_config function notes.

c25e42c8 02/21/2016 05:08 AM Mark Furneaux

Fix regression on general setup page preventing save with blank DNS servers

Introduced in f700dc9

656cf2ac 02/20/2016 12:32 PM Stephen Beaver

Merge pull request #2677 from NOYB/Title_Bar_Shortcuts_Privileges

eb15d418 02/20/2016 12:31 PM Stephen Beaver

Merge pull request #2676 from NOYB/Status_/_System_Logs_-_Manage_Logs_Panel_Error

820780b5 02/20/2016 12:30 PM NOYB NOYB

Status / System Logs - Manage Logs Panel Access

If the user does not have access to status logs settings page, then exclude the manage log panel from the page.

38386fb4 02/20/2016 10:10 AM NOYB NOYB

Title Bar Shortcuts Privileges

Only display title bar shortcuts the user has privileges for.
Confusing and inconvenient being sent to the home page when clicking on those. Then have to browse back to where you were.

f700dc99 02/20/2016 09:53 AM Chris Buechler

Don't allow an IP to be configured multiple times as a DNS server. Ticket #5915

830ea39a 02/20/2016 08:33 AM Chris Buechler

Skip configuring dhcpdv6 when the interface doesn't have a valid subnet (like track6 where PD hasn't been obtained). Ticket #3029

430d7e93 02/20/2016 08:23 AM Chris Buechler

Only enable DHCPv6 server for track6 interfaces where it's enabled. Ticket #3029

ab0ecb32 02/20/2016 08:16 AM NOYB NOYB

Status / System Logs - Manage Logs Panel Error

Change test to use the correct variable. Otherwise it will never be true and form will not be kept open when there is input error.

8e187daa 02/20/2016 08:13 AM Chris Buechler

Allow disabling of radvd with track6 interfaces. Ticket #3029

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

558a7c62 02/20/2016 06:40 AM Chris Buechler

clean up text

e1953efa 02/20/2016 06:37 AM Chris Buechler

DHCPv6 clean ups for PD. Ticket #3029

e3f10656 02/20/2016 06:13 AM Denny Page

Merge branch 'master' of https://github.com/pfsense/pfsense

7a9f8774 02/20/2016 05:55 AM Chris Buechler

Simplify check for which interfaces can have RAs, and show track6 interfaces without having to enable DHCPv6 server. Ticket #3029

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

ed98ef92 02/19/2016 09:51 PM Phil Davis

Allow user to dismiss diag_edit messages

Previously the close 'x' was displayed, but after this code was changed to use print_info_box() the close 'x' was not being displayed.

a09f3d8e 02/19/2016 09:18 PM Phil Davis

Changes for diag_edit rename

81742ea2 02/19/2016 08:30 PM Denny Page

Add stddev information to the quality graphs.

31a1aa3c 02/19/2016 08:16 PM Denny Page

Merge branch 'master' of https://github.com/pfsense/pfsense

2ccf2ede 02/19/2016 07:27 PM Stephen Beaver

Fixed #5911

44c30eb3 02/19/2016 06:59 PM Jim Pingle

Fix this test. Fixes #5909

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

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

c7903f8e 02/19/2016 05:02 PM Stephen Beaver

Fix typo in diag_command

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

Renamed exec.php and edit.php

e138f828 02/19/2016 03:46 PM Renato Botelho

Clarify text, ticket #4463

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

3c3ede28 02/19/2016 01:47 PM Stephen Beaver

Restore infoblock functionality for now

06683083 02/19/2016 01:38 PM Stephen Beaver

Fixed #5908

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

217cdb81 02/19/2016 08:20 AM NOYB NOYB

HTML Compliance - Diagnostics / Configuration History

End tag form seen, but there were open elements. Unclosed element div.
Swap places between closing div and form tag.

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

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