Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
df82f650 02/08/2016 05:36 AM Phil Davis

Make group addpriv descriptions work like user addpriv

1f97f2e6 02/06/2016 06:13 PM Jim Pingle

Add missing comma

0a9dba42 02/06/2016 10:08 AM Chris Buechler

Fix NAS IP listing in captive portal. semi-related to Ticket #5656

84588e00 02/06/2016 09:26 AM Chris Buechler

Don't include 127.0.0.0/8 in unbound.conf in forward mode. Ticket #5750

5e946f38 02/06/2016 09:15 AM Chris Buechler

Use a better check for whether there are DNS servers available with dynamic WAN types. Ticket #4747

2ee69502 02/06/2016 09:02 AM Chris Buechler

Merge pull request #2587 from davidjwood/preserve-sshd-parent

28ed7e03 02/06/2016 09:00 AM Chris Buechler

Merge pull request #2588 from davidjwood/rrd-ntp-offset

7b03ef63 02/06/2016 07:32 AM Chris Buechler

Verify a DNS server exists before allowing enabling of forwarding mode. Ticket #4747

d20dd658 02/06/2016 06:57 AM Chris Buechler

Handle start/stop of OpenVPN client instances bound to gateway groups using CARP IPs. Ticket #4858

10e58a70 02/06/2016 06:25 AM Chris Buechler

clean up text

3564bcb5 02/06/2016 06:11 AM Chris Buechler

Fix get_interface_ip to return correct IP for CARP VIPs. Ticket #4858

da8b271a 02/06/2016 03:15 AM David Wood

Tell rrd that ntpd offset can be negative as well as positive

ce31310e 02/06/2016 02:50 AM Chris Buechler

Fix find_interface_ip for gateway groups with VIPs. Ticket #4858

a99dc521 02/06/2016 02:35 AM David Wood

Don't kill an sshd parent process on exit from /etc/rc.initial

This stops exiting a shell running in an SSH session from terminating the parent sshd process, which has the unwanted side effect of killing all other sessions running under that sshd process (including cloned shell sessions).

f54728df 02/06/2016 02:24 AM Chris Buechler

$interface isn't used here. Wasn't before either, otherwise it would have broken the get_configured_carp_interface_list. Ticket #5844

d18c26fb 02/06/2016 02:13 AM Chris Buechler

Just show the IP to the user, the VIP's uniqid is meaningless noise to the user. Ticket #5844

c9bcaae1 02/06/2016 02:08 AM Chris Buechler

Only show VIPs associated with the correct interface. Ticket #5844

70648bdb 02/06/2016 01:29 AM Chris Buechler

Select appropriate VIP where one is configured. Ticket #5844

e0d9482e 02/05/2016 06:45 PM Jim Pingle

Add pfsync to the list of pre-defined packet capture filters. Also add negation for ESP that seems to have been accidentally omitted.

f1d01c3e 02/05/2016 11:53 AM Renato Botelho

Fix #5837

Since the introduction of pkg_with_pb(), direct calls to this function
were added using the following format:

if ! pkg_with_pb ... | tee -a $logfile; then

What happened in this case is if was always getting a successfull
return code from tee call, and pkg_with_pb return was always being...

c2081df1 02/05/2016 08:03 AM NOYB NOYB

HTML Compliance - Status / OpenVPN

Start tag body seen but an element of the same type was already open.
Stray start tag script.

f77c8e96 02/05/2016 05:56 AM Chris Buechler

Merge pull request #2585 from k-paulius/patch-pkg-syslog-v2

2fadcec3 02/05/2016 05:11 AM Chris Buechler

Set gif interface MTU in interface_gif_configure if it's not already correct. Ticket #5842

3363c02b 02/05/2016 04:53 AM k-paulius

Adding ability to run dhcp6c in debug mode.

e1e1ab07 02/05/2016 01:51 AM Stephen Beaver

Fixed #5841

0d2497a9 02/04/2016 10:42 PM Chris Buechler

Now that the fields on interfaces.php aren't hidden upon disabling the interface, we don't want to handle disable separately from everything else, as that discards all the changes other than disabling the interface. Everything else with handling bringing down of interfaces is still handled correctly. semi-related to Ticket #2453

aeb87745 02/04/2016 10:20 PM Chris Buechler

Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226

361cf674 02/04/2016 10:04 PM Chris Buechler

Remove rc.restore_full_backup, remainder of full backup components were removed already.

c4da754d 02/04/2016 10:03 PM Chris Buechler

Enable gzip compression in nginx.

d46049e1 02/04/2016 09:38 PM Chris Buechler

Allow gateway weights up to 30, and add a check in filter.inc to prevent creating too long of a route-to line. Related to pull request 1614

