Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
158fc42f 02/10/2016 04:17 PM NewEraCracker

Remove executable bit of .inc found in www

c9556cd6 02/10/2016 10:41 AM NewEraCracker

Clean up another closing tag followed by opening

923865b5 02/10/2016 10:40 AM NewEraCracker

Clean up dead code at pkg.php

See c24bb3fc80baef04d7b500e18d69c2ada2abdb76 for where this 'if' block was emptied

a153c6d1 02/10/2016 09:14 AM NewEraCracker

Cleanup

Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.

287df967 02/10/2016 07:43 AM Chris Buechler

Show user the URL causing the error. Ticket #5848

3bec4cd0 02/10/2016 07:03 AM Chris Buechler

Remove process_alias_unzip, which never worked because of variable typo (at a minimum) and wasn't documented as an available feature so people don't expect to be able to use it.

ca46f1de 02/10/2016 06:38 AM Chris Buechler

Return false if download fails in process_alias_urltable so input validation based upon it works. Ticket #5848

6016b426 02/10/2016 05:52 AM Chris Buechler

Set same as max_input_vars

ceb9cca7 02/10/2016 05:17 AM Chris Buechler

Match this to max_input_vars for large aliases

4905c263 02/10/2016 03:05 AM Chris Buechler

Correct variable in error log

37af5cf5 02/10/2016 02:55 AM Chris Buechler

Don't try to process aliases whose downloads have failed in update_alias_url_data(). Ticket #5848

eb38f9a8 02/10/2016 02:49 AM Chris Buechler

Sync up download_file_with_progress_bar with download_file. The former is no longer used in the base system, but still in some packages.

d280ec9b 02/10/2016 01:19 AM Chris Buechler

Don't try to process URL alias if the download fails. Ticket #5848

095edfeb 02/10/2016 12:49 AM Stephen Beaver

Further revision to service hiding system

d9901ff4 02/09/2016 11:56 PM Chris Buechler

Fix style issues.

6c3d8b45 02/09/2016 11:29 PM Stephen Beaver

Revised hiding

40883c55 02/09/2016 11:18 PM Stephen Beaver

Revised service hiding

625c4a8b 02/09/2016 10:18 PM Stephen Beaver

Fixed #5867

b1567b5b 02/09/2016 09:58 PM Luiz Souza

Add the configuration upgrade code to make sure the existent settings will work after the last changes.

The CARP part of this code should be added together with the initial uniqid changes.

5420820f 02/09/2016 09:58 PM Luiz Souza

Fix get_interface_ip[v6]() to try first the IP from our configuration before ask the kernel. The OS will return the first IP it find for the interface and not necessarily the main IP address.

This can cause conflicts where get_interface_ip[v6]() returns a CARP or IP alias for the interface (missing the real IP and generating a duplicated IP address).

2a5960b0 02/09/2016 09:58 PM Luiz Souza

Review of CARP uniqid changes.

It turns out that current CARP implementation is not much different from an IP alias.

This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...

fd4dbabc 02/09/2016 09:56 PM Chris Buechler

Return false in download_file rather than the failed status code when a download fails. Return would always evaluate to true previously though other parts of the code expect a false value when a download fails. related to Ticket #5848

8283e679 02/09/2016 07:44 PM Stephen Beaver

Merge pull request #2600 from NOYB/Firewall_/_Rules_-_Page_Efficiency_Upgrade

97a4a833 02/09/2016 07:35 PM Stephen Beaver

Merge pull request #2576 from NOYB/HTML_Compliance_-_VPN_/_IPsec_/_Tunnel_-_Edit_Phase_II

810c191c 02/09/2016 07:33 PM Stephen Beaver

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

f2ced177 02/09/2016 07:32 PM Stephen Beaver

Merge pull request #2609 from NewEraCracker/bgcolor-removal

cafd2aa0 02/09/2016 07:29 PM Stephen Beaver

Added "Quick" icon to legend

