Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
af1e16c2 03/06/2017 04:04 PM Jim Pingle

While I'm here, fix the case when the admin account has been removed.

9c20c034 03/06/2017 03:57 PM Jim Pingle

When resetting admin account via /etc/rc.initial.password, Check if the admin account is expired and reset if needed. Fixes #7354

fc970ca2 03/02/2017 07:52 PM Renato Botelho

Merge pull request #3570 from phil-davis/fw-rule-desc-7294

79215c03 03/02/2017 07:49 PM Renato Botelho

Merge pull request #3576 from doktornotor/patch-7

4485ad31 03/02/2017 07:37 PM Renato Botelho

Merge pull request #3578 from NOYB/Vendor_MAC_Retention_-_Update

166c38b2 03/02/2017 07:36 PM Renato Botelho

Merge pull request #3597 from NOYB/Services_-_Status_Icon_-_Sort_Order

0b222fea 03/02/2017 07:32 PM Renato Botelho

Merge pull request #3595 from doktornotor/patch-14

10115ab7 03/02/2017 07:31 PM Renato Botelho

Merge pull request #3596 from NOYB/User_Manager_-_Status_Icon_-_Sort_Order

75c91268 03/02/2017 07:29 PM Renato Botelho

Merge pull request #3586 from PiBa-NL/certificatemanager-csr-calink

f19d785f 03/02/2017 07:25 PM Renato Botelho

Merge pull request #3582 from doktornotor/patch-10

f708e8b7 03/02/2017 05:34 PM Renato Botelho

Update translation files

75d2dd6c 03/02/2017 05:29 PM Renato Botelho

Regenerate pot

474def89 03/02/2017 01:21 PM Renato Botelho

Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndns

d51cdd48 03/02/2017 01:13 PM Renato Botelho

Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items and for all IPv6 items

6dbc42de 03/01/2017 08:01 PM Jim Pingle

Sync up package help links with current packages.

Many do not yet exist, but can easily be created.

d9d8a8f1 03/01/2017 07:10 PM Jim Pingle

Sort help URL list.

bff872b9 03/01/2017 07:06 PM Jim Pingle

Update help URLs for base system files, remove old/obsolete files.

be4acfd1 02/28/2017 08:29 PM Jim Pingle

Fix up some options in OpenVPN that were not showing for the correct modes. Fixes #7331

2c98383f 02/28/2017 07:28 PM Jim Pingle

Add GUI components for loading cryptodev as a module, and upgrade code so users have it on upgrade since it was in-kernel before. Fixes #5976
Having both aesni and cryptodev loaded at the same time appears to only negatively impact performance, no gains, so at the moment there is no need to load them at the same time.

88aceb25 02/28/2017 06:25 PM Jim Pingle

In a stock/default config.xml, show firewall rule descriptions in a column. Fixes #7323
Previous performance and display issues do not appear to be a problem any longer. See https://redmine.pfsense.org/issues/7323

6aa85955 02/28/2017 05:35 PM Jim Pingle

Finish MAC address matching for packet capture. Implements #6743

7067e174 02/27/2017 02:49 AM Phil Davis

Fix #7317 Widget Filter All button

1e7aedce 02/27/2017 02:22 AM Jim Pingle

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

882d248d 02/27/2017 02:13 AM Jim Pingle

Merge pull request #3573 from phil-davis/patch-9

e660ca55 02/27/2017 01:38 AM Steve Beaver

Merge pull request #3581 from phil-davis/patch-11

ad4913d7 02/27/2017 01:22 AM Steve Beaver

Merge pull request #3550 from phil-davis/patch-5

446505a9 02/27/2017 12:09 AM NOYB NOYB

Services - Status Icon - Sort Order

Make status column sort order work correctly with the icons.
Also refactor get_service_status_icon() output string construction to be cleaner and clearer.

(2.4, 2.3)

0fdbaca8 02/26/2017 09:57 PM NOYB NOYB

User Manager - Status Icon - Sort Order

Make status column sort order work correctly with the icons.

(2.4, 2.3)

dc0f5e46 02/26/2017 09:36 PM Doktor Notor

