Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c66990a8 01/02/2017 06:52 PM Jim Pingle

Fix up and enchance the help text for DH parameters, point to the doc wiki for info on how to generate new ones. Also add help text for ECDH Curve. #7063

2906d139 01/02/2017 05:17 PM Jim Pingle

Fix printing of local/remote host in OpenVPN status for Client Instances. If the client was not connected it was printing a ":" and nothing else in the field which was odd/confusing. Ticket #2766

fab3c245 01/02/2017 04:34 PM Steve Beaver

Fixed #6972
I was only able to reproduce tis issue using Chrome, but it should now be resolved

24318185 01/02/2017 03:16 PM Steve Beaver

Revert "Theoretical fix for #6972"

This reverts commit 335e63d66ce8af690d1a144d4ec6b385cbe39af4.

8ccb89f5 01/02/2017 03:10 PM Steve Beaver

Theoretical fix for #6972

dc6d4775 01/02/2017 02:54 PM Renato Botelho

Check if array key exist before read its value

cee543b7 01/02/2017 02:54 PM Renato Botelho

Fix indent

c3372809 01/02/2017 02:50 PM Jim Pingle

Fix up wording of the DUID option.

a5d56253 01/02/2017 02:34 PM Jim Pingle

Merge pull request #3304 from marjohn56/master

af997ff7 01/02/2017 12:57 PM Jim Pingle

Merge pull request #3339 from phil-davis/ovpn

8db81fbc 01/02/2017 10:50 AM Renato Botelho

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

43d72226 01/02/2017 10:45 AM Renato Botelho

Merge pull request #3336 from phil-davis/patch-4

6c536f39 01/02/2017 10:44 AM Renato Botelho

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

797ca4c7 01/02/2017 10:42 AM Renato Botelho

Merge pull request #3322 from phil-davis/pagenames

128b93e0 01/02/2017 07:08 AM Phil Davis

OpenVPN Client 2.4 save correct protocol

This needs to be fixed the same as vpn_openvpn_server.php

f888c35a 01/02/2017 12:24 AM Jim Pingle

Add OpenVPN ECDH options. Implements #7063

ca366676 01/01/2017 09:47 PM Jim Pingle

Update OpenVPN protocol preferences to match the new behavior of OpenVPN 2.4. Fixes #7062

6a638752 01/01/2017 07:31 PM Jim Pingle

Allow OpenVPN DNS servers for clients to be IPv6 as well as IPv4. Implements #7061

9b3518d0 01/01/2017 05:49 PM Jim Pingle

Print IPv6 addresses in the widget, too. Ticket #2766

bffa3185 01/01/2017 05:23 PM Jim Pingle

Show IPv6 for static key servers, too. Fixes #2766

cbfd0754 01/01/2017 04:59 PM Jim Pingle

Add IPv6 virtual address to SSL/TLS client output, formatting corrections/enhancement for SSL/TLS client and server. Ticket #2766

6f17547a 01/01/2017 04:03 PM Jim Pingle

Update OpenVPN SSL/TLS server status to reflect changes in OpenVPN 2.4. Ticket #2766

cffe1271 01/01/2017 05:16 AM Phil Davis

Remove redundant gettext() in firewall_rules_edit

The 'helpmsg' here is already translated with gettext() when the 'helpmsg' array entries are set up, so IMHO there is no need to attempt translation again.

da391430 01/01/2017 05:09 AM Phil Davis

firewall_rules_edit whitespace

23057964 01/01/2017 04:32 AM Phil Davis

Fix #7059 Set expected icmptypes format

icmptype is a comma-separated list in the config. When attempting to save, the array in $_POST['icmptype'] needs to be put into this format in $pconfig in case there are input errors and the user-entered data need to be re-displayed for correction.

48157a04 12/31/2016 01:42 PM Phil Davis

Standardize privilege name capitalization

While looking at some privilege stuff, I noticed that various
capitlization looked inconsistent down the list. This makes the list
look more consistent.

56110c72 12/30/2016 02:17 PM Renato Botelho

Ticket #7054: Remove tun-ipv6 option, deprecated on OpenVPN 2.4.0 and related GUI knobs