b04d849d 02/09/2016 07:17 PM Stephen Beaver

Typo in icon color

e2461a2f 02/09/2016 07:14 PM Stephen Beaver

Fixed #5860

7d3c67de 02/09/2016 06:46 PM Stephen Beaver

Fixed #5858
Adds an incrementing suffix to service names when there are duplicates

6efc9cd5 02/09/2016 05:11 PM NewEraCracker

Remove bgcolor attribute and use style instead.

See 24fac9b4b803938d403aab6645a3be028f2531d7 for similar change.

11439ca3 02/09/2016 02:33 PM Jim Pingle

Cleanup some text in wireless options and fix a description.

490e4909 02/09/2016 01:08 PM Stephen Beaver

Merge pull request #2608 from NOYB/HTML_Compliance_-_Diagnostics_/_Backup/Restore

424eda9c 02/09/2016 01:07 PM Stephen Beaver

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

85c721a3 02/09/2016 01:06 PM Stephen Beaver

Merge pull request #2604 from NewEraCracker/illegal-offset-fix

53029691 02/09/2016 01:04 PM NewEraCracker

Fix comparator name and add missing quotes

Comparator name was wrong on system_groupmanager_addprivs.php and quotes were missing around the comparator name at system_usermanager_addprivs.php

51869e0e 02/09/2016 11:06 AM NOYB NOYB

A hack for floating rules copy/dup so that separators get moved.

The interface var $if is set to the interface set in the float rule.

1d80d714 02/09/2016 07:53 AM NOYB NOYB

HTML Compliance - Diagnostics / Backup/Restore

Duplicate ID Submit.
Suppressing unused ID Submit attributes.

ccc62f13 02/09/2016 06:15 AM NOYB NOYB

Make display separators function generic and move to filter.inc.

e1c29475 02/09/2016 06:11 AM NOYB NOYB

A little tweak for code consistency. No functional change.

8f561183 02/09/2016 06:11 AM NOYB NOYB

Bring NAT separators into the fold.

Also add config empty test to upgrade script.

fdb83ce0 02/09/2016 06:11 AM NOYB NOYB

Firewall / Rules - Page Efficiency Upgrade

1) Only load the rules of the selected interface instead of loading all the rules of all interfaces and hiding them. Very inefficient and can result in sluggishness. Especially with large number of rules and/or large alias tables....

b8ccb1ea 02/09/2016 01:49 AM Phil Davis

Fix #3209 properly

The small change I made previously was not all of it - but it did avoid the previous problem by (accidentally) referring to the (undefined) $a_vlan array! I should actually pay more attention to the detail.
This should be even better :)

d4cb4cf3 02/09/2016 01:43 AM Stephen Beaver

Implemented #5846 as requested

1e505631 02/09/2016 01:30 AM Chris Buechler

get_failover_interface returns the parent physical NIC for _lloc interfaces, so make sure it's returning null before it gets to that point.

a677c3b0 02/09/2016 01:25 AM Stephen Beaver

Fix help text index when the privs are filtered.

d477dbb1 02/09/2016 12:44 AM Phil Davis

Use IEC MiB units on dashboard

1) physmem calculation is already in MiB
2) swapinfo -m actually reports in MiB - good
3) The code that gathers the disk space data already uses "df -h" which reports in IEC units, but the output just has the single char "M", "G" etc. We can always add "iB" here....

7b512ab3 02/09/2016 12:11 AM Phil Davis

Use IEC KiB MiB GiB TiB units

See forum https://forum.pfsense.org/index.php?topic=106547.0 for discussion if this is wanted.

58e98079 02/08/2016 10:49 PM Chris Buechler

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

b7369ff8 02/08/2016 04:39 PM NewEraCracker

This should prevent the possibility of illegal offsets

If you poke pfSense WebGUI you'll find some funny stuff. Username and Password should never be arrays at all.

cde97f1c 02/08/2016 03:38 PM Phil Davis

Redmine #4647 default DHCP server tab to a interface with DHCP enabled