Show PPPoE/PPTP/L2TP uptime on the Interfaces widget (Feature #6032)

54936b49 02/26/2017 10:32 AM Phil Davis

Fix syntax error in services_wol_edit.php

7fd7fbcf 02/25/2017 04:38 PM Pi Ba

certificatemanager, link certificate to the proper CA after completing the CSR request

9c91c7bd 02/24/2017 04:25 PM Doktor Notor

Fix the pkg_call() and set the timeout to a sane value (Bug #6594)

00f718d0 02/24/2017 11:47 AM Phil Davis

Remove unused ntpWidgetUpdateFromServer() from NTP widget

I don;t see where this is used at all. Nothing seems to break if I remove it.

7038116e 02/23/2017 09:36 PM NOYB NOYB

Vendor MAC Retention - Update

Only write if changed or missing.

Vast majority of reboots will not have a change so don't hit the file system with a needless write. RAM disk enabled systems will always write due to missing the file on boot up.

117776e0 02/23/2017 01:04 PM Doktor Notor

Add a function to normalize CR and CRLF-style newlines to Unix LF

See Bug #5306.

d0e4f627 02/23/2017 05:49 AM Phil Davis

Fix #7300 provide default value for ipprotocol for old rules

da57defa 02/23/2017 04:56 AM Phil Davis

Fix #7299 and other stuff

As far as I can see, filter_generate_user_rule() is always supposed to be called with 'ipprotocol' set to 'inet' or 'inet6'. The cases of rules for both ('inet46') are handled by calling filter_generate_user_rule() twice, passing 'inet' then 'inet6'....

27d15a21 02/22/2017 06:17 PM Steve Beaver

Fixed typo in $POST/$_POST

88991880 02/22/2017 06:07 PM Jim Pingle

Remove some unused code from diag_command.php.

57f4327a 02/22/2017 06:06 PM Steve Beaver

Fixes #7296
HTML tags not allowed in selector option values

12e3e735 02/22/2017 05:31 PM Jim Pingle

Correct variable name. Fixes #7297

7386f8a0 02/22/2017 04:07 PM Renato Botelho

Merge pull request #3568 from doktornotor/patch-7

4be90da5 02/22/2017 03:38 PM Renato Botelho

Merge pull request #3546 from NOYB/Vendor_MAC_Retention_Logic_/_Consolidate

680e15ba 02/22/2017 03:08 PM Phil Davis

Fix 7294 keep full rule description

Signed-off-by: Phil Davis <>

17f622b6 02/22/2017 02:43 PM Steve Beaver

Fixed #7203 by visually separating the legend area
Make legen area fixed rather than AJAX data

e83c9b73 02/22/2017 01:23 AM Doktor Notor

Check that DHCP registration isn't enabled for DNS forwarder/resolver when disabling DHCP server

c6d03f09 02/22/2017 12:03 AM Doktor Notor

Only allow the DHCP registration options to be enabled when DHCP server is enabled as well

13fca9bc 02/22/2017 12:02 AM Doktor Notor

Only allow the DHCP registration options to be enabled when DHCP server is enabled as well

3d8b01e8 02/22/2017 12:00 AM Doktor Notor

Only start dhcpleases if DHCP server is enabled (Bug #6750)

aba74883 02/21/2017 07:10 PM Renato Botelho

Merge pull request #3552 from NOYB/User_Manager_-_Status_Icon

d54107b1 02/20/2017 03:57 PM Steve Beaver

Fix "Save and Force" action

9267c6c9 02/20/2017 03:28 PM Steve Beaver

Remove newline in error msg

32048df9 02/20/2017 03:18 PM Steve Beaver

Spelling

85ea9d46 02/20/2017 03:16 PM Steve Beaver

Fixed #7231

This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting

6378ef45 02/20/2017 01:52 PM Renato Botelho

Add Chinese (Taiwan) to the list of available languages

b08a1871 02/20/2017 01:51 PM Renato Botelho

Update translation files

11e77c98 02/20/2017 01:49 PM Renato Botelho

Regenerate pot

68b21600 02/20/2017 01:42 PM Steve Beaver

Merge pull request #3533 from phil-davis/fw-rules-iface-selector

1744b805 02/20/2017 01:18 PM Jim Pingle

Merge pull request #3557 from jskyboo/dev

c090afd2 02/20/2017 01:10 PM Jim Pingle

Merge pull request #3553 from doktornotor/patch-1

472f121b 02/19/2017 12:44 PM Jack Booth

Allow PGRMF for Custom GPS type.

bd74b2ec 02/19/2017 12:07 PM Jack Booth

Fix ublox parsing.

285aa44d 02/19/2017 11:46 AM Steve Beaver

Save tab value (if) in HTML

7c40255c 02/18/2017 10:24 PM Steve Beaver

Fixed #7277

0b22f1cd 02/18/2017 02:00 AM Doktor Notor

Fix NTP widget to show server time (Issue #7245)

This is a couple of seconds late depending on how much stuff people have on dashboard, but at least displays the server time/TZ instead of the browser time. Plus good riddance wrt those 200+ lines of past century JS.

64d53c69 02/17/2017 09:18 PM Steve Beaver

Fixed #7274

edd88334 02/17/2017 07:56 PM NOYB NOYB

User Manager - Status Icon

Use icon for status rather than textual asterisk to indicate disabled account.

(2.4, 2.3)

3057a2ba 02/17/2017 06:25 PM Jim Pingle

Fix handling of 0 for Backup Count. Fixes #7273

4e2d287c 02/17/2017 05:48 PM Renato Botelho

Regenerate pot

f30c7697 02/17/2017 05:39 PM Renato Botelho

Update translation files

4a03ae0a 02/17/2017 11:55 AM Steve Beaver

Fixed #7270

a597e44f 02/16/2017 10:07 AM Phil Davis

System Info Widget enable All button when disable firmware check is set

If system firmware disablecheck is set, then the click event for the filter "All" button is also not included in the JS, so the "All" button is not effective.

The setTimeout for systemStatusGetUpdateStatus() can be moved up just below where it is declared and inside the existing "if" that conditionally includes that function - no need for it to be inside events.push...

12516aad 02/15/2017 11:52 PM NOYB NOYB

Vendor MAC Retention File Consolidate

Use a single file for vendor MAC retention (vendor_mac).
a) Writes only one file during boot up rather than a file for each interface.
b) More efficient than numerous tiny files.
c) Friendlier to write cycle sensitive media in a RAM disk disabled system.

5fbc719b 02/15/2017 11:52 PM NOYB NOYB

Vendor MAC Retention File Relocate

Relocate the vendor MAC retention file to /var/db directory.
a) It's more at home here with other network interface stuff.
b) Friendlier to write cycle sensitive media in a RAM disk enabled system.

