Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
6171add2 03/05/2016 09:30 AM Chris Buechler

After recreating the VLAN interface, run interface_configure on it if it's assigned and enabled. Ticket #5951

7c65816e 03/05/2016 06:28 AM Chris Buechler

clean up description

715b62d2 03/05/2016 06:23 AM Chris Buechler

Remove help text wrongly copy/pasted from elsewhere.

15c9c921 03/05/2016 12:52 AM Chris Buechler

Update nginx gzip_types. Remove text/html since it's redundant, and add a few others. Particularly useful, json, since status_monitoring.php uses it. Reduces load time on slow connections to about 1/4th of what it is without gzip on json. Ticket #5498

4d13e55f 03/04/2016 10:08 PM Jared Dillard

fix dark theme css

4225416f 03/04/2016 09:16 PM Chris Buechler

Always set ignore_acquire_ts = yes. No need for that in any of our use cases, and it fixes problems like Ticket #4719.

d33074ba 03/04/2016 11:29 AM Renato Botelho

Merge pull request #2705 from NOYB/HTML_Compliance_-_Diagnostics_/_States_/_States

14f52073 03/04/2016 11:28 AM Renato Botelho

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

2e8cb9a0 03/04/2016 11:22 AM Renato Botelho

Re-generate pfSense.pot

d2cc5ecd 03/04/2016 08:06 AM NOYB NOYB

HTML Compliance - Diagnostics / States / States

Bad character - after <. Probable cause: Unescaped <. Try escaping it as <.

970326de 03/04/2016 04:30 AM Denny Page

Merge remote-tracking branch 'upstream/master'

d711fbbc 03/04/2016 04:23 AM Denny Page

Adjust default parameters to match changes in dpinger

a5776226 03/04/2016 01:44 AM Chris Buechler

A PD-obtained subnet is always a /64 on the interface, so should be shown as such here in DHCPv6 server. Ticket #3029

846fc2d7 03/04/2016 01:03 AM Denny Page

Revise explanation and validation of dpinger parameters.

0d0f419e 03/03/2016 11:01 PM Phil Davis

pkg-utils typo in comment

31b15180 03/03/2016 10:16 PM Jim Pingle

Move NTP access restrictions to their own tab and add the ability to craft custom restrictions for arbitrary networks. Fixes #4463

12d7d9e7 03/03/2016 07:04 PM Chris Buechler

Revert "Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945"

This reverts commit 471b81f8f7b0a5fe22019aed955e5374e3411dbf.

ffb8625f 03/03/2016 06:08 PM Renato Botelho

IF PHP is not running, just exit silently

bed6c19b 03/03/2016 06:02 PM Renato Botelho

Detect binary packages installed but not registered in the system and do it during boot

c86db913 03/03/2016 05:49 PM Renato Botelho

Add an option to get_pkg_info() that makes it do not try to update metadata

e440add8 03/03/2016 04:07 PM Renato Botelho

Remove get_pkg_id, last calls to it was removed

91b8e8f2 03/03/2016 01:34 PM Renato Botelho

Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498

4d3a1005 03/03/2016 01:15 PM NOYB NOYB

HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & Tests

Remove unused/duplicate ID's; action, device, submit.

962603e6 03/03/2016 08:53 AM Chris Buechler

Merge pull request #2700 from al-right/master

37d41653 03/03/2016 07:45 AM Chris Buechler

Shift the values to account for the removal of the gateways one. Ticket #5905

b5fcc2b5 03/03/2016 07:32 AM Chris Buechler

Remove the code block to "fake" DHCPv6 server, now that it's unnecessary. Ticket #3029
also ref: https://forum.pfsense.org/index.php?topic=107537.msg600111#msg600111

91aff739 03/03/2016 02:45 AM Chris Buechler

Use correct variable. Ticket #5946

c32b4917 03/03/2016 01:38 AM Chris Buechler

Clarify log, remove old commented out things that are unnecessary.

8a85a809 03/03/2016 01:00 AM Chris Buechler

Fix text for OpenVPN client that was copied from server, client's second.

471b81f8 03/03/2016 12:20 AM Chris Buechler

Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945

fc619418 03/02/2016 10:42 PM Anders Lind

Merge pull request #1 from al-right/al-right-patch-1

Al right patch 1

3b53c227 03/02/2016 10:21 PM Jared Dillard

Ticket #5905 remove unused code

c4685625 03/02/2016 09:52 PM Jared Dillard

Ticket #5905 remove hardcoded colors

e3e21e70 03/02/2016 09:32 PM Anders Lind

Update status_dhcpv6_leases.php

Fix lacking of incrementation of index when two characters have been passed.

Fix check of $n so that the octal value is checked as an octal value.

7dbbf1f5 03/02/2016 07:38 PM Jared Dillard

Ticket #5905 remove hardcoded colors

76bd03bb 03/02/2016 07:17 PM Jared Dillard

ticket #5615 fix popover hover

5a331169 03/02/2016 05:51 PM Jared Dillard

change hardcoded colors to classes

b18c3149 03/02/2016 05:06 PM Jared Dillard