e10a9781 12/30/2016 01:54 PM Jim Pingle

Fix IPv4/IPv6 copy paste error in OpenVPN client-specific overrides. Ticket #7053

59dc8b6f 12/30/2016 12:06 PM Renato Botelho

Merge pull request #3325 from stilez/patch-51

ffc4c4a3 12/30/2016 11:53 AM Renato Botelho

Merge pull request #3139 from stilez/patch-38

8d379f23 12/30/2016 11:48 AM Renato Botelho

Merge pull request #3322 from phil-davis/viewclearnotices

da4d341e 12/30/2016 02:55 AM Luiz Souza

Remove the now unnecessary and commented code.

Ticket #7042

9bf81d66 12/29/2016 07:37 PM Luiz Souza

Revert "Instead of ignoring the IP, add it to interface even if we cannot do it with setfirst."

This reverts commit af6248407bae4d476b483dcb3a388744fb74b465.

Not necessary at all.

Pointy hat to: me
Ticket #7042

b1cff581 12/29/2016 06:59 PM Stilez y

capitalise "Any"

af624840 12/29/2016 06:38 PM Luiz Souza

Instead of ignoring the IP, add it to interface even if we cannot do it with setfirst.

Ticket #7042

387dbe43 12/29/2016 03:21 PM Jim Pingle

Only fetch ZFS status if ZFS is loaded. Otherwise it can load it unintentionally on a system that doesn't need it.

b9e0e420 12/29/2016 12:20 PM Renato Botelho

Merge pull request #3323 from phil-davis/print_info_box

416322ee 12/29/2016 09:16 AM Martin Wasley

Changes whuch to which... fat fingers

e9b3d2c3 12/29/2016 08:22 AM Stilez y

"Any" moved to top of list in new blank rules

@jim-p wanted this split out from PR 3159 as it wasn't related to that PR.

Puts "any" at the logical place people look for it (top of list not 2/3 down it at random) while ensuring that for new rules default is tcp and extra ports etc fields are visible.

499adf73 12/29/2016 06:28 AM Phil Davis

Put print_info_box severity class in quotes

These should be strings in quotes, otherwise PHP looks for them to be
constants and would be issuing notice level "errors" underneath.

c7fd8cd0 12/29/2016 04:20 AM Jim Pingle

Fix variable reference. Ticket #7047

d4b2ebae 12/28/2016 10:56 PM Stilez y

Remove and replace white spaces

Safari doesn't seem to have editing issues (or else they very quickly fixed it). Removed all white spaces and re-entered, hopefully this fixes any incorrect extraneous characters that existed? If not you'll have to let me know where exactly they are.

43a0cf73 12/28/2016 10:51 PM Stilez y

Put back "any" in same place it came from in dropdown

86554b5a 12/28/2016 10:46 PM Stilez y

revert protocol order change (unrelated to PR)

Will pu in separate PR afterwards as requested

a2da1706 12/28/2016 08:11 PM Jim Pingle

Add version and build data to status output. Ticket #7047

84fe48d4 12/28/2016 07:05 PM Jim Pingle

Bring status.php up-to-date and add a number of new items as listed on redmine. Fixes #7047

Added:
The firewall platform and serial number
ARP Table
NDP Table
Gateway status (See #7046)
ZFS disk/pool info
gmirror status
Limiter info...

337822a3 12/28/2016 06:47 PM Jim Pingle

Do not output PHP shell starup message unless it is run interactively. Fixes #7045

5280f021 12/28/2016 03:41 PM Phil Davis

Add privs to control display of notices

This is a suggested way to allow control of the display and clearing of
notices. The use case is:
1) A user with minimal page privs (e.g. can just change their password,
or access a few status pages or...) should not be automatically able to...

1eaf9684 12/28/2016 03:31 PM Renato Botelho

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

fdb4c19e 12/28/2016 03:31 PM Renato Botelho

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

6f4323f3 12/28/2016 03:17 PM Phil Davis

Change system admin to firewall admin

46886273 12/28/2016 02:14 PM Phil Davis

Remove unused get_notices() from xmlrpc.php

c87eeb08 12/28/2016 07:59 AM Phil Davis

Fix #7043 Do not display crash reporter link when no crash_reporter access

