Project

General

Profile

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

# Date Author Comment
2568e151 12/08/2022 09:03 PM Christian McDonald

Rector direct global g accesses

4864d7f6 11/15/2022 06:49 PM Josh Soref

Spelling fixes. Fix #13357

Bugs:
  • Incorrect input validation for `dhcp6c` `keyinfo expire` `forever` keyword in `interfaces.inc`.
  • Incorrect input validation for associated rule's `Source Port` in `firewall_rules_edit.php`.
  • Incorrect `voucher*.` file lock reference in `status_captiveportal_voucher_rolls.php`....
29e53480 10/26/2022 05:38 PM Jim Pingle

Skip empty dnsmasq custom options

17ad89f4 09/22/2022 02:47 PM Jim Pingle

Fix DDNS GW check PHP error

We need to get the status value from the returned array, not use the
array itself.

475feb89 09/14/2022 06:48 PM Christian McDonald

Fixes some PHP bugs. For #13446

8645d4c2 09/12/2022 01:50 PM Jim Pingle

Skip empty DHCP static map entries.

19c90883 09/07/2022 08:37 AM Kristof Provost

add missing '$'

532a1a0e 09/06/2022 10:47 PM Reid Linnemann

Replace all direct $config accesses in services.inc. Issue #13446

3dc73d39 06/02/2022 01:08 PM Jim Pingle

dhcp6 range check/tracked prefix. Fixes #12527

94151cf2 04/28/2022 05:59 PM → luckman212

store dnsmasq custom_options as base64

568fdc9f 03/28/2022 02:06 PM Viktor Gurov

Unset $filename variable. Fixes #12986

773902ef 03/10/2022 02:51 PM Viktor Gurov

DHCPD: deny MAC Deny entries instead of ignore. Fixes #12923

b68d8fe6 03/10/2022 09:26 AM Viktor Gurov

Do not add HTTPClient entries if netboot is disabled. Issue #12892

9a36d901 03/07/2022 04:50 PM Viktor Gurov

Define dnsmasq upstream DNS via --server option. Fixes #12902

5c5a7bc8 03/04/2022 01:46 PM Viktor Gurov

DHCPD HTTPClient option for static mappings. Fixes #12896

284878d7 03/03/2022 09:04 PM Viktor Gurov

DHCPD HTTPClient custom option. Fixes #12892

2a9ee4d2 02/17/2022 04:38 PM Viktor Gurov

Merge pull request #4555 from zacwest/dnsimple-v6

dc6a9ddc 02/15/2022 06:33 AM Viktor Gurov

SNMP service restart improvements. Fixes #12611

1098cb94 02/15/2022 06:31 AM Viktor Gurov

IGMP Proxy service improvements. Fixes #12609

6ac625e8 02/14/2022 07:09 PM Viktor Gurov

DNS Resolver restart improvements. Fixes #12612

abc7b305 02/14/2022 04:33 PM Viktor Gurov

CARP status check for RADVD with link-local address. Fixes #12582

0c5cf0df 02/14/2022 04:22 PM Viktor Gurov

Skip out-of-range entries on DHCP6 service start. Fixes #12527

77a0eb0d 01/30/2022 12:42 AM Zac West

Add IPv6 variant of DNSimple DynDNS Provider

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

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

ecfe0d28 12/22/2021 05:52 PM Viktor Gurov

Merge pull request #4550 from znerol-forks/fix/master/radvd-search-list

4bcd43b4 12/22/2021 05:50 PM Viktor Gurov

Merge pull request #4546 from olehfb/namedotcom_dyndns

3a973ba4 12/22/2021 06:56 AM znerol

Initialize searchliststring variable in every loop iteration

070fb1a8 12/20/2021 03:16 PM Viktor Gurov

Do not update DNS RFC2136 if the public IP address cannot be determined. Fixes #12617

6a9fe85f 12/06/2021 01:58 AM olehfb

Add dynamic DNS service provider Name.com, closes #12567

cd974f08 12/03/2021 02:21 PM Viktor Gurov

SNMP IPv6 support. Implements #12325

67fedb90 10/17/2021 05:50 AM Viktor Gurov

Use proxy for DDNS Check IP Services. Feature #12342

fd331bdc 10/13/2021 05:46 AM Viktor Gurov

Dynamic DNS proxy option. Fixes #12342

0512975e 09/22/2021 12:39 PM Christian McDonald

Fixes redmine #12396

7628b091 08/24/2021 01:33 PM Jim Pingle

Increase default RA intervals. Fixes #12280

a1eef308 08/24/2021 01:24 PM Jim Pingle

Increase default RA intervals. Fixes #12280

This code path was not included in the original diff.

99dfecb7 08/24/2021 01:12 PM Renato Botelho

