Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b0ad46aa 03/31/2018 04:09 AM Luiz Souza

Fixes a regression in my previous commit.

IP aliases can be used with CARP vhids too.

Reported by: PiBa
Ticket: #8393

49c1dfc0 03/30/2018 06:47 PM Steve Beaver

Merge pull request #3915 from cxcv/proxyarp

8d26774f 03/30/2018 06:46 PM Steve Beaver

Merge pull request #3916 from robjarsen/tweak/cf-spelling

cd4ee470 03/30/2018 06:45 PM Steve Beaver

Merge pull request #3919 from PiBa-NL/20180329-copyright-showonce

52d4dc91 03/30/2018 06:21 PM Luiz Souza

Fixes a bug where an IP alias on loopback interface is not initialized at boot.

A recent change changed the IP alias setup to only happen on enabled interfaces. As the loopback interfaces do not have the enabled flag on config there are being skiped.

While here reduce some duplicate code and apply the same rules for VIPs and IP aliases....

11522a08 03/29/2018 04:55 PM Pi Ba

copyright, show only when changed md5 changed

ef7e8885 03/25/2018 08:40 PM Steve Beaver

Move copyright notice to /conf

1ea2a37e 03/24/2018 06:33 PM Steve Beaver

Fix copyright typo

6fb38a04 03/24/2018 12:49 PM Steve Beaver

Further copyright updates

c0debf5b 03/24/2018 12:44 PM Steve Beaver

Revisions to copyright text

0a031fc7 03/23/2018 03:32 PM Renato Botelho

Rename RCC-DFF to SG-2220

8062e6a4 03/22/2018 02:56 PM Steve Beaver

Change reported version to installed version rather than product version for more detail

a1ec79f3 03/21/2018 07:35 PM Steve Beaver

Simplify copyright notice display

e84812a1 03/21/2018 02:25 PM Steve Beaver

Update obsoleted files

c8c15bf5 03/21/2018 02:11 PM Steve Beaver

Make copyright notice downloadable from server
Trigger cpyright notice on completion of setup wizard

45b42156 03/20/2018 10:24 PM Luiz Souza

Bump up the XML config version.

07a84ece 03/19/2018 12:09 AM robjarsen

missed a few

c5e1ce90 03/18/2018 08:14 PM robjarsen

Change CloudFlare to Cloudflare

This commit also includes misc. whitespace removal on the affected files.

a7e859b8 03/17/2018 07:22 PM Benjamin Schweizer

fixed code style

7c0e431a 03/16/2018 04:30 PM Benjamin Schweizer

avoid firwall rules for proxyarp addresses

b6c92510 03/16/2018 01:44 PM Renato Botelho

Bump version to 2.4.4-DEVELOPMENT

1f0bbb13 03/16/2018 01:23 PM Steve Beaver

Revise picture widget to store image on file system, not in XML config

feeb0581 03/15/2018 06:35 PM Renato Botelho

Make our rc ready for recently introduced exit code in fsck

Inspired by: https://svnweb.freebsd.org/base?view=revision&revision=331015

1b20a4a6 03/15/2018 04:38 PM Renato Botelho

Apply microcode update on boot

f6bf385e 03/14/2018 11:18 PM Luiz Souza

Add a placeholder for a factory update.

a55718c8 03/12/2018 10:24 PM Renato Botelho

Fix #8208

When restoring backup, delete packages not present in new config.xml

8552be10 03/12/2018 10:24 PM Renato Botelho

Ticket #8208

When restoring backup, set default pkg repository

747b31dc 03/12/2018 10:23 PM Renato Botelho

Ticket #8208

When restoring backup, do not call pfSense-upgrade on boot

1bedcacc 03/12/2018 10:22 PM Renato Botelho

Do not call get_pkg_info() when it's not going to be used

fa5e9db2 03/12/2018 10:22 PM Renato Botelho

Respect default repo

b870f03d 03/12/2018 10:22 PM Renato Botelho

Deduplicate build_repo_list() and get_repo_name()

c7500634 03/09/2018 07:30 PM Jim Pingle

Fix one more IGMP ref. Fixes #8356

ca5270b6 03/09/2018 07:15 PM Jim Pingle

Correct variable reference for IGMP proxy enable in upgrade code. Fixes #8356

1dfb84de 03/08/2018 05:04 PM Steve Beaver

Merge pull request #3911 from PiBa-NL/20180304-igmp-disable

2e08a646 03/08/2018 02:41 PM Jim Pingle

Add sanity check to rule passing out from host to ensure it does not have a blank destination subnet. Fixes #8360

9c9fa4e2 03/05/2018 07:13 PM Pi Ba

igmp, Add option to disable the igmp service, bump global.inc version

6b3e3bc5 03/04/2018 03:49 PM Pi Ba