fe80b3aa 12/28/2016 06:16 AM Phil Davis

Fix #3454 Do not show Mark All as Read button when no priv

If the user does not have access to index.php then the "Mark All as Read" button for the notices popup does not work for them anyway, so do not show it.
This fixes the obvious UI inconsistency - where the user has a button that they press, but it is not effective.

ee5d140e 12/28/2016 05:45 AM Phil Davis

Fix get_notices parameter in xmlrpc.php

This looks to me like the var name here should be $category
Note: I don't see where this get_notices() inside class pfsense_xmlrpc_server is ever unused anyway - so maybe get_notices() can just be deleted from here?

151b4e35 12/27/2016 11:04 PM Jim Pingle

Allow capturing based on MAC address as well.

378574a3 12/27/2016 09:32 PM Jim Pingle

Disable "setfirst" line in pfSense-dhclient-script for now. Ticket #7042

3033c93f 12/27/2016 07:59 PM Martin Wasley

Changes as requested

15aac11e 12/27/2016 07:39 PM Renato Botelho

Merge pull request #3300 from plumbeo/disconnect-all

5ae621d8 12/27/2016 07:37 PM Renato Botelho

Merge pull request #3307 from blkeller/ignore-client-uids

17a6140d 12/27/2016 07:36 PM Renato Botelho

Merge pull request #3266 from PiBa-NL/IPv6-prefixdelegation-size59

4890b6ec 12/27/2016 01:44 PM Phil Davis

PPTP Remote IP is host or V4

Now that Form_IpAddress() supports a range of types of input, this can be specified as HOSTV4.

ac4e656a 12/27/2016 12:47 PM Renato Botelho

Merge pull request #3248 from phil-davis/ipaddressnopattern

58b5c957 12/27/2016 12:42 PM Renato Botelho

Merge pull request #3308 from plumbeo/details-popup

d8587952 12/27/2016 09:43 AM Phil Davis

Fix DNS Server Gateway Check

If I enter a DNS server IP address that is on a locally connected network, and choose a gateway for it, this code was supposed to give an error message. But no error was given because $_POST[$dnsgwitem] is actually the name of the gateway, but old line 197 called interface_has_gateway() which was expecting an interface to be passed....

202e23a8 12/27/2016 02:11 AM Stilez y

Data sanitation - check IP protocol in form data

Code doesn't seem to check that IP protocol is valid (IPv4/6/4+6) or report via $input_errors[] if not. Simple fix. Only spotted recently. Should be fixed whatever else?

8afd8c04 12/27/2016 01:31 AM Stilez y

Alternate fix for jim-p's point that seems to resolve everything neatly

@jim-p commented on the PR that:

This change is unwarranted. The protocol default should remain TCP, it is set that way on purpose (otherwise people get confused by the lack of port options being visible). It's also not relevant to the other changes being made on this PR....

675c9e59 12/27/2016 01:15 AM Stilez y

improve CSS handling for icmp types (overflow/table)

Minor CSS and formatting improvement to layout for icmp types in rules table. With this change, if several icmp types are specified in the rule, if they won't fit into 2 lines the GUI automatically switches to a scrollable overflow instead, to preserve the table layout. Also underlining is per icmptype so commas etc aren't underlined which is much easier to read

081a46fe 12/26/2016 11:07 PM Caio Plumbeo

Captive portal: add popup with session details to the active sessions list in the status page

cded235b 12/26/2016 02:37 PM Renato Botelho

Merge pull request #3309 from phil-davis/dhcp31msg

d08f68e2 12/26/2016 10:29 AM Caio Plumbeo

Captive portal: hide empty MAC column in status page

When MAC filtering is disabled the client MAC address isn't recorded and the relative column is empty. In this case, hide it.

feab4e54 12/24/2016 10:37 PM Caio Plumbeo

Captive portal: add button to disconnect all users

Add a function to disconnect all logged in users and a button to call it in the captive portal status page.

12e08722 12/24/2016 03:02 PM Phil Davis

Modify DHCP Server messages

a3f671ec 12/24/2016 02:17 PM Jim Pingle

This should be a regular input form since it is no longer using an IP address class input type.