00de7de6 02/04/2016 09:02 PM Jim Pingle

Fix multi-session time counting for the FreeRADIUS start/stop case. Ticket #2164

b8463d3b 02/04/2016 09:02 PM Jim Pingle

Fix typo in button class for CP status

424921dd 02/04/2016 05:59 PM Renato Botelho

Merge pull request #2584 from schinken/radvd-lifetime-defaults

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

Add defaults to radvd valid and preferred lifetime

5f3ba2e0 02/04/2016 05:53 PM Renato Botelho

Make sure subnet_size() didn't return 0

b75f296f 02/04/2016 05:47 PM Renato Botelho

Merge pull request #2435 from stilez/patch-7

f38d984b 02/04/2016 05:44 PM Renato Botelho

Simplify is_linklocal()

ea8baf3e 02/04/2016 05:29 PM Renato Botelho

Merge pull request #2320 from stilez/patch-3

380e4235 02/04/2016 03:35 PM Renato Botelho

Isolate the check for @label in the end of hostname only for noip and noip-free

e8f35ce4 02/04/2016 03:31 PM Renato Botelho

Merge pull request #2574 from tiagobar/master

ddacd37a 02/04/2016 03:01 PM Renato Botelho

Merge pull request #2579 from NOYB/HTML_Compliance_-_Status_/_DHCPv6_leases

f83284bf 02/04/2016 02:09 PM Jim Pingle

Also switch admin password in the default config.xml to bcrypt. Ticket #4120

ebafd652 02/04/2016 02:07 PM Jim Pingle

Catch up to latest config version

92ac27e2 02/04/2016 12:45 PM Stephen Beaver

Merger PR 2583 but retained non-sortable actions column

673cf287 02/04/2016 12:43 PM NOYB NOYB

Status / DHCP leases - Root Cause Sort Issue

Sort routine apparently does not honor colspan attribute.

Here are three possible solutions:
1) Add a description column instead of spanning the start and end columns. This is the method presented in this commit....

85a2b065 02/04/2016 10:58 AM Renato Botelho

Fix #5830

Add a new advanced option on gateways to allow user define data
payload. Default is 0

27576447 02/03/2016 08:06 PM Stephen Beaver

Don't sort online, lease type or action icon columns

9207dc4d 02/03/2016 06:55 PM Jim Pingle

Add RFC 2136 support to the DynDNS widget

934795ae 02/03/2016 06:10 PM Jim Pingle

Add back "Save & Force Update" for RFC 2136

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.

d31445c7 02/03/2016 04:51 PM Stephen Beaver

Fix hiding of shadow selector

819d58ac 02/03/2016 04:18 PM Stephen Beaver

Improvements to priv filtering

5d916fc7 02/03/2016 04:02 PM Stephen Beaver

Improvements to the priviledge filter functionality

f519f112 02/03/2016 09:55 AM Renato Botelho

Merge pull request #2582 from NOYB/System_/_Advanced_/_Firewall_and_NAT_-_Remove_PPTP_from_Verbiage

dcbbd7b4 02/03/2016 09:54 AM Renato Botelho

Merge pull request #2581 from PiBa-NL/23_silence_syncerror

8008b380 02/03/2016 08:00 AM NOYB NOYB

System / Advanced / Firewall and NAT - Remove PPTP from Verbiage

Remove PPTP from Verbiage. https://forum.pfsense.org/index.php?topic=106257.0
Also don't see any reason for the span tag here.

f95cdbea 02/03/2016 07:42 AM Chris Buechler

Gbps isn't interpreted correctly by ipfw for limiters, remove the option. Ticket #4325

57ce146a 02/03/2016 06:20 AM Chris Buechler

Duplicate monitors rather than overwrite. Ticket #4441

0eb688c5 02/03/2016 05:49 AM Chris Buechler

pfsync syncpeer requires IPv4. Ticket #4648

d72aaef5 02/02/2016 08:47 PM Stephen Beaver

Added priv filter capability

5a045be8 02/02/2016 08:25 PM Pi Ba

xmlrpc_client.inc, silence the php 'crash' error, sync errors are reported through file-notices already.

4abd750d 02/02/2016 08:16 PM Stephen Beaver

Fixed #5049

28ac75cf 02/02/2016 07:55 PM Renato Botelho

Regenerate .pot

772750be 02/02/2016 07:54 PM Renato Botelho

Merge pull request #2580 from phil-davis/gtsys2

55fa9d51 02/02/2016 07:48 PM Jim Pingle

Fix up DynDNS widget to follow recent changes in DynDNS for Namecheap

762faef5 02/02/2016 07:24 PM Phil Davis