537a2bb0 02/15/2017 11:52 PM NOYB NOYB

Vendor MAC Restore Logic

Only use the vendor MAC retention file for restoring the vendor MAC when not booting.
a) During boot up the current MAC that is obtained from the system is the vendor MAC.
b) Using this eliminates the inefficient need to open the vendor MAC retention file for every interface during system boot up.

2c20f47f 02/15/2017 11:52 PM NOYB NOYB

Spoof MAC Var Name

Rename 'spoof_mac' var to generic 'mac_addr'.
a) It may be the vendor MAC or a spoofed MAC.
b) Update the comment re: not reapplying an already applied MAC.

d50e8445 02/15/2017 06:40 PM Jim Pingle

Fix editing sysctl values.

09ba8bb7 02/15/2017 05:53 PM Steve Beaver

Fixed: #7251
Force JS and CSS files to reload if hte file mtimes change

8d58ebae 02/14/2017 09:31 PM Steve Beaver

GET/POST conversion

33ebc875 02/14/2017 09:16 PM Steve Beaver

Fix Apply action

7411a41d 02/14/2017 09:14 PM Steve Beaver

Fix Apply action

cbb82e6b 02/14/2017 09:06 PM Steve Beaver

GET/POST conversions

9f2bbdb4 02/14/2017 08:33 PM Steve Beaver

GET/POST conversion

13541a81 02/14/2017 07:42 PM Steve Beaver

GET/POST conversions

c946d721 02/14/2017 06:11 PM Steve Beaver

GET/POST conversion - services part 1

abdb3547 02/14/2017 06:00 PM Renato Botelho

Update translation files

4f5e3278 02/14/2017 05:42 PM Renato Botelho

Regenerate pot

17694a10 02/14/2017 05:14 PM Jared Dillard

fix colspan background on dark theme

40bb19b3 02/14/2017 11:24 AM Renato Botelho

Merge pull request #3545 from phil-davis/patch-6

744f5734 02/14/2017 11:22 AM Renato Botelho

Merge pull request #3544 from phil-davis/patch-5

ee836314 02/14/2017 10:26 AM Renato Botelho

Fix #7257: Use pfSense-upgrade to look for new versions

621dd536 02/14/2017 09:57 AM Phil Davis

Only save valid widget locations in config

Some widgets create extra panels, e.g. the widgets that now have the filter functionality. Those panels are processed in the ".each" at line 424. They do not have an id in the form "widget-*" and when the old code tries to find the "*" part it gets "undefined". This results in the layout being saved like:...

d86cff7f 02/14/2017 07:44 AM Phil Davis

Allow 5 dashboard columns to work

Selecting 1,2,3,4 or 6 dashboards columns results in an exact integer result here and all is good. But 5 columns results in "2.4" and "col-sm-2.4" is not a thing in bootstrap.
We need just the best int we can choose here, which is one that is just the int part of the division. That ensures that the 5 columns extend over less than the standard bootstrap total of 12 "units" wide.

eb6984fd 02/14/2017 02:26 AM Phil Davis

Comment typos head.inc

24fc15e6 02/13/2017 10:46 PM Steve Beaver

Fixed DIVIDER issue caused by the addition of msorts to the menu

1a8b6554 02/13/2017 09:23 PM Steve Beaver

GET/POST conversion for status*

7f4268b6 02/13/2017 08:30 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics

84147b7b 02/13/2017 07:29 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Firewall

4401107f 02/13/2017 06:12 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Interfaces

42362856 02/13/2017 05:39 PM Jim Pingle

Fix saving Hybrid RSA + Xauth. Fixes #7258