Project

General

Profile

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

# Date Author Comment
402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

2568e151 12/08/2022 09:03 PM Christian McDonald

Rector direct global g accesses

829322b3 11/29/2022 03:51 PM Christian McDonald

Rector some direct config gets with complex paths.

7e3ea4a8 11/28/2022 08:09 PM Christian McDonald

Rector some config unsets with complex paths.

721fafba 11/28/2022 03:04 PM Christian McDonald

Rector some direct config sets with pure scalar paths.

1e45d13f 11/23/2022 02:06 PM Christian McDonald

Rector some direct config gets with pure scalar paths.

e8c09d18 11/15/2022 04:41 PM Jim Pingle

Update/cleanup DHCP 4/6 server text. Fixes #13250

04e69275 10/25/2022 05:06 PM Christian McDonald

Fix saving dhcp6c-dns setting in services_dhcpv6.php. Fixes #13594

a229259a 10/25/2022 04:41 PM Christian McDonald

services_dhcpv6.php: Fix a PHP81 config access error

0d121100 09/28/2022 07:33 PM Jim Pingle

DHCP/v6 PHP8 error fixes for some cases.

If a config starts with only WAN, no LAN assigned, there are a number of
tags that were not handled properly on DHCP, DHCPv6, and RA.

Fixed up some other unrelated low-hanging fruit while I'm here, but all
of these files need a lot more work for PHP8.

2a9f6b40 06/28/2022 12:44 PM Jim Pingle

Clarify delegated IPv6 prefix source. Fixes #13310

Indicates the tracked interface and prefix ID, which is more important
now that delegation works from multiple upstream sources.

ef267412 05/02/2022 08:44 PM Kris Anderson

more spelling fixes

0a30410b 05/02/2022 08:42 PM Kris Anderson

more accurate error message

39414efc 05/02/2022 08:37 PM Kris Anderson

fix a spelling mistake

635e5b9d 05/02/2022 08:23 PM Kris Anderson

max dhcp lease can be equal to the default lease

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

653529c3 08/19/2021 05:01 AM Viktor Gurov

Do not allow to select PPPoE Server interfaces on the DHCPv6 Server page. Fixes #12277

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

50b84727 11/16/2020 12:11 PM Viktor Gurov

Create poesX interfaces for PPPoE server. Issue #11034

e85ae672 11/12/2020 12:31 PM Renato Botelho

Fix #204: Add messages to all write_config() calls

29131ce9 11/05/2020 02:39 PM Viktor Gurov

Track Interface / PD improvements. Issue #5999

916fa8f9 09/14/2020 01:20 PM Viktor Gurov

DHCPv6 Static Mapping fix. Issue #10882

07588052 09/04/2020 02:16 PM Viktor Gurov

DHCP service DDNS key name RFC2845 compat. Fixes #10844

9fbd8f71 04/08/2020 01:43 PM Viktor Gurov

DHCPv6 service Dynamic DNS fix. Issue #10346

5c533d72 02/27/2020 05:30 AM Viktor Gurov

DHCPv6 range is not mandatory for Stateless DHCP. Issue #9596

5c52a260 02/13/2020 07:42 PM Manuel Piovan

Feature #9661

b9f3dfd2 01/10/2020 02:00 PM Jim Pingle

Reword option help text for issue #9302

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

c58e56fb 12/17/2019 02:24 PM → luckman212

3rd try - change config names

9f6432f0 12/16/2019 11:52 PM → luckman212

2nd try
change config option to avoid positive checkbox = negative option

e26ad76e 12/13/2019 01:41 AM → luckman212

Add opts to services_dhcpv6.php and services_router_advertisements.php

Adds config options to disable pushing DNS server options to dhcp6
clients via dhcpd or radvd. Fixes an issue when using split-horizon
DNS with dnsmasq via `localise-queries` option since that supports...

7ba6788b 08/27/2019 05:25 PM Jim Pingle

Apply the same fix from issue #8469 to DHCPv6. Fixes #9448

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

ee12dd78 04/02/2019 07:37 PM Peter Feichtinger

Fix empty lines in forms

Fixes a number of empty lines in forms by adding hidden inputs using
`addGlobal` on the form instead of `addInput` on sections or `add` on
groups.

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

592bec81 11/14/2018 01:54 PM Jim Pingle

Remove obsolete OLSRD code. Implements #9117

e46ea2c6 09/26/2018 03:48 PM Stephen Jones

Fixes #8949 Looks like there was 2 variable names for the same variable shownetboot and netboot. It now just uses the variable name netboot

5fa2a4a2 07/30/2018 02:56 PM Stephen Jones

Fixes #8714 PHP7 illegal string offset error

d4cebe1f 07/23/2018 11:59 AM Steve Beaver

Fixed #8678

a2a60a07 07/18/2018 08:10 PM Stephen Jones

Fixes #8659 PHP7 Illegal string offset and count

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

Update the Copyright notice for pfSense.

e5c4b4fc 12/15/2017 11:42 PM Joeri Capens

Fix input field help texts

534d7d69 12/07/2017 08:04 PM Joeri Capens

Add DHCP Dynamic DNS key algorithm choice. Implements #6621

6cc58ae8 02/25/2017 02:57 PM Doktor Notor

Add missing $zone variable

c3fb0119 02/25/2017 02:45 PM Doktor Notor

