Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
29c0d920 12/30/2015 02:44 PM Stephen Beaver

Fixed #5714

87b30cfa 12/30/2015 11:09 AM Renato Botelho

Remove workaround to get dpinger running when interface is in tentative state

646e33ff 12/29/2015 05:56 PM Renato Botelho

Do not start dpinger processes due to rrd

c399d0dd 12/29/2015 03:49 PM Renato Botelho

Restore default MTU when field is cleared. Fixes #3926

3f4e6035 12/29/2015 03:35 PM Renato Botelho

Make sure source and target addresses have scope id when they are link-local. It should fix #5695

4fc47b2f 12/29/2015 03:35 PM Renato Botelho

Add a seatbelt to prevent 2 dpinger instances for same GW

3a335f07 12/29/2015 12:19 PM Renato Botelho

Collect dpinger processes that failed to start and try again after 1 second, this should be enough to fix #5711

b42177b9 12/29/2015 12:18 PM Renato Botelho

No need to return 0 here

61c45d84 12/29/2015 12:15 PM Renato Botelho

Change start_dpinger() to return dpinger return code

7e1d7724 12/29/2015 11:57 AM Renato Botelho

Do not overwrite $params

45b032ed 12/29/2015 10:47 AM Renato Botelho

Merge pull request #2332 from dennypage/master

06587e2d 12/29/2015 10:44 AM Renato Botelho

Follow dpinger and change default loss_interval to 4* send_interval

80e85b99 12/28/2015 10:14 PM Denny Page

Disable unused stdout reporting thread

5ea90990 12/28/2015 07:33 PM Stephen Beaver

Experimental: Fixed #5693
Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password

f1b7a0b1 12/28/2015 06:40 PM Renato Botelho

Disable IPsec phase1 or phase2 using DES and inform user why they were disabled since DES is no longer supported. It should fix #5543

92c2bd7f 12/28/2015 04:27 PM Renato Botelho

Revert "Delete package XML only on post-deinstall, otherwise it'll do it twice"

This reverts commit 92b3ac622cc3789ca00b625052621f0dc4262f1f.

a0790c86 12/28/2015 04:27 PM Renato Botelho

Revert "Silent accept deinstall and pre-install on rc.packages"

This reverts commit d7c8eb30ddad2140a2790a7a8989158e52f74bc9.

6b861ecd 12/28/2015 04:27 PM Renato Botelho

Only remove config.xml items on post-deinstall, fixes #5689

33baf237 12/28/2015 02:36 PM Renato Botelho

Disable all IPsec P1 entries when old version has IPsec globally disabled. Fixes #5699

23f4c08f 12/28/2015 02:20 PM Stephen Beaver

Fixes issue where limiter mask does not save (from forum)

15646fc7 12/28/2015 12:43 PM Renato Botelho

Replace inetd by xinetd, it should fix #5707

99c1e285 12/24/2015 09:33 PM Chris Buechler

update comment for dpinger

742844a5 12/24/2015 01:04 AM NOYB NOYB

HTML Compliance - System / Advanced / Firewall and NAT

Bad value 200000↩ for attribute placeholder on element input: Line feed not allowed.
<input class="form-control" name="maximumtableentries" id="maximumtableentries" type="text" placeholder="200000↩">...

f8a6c824 12/23/2015 09:52 PM Chris Buechler

This broke things again. Revert "data sanitising: ip2long32, ip2ulong, long2ip32 (FIXED RESUBMIT of #2152)"

This reverts commit 4557e3fba627c91c37afba04681cdabf71eccf57.

4557e3fb 12/23/2015 03:34 PM Stilez y

