Project

General

Profile

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

# Date Author Comment
a4cd7de1 07/12/2024 10:36 PM Christian McDonald

kea: Introduce high availability support for both IPv4 and IPv6

8d784257 06/27/2024 07:27 PM Christian McDonald

Fix vertical text alignment on `Display Advanced` buttons

4b9165e5 05/24/2024 05:25 PM Marcos M

Default to an empty array for functions expecting a countable value

Do this for foreach() and count().

63d6bb4f 05/23/2024 05:37 PM Marcos M

Update all direct config access with accessor functions

216df8ac 03/25/2024 06:15 PM Jim Pingle

Disallow hostnames in Kea NTP. Fixes #14991

  • If they are in the config.xml data already, do not write them into
    the Kea configuration.
  • Do not allow the user to enter them in the GUI
a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

e6f78714 11/22/2023 04:25 PM Marcos M

Update fontawesome references in form buttons

c1d304b3 11/14/2023 09:47 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

47b725b9 11/14/2023 09:45 PM Marcos M

Revert "Update fontawesome icon names to v6. Implement #13537"

This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.

32be4696 11/14/2023 09:00 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

e0cb987c 11/10/2023 02:03 PM Marcos M

Update fontawesome. Implement #13537

b552fd27 10/13/2023 08:21 PM Jim Pingle

Correct typo. Fixes #14873

9bd56e9d 09/28/2023 09:27 PM Christian McDonald

Introduce Kea DHCP

0600beae 08/22/2023 04:25 PM Christian McDonald

services_dhcp.php: fix pool address range validation

28e2b611 08/21/2023 03:05 PM Jim Pingle

Cast to string before ctype_digit() testing. Fixes #14702

f137d9cd 08/02/2023 04:58 PM Christian McDonald

Revert "services_dhcp.php: cleanup warning notice when DHCP relay is enabled"

This reverts commit 564905382d696ef80b45e7552f4fdc502a7d2053.

e9995ff3 08/02/2023 04:29 PM Christian McDonald

Revert "services_dhcp.php: just hide relay-enabled interfaces"

This reverts commit 7a1d5e27022fb7183e8a7b17b5514169cbd7ecc7.

3fa4d6fe 08/02/2023 04:28 PM Christian McDonald

Revert "dhcp: support simultaneous v4 dhcpd and dhcrelay, Implements #14620"

This reverts commit e9577ebfd7852646a66697a3bde41b712687a4ca.

7a1d5e27 07/31/2023 03:28 PM Christian McDonald

services_dhcp.php: just hide relay-enabled interfaces

e9577ebf 07/27/2023 09:24 PM Christian McDonald

dhcp: support simultaneous v4 dhcpd and dhcrelay, Implements #14620

56490538 07/20/2023 01:54 PM Christian McDonald

services_dhcp.php: cleanup warning notice when DHCP relay is enabled

53dbfb25 04/12/2023 07:38 PM Jim Pingle

Fix default DHCP server if selection. Fixes #14115

fae6b2c0 03/03/2023 04:59 PM Jim Pingle

Fix PHP errors from empty DHCP configs. Fixes #13983

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

503e7e8c 12/13/2022 06:48 PM Jim Pingle

Fix DHCP server ping check option. Fixes #13748

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

Rector direct global g accesses

c5c09acd 12/05/2022 09:13 PM Marcos M

Replace direct config access in services_dhcp.php. Fix #13719

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

Rector some direct config gets with complex paths.

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

Rector some direct config sets with pure scalar paths.

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

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

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.

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

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

max dhcp lease can be equal to the default lease

e5677880 02/14/2022 04:11 PM Viktor Gurov

Fix disabling dhcpd rrd stats. Issue #12710

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

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

cf40cd17 08/11/2021 05:18 AM Viktor G

Support for UEFI HTTP Boot option in DHCP config. Implements #11659

47df65c3 02/18/2021 04:25 PM Viktor Gurov

Replace HTTP links to HTTPS. Implemets #11228

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

Update the Copyright year.

A subsequent commit will deal with .po's.

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

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

a6e1c192 10/23/2020 01:04 PM Viktor Gurov

Save OMAPI settings in dhcpd.conf. Issue #10270

e5eba380 10/08/2020 10:41 AM Viktor Gurov

Create key and zone section for static DHCP mappings. Issue #10224

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

DHCP service DDNS key name RFC2845 compat. Fixes #10844

5cb27937 05/07/2020 10:31 AM Viktor Gurov

Hide ARM32/64 network booting options. Issue #10374

dd7188a8 04/16/2020 11:30 AM Michael Boever

Add ARM netboot to services_dhcp.php. refs #10374

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

DHCPv6 service Dynamic DNS fix. Issue #10346

8ee5aa03 04/02/2020 11:40 AM Viktor Gurov

DHCP Domain trailing dot validation. Issue #8054

8243a669 03/10/2020 07:33 PM Viktor Gurov

Add static mapping count to DHCP Server interface tabs. Issue #9282

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