Internationalization of various system*.php

0fa5f5ff 02/02/2016 07:01 PM Stephen Beaver

Cosmetic save

250061b0 02/02/2016 04:14 PM Stephen Beaver

Per #4195
Alias table is now sortable

dffb7188 02/02/2016 04:14 PM NOYB NOYB

Status / System Logs - Forms Buttons Icons Update

Add icon to save button.
Consolidate addClass statements.

7e506f87 02/02/2016 03:28 PM Jim Pingle

Fix easy rule problem when using a non-English language, take 2.

b69a106a 02/02/2016 12:38 PM Renato Botelho

Fix #5831 using a simpler approach, just setting REPO_AUTOUPDATE=false when it's booting

1855c106 02/02/2016 12:38 PM Renato Botelho

Revert "Fix #5831"

This reverts commit 93a8ddf7a4c5d43cbeb623c923eb76659e6f49e0.

1e116004 02/02/2016 08:14 AM NOYB NOYB

HTML Compliance - Status / DHCPv6 leases

Stray end tag tr.
Move stray tr end tags inside foreach loops.

f362c73b 02/02/2016 06:24 AM Chris Buechler

Use the NAS IP configured for PPPoE server instances. Ticket #185

a2b813bf 02/02/2016 06:08 AM Chris Buechler

Remove old pppoerestart cron job if it exists. Ticket #1905

3fafb89b 02/02/2016 03:40 AM Chris Buechler

Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the occasional long-running page.

4994dc3f 02/02/2016 01:42 AM Stephen Beaver

Add missing description field

ec337167 02/01/2016 07:31 PM Renato Botelho

Save pkg call return code to use on return. The way it is now is always returning 0. It should fix #5837

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.

4700a731 02/01/2016 02:08 PM Stephen Beaver

Typo

408c4a27 02/01/2016 01:59 PM Stephen Beaver

Make row delete button icon only (removes gettext("Delete"): )

43568d7d 02/01/2016 01:42 PM Stephen Beaver

Fixed #5834

7222324e 02/01/2016 12:41 PM Renato Botelho

Remove all additional packages from the system before reset to factory default. Fixes #5829

aecade14 02/01/2016 12:20 PM Renato Botelho

Make additional packages install/delete operations to respect -n (dry-run)

2b29a7e2 02/01/2016 12:15 PM Renato Botelho

Reorder pkg_reinstall_all(), no functional changes

73e4bf68 02/01/2016 12:15 PM Renato Botelho

Respect ALL_PACKAGES for package removal

93a8ddf7 02/01/2016 11:19 AM Renato Botelho

Fix #5831

After PKG_AUTOUPDATE=false was removed, operations done during boot,
2nd and 3rd stages of upgrade process, are trying to update repository
metadata. The problem is during this stage we don't have a network
available yet and all needed packages were previously downloaded....

20e108e0 02/01/2016 03:13 AM NOYB NOYB

Remove Non-Existent Class - help-icon

Remove non-existent help-icon class statements from index and head.

43af5882 01/31/2016 11:55 PM Luiz Souza

Change diag_dump_states.php to use pfSense_get_pf_states().

Fixes IPv6 issues, add packets and bytes information, filter state by rules (when linked from firewall_rules.php).

Inspired by pull request #1901 from marcelloc/hitcount_23_02.

70a84c25 01/30/2016 05:16 AM Tiago Barrionuevo

Dynamic DNS URL for NO-IP needs to be updated.

68e82ecb 01/29/2016 11:59 PM Chris Buechler

OpenVPN server config upgrade already handled in 129_to_130. Ticket #5764

f4e6e0bf 01/29/2016 10:30 PM NewEraCracker

These two wizards .xml can also lose their x-bit

Other wizards don't have it set.

90f5d93e 01/29/2016 10:21 PM NewEraCracker

Remove executable bit of these two .gif

Seems like I missed those on commit 0427f8b32838bfb17c818fece48a7d4795db670b

0427f8b3 01/29/2016 10:00 PM NewEraCracker

Remove executable bit of all static content in www

aab42b90 01/29/2016 08:17 PM Stephen Beaver

Correct jquery file attributes

78d9e91e 01/29/2016 05:06 PM Stephen Beaver

Update jquery to 1.12

85d49326 01/29/2016 04:20 PM Stephen Beaver

Remove bonus space

511053ad 01/29/2016 04:19 PM Stephen Beaver

Possible fix for #5752

be624266 01/29/2016 02:00 PM Stephen Beaver

Fixed issues where a rule is duplicated (cloned) and the new rule is inserted above a separator bar location

1c0083d0 01/29/2016 01:19 PM Jim Pingle

Fix easy rule problem when using a non-English language.