igmp, Add option to disable the igmp service

58a2ba62 03/02/2018 08:41 PM Jim Pingle

Fix quoting on rc.bootup conf_path changes

3614c7da 03/02/2018 07:01 PM Luiz Souza

Force the configuration reload after the initial interface assignment.

Also, always save the assign_complete status.

7ae13d1f 03/02/2018 04:04 PM Luiz Souza

Fix the loader settings for the console on SG-2320 and SG-2340.

20f8233d 03/02/2018 03:42 PM Luiz Souza

Replace some hardcoded paths.

7c1aa62b 03/01/2018 03:43 PM Jim Pingle

Add missing firewall rule tracker info to automatically generated rules. Fixes #8353

74afe67c 03/01/2018 03:42 PM Jim Pingle

Add tracking to enableallowallwan and change to single rule. Ticket #8353

9c17359f 02/27/2018 02:14 PM Jim Pingle

Add tracker ID to firewall rule list and edit page. Implements #8348

b8963db6 02/26/2018 12:47 PM Renato Botelho

Fix #7972

Rework the way Captive Portal vouchers are synchronized on HA:

- When voucher use is enabled on primary, do the same on secondary
- When voucher rolls are created/modified/deleted, sync to secondary
- When voucher is used, disconnected or expired, sync it in both...

9a18ac7a 02/25/2018 07:03 AM Luiz Souza

Rename the variables on the rest of DHCP functions.

dfb6db7a 02/25/2018 06:55 AM Luiz Souza

Remove some dead code, rename variables.

This function is not consumed only by WAN, so use more neutral names to avoid any assumptions.

130fe575 02/25/2018 12:28 AM Luiz Souza

Fix my broken code, continue would not work from another loop.

40a530a1 02/24/2018 08:22 PM Luiz Souza

Filter vm.pmap.pti entries on loader.conf when necessary.

https://forum.pfsense.org/index.php?topic=144390.msg786182#msg786182

26a38669 02/23/2018 05:59 PM Luiz Souza

Add GUI support to display and set the PTI state.

789cb7f5 02/22/2018 12:51 PM Renato Botelho

Merge pull request #3892 from al-right/master

e8f6e66e 02/21/2018 08:26 PM Steve Beaver

Merge pull request #3907 from phil-davis/auth-server-test-output-01

ab105bf8 02/19/2018 12:25 AM Luiz Souza

Do not wipe the existing file contents. Return the actual data.

56b72761 02/17/2018 07:39 PM Luiz Souza

Fix the variable name.

Pointy-hat to: me

34925626 02/17/2018 11:40 AM Phillip Davis

Report correct auth server host when testing LDAP auth server

dc3bc1f8 02/16/2018 04:42 PM Renato Botelho

Fix #7469

Sort users / groups alphabetically on config.xml

90510875 02/16/2018 04:42 PM Renato Botelho

Be more verbose about users/groups sync

d0af08f5 02/15/2018 05:12 PM Luiz Souza

Remove duplicate entries on loader.conf and loader.conf.local.

0445f0d3 02/15/2018 12:17 PM Luiz Souza

Update the copyright year in a couple of missing points.

79f7bc7f 02/14/2018 04:28 PM Renato Botelho

Fix #7469

  • Rename local_sync_accounts() to local_reset_accounts() and keep it
    only being used /etc/rc.bootup
  • Reimplement local_sync_accounts() receiving a list of users and
    groups to be added and/or deleted
  • Remove call to filter_configure xmlrpc method from...
9d706ff8 02/12/2018 04:26 PM Renato Botelho

Break some long lines

356f29a0 02/12/2018 04:26 PM Renato Botelho

Fix #8317

Verify if pipes were created in current system before attempt to remove
them

ff8b4019 02/12/2018 03:12 PM Renato Botelho

Do no try to lock when file doesn't exist

b27df7cf 02/12/2018 03:08 PM Renato Botelho

Implement dry_run mode in captiveportal_free_dnrules()

To be used later on a fix for ticket #8317 just return the array
containing pipes to be removed without removing them from
captiveportaldn.rules

236a198c 02/08/2018 06:12 PM Anders Lind

Fixing filename. Thanks Renato

d1f69741 02/07/2018 07:30 PM Jim Pingle

Allow Dual Stack IPsec P1 interface. Fixes #6886

Allow "Both" to be selected for IPv4/IPv6 on IPsec P1, in the config use both addresses as "left =" if they both exist.
Some cases where a single address was assumed (e.g. ping hosts) default to using the first address....

1dc6392b 02/07/2018 06:55 PM Jim Pingle

Consider IPv6 for IPsec bypasslan. Fixes #8321

b96b2ca0 02/07/2018 05:27 PM Steve Beaver

Merge pull request #3905 from pulcov/master

