Project

General

Profile

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

# Date Author Comment
aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

9dacff7f 07/15/2016 06:13 PM Chris Buechler

Set dhcp-cache-threshold to 0 to avoid a bug in dhcpd 4.3.x where it omits client-hostname where the cache threshold is reached. Ticket #6589

8acd654a 07/14/2016 09:36 PM Renato Botelho

Review license / copyright on all files (1st round)

d12fc6cd 07/10/2016 12:07 AM Chris Buechler

Add config option for AdvDefaultLifetime, clean up descriptions on other. Ticket #6533

48eb136f 07/09/2016 11:40 PM Chris Buechler

Add configuration for Min and MaxRtrAdvInterval. Ticket #6533

e2158306 07/09/2016 02:54 AM Chris Buechler

Verify a valid IPv6 subnet is going to be used before including in radvd's config. Ticket #6581

9e899320 07/03/2016 08:45 AM exii1988

spdns.de renamed to spdyn.de

Forgot to update the select description and values

61d6a840 06/22/2016 02:50 PM Stephen Beaver

Allow IGMP Proxy logging verbosity to be selected via system log settings (PR 2901)

(cherry picked from commit 2bd0585e30e5ec8fc3b79ca3f579bf9a7c1bcbc8)

7eea2e5f 05/31/2016 11:01 AM Renato Botelho

Do not call gettext() for the string used to match the place in file to start rewriting it

8ed54652 05/28/2016 02:24 AM Chris Buechler

Use 0 here if specified. Ticket #6413

52665e3d 05/20/2016 02:38 PM TechSmurf

Add menu item for freeDNS v6
(cherry picked from commit d102e2d5d3f238fa4f35a1d935366a2e6153804e)

fe86a663 04/23/2016 06:33 AM Chris Buechler

fix indent on dhcpdv6 sntp-servers

1c92c5b1 04/04/2016 01:55 PM Stephen Beaver

Merge pull request #2831 from NOYB/Includes_-_Remove_Personalizations

(cherry picked from commit 7a2c15f527459cc82aadaf23d06895174c008320)

c0509674 03/30/2016 04:39 AM Chris Buechler

Bring back rainterface, add config upgrade to convert to new _vip format. Ticket #6043

b5fcc2b5 03/03/2016 07:32 AM Chris Buechler

Remove the code block to "fake" DHCPv6 server, now that it's unnecessary. Ticket #3029
also ref: https://forum.pfsense.org/index.php?topic=107537.msg600111#msg600111

830ea39a 02/20/2016 08:33 AM Chris Buechler

Skip configuring dhcpdv6 when the interface doesn't have a valid subnet (like track6 where PD hasn't been obtained). Ticket #3029

430d7e93 02/20/2016 08:23 AM Chris Buechler

Only enable DHCPv6 server for track6 interfaces where it's enabled. Ticket #3029

8e187daa 02/20/2016 08:13 AM Chris Buechler

Allow disabling of radvd with track6 interfaces. Ticket #3029

15db02a6 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Teach services_dhcpdv6_configure() to deal 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

e8c516a0 02/18/2016 12:19 PM Phil Davis

Internationalize etc inc i through s

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

8209517d 02/16/2016 06:00 PM Jim Pingle

Prevent "Ignore denied clients" and "Failover Peer IP" from being combined in the DHCP server settings for IPv4. The daemon fails to start when configured in this way, it apparently only allows "allow" or "deny" in failover mode. Fixes #5898

57b5da70 02/12/2016 06:24 PM Jim Pingle

Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. Fixes #5882

b24a0251 02/11/2016 06:55 AM Chris Buechler

Fix ddns domain name Ticket #4366

4fe66748 02/10/2016 10:19 PM Chris Buechler

Fix dyndns breakage after changes on Ticket #4366

2a5960b0 02/09/2016 09:58 PM Luiz Souza

Review of CARP uniqid changes.

It turns out that current CARP implementation is not much different from an IP alias.

This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...

be4748a8 02/04/2016 05:55 PM Christopher Schirner

Add defaults to radvd valid and preferred lifetime

c7127a13 02/03/2016 05:49 PM Jim Pingle

Implement Multi-WAN for RFC2136.
A failover gateway group may be selected similar to the other DynDNS styles.

6635aa0f 02/01/2016 05:35 PM Jim Pingle

Change Namecheap dyndns to use split hostname and domain name fields. Upgrade existing entries automatically. Implements #4366
Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.

6a461f45 01/28/2016 04:02 PM Phil Davis

services.inc code style

from recently-added code

d42c92b7 01/28/2016 01:28 PM Renato Botelho

Merge pull request #2393 from schinken/radvd-lifetime

352defe4 01/28/2016 11:45 AM Christopher Schirner