This has also annoyed me, where WAN has a static IP. Every time I go to Services->DHCP I then have to click the LAN tab.
With this change it will look for a "reasonable" tab to go to:...

1c32fb7e 02/08/2016 02:26 PM Phil Davis

Fix #3209 editing unassigned VLAN tag can change an assigned interface

To reproduce:
a) Create VLAN 10 on some real device (e.g. em0)
b) Create VLAN 11 similarly.
c) Assign VLAN 11 (the last one in the vlan array in the config) to OPT1.
d) Edit VLAN 10 tag to be 12....

bb2d4c2a 02/08/2016 01:55 PM Stephen Beaver

Merge pull request #2599 from phil-davis/gtvpn

b6d69836 02/08/2016 01:54 PM Stephen Beaver

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

c2055a9c 02/08/2016 01:53 PM Stephen Beaver

Merge pull request #2596 from phil-davis/gtsug

b575e12f 02/08/2016 01:52 PM Stephen Beaver

Merge pull request #2595 from phil-davis/grppriv

5829ab3f 02/08/2016 01:50 PM Stephen Beaver

Merge pull request #2594 from NOYB/HTML_Compliance_-_Status_/_Gateways

598d3120 02/08/2016 01:40 PM NOYB NOYB

Suppress unused id attributes.

3e623a18 02/08/2016 10:14 AM Phil Davis

Internationalize vpn*.php

dbd00a12 02/08/2016 09:58 AM Phil Davis

Enhance input error message for RADIUS secret

Make this input error message different to the one just above for the "ordinary" secret so that users can read the message and know which are the fields with the problem.

df82f650 02/08/2016 05:36 AM Phil Davis

Make group addpriv descriptions work like user addpriv

24fac9b4 02/08/2016 04:43 AM NOYB NOYB

HTML Compliance - Status / Gateways

The bgcolor attribute on the td element is obsolete. Use CSS instead.

ed10e389 02/08/2016 04:42 AM Phil Davis

Internationalize system user and group code

2e5c9316 02/07/2016 04:18 PM Phil Davis

Fix subnet_size var name typo

4eac105f 02/07/2016 03:59 PM Phil Davis

Add support for TB when reporting bytes

Forum: https://forum.pfsense.org/index.php?topic=106470.0
I believe that this should work OK on both 32 and 64 bit systems. A 32-bit system will convert big values of $bytes and big numbers like 1099511627776 to float first, then do the comparison. 64-bit systems will do (int) comparisons. Either way, in the end, the value is sprintf() into a float anyway....

1f97f2e6 02/06/2016 06:13 PM Jim Pingle

Add missing comma

0a9dba42 02/06/2016 10:08 AM Chris Buechler

Fix NAS IP listing in captive portal. semi-related to Ticket #5656

84588e00 02/06/2016 09:26 AM Chris Buechler

Don't include 127.0.0.0/8 in unbound.conf in forward mode. Ticket #5750

5e946f38 02/06/2016 09:15 AM Chris Buechler

Use a better check for whether there are DNS servers available with dynamic WAN types. Ticket #4747

2ee69502 02/06/2016 09:02 AM Chris Buechler

Merge pull request #2587 from davidjwood/preserve-sshd-parent

28ed7e03 02/06/2016 09:00 AM Chris Buechler

Merge pull request #2588 from davidjwood/rrd-ntp-offset

7b03ef63 02/06/2016 07:32 AM Chris Buechler

Verify a DNS server exists before allowing enabling of forwarding mode. Ticket #4747

d20dd658 02/06/2016 06:57 AM Chris Buechler

Handle start/stop of OpenVPN client instances bound to gateway groups using CARP IPs. Ticket #4858

10e58a70 02/06/2016 06:25 AM Chris Buechler

clean up text

3564bcb5 02/06/2016 06:11 AM Chris Buechler

Fix get_interface_ip to return correct IP for CARP VIPs. Ticket #4858

