Project

General

Profile

Download (18.6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
880ed461 01/03/2020 04:36 PM Jim Pingle

This is 2020. Issue #9245

8f58f8e5 12/19/2019 07:18 PM Jim Pingle

Update copyright notice years. Issue #9245

587c2d55 01/29/2019 07:23 PM Jim Pingle

Validate submitted interfaces. Issue #9294

(cherry picked from commit 5cc7d21dc08be6c65a2bf7f8f4481dc13f4ae115)

a5fd107d 08/20/2018 05:51 PM Renato Botelho

Do not use gettext() on default LAN interface name

f0134497 07/31/2018 03:44 PM Steve Wheeler

Correct QinQ interface naming

235c051f 06/05/2018 09:00 PM Jim Pingle

Rework how IPsec VTI interfaces and reqid specifications for same are formed. Ticket #8544

bd4c337c 05/30/2018 08:53 PM Jim Pingle

Please welcome routed IPsec using if_ipsec VTI interfaces. Implements #8544

To use, create a P1/P2 and set P2 to VTI using local/remote network as tunnel endpoint addresses, then assign the interface (enable, but IP type = none), and use like any other interface for routing.

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

87489e5c 01/08/2018 06:50 PM Peter Schofield

re-adding changes made to fix bug#6400, includes fixes for bug#8222 and bug#8223 that were introduced with the initial commit of this code.

original pull request was #3868

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

e34c96a3 12/18/2017 01:55 PM Steve Beaver

Revert "Merge pull request #3868 from loonylion/master"
Caused issues reported in https://redmine.pfsense.org/issues/8223
This reverts commit 74c55258b21ada7a542965c2470fbaa45ce19689, reversing
changes made to 2acb4025ee7fef074a67d1021a5e62a0aff9fd37.

d7dc67f9 11/29/2017 06:04 PM Peter Schofield

interfaces_fast.inc: removed accidental rolling 'r' from comment
removed unused parameters from definition of convert_real_interface_to_friendly_interface_name_fast()

interfaces_assign.php: removed profiling code
removed unncessary comments...

68eacaa2 11/15/2017 04:49 PM Peter Schofield

fix for broken preselection of select boxes

529fbbfd 11/15/2017 02:38 PM Peter Schofield

Improves bug#6400 further reducing page load time from my previous commit

Moved select box generation code out of interface display loop, meaning it runs once iterating over count(interfaces) rather than running count(interfaces) times iterating over count(interfaces) each time....

772a7b3d 11/12/2017 12:21 PM Peter Schofield

refactored interfaces_assign.php to to benefit people with large numbers of VLANs, as requested on the forum at https://forum.pfsense.org/index.php?topic=137391.0. Also contains a minor speedup for interfaces_vlan.php. Modified functions are contained in interfaces_fast.inc. Profiling code is still present but commented out, as is replaced code.

f2286620 10/25/2017 06:58 PM Luiz Souza

The members of a LAGG cannot be assigned, used in VLANs, QinQ, or PPP.

This commit removes the LAGG members from the list of available interfaces.

0793de1a 10/17/2017 07:42 PM Luiz Souza

Fix the QinQ support.

Bring the QinQ support to the VLAN dotted format.

To avoid breaks third party software (such as dhcpd), we silently ignore the interfaces with names bigger than the maximum size in FreeBSD.

Ticket #7942

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

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

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

3312b65f 02/10/2017 05:06 PM Steve Beaver

GET/POST conversion interfaces_assign

44c42356 01/03/2017 05:05 AM Phil Davis

Report problems applying changes

1) Strictly keep track of the accumulating $retval from calls to various
functions that apply changes.
2) Use new function print_apply_result_box() to print a suitable message
in a suitable severity based on $retval

481db4fe 11/29/2016 02:29 PM Jim Pingle

Reword/rework wireless note on assignment page. Ticket #6770

3947f294 11/23/2016 02:36 PM Renato Botelho

Add a note that wireless clones must be created before they can be assigned. This should fix #6770

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

6756052b 08/14/2016 10:03 PM NewEraCracker

Call services_dhcpd_configure with the right parameter

Previously code segment for v4 would call both v4 and v6. Fixed to call v4 and v6 where appropriate.

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

1602106b 07/14/2016 11:14 PM Phil Davis

Fix #6613 Do not show Aply Changes button when Save needed

I got a bit carried away in the fix for #6460 https://github.com/pfsense/pfsense/commit/21c18c3df11547aba172c10f95872dbd8682f7d9
The message here at line 507 should not actually show the Apply Changes button. At this point the user needs to adjust the assigned interfaces and save. Then after saving an Apply Changes button can be used to implement the saved changes.

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

253919a5 06/22/2016 02:55 PM Stephen Beaver

Merge pull request #2906 from Chrisc-c-c/Fix-QinQ-Interfaces

21c18c3d 06/08/2016 11:15 PM Phil Davis

Fix #6460 Interface mismatch apply changes button

1322ee22 04/24/2016 10:55 PM Chris Rowe

Make QinQ interfaces work again

ff3f0016 04/16/2016 06:22 AM Chris Buechler

Unset dhcpdv6 for deleted interfaces on interfaces_assign.php. Ticket #6152

45654aa0 03/29/2016 07:19 AM NOYB NOYB

Interfaces (assign) - Remove Personalizations

Remove "you" personalizations.

27d6a45b 03/10/2016 08:40 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

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

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

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7c945f74 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

26b4bef8 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and LAGG to LAGGs to match VLANs, QinQs, etc.

464358b4 01/27/2016 05:20 AM Phil Davis

Standardize print_apply_box usage

1) For the translators, it should be better to do it consistently. Then
they only need to have 1 translation of "You must apply the changes in
order for them to take effect" and can translate each of the other
custom sentences individually....

0fc3de67 01/25/2016 04:36 AM Phil Davis

Internationalize interfaces UI code

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

1) Get rid of the stristr() checks to "guess" if an apply button should
be used.
2) Change print_info_box() so it can take a button name of "close"
, "apply" or none to decide which button to show....

c8532336 01/08/2016 05:14 PM Phil Davis

print_info_box success

In most situations we want the print_info_box() of $savemsg to be
'success'. If there was some problem saving, then it can be 'warning'.
These are a few places I have found so far that need this sort of fixing
up - more to come but sleep calls just now!...

290566ed 12/30/2015 08:03 AM NOYB NOYB

HTML Compliance - Interfaces / Assign network ports

A table row was 3 columns wide and exceeded the column count established by the first row (2).

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

aa82505e 12/15/2015 10:59 AM Phil Davis

Code style g-i

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

6a667f30 11/12/2015 09:51 PM Stephen Beaver

Fixed group member creation
Nixed "I/F in button labels (by popular demand)

4419e274 11/10/2015 08:42 PM Stephen Beaver

Cosmetic cleanups

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

092e7a96 10/30/2015 03:35 PM Stephen Beaver

Copyright update

50e6c063 10/22/2015 09:05 PM Renato Botelho

Fix array index, 6 was missing

bfa7b33e 09/20/2015 12:03 PM Doktor Notor

show openvpn interfaces while reassigning the interfaces for a restored config backup

Resubmit of #1769

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/