fix styles for bordered table on dark theme

8fd55d38 03/02/2016 05:05 PM Jared Dillard

update old styles with new css classes

1c225a98 03/02/2016 04:41 PM Jim Pingle

Ensure the extensions.ini has no duplications before setting up php.ini. Fixes #5943

909a1954 03/02/2016 03:24 PM Renato Botelho

Read xml files from /usr/local/share/pfSense/menu and load menu entries

a6121be4 03/02/2016 11:39 AM Renato Botelho

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

fe03d084 03/02/2016 11:39 AM Renato Botelho

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

f563a964 03/02/2016 11:37 AM Renato Botelho

Merge pull request #2699 from NOYB/HTML_Compliance_-_Diagnostics_/_Edit_File

fe4fb82f 03/02/2016 11:35 AM Renato Botelho

Merge pull request #2698 from phil-davis/patch-3

e4c0e9b1 03/02/2016 05:15 AM NOYB NOYB

HTML Compliance - Diagnostics / Edit File

Attribute width not allowed on element input at this point.
<input type=number id=gotoline width=6>
Width attribute is only valid on input element for type image.
Changed to use size attribute.

Stray end tag input....

5d314c0a 03/02/2016 01:51 AM Chris Buechler

Fix DHCPv6 server check to allow track6. Ticket #3029

8332312b 03/02/2016 01:19 AM Chris Buechler

Add function to return the physical interface(s) for a given parent. related to Ticket #5081

c48401e7 03/02/2016 01:16 AM Phil Davis

Add code to handle DHCP leases in multiple pools

1) Add code from RELENG_2_2 https://github.com/pfsense/pfsense/commit/cf3aff59edfa4b101d69ddd694a59fdc580d2299 that checks for leases that are in pools other than the ordinary first pool. This code has been missed from the bootstrap conversion....

dc60c816 03/01/2016 09:51 PM Jared Dillard

add D3 styles

d6607b87 03/01/2016 09:49 PM Jared Dillard

remove old files

6de30228 03/01/2016 09:49 PM Jared Dillard

move 3rd party files to vendor folder

ba045ef1 03/01/2016 09:08 PM Anders Lind

Check $active

Fix missing check for $active to avoid creating a route to a released lease.

eb56633d 03/01/2016 08:16 PM Chris Buechler

Show n/a for static mappings, as prior versions did. Ticket #5942

5e422c88 03/01/2016 07:26 PM Anders Lind

Fix substr mistake

Made a silly mistake and overlooked an important difference between javascript substring() and php substr().
Tightened regex check for octal value.

0ce28067 03/01/2016 07:06 PM Anders Lind

Missed to fix all $mappings

b5ce1a53 03/01/2016 06:55 PM Anders Lind

Fix indexing of $mappings and fix column headers

Remove "$entry['iaid'] . " from $mappings[] since the IAID of the IA_NA != IAID of the IA_PD, please see note in https://redmine.pfsense.org/issues/4206#note-9

Add table header for the icon in the Delegated Prefixes section to fix alignment of the column headers.

e04de268 03/01/2016 03:19 PM Renato Botelho

Do not obsolete /usr/share/syscons, it should fix #4387

b8f62ec2 03/01/2016 02:11 PM Phil Davis

print_callout class setting

The last test here looks not good having just a single equals sign - if the interpreter evaluates this then $class will always get set to 'info'.
In practice it should work OK, because the evaluation of boolean conditions left to right should stop when any of the other tests to the left evaluates false. So $class will only be set to 'info' if it is not already 'default' 'danger' or 'warning'....

28a05cf1 03/01/2016 01:41 PM Phil Davis

Use MiB units for memory disk size

Forum: https://forum.pfsense.org/index.php?topic=106547.0
The underlying FreeBSD command seems to allocate space in MiB - e.g. https://www.freebsd.org/doc/handbook/disks-virtual.html examples show a 5m disk getting 10240 sectors (of 512 bytes) = 5120 KiB = 5 MiB. Even though the formatted space shown by df ends up being less, the underlying total allocated space is the specified size in MiB....

db653fc6 03/01/2016 01:16 PM Stephen Beaver

Merge pull request #2695 from derelict-pf/master

684e251b 03/01/2016 01:12 PM Stephen Beaver

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

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

f72e804a 03/01/2016 08:18 AM NOYB NOYB

Think you are saying to put the second info block on a new line. Though I could live with that. I'm not fond of the extra dedicated line. Consuming vertical space when there is plenty of unused horizontal space available in which it flows well.

Seems like maybe the the browser is not honoring something about the info block css, such as a width, or perhaps something that hasn't been specified in the css, and causing it to line wrap....

c2dbd6d7 03/01/2016 08:06 AM derelict-pf

Update system_certmanager.php

Something felt off about the certificate icons. Particularly the fa-key + P12. I think this is better.

eb2f4b88 03/01/2016 08:05 AM derelict-pf

Update system_camanager.php

Something felt off about the Certificate/CA icons. Especially the fa-key and P12 being the same action. I think this is better.

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