da8b271a 02/06/2016 03:15 AM David Wood

Tell rrd that ntpd offset can be negative as well as positive

ce31310e 02/06/2016 02:50 AM Chris Buechler

Fix find_interface_ip for gateway groups with VIPs. Ticket #4858

a99dc521 02/06/2016 02:35 AM David Wood

Don't kill an sshd parent process on exit from /etc/rc.initial

This stops exiting a shell running in an SSH session from terminating the parent sshd process, which has the unwanted side effect of killing all other sessions running under that sshd process (including cloned shell sessions).

f54728df 02/06/2016 02:24 AM Chris Buechler

$interface isn't used here. Wasn't before either, otherwise it would have broken the get_configured_carp_interface_list. Ticket #5844

d18c26fb 02/06/2016 02:13 AM Chris Buechler

Just show the IP to the user, the VIP's uniqid is meaningless noise to the user. Ticket #5844

c9bcaae1 02/06/2016 02:08 AM Chris Buechler

Only show VIPs associated with the correct interface. Ticket #5844

70648bdb 02/06/2016 01:29 AM Chris Buechler

Select appropriate VIP where one is configured. Ticket #5844

e0d9482e 02/05/2016 06:45 PM Jim Pingle

Add pfsync to the list of pre-defined packet capture filters. Also add negation for ESP that seems to have been accidentally omitted.

f1d01c3e 02/05/2016 11:53 AM Renato Botelho

Fix #5837

Since the introduction of pkg_with_pb(), direct calls to this function
were added using the following format:

if ! pkg_with_pb ... | tee -a $logfile; then

What happened in this case is if was always getting a successfull
return code from tee call, and pkg_with_pb return was always being...

c2081df1 02/05/2016 08:03 AM NOYB NOYB

HTML Compliance - Status / OpenVPN

Start tag body seen but an element of the same type was already open.
Stray start tag script.

f77c8e96 02/05/2016 05:56 AM Chris Buechler

Merge pull request #2585 from k-paulius/patch-pkg-syslog-v2

2fadcec3 02/05/2016 05:11 AM Chris Buechler

Set gif interface MTU in interface_gif_configure if it's not already correct. Ticket #5842

3363c02b 02/05/2016 04:53 AM k-paulius

Adding ability to run dhcp6c in debug mode.

e1e1ab07 02/05/2016 01:51 AM Stephen Beaver

Fixed #5841

0d2497a9 02/04/2016 10:42 PM Chris Buechler

Now that the fields on interfaces.php aren't hidden upon disabling the interface, we don't want to handle disable separately from everything else, as that discards all the changes other than disabling the interface. Everything else with handling bringing down of interfaces is still handled correctly. semi-related to Ticket #2453

aeb87745 02/04/2016 10:20 PM Chris Buechler

Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226

361cf674 02/04/2016 10:04 PM Chris Buechler

Remove rc.restore_full_backup, remainder of full backup components were removed already.

c4da754d 02/04/2016 10:03 PM Chris Buechler

Enable gzip compression in nginx.

d46049e1 02/04/2016 09:38 PM Chris Buechler

Allow gateway weights up to 30, and add a check in filter.inc to prevent creating too long of a route-to line. Related to pull request 1614

00de7de6 02/04/2016 09:02 PM Jim Pingle

Fix multi-session time counting for the FreeRADIUS start/stop case. Ticket #2164

b8463d3b 02/04/2016 09:02 PM Jim Pingle

Fix typo in button class for CP status

424921dd 02/04/2016 05:59 PM Renato Botelho

Merge pull request #2584 from schinken/radvd-lifetime-defaults

be4748a8 02/04/2016 05:55 PM Christopher Schirner

Add defaults to radvd valid and preferred lifetime

5f3ba2e0 02/04/2016 05:53 PM Renato Botelho

Make sure subnet_size() didn't return 0

b75f296f 02/04/2016 05:47 PM Renato Botelho

Merge pull request #2435 from stilez/patch-7