Update BIND zones when adding static DHCP leases if needed (Bug #3710)

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

GET/POST conversion - services part 1

3fd41815 02/08/2017 04:43 PM Phil Davis

setHelp strings for services*

702fa4d0 02/01/2017 10:58 AM Phil Davis

Code with multiple %s in usr/local/www

24b82516 01/30/2017 09:27 AM Phil Davis

Required fields in Services pages

587995fb 01/22/2017 08:28 AM Phil Davis

Always force compress when calling Net_IPv6

7cdb1ff9 01/11/2017 12:00 PM Renato Botelho

Merge pull request #3369 from phil-davis/breadcrumbs_detail

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

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

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.

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

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

19d905bc 12/17/2016 09:59 PM Pi Ba

IPv6, allow DHCP6 server to use a prefix size of /59 and /61 like dhcp client does

756da4bd 12/13/2016 12:03 PM Phil Davis

DHCPv6 server edit when DHCPv6 Relay enabled

Part of Redmine #6997
This implements the similar behaviour as for the DHCPv4 server in Pull
Request https://github.com/pfsense/pfsense/pull/3271

9ca5d4ab 11/30/2016 02:47 PM Ross Williams

Clarified help text for ddnsforcehostname option.

cfc10a33 11/30/2016 02:38 PM Ross Williams

Added title to ddnsforcehostname checkbox

1a6bda5b 11/30/2016 03:33 AM Ross Williams

Add ddnsforcehostname option to DHCP6 Server configuration editor

ff3d11c8 11/15/2016 11:45 AM Phil Davis

DHCPv6 ddnsdomainprimary must currently be IPv4

This field is currently validated to allow only an IPv4 address to be entered, so it may as well be consistent client-side so the user knows that only an IPv4 address is allowed.

3707ffc4 10/13/2016 02:22 AM Phil Davis

DHCPV6 only check VIPs in range if range valid

If the user has input invalid values into range from and to, then there
is no point checking any IPv6 VIPs to see if they fall in the range.
None of them would be "in range" because the specified range is not even...

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

Move copyright from ESF to Netgate

7edcc54b 08/16/2016 03:45 PM NewEraCracker

Uniformize memory limits and remove old code (revised)

1) Allow setting a memory_limit up to 768M (Suhosin)
2) Remove old workarounds. Memory limits on config.inc will be new defaults

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)

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....

cb6c20a9 05/11/2016 07:15 PM NewEraCracker

Miscellanous Textual Corrections - Add missing dots, normalize case

e4c7d45f 05/11/2016 08:43 AM NewEraCracker

Miscellanous Textual Corrections - Add missing dots to phrases

b68e48f2 04/04/2016 01:26 PM Stephen Beaver

Merge pull request #2814 from NOYB/Services_/_DHCP_-_Remove_Personalizations

75173246 04/02/2016 10:06 AM Chris Buechler

Allow configuring RAs when DHCPv6 Relay is enabled. Ticket #6063

5daef710 03/31/2016 06:51 AM NOYB NOYB

Services / DHCP - Remove Personalizations

Remove "you" personalizations.

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

4aa42b06 03/15/2016 02:01 PM Phil Davis

Redmine #5972 Display Advanced settings on page load

If there are non-default advanced settings, then the relevant fields are displayed on page load.
Advanced button behavior is standardized as described in redmine #5994

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

2f62ed87 03/11/2016 04:17 PM Phil Davis

Resolve conflicts with master

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

306cbbc8 03/11/2016 02:43 PM Phil Davis

Fix $POST checks so they do not depend on string Save

This prevents problems when Save is translated to other languages.
Note: This is the only remaining place I could find with this issue.
There are other pieces of code that do:
```
if ($_POST['save'] == gettext("Save"))...

141d8913 03/11/2016 02:39 AM Jim Pingle

Fix some Save button quirks. Ticket #5965

3314e626 03/10/2016 04:50 PM Jim Pingle

Advanced button consistency. Ticket #5965

8f58b51b 03/10/2016 02:43 PM Jim Pingle

More icon and button consistency fixes. Ticket #5965

ad1188d9 03/09/2016 09:24 PM Stephen Beaver

Fixed 5971

cd7ddae6 03/09/2016 08:35 PM Jim Pingle

Icon consistency in Repeatable blocks. Ticket #5965

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

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

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

9eeb91dd 02/21/2016 08:33 PM Stephen Beaver

Fixed #5914
COntrol panels via jQuery for more control

558a7c62 02/20/2016 06:40 AM Chris Buechler

clean up text

e1953efa 02/20/2016 06:37 AM Chris Buechler

DHCPv6 clean ups for PD. Ticket #3029

6c8beed3 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Fix DHCPv6 GUI to work with PD length != 64

2bf455ca 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Import patch from @Robert-Nelson to enable DHCPv6 Server/RA to
interfaces configured to track DHCP-PD

This patch only works for PD with length 64

7ef4b39d 02/18/2016 06:30 PM Renato Botelho

Make prefix delegation range check case insensitive

218600a2 02/18/2016 06:24 PM Renato Botelho

Unbreak services_dhcpv6.php

bcc2b417 02/18/2016 06:03 PM Renato Botelho

Validate Prefix Delegation range to make sure addresses match first network address, otherwise DHCPd will silently fail

0e00ad80 02/18/2016 05:45 PM Renato Botelho

Fix range and prefix delegation range help text to match From/To in correct order

8f928dc3 02/18/2016 12:48 PM Renato Botelho

Simplify logic

48602774 02/18/2016 10:30 AM Renato Botelho

Simplify logic

391d63da 02/17/2016 11:57 AM Renato Botelho

Fix #4675

Following bugs and improvements on DHCPv6 DDNS area, obtained from
PR #1638 from @Robert-Nelson:

- Use correct domain (ddnsdomain) instead of (domain)
- The option "deny client-updates" wasn't being set so forward entries
weren't being added. Allow user to chose between allow, deny or ignore...