radvd: Avoid empty AdvDNSSLLifetime (Fixes #12173)

Make sure $raadvdnsslifetime is defined on second foreach

762d3cc9 08/20/2021 05:20 AM Viktor Gurov

Increase default IPv6 router advertisement (RA) intervals and lifetime. Fixes #12280

c7599055 08/13/2021 05:46 AM Viktor Gurov

Parse ARM 32/64 network boot options on Static DHCP Mapping page. Fixes #12216

96270d7c 08/13/2021 05:38 AM Viktor G

Router Advertisements fixes. Issue #12173

  • Set AdvDNSSLLifetime value to 3*MaxRtrAdvInterval per RFC 8106
  • Provide DNS configuration via radvd checkbox fix
cf40cd17 08/11/2021 05:18 AM Viktor G

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

a6296852 08/10/2021 02:00 PM Renato Botelho

Merge pull request #4512 from jvandervyver/master

230ac725 07/02/2021 06:15 AM Jaakko Kantojärvi

Add dynamic DNS provider dy.fi

Fixes https://redmine.pfsense.org/issues/12090

30169caa 07/01/2021 03:01 PM Viktor Gurov

XMLRPC synchronization for DHCP/DHCPv6 Relay settings. Implements #11957

e5395534 07/01/2021 12:53 PM Viktor Gurov

DHCPv4 ARM PXE config fix. Issue #11905

9e8300cb 06/30/2021 08:25 PM Markus *

Add dynamic DNS service provider deSEC

This commit implements the method of updating DNS records using the HTTP
Token Authentication specified in the deSEC DNS API documentation1.

[1] https://desec.readthedocs.io/en/latest/dyndns/update-api.html

dc6eb05f 06/30/2021 07:15 PM Dennis Neuhaeuser

dyndns: Add strato.de provider (Fixes #11978)

82caf945 06/27/2021 08:49 PM Jaakko Kantojärvi

Add option to set max cache age for the custom dynamic DNS provider

Fixes https://redmine.pfsense.org/issues/9092

4e820dc1 05/12/2021 10:28 PM Viktor Gurov

One.com, NIC.RU, Yandex DynDNS support. Implements #11293 #11294 #11358

e1f2d297 05/12/2021 12:20 PM Steve Beaver

Merge pull request #4515 from znerol-forks/feature/master/radvd-linklocal-vip-2

a72b320e 05/12/2021 12:17 PM Viktor Gurov

Unbound devfs mount check. Fixes #11456

55b55478 04/21/2021 09:44 AM znerol

Do not remove route upon radvd shutdown, refs: #11103

c12f206d 04/05/2021 11:22 AM Johan van der Vyver

Support services like AWS and validate returned IP

e04e15e4 03/16/2021 06:49 PM Renato Botelho

Merge pull request #4508 from thomasloven/patch-1

1a7bff1d 03/16/2021 06:47 PM Renato Botelho

Merge pull request #4502 from znerol-forks/fix/master/deprecate-prefix-of-when-ra-srcaddr-set

591b3cba 03/12/2021 03:19 PM Thomas Lovén

Include wildcard setting in dyndns refresh

Every 25th day, my dyndns forcibly updates, and the wildcard entry is gone.

This should fix that, as far as I can tell. Though I must admit I have not tested it live for 25 days.

7b2bca91 03/01/2021 11:59 AM Marc Buffet

Update services.inc

Corrects the error in the dynamic DNS widget
warning: array_combine(): both parameters should have an equal number of elements in /usr/local/www/widgets/widgets/dyn_dns_status.widget.php on line 151

ad27159f 02/23/2021 09:12 PM znerol

Do not deprecate prefix if AdvRASrcAddress is specified, refs: #11103

f37660de 02/22/2021 11:14 AM Renato Botelho

Merge pull request #4500 from bitscher/master

50ae67cd 02/22/2021 11:06 AM Renato Botelho

Merge pull request #4487 from znerol-forks/feature/master/radvd-linklocal-vip

da59b0a3 02/19/2021 05:30 AM bitscher

Merge branch 'master' into master

fe6b1252 02/18/2021 03:58 PM Viktor Gurov

Mythic-Beasts.com DynDNS provider support. Implements #7842

54b3109f 02/18/2021 02:39 PM Viktor Gurov

RADVD set AdvRDNSSLifetime. Fixes #11105

2efdd601 02/15/2021 01:20 AM bitscher

Add IPv6 support for Gandi LiveDNS dynamic DNS handler

  • Simplify the use of the LiveDNS API by using another API call that
    handles both creating and updating for a given name and record type
    instead of the former two step operation that was fetching the whole...
16ea962d 01/14/2021 01:15 PM Viktor Gurov

Static DHCP mappings DDNS tabs fix. Issue #10224

e733f5b2 01/11/2021 05:50 PM Viktor Gurov

DHCPD ARPA zone trailing dot. Fixes #11224

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

Update the Copyright year.

A subsequent commit will deal with .po's.

381f213e 12/14/2020 10:35 AM Viktor Gurov

Secondary DDNS server entry for static DHCP mappings. Issue #10224

573ec19d 12/10/2020 03:31 PM Renato Botelho

Add product_label global variable

Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.

While here, remove deprecated $g['platform'] and also replace places...

cda2ef35 12/10/2020 03:31 PM Renato Botelho

Remove use of deprecated $g['platform']

8d4adafb 11/26/2020 08:02 AM znerol

Add AdvRASrcAddress to radvd.conf if linklocal vip is selected, refs: #11103

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

Create poesX interfaces for PPPoE server. Issue #11034

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

Save OMAPI settings in dhcpd.conf. Issue #10270

626e247e 10/15/2020 06:11 PM Renato Botelho

Merge pull request #4481 from wurzelpanzer/master

00105b36 10/11/2020 03:25 PM wurzelpanzer

easyDNS IPv6 DynDNS support

This adds support for IPv6 records to easyDNS DynDNS.

https://redmine.pfsense.org/issues/10972

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

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

dac0e1f3 09/17/2020 01:32 PM Renato Botelho

Merge pull request #4448 from vktg/dhcp6dnsprefix

be1396d0 09/17/2020 01:26 PM Renato Botelho

Merge pull request #4449 from vktg/dhcpv6rmrouterip

c428cdf4 09/16/2020 08:03 PM Renato Botelho

Rework route functions

- Created route_table() that returns an array containing all items from
route table. It uses --libxo to get a json object
- Created route_get() that return an array with route items to desired
target
- Created route_get_default() to get current default route for inet or...

9462cc40 09/14/2020 01:43 PM Viktor Gurov

DHCPv6 do not announce Router Address. Issue #9710

7339f154 09/14/2020 10:45 AM Viktor Gurov

DHCPv6 merge IPv6 prefix for DNS servers. Fixes #7384

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

DHCP service DDNS key name RFC2845 compat. Fixes #10844

07bbe19b 08/19/2020 08:04 AM Viktor Gurov

RFC2136 zone option. Implements #10684

4d6cc223 08/11/2020 09:14 AM Viktor Gurov

Domeneshop DynDNS support. Implements #10826

6e4fa0a5 06/24/2020 02:27 PM Renato Botelho

Merge pull request #4361 from vktg/dhcpnewlinefix

039ba57a 06/23/2020 09:46 AM Viktor Gurov

Complete IPv6 router address in radvd.conf prefix. Issue #9710

610cbfdc 06/19/2020 05:33 AM Viktor Gurov

DHCPv6 config newline fix. Issue #10675

ded0357a 06/10/2020 02:27 PM Renato Botelho

Merge pull request #4342 from vktg/6rddyndns

c7df496c 06/01/2020 04:38 PM Ricky Burgin

Adjusted freedns v2 API var name to be more readable

49d54787 06/01/2020 11:38 AM Ricky Burgin

Add support for freeDNS DynDNS v2 API refs #10617

30466aef 05/30/2020 06:11 AM Viktor Gurov

Allow to use 6RD/6to4 interfaces for DynDNS. Fixes #9641

96b2a66a 05/09/2020 10:02 AM Viktor Gurov

DynDNS dynv6.com support. Issue #9642

a76e6114 05/05/2020 06:05 PM Jim Pingle

DHCP Relay: Account for dual-role interfaces. Fixes #10416

Based on a patch from John Steele on the Redmine issue

4c85579b 04/16/2020 11:18 AM Michael Boever

Add ARM32/64 netboot to services.inc. refs #10374

56241e59 04/09/2020 11:20 AM Renato Botelho

Merge pull request #4266 from vktg/reversednsdhcp

f0b343a2 04/09/2020 11:01 AM Renato Botelho

Merge pull request #4235 from vktg/dhcpv6dyndns

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

DHCPv6 service Dynamic DNS fix. Issue #10346

d95e86dc 04/05/2020 10:23 PM Viktor Gurov

Reverse DDNS zone in DHCP server for non-octet-aligned subnet. Issue #8179

1a618dc0 04/05/2020 12:53 PM Viktor Gurov

DHCPv6 update-static-leases. Issue #10412

4471eb26 03/20/2020 01:21 PM Renato Botelho

Merge pull request #4232 from vktg/dhcprelayintfilter

3dd5090f 03/17/2020 12:58 PM Viktor Gurov

Additional BOOTP/DHCP Options per host. Issue #8990