Feature #9661

35bc0edf 02/08/2020 11:40 AM Daniel Koh

DHCP group known clients by interface. Issue #1605

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

This is 2020. Issue #9245

6df10582 10/03/2019 08:10 PM Erik Schaeffer

Fix #7304: Add OMAPI to the DHCP Server settings

Supports setting a port and setting or generating a key. Service is
enabled when settings are defined. Validation logic added on save to
verify port is valid and not in use as well as that a key is defined or...

cea3a6b1 09/17/2019 02:44 PM Renato Botelho

Remove redundant if

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

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

a0541b29 01/22/2019 07:56 PM Arthur Wiebe

use disablepingcheck as option name

7847e55f 01/22/2019 04:21 PM Arthur Wiebe

add an option to the DHCP server to disable the ping check feature

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

8a228b83 08/01/2018 07:22 PM Stephen Jones

Fixes #8732 PHP7 illegal string offsets

9477c170 07/31/2018 06:53 PM Jim Pingle

Correct the DHCP DNS reg check. Fixes #8120

Now allows all but one DHCP server to be disabled, rather than denying
all of them.

60682dd2 05/23/2018 08:41 PM Michael Newton

Restrict entry of DHCP options (ticket #8534)

f156083a 04/26/2018 07:19 PM Steve Beaver

PHP7 - services->DHCP resolve warning

3e1b29c7 04/18/2018 08:09 PM Michael Alden

Bug #8469 - Modify show_advdns function pageload conditions to allow for ddnsdomainkeyalgorithm default value, i.e., hmac-md5

67784aa6 02/02/2018 05:57 PM Steve Beaver

Add DDNS client update option to DHCPv4 configuraiton

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

4b980701 04/27/2017 03:47 PM Renato Botelho

Checks for DHCP Relay being enabled/disabled should be skipped when editting an additional pool

e3d5c2e9 02/25/2017 02:57 PM Doktor Notor

Add missing $zone variable

a207d2c9 02/25/2017 02:43 PM Doktor Notor

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

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

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

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*

2ea70e1a 02/08/2017 04:26 AM Phil Davis

Part Fix #7233 Allow deletion of empty static map entries

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

Required fields in Services pages

6e3e95a5 01/11/2017 01:41 PM Phil Davis

Display client id in DHCP Mapping list

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

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

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

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

Merge pull request #3248 from phil-davis/ipaddressnopattern

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

Modify DHCP Server messages

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

Customize DHCP Server on interfaces message

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

Fix field type for TFTP in DHCP server settings

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

403dad2a 12/20/2016 05:51 PM Renato Botelho

Disable DHCP server on interfaces with subnet >= 31. Fixes #6930

48614394 12/13/2016 07:06 AM Phil Davis

DHCP server edit when DHCP Relay enabled

Part of Redmine #6997
1) Display the DHCP Server settings even when DHCP Relay is enabled, but
disable the "enable" checkbox in this case - so the user cannot enable
DHCP Server when DHCP Relay is enabled, but can view and modify the DHCP...

45541aae 12/03/2016 01:36 PM Phil Davis

Form_IpAddress add types remove patterns

1) Add alias and host types to Form_IpAddress with the appropriate hover
text.
2) Remove the patterns - the UI of those is not so effective anyway, so
leave the validation of input to the back end.
3) Update uses of Form_IpAddress to use the appropriate Alias or Host...

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

cf15bcb4 11/30/2016 03:30 AM Ross Williams

Add ddnsforcehostname option to DHCP Server configuration editor

eb01f065 10/20/2016 08:04 AM Phil Davis

Improve IPv4 address validation for services_dhcp

The input pattern that goes with Form_IpAddress by default allows for IPv4 and IPv6 valid characters. The back-end validation here is checking for IPv4 addresses, so it seems reasonable that the front-end input pattern checks might as well be restricted to the IPv4 valid characters. Unneeded setPattern have also been removed....

dd3d6c8a 10/12/2016 04:20 PM Renato Botelho

Merge pull request #3151 from EdHurtig/eng/6806

fbb78d6b 09/28/2016 11:38 PM Phil Davis

Typo staic

632e5f50 09/28/2016 03:12 PM Jim Pingle

Apply static ARP entries more consistently when adding and removing static mapping entries. Fixes #6821

c68dbfc7 09/22/2016 04:54 AM Eddie Hurtig

Allow Hyphens in DHCP NTP Server form validation

Also removes the ability to have underscores `_` in ntp server
FQDNs.

Closes #6806

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

Move copyright from ESF to Netgate

3691302f 08/04/2016 09:46 PM Renato Botelho

Merge pull request #3083 from doktornotor/patch-2

6d53301b 07/31/2016 12:49 PM Jose Luis Duran

services_dhcp: Ignore BOOTP queries

BOOTP leases do not have a maximum lease time by default, this could
potentially lead to a DHCP address pool exhaustion.

This commit adds an option to ignore BOOTP queries.

Redmine #4351