b7090449 12/24/2016 07:01 AM Phil Davis

Customize DHCP Server on interfaces message

35d393f0 12/23/2016 03:29 PM Jim Pingle

Change type of L2TP/PPTP WAN remote address to 'text' as it supports hostnames now, and the 'V4' type rejects them. Fixes #6899

9d9736d7 12/23/2016 02:13 PM Jim Pingle

Fix field type for TFTP in DHCP server settings

d0db0f9b 12/23/2016 01:21 PM Jim Pingle

Fix variable name used to pre-fill the NTP orphan mode field, add placeholder with the default while I'm here. Fixes #7034

1b17a4c9 12/23/2016 08:20 AM Martin Wasley

changed to text to reflect standard text in other options.

e8165036 12/22/2016 08:03 PM Martin Wasley

format correction

c0a3864e 12/22/2016 07:56 PM Martin Wasley

Added real DUID placeholder, new text and call to new get_duid_from_file() function.

ad230803 12/22/2016 07:09 PM Renato Botelho

Merge pull request #3306 from phil-davis/ovpndhcp

11ee0c6d 12/22/2016 06:27 PM Brett Keller

Add new "Ignore client identifiers" DHCP feature

Exposes the underlying dhcpd configuration option "ignore-client-uids"
in the pfSense "Services / DHCP Server" GUI by adding an "Ignore client
identifiers" checkbox.

As of ISC dhcpd version 4.3.0+, there is a new configuration statement...

aa64bb65 12/22/2016 03:20 PM Jim Pingle

Be more forthcoming with errors about ALTQ interfaces in relevant areas of the GUI. In particular, note when there are no capable interfaces assigned. Implements #7032

016b7b5d 12/22/2016 01:44 PM Martin Wasley

Typo correct

0f2cf2a1 12/22/2016 11:57 AM Phil Davis

Fix #7031 Allow interfaces that use DHCP for OpenVPN

even though the interface (or gateway group) has not yet actually
received an IP address.
This is useful when setting up a new system that is currently offline.

1c937bdc 12/22/2016 01:50 AM Steve Beaver

Fix typo in grouping/$grouping

1f40cc7d 12/22/2016 01:50 AM Caio Plumbeo

Captive portal: convert tables to sortable tables

Convert the used vouchers table from the old GET order method to a sortable table, and make the other tables (allowed IPs, hostnames, zones) sortable too.

aff01dbd 12/21/2016 09:39 PM Martin Wasley

Text change

a038b816 12/21/2016 07:18 PM Steve Beaver

Fix "<onchange>" tag processing in package XML handling

caee8fc9 12/21/2016 07:05 PM Renato Botelho

Merge pull request #3290 from doktornotor/patch-3

b67b143b 12/21/2016 06:52 PM Jim Pingle

Move the Growl section down to the end of the page, SMTP is the most commonly used section.

f763ca6e 12/21/2016 04:53 PM Luiz Souza

Print an error when the given URL cannot be fetched instead of just ignoring it.

Fix an use of an uninitialized variable.

Ticket #4766

426522b3 12/21/2016 04:53 PM Luiz Souza

Add a warning to notify the use why nothing happens when it tries to click on maintenance mode with the CARP disabled.

7be23d53 12/21/2016 03:26 PM Martin Wasley

User Defined DUID

User may define a DUID to use in System->Advanced->Networking. The
entered DUID is validated for composition and length, if valid it is
stored in the config.xml. On call of wan_dhcp6_configure() the DUID is
written to file to be read by dhcp6c on launch.

d6df09d0 12/21/2016 11:58 AM Renato Botelho

Merge pull request #3301 from doktornotor/patch-1

605a9e6c 12/21/2016 11:55 AM Doktor Notor

Use empty()

aaddb090 12/20/2016 10:08 PM Doktor Notor

Revert manual changes

ef0e956e 12/20/2016 10:06 PM Caio Plumbeo

Fix display of the number of states in the firewall rules page

For numbers greater than 1000 format_number() returns strings formatted like N.NNN K/M/G/T, that get cut to only the integer part if '%d' is used.

ea0a3f9c 12/20/2016 09:57 PM Doktor Notor

Use sprintf()