data sanitising: ip2long32, ip2ulong, long2ip32 (FIXED RESUBMIT of #2152)

Self explanatory. If these functions find themselves trying to convert non-int data (or an x64 int with non-zeros in any bits >32) to dotted IPv4, or non-dotted IPv4 to integer IPv4 values, something's wrong and they shouldn't return a value that looks like they succeeded....

b76cb978 12/23/2015 11:23 AM Renato Botelho

Return complete path for dpinger PID filename, it should fix #5686

c987a206 12/23/2015 11:20 AM Renato Botelho

Be less specific with dpinger PID filename regex, old version was not matching IPv6 addresses, with or without %ifname in case of ll

4bc0cbc3 12/21/2015 12:26 PM Renato Botelho

Silence array_map() call to avoid getting unlink errors for directories

9ba46186 12/21/2015 12:09 PM Renato Botelho

Merge pull request #2309 from phil-davis/tiw

7d7da5e5 12/21/2015 06:38 AM Phil Davis

Avoid triggering initial wizard before reboot

If you use the the webGUI to reset to factory defaults, then while the
existing system is shutting down you navigate off to the dashboard, the
initial setup wizard will start. The trigger_initial_wizard flag file is...

61ee7f13 12/20/2015 01:10 PM Phil Davis

Redmine #5613 avoid Reset to Factory Defaults PHP warnings

On Reset to Factory Defaults there are some warnings given when unlink_if_exists() tries to unlink() directories in /conf - /conf/backup and /conf/sshd.
unlink does not work on directories.
This PR avoids the PHP warnings by not trying to remove the directories inside /conf....

73e3aa21 12/18/2015 07:28 PM Renato Botelho

Rework dpinger related code to new version

- s/-U/-u/
- Add i GW_NAME to get this info on logs and make life easier
Since i parameter will be send to alert_cmd, remove it from command
Add source and target IP addresses on pid/socket filename since status...

a982330c 12/18/2015 06:47 PM Stephen Beaver

Reverts PR2152 reported as causing OpenVPN issues here: https://forum.pfsense.org/index.php?topic=104175.0

c18ba6bf 12/18/2015 06:38 AM Phil Davis

Fix gen_subnetv4_max

and use it in services_dhcp rather than trying to do the similar
calculation in-line.
Should fix redmine #5654 and probably a bunch of other things that use
gen_subnet_max

5e71234e 12/18/2015 01:00 AM Chris Buechler

Flush zone's tables if its db must be reset to avoid leaving behind any table entries. Ticket #5622

18ca572b 12/17/2015 10:21 PM Chris Buechler

Add busytimeout of 60 seconds for CP database access. This matches the default value PHP uses with sqlite 2.x versions (pfSense 2.1.x and earlier) and prevents the issues noted in Ticket #5622

41df62c1 12/17/2015 05:09 PM Jim Pingle

Nuke fifolog support. It was never used or fully implemented, no GUI option, and didn't end up working out.
It buffered writes too long, users could never see the most current log data.

a43edc8c 12/17/2015 12:39 PM Stephen Beaver

Merge pull request #2263 from phil-davis/r016

0cf1b4f4 12/17/2015 05:20 AM Chris Buechler

add these three strongswan libs to the obsoletedfiles list. They haven't been included in any releases, but were briefly included in snapshots in mid April 2015.

61fce4a6 12/17/2015 04:29 AM Phil Davis

Consolidate OpenVPN kill_client routine

After a gitsync just now I started getting "cannot redeclare
kill_client" error messages. Whatever it was that caused this to start
happening, the kill_client() function in these 2 places is identical.
Might as well put it in openvpn.inc

2eb5a0bf 12/16/2015 03:33 PM Renato Botelho

No need to set LANG env var here

d45a206f 12/16/2015 05:27 AM NOYB NOYB

Consolidate conv_log_filter RegEx Patterns

Consolidate common regex patterns.
Use pattern globally in parse functions.

19b802f4 12/16/2015 03:36 AM Phil Davis

util.inc syntax error and code style

Line 578 of the previous commit had a bonus ")".
Code style also fixed up.

25b5c8c9 12/16/2015 02:50 AM Chris Buechler

Merge pull request #2151 from stilez/patch-11

209f4d22 12/16/2015 02:48 AM Chris Buechler

Merge pull request #2152 from stilez/patch-12

84b128b6 12/15/2015 08:14 PM Jim Pingle

Fix handling of 0-byte files uploaded to the CP file manager.

d7c8eb30 12/15/2015 06:43 PM Renato Botelho

Silent accept deinstall and pre-install on rc.packages

43d45d83 12/15/2015 06:15 PM Renato Botelho

Remove /etc/gettytab

d7a49347 12/15/2015 06:11 PM Renato Botelho

Remove unused empty /etc/printcap file

335ac1e8 12/15/2015 06:07 PM Stephen Beaver

Changed sop icon to fa-stop-circle-o

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

39f91304 12/15/2015 05:31 PM Renato Botelho

Retire verify_digital_signature() and pubkey.pem

1da90460 12/15/2015 05:27 PM Renato Botelho

Remove /etc/protocols

2e3732ec 12/15/2015 05:24 PM Renato Botelho

Obsolete /etc/fbtab

7b90a7c2 12/15/2015 05:23 PM Renato Botelho

Remove /etc/fbtab

9abebb13 12/15/2015 05:20 PM Renato Botelho

Remove static copy of /etc/services

9621898e 12/15/2015 02:47 PM Stephen Beaver

Fixed #5626

6446014c 12/15/2015 02:45 PM Stephen Beaver

Fixed #5626

43c83997 12/15/2015 03:04 AM Phil Davis

globals.inc comment typos

2af1b0c7 12/15/2015 12:08 AM Stephen Beaver

Moved global defines to globals.inc

7f094976 12/14/2015 04:26 PM Stephen Beaver

Merge pull request #2212 from NOYB/Sys_Log_RegEx_Var_Name_Tweak

92b3ac62 12/14/2015 11:47 AM Renato Botelho

Delete package XML only on post-deinstall, otherwise it'll do it twice

9ba351c1 12/14/2015 10:55 AM Renato Botelho

Set language early on a common place included everywhere. This fix some tar warnings 'Failed to set locale'

ccb7b670 12/14/2015 10:10 AM Renato Botelho

Remove dead code, we only have UTF-8 today

489c102b 12/13/2015 05:41 PM BBcan177 .

Update pfsense-utils.inc

When installing packages, an extra line break is added by the "\r" ... echo "\r{$status}";
The $status string typically contain a trailing "\n" as required. This allows to print a message in two steps.

Writing configuration... done....

29620ab5 12/12/2015 06:51 PM Jared Dillard

Fixed #5620 change css classes from icon- to text-

a0fdbd1d 12/12/2015 08:19 AM NOYB NOYB

Tweak for correct var naming , so that:

process_pattern var actually holds the process pattern instead of the host name pattern.
pid_pattern var actually holds the pid pattern instead of the process and pid patterns.
No functional changes. Just good to have the var names reflect what they really hold.

1af5edbf 12/11/2015 09:48 PM Stephen Beaver

Rename of files to better match their position in the memory structure

76af8cdb 12/11/2015 09:48 PM NOYB NOYB

Status - System Logs - Manage Log

Build up th manage log section with options to override the "General Logging Options" settings on an individual log basis.
Remove over exuberant gettext's.
Set/adjust filter form field widths to be better fitting for the field types....

2d724ce2 12/11/2015 08:36 PM Jared Dillard

link to proper license information location

d8f89cce 12/11/2015 07:12 PM Renato Botelho

Use default values for latencylow and losslow when they are not defined by user. Reported by grandrivers at https://forum.pfsense.org/index.php?topic=103818.msg579069#msg579069

08e18c83 12/11/2015 07:04 PM Renato Botelho

Convert latency to ms before use it to compare with value defined in gateway conf

834b97f1 12/11/2015 04:11 PM Renato Botelho

Change quality rrd delay variable again to match same unit apinger used so we don't break current database. Ticket #5624

f16073b5 12/11/2015 04:01 PM Renato Botelho

Fix parameter order

2e74e7e9 12/11/2015 03:56 PM Renato Botelho

Add template to rrd update

ebad20a9 12/11/2015 03:12 PM Renato Botelho

Actually call bc to do the math, ticket #5624

4fa580c2 12/11/2015 03:11 PM Renato Botelho

Convert delay to milliseconds for RRD graph, ticket #5624

48e47796 12/11/2015 03:00 PM Renato Botelho

Remove unused function create_gateway_quality_rrd()

c53acd0f 12/11/2015 02:59 PM Renato Botelho

Implement RRD gateway qualiry support after move to dpinger. Fixes #5624

afb6ae0c 12/11/2015 02:57 PM Renato Botelho

Use $ values for vardb_path

5db366dc 12/11/2015 09:29 AM Renato Botelho

Merge pull request #2185 from phil-davis/factory-default-interfaces-20151208

59b75375 12/11/2015 09:28 AM Renato Botelho

Merge pull request #2182 from NOYB/write_config_only_option

7365d0f9 12/11/2015 09:25 AM Renato Botelho

Merge pull request #2191 from phil-davis/patch-3

35bcafe1 12/11/2015 09:25 AM Renato Botelho

Merge pull request #2192 from phil-davis/patch-4

8aa4950f 12/11/2015 09:24 AM Renato Botelho

Merge pull request #2193 from phil-davis/patch-5

b2ed712e 12/11/2015 09:21 AM Renato Botelho

Merge pull request #2194 from phil-davis/patch-6

53f1728b 12/11/2015 09:15 AM Renato Botelho

Merge pull request #2195 from phil-davis/patch-8

e73cd975 12/11/2015 09:08 AM Renato Botelho

Merge pull request #2202 from phil-davis/patch-11

20c5b5ee 12/11/2015 04:12 AM Phil Davis

Fix GW setting names in upgrade_config

0aeb97d2 12/11/2015 03:53 AM Phil Davis

gwlb array key typo loss_interval

b1c2bb34 12/10/2015 09:04 PM Renato Botelho

Write upgrade config to replace apinger by dpinger, it should fix #5624

69eefb50 12/10/2015 09:04 PM Renato Botelho

Ticket #5624: Welcome dpinger!

7a012bff 12/10/2015 09:04 PM Renato Botelho

Add rc.gateway_alarm script

dpinger always pass 3 parameters to alert_cmd, what can make pfSctl confuse,
This script will be called by dpinger when alarm goes on or off, then
it's going to call pfSctl

4f0afb74 12/10/2015 04:43 PM Stephen Beaver

Merge pull request #2199 from heper/patch-2

a4ba0282 12/10/2015 04:37 PM Stephen Beaver

Fixed #5602 by dynamically updating hte help text based on the cert selected.

e71c09fa 12/10/2015 04:34 PM jeroen van breedam

fix #5563

4e322e2c 12/10/2015 03:09 PM Phil Davis

Code style and white space in etc

eaf461f9 12/10/2015 10:17 AM Phil Davis

Remove bonus debug from filter_log.inc

These debug blocks look like they should not be in production. if 'debug' is turned on, then they would always log_error() and return for all log lines, even good ones.

0b3799f1 12/10/2015 09:27 AM Phil Davis

Internationalize more of config.console.inc

This code is a whole mix of some palces that use gettext() and other chunks of output that are hardcoded text between "EOD" markers.
I have got rid of the "EOD" blocks where there is a question asked - those needed to have a space at the end of the question. To meet code style guide it is easy if questions are all in their own echo statements and the space " " can be visibly coded in.

a2317d7d 12/10/2015 08:05 AM Phil Davis

Internationalize console reset to factory defaults

This is another one that was using echo EOD stuff and needed a space after "Do you want to proceed [y|n]?".