031570c6 02/07/2018 05:23 PM Steve Beaver

Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense

b0e29e62 02/07/2018 01:35 PM Steve Beaver

Fixed #8322 to accommodate case where no VIPs are defined

c971ddc4 02/06/2018 02:42 PM Jim Pingle

Revert "Add cxgbe to ALTQ list. Fixes #8314"
Apparently it's not supported by the driver, despite what the man page claims.

This reverts commit 40f2c5d909220dd5aaa23515d25a04916438304d.

40f2c5d9 02/05/2018 09:55 PM Jim Pingle

Add cxgbe to ALTQ list. Fixes #8314

0f5bd6f8 02/05/2018 08:26 PM Stephen Jones

Fixed #8091 Force Integers in GUI
It will use the ceil() function to always use the ceiling after loading a config.
Also onchange of bandwidth will call the ceil function to put in a whole number.

76ca1bc5 02/02/2018 08:41 PM Steve Beaver

Fix config version # arrising from merging older PR

d205ac7a 02/02/2018 08:26 PM Steve Beaver

Merge pull request #3711 from PiBa-NL/20170427-ipsec-multiple-P1-algo

3490784c 02/02/2018 08:17 PM Steve Beaver

Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense

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

Add DDNS client update option to DHCPv4 configuraiton

daf7490f 02/02/2018 04:51 PM Renato Botelho

Fix #8290

On d9b05eb490a the way aliases containing a mix of IP address and FQDNs
works has changed and all items were added to filterdns to make sure
the pf table created would be persistent. The flag $use_filterdns was
being set only when the array item used to control didn't exist yet....

a464eaf7 02/02/2018 04:45 PM Stephen Jones

Fixed #8226 Check for MAC duplicates

loop through auto pass MAC addresses for duplicates
before automatically adding a pass thru.

3c44c845 01/31/2018 06:56 PM Luiz Souza

Silence warnings generated by sysctl to standard error.

ba2b547f 01/31/2018 02:07 PM Renato Botelho

Merge pull request #3895 from PiBa-NL/20180106-openvpn-fix-subnet31

3b41c8f3 01/29/2018 10:25 AM Vince C

Fix dyndns update with gateway group

d69a55e3 01/26/2018 07:37 PM Stephen Jones

Fixed #8297 If user has no page permissions it will automatically log them out so they don't get stuck on the logout page

82f581d5 01/26/2018 06:04 AM Luiz Souza

Improve the CARP description.

No functional change.

a9a74b49 01/26/2018 06:04 AM Luiz Souza

Merge pull request #3830 from PiBa-NL/20170925-pppoe-on-carpmaster

2884600f 01/25/2018 06:50 PM Jim Pingle

Fix syntax error in interfaces.inc

44b1c000 01/25/2018 05:28 PM Luiz Souza

Do no configure the virtual IPs if the parent is disabled.

Ticket #6677

fccdc01a 01/25/2018 03:51 PM Luiz Souza

off-by-one fix in an error text.

No functional change.

97e6ec09 01/24/2018 07:39 PM Luiz Souza

Fixes a bug in primary DHCPD host detection for failover.

Properly detect the master host based on CARP skew at setup time when used with HA.

f1dc05b7 01/23/2018 03:30 AM Luiz Souza

Merge pull request #3862 from marjohn56/pfsense

19e87bb3 01/19/2018 09:35 AM Bryan Stenson

fix typos

b1c01d80 01/17/2018 10:05 PM Steve Beaver

Merge pull request #6400 from loonylion/master

61b6c22a 01/17/2018 12:24 PM Steve Beaver

Merge pull request #3898 from alistair23/alistair/master

4cad9a5b 01/16/2018 07:15 PM Jim Pingle

Change sshd compression to 'delayed' to match current FreeBSD default. Fixes #8245

900663a4 01/16/2018 05:05 PM Jim Pingle

Add an update source control to RFC2136 dynamic DNS updates. Implements #8278

163255d6 01/16/2018 03:02 PM Jim Pingle

Add ospf6d to routing logs.

8dc33488 01/15/2018 08:37 PM Steve Beaver

Merge pull request #3889 from kangtastic/master

f5d55ac6 01/15/2018 08:37 PM Steve Beaver

Merge pull request #3899 from PiBa-NL/20180111-bootup-step-messages

0fc473ad 01/15/2018 08:36 PM Steve Beaver

Merge pull request #3900 from PiBa-NL/20180111-pf-busy

f95579a6 01/14/2018 09:52 PM Anders Lind

Follow-up to syntax, file order and other changes

Notes:
  • Those able to check a proper failover configured system please check if
    the Pool Staus table shows up in the top of the Status DHCPv6 Leases page
    and that the leases are showing up fine. Thanks
  • I am in doubt about the markdown readme file parser_readme.md where it...