Add possibility to configure radvd valid lifetime

08d3034c 01/27/2016 04:07 PM Renato Botelho

Add a seatbelt to make sure ipaddrv6 is set to track before start radvd. Ticket #5812

bbf31c76 01/25/2016 12:05 PM Renato Botelho

Merge pull request #2025 from apilloud/dhcp-ignoreunknown

65cce9d7 01/15/2016 04:08 PM Renato Botelho

Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML to preserve data. It fixes #5623

09221bc3 01/15/2016 01:44 PM Renato Botelho

Update license on files from /etc/inc

7c1747a3 01/09/2016 04:56 AM Chris Buechler

Fix DDNS dhcpd(v6).conf config generation issues. Ticket #5603

cf688344 01/08/2016 12:59 PM Renato Botelho

Fix reverse DNS zone names on dhcpd conf. It should fix #5041

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

f3ee8545 12/04/2015 12:55 PM Rene Schuster

Add DynDNS provider SPDNS (IPv4 and IPv6)

SPDNS is a free DynDNS service from the German company Securepoint
Security Solutions

c64e401c 11/25/2015 08:00 PM Jim Pingle

Remove the APU check for SNMP since this no longer crashes on 2.3. Resolves #4403

be472219 11/20/2015 02:36 PM Renato Botelho

Merge pull request #2088 from phil-davis/bindlan

1ebd1b10 11/20/2015 06:42 AM Chris Buechler

correct igmpproxy command for new version.

bcc5aeed 11/20/2015 12:33 AM Chris Buechler

-d4 doesn't exist in updated igmpproxy version, remove.

2073c2d5 11/19/2015 10:04 AM Phil Davis

Fix old SNMP bindlan setting - Redmine #3883

Remove run-time code in services.inc that referenced "bindlan".
Provide upgrade code to convert bindlan to bindip="lan" if needed.
Update current config version.

3459814a 11/18/2015 12:55 PM Doktor Notor

Use full path to executable in mwexec() call

3475eb04 11/05/2015 03:13 PM Andrew Pilloud

Make DHCP deny action configurable

578ae21f 10/14/2015 12:35 PM Renato Botelho

s/ip/IP/ it got lost on revert. Spotted by @phil-davis

d7827421 10/14/2015 09:54 AM Renato Botelho

Revert "remove the destination server's interface(s) from dhcrelay. Ticket #4908"

This reverts commit f791f28d6794c3b0601259f0de7acdebf6a367a8

2344bed4 09/30/2015 05:33 PM Renato Botelho

Use product_name global variable in more places

34c9962b 09/29/2015 08:53 PM Chris Buechler

Disable DHS as a dynamic DNS provider option. It's never worked, and
fixing is more complex than just fixing the variable screw up and
disabling cert validation for their SSLLabs F-graded site. Updates made on
their site even take quite some time to be reflected, seems to be a...

f8cc55bf 09/28/2015 05:29 PM Phil Davis

Redmine #5200 be less aggressive about DHCP Pool Notice V2

This one will log_error() the DHCP pool message when it detects the inconsistency at the end of the setup wizard during reload all.
That way it can still be seen in the system log that this happened, and one day someone might chase down all the steps in the "reload all" process....

08bcd379 09/17/2015 10:55 AM Phil Davis

Redmine #5046 UEFI network booting arch 00:09

8235074c 09/02/2015 05:26 PM Jim Pingle

Merge pull request #1848 from phil-davis/bootstrap-review

93a957b3 09/01/2015 05:14 PM Renato Botelho

Merge branch 'master' into bootstrap

4de8f7ba 08/30/2015 04:32 PM Phil Davis

Integrate bootstrap etc/inc with master

This applies the little changes in etc/inc master to the bootstrap
branch so that etc/inc in bootstrap will now just have the real
differences that are due to real bootstrap changes.

7f59ae04 08/28/2015 01:41 PM Renato Botelho

Merge pull request #1824 from phil-davis/dhcp-pools-range

c0020b97 08/28/2015 12:19 PM Doktor Notor

Indentation fix

8fe38524 08/28/2015 11:30 AM Doktor Notor

make sure that cron is running before reconfiguring it

This is a resubmit of #1814.

(When cron goes away for whatever reason, you can keep reconfiguring it till blue in face but nothing will happen.)

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

Merge branch 'master' into bootstrap

9228166f 08/26/2015 06:44 AM Phil Davis

Ignore DHCP pools that are out of range

If the user changes the subnet of an interface then applies without
adjusting the DHCP pool range/s to be in the new subnet, then an invalid
dhcpd.conf is generated. The DHCP server complains about it and exits.
If you have only 1 LAN with DHCP then it does not make a difference -...

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

Move main pfSense content to src/