Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8f2f85c3 01/02/2022 01:05 AM Luiz Souza

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

dd8f951d 11/04/2021 03:03 PM Viktor Gurov

IPsec Keep Alive Gateway Group CARP support. Fixes #12472

e33311fe 10/08/2021 03:50 PM Viktor Gurov

DNS check optimization. Fixes #11512

0794cb84 09/01/2021 12:31 PM Renato Botelho

Ticket #12151: Pacify PHP lint using static string

83314732 08/31/2021 02:09 PM Viktor Gurov

Cleanup and improve easyrule. Fixes #12151

a7705968 08/05/2021 03:45 PM Jim Pingle

IPsec Keep Alive corrections. Fixes #12169

  • Checked CARP VIP status if used by P1, if VIP is in BACKUP or INIT
    state, it does not attempt to initiate.
  • Disable debug printing.
a3d2c861 08/02/2021 06:32 PM Jim Pingle

Add P2 Keep Alive function. Implements #12169

Works for VTI and Tunnel mode. Checks every 5 minutes if the P2 is connected and
initiates if it doesn't.

Since a failed initiation takes ~3-4 minutes to timeout, running more
frequently is counterproductive.

861d6eef 02/18/2021 04:08 PM Viktor Gurov

aliasmod shell script. Implements #11380

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

Update the Copyright year.

A subsequent commit will deal with .po's.

e541d719 02/07/2020 03:51 PM Renato Botelho

Merge pull request #4181 from vktg/iftopstatus

15c2e494 02/05/2020 06:51 PM Joshua Sign

Add iftop support to status_graph.php. Issue #3334

e48255d5 01/03/2020 07:29 PM Jim Pingle

Remove some outdated references. Issue #10156

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

This is 2020. Issue #9245

64031495 12/20/2019 04:04 PM Jim Pingle

Update copyright notice years. Issue #9245

f3f98e97 10/02/2019 07:11 AM Phillip Davis

Fix random typos

aa2cac18 09/06/2019 02:13 PM Jim Pingle

Incorporate filter_log.inc into syslog.inc. Issue #8350

Now all log-related functions are together.

3a26e715 09/04/2019 03:21 PM Jim Pingle

Move log-related functions to their own file. Issue #8350

Also add a simple shell program that will dump all log entries for a given
log + all rotated/compressed logs in order.

f9e8c833 08/30/2019 06:12 PM Jim Pingle

Change logging to plain text, deprecate clog. Issue #8350

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

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

b73d8949 07/10/2019 05:52 PM Steve Beaver

Fixed #9245 updating copyright notices

00e3e638 06/04/2019 01:33 PM Renato Botelho

Ticket #3500: Simplify dhcpd_gather_stats.php using system_get_dhcpleases()

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

Update copyright notices to 2019. Happy New Year

8cd59b03 06/11/2018 05:33 PM Jim Pingle

Fix PHP error in dhcpd_gather_stats.php

Some variables were pre-populated with a string, then math was attempted based on a string value that couldn't be converted to an int.

68ba7d89 04/26/2018 07:22 PM Steve Beaver

PHP7 - Resolve Warning: A non-numeric value encountered in /usr/local/bin/dhcpd_gather_stats.php

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

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

Merge pull request #3892 from al-right/master

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

Silence warnings generated by sysctl to standard error.

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...
b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

45d078c5 12/08/2017 03:20 PM Jim Pingle

Skip IPsec ping host CARP check when there are no IPSec ping hosts. Also, add a safety belt so cat can't get stuck waiting on input. Fixes #8172

42824fc3 11/30/2017 06:56 PM Pi Ba

notify_monitor, don't write EXITQUEUELOCK debug output to system-console

258a5feb 11/29/2017 01:41 PM Steve Beaver

Merge pull request #3768 from PiBa-NL/20170625-notices-queue

4ff3adec 09/15/2017 03:06 AM Luiz Souza

If /boot/loader.conf is not presetn check /boot/loader.conf.local.

dc5fdeea 07/28/2017 07:54 PM Pi Ba

notices, background delivery of growl messages and combined mail messages from a queue so that in case of failure the timeout period for connecting does not impact the functionality of the calling scripts themselves

1st message is delivered directly after it is queued....

2e4f5048 03/10/2017 02:37 AM Doktor Notor

Do not report misleading 3G service status (Bug #4287)

If the ^SIMST or ^SRVST info was never received from the device, report missing/unknown states instead.

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

Move copyright from ESF to Netgate

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)

ac24dc24 07/14/2016 09:33 PM Renato Botelho

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

38f54fec 07/14/2016 08:33 PM Renato Botelho

Retire /usr/local/bin/slowdownpipe.sh

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

4b6c15cd 02/24/2016 02:01 PM Renato Botelho

Use high level functions

7a2490e1 01/22/2016 05:37 PM Jim Pingle

Correct this function call. Fixes #5799

a8942d21 01/13/2016 10:56 AM Stilez y

Remove spaces at EOL as requested

e7a03f44 01/12/2016 08:27 AM Stilez y

redmine 5702 - switch to high level IPv4 functions instead of low level ip2long32() etc

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

7e689d38 11/10/2015 06:44 PM jeroen van breedam

fix debugging typo

bd0d2193 11/10/2015 06:43 PM jeroen van breedam

add dhcp-range

af9fd483 11/10/2015 03:25 PM Stephen Beaver

Merge pull request #2036 from heper/patch-1

5a957b9a 11/10/2015 01:13 PM Phil Davis

More $Id and whitespace

from more obscure folders around the code

588a6068 11/09/2015 03:01 PM jeroen van breedam

improve validation $argv1

4ba8e4bc 11/09/2015 11:59 AM jeroen van breedam

add static leases

56743bb1 11/08/2015 04:10 PM jeroen van breedam

remove useless arp data

6837a0f5 11/06/2015 04:59 PM jeroen van breedam

add dhcpd rrd graph

a5c36eb2 10/01/2015 01:21 PM Renato Botelho

Introduce read_xml_tag.sh

Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag from
config file using xmllint. Replace all direct read using cat, grep, sed,
... by this script

9d0a71fb 08/28/2015 12:36 PM Doktor Notor

mail.php code style

Resubmit of #1813 since noone picked it up yet, LOL.

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

Move main pfSense content to src/