Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8b125927 08/04/2016 09:48 PM Doktor Notor

Allow URLs for TFTP Server (Bug #6634)

is_URL() from util.inc is way too limited for this purpose.
(cherry picked from commit 8ff248d6a3f31dba42c4c64b5290928030faad4a)

b6843da7 08/04/2016 09:47 PM Doktor Notor

Typo fix
(cherry picked from commit 4b79a9d443c4e16d6ffa304775aec79938d2988c)

2e5a481c 08/04/2016 09:47 PM Doktor Notor

Allow URLs for TFTP Server (Bug #6634)

is_URL() from util.inc is way too limited for this purpose.
(cherry picked from commit 483816313924f87707bca0aa983c73064bd52371)

2d8770b2 08/04/2016 09:36 PM Philip Soeberg

Fix a redundant HTTP "User-Agent" string.

CURLOPT_USERAGENT expect the value to the user-agent string, not the entire key-value pair.
Before this fix, HTTP header "User-Agent: User-Agent: phpDynDNS/0.7" was sent for DDNS updates.
NGINX configuration at GratisDNS will not accept a user-agent formatted in the above way....

c22ddfe7 08/04/2016 09:33 PM Renato Botelho

Merge pull request #3066 from phil-davis/notifychannelupdown

a035b77c 08/04/2016 09:31 PM Renato Botelho

Merge pull request #3065 from phil-davis/radius-openvpn

0b95ff4c 08/04/2016 09:25 PM Jose Luis Duran

services_dhcp: Ignore BOOTP queries

BOOTP leases do not have a maximum lease time by default, this could
potentially lead to a DHCP address pool exhaustion.

This commit adds an option to ignore BOOTP queries.

Redmine #4351

(cherry picked from commit 6d53301b1f612ff3e0490abbb46b53c50193b80b)

b8332deb 08/03/2016 02:48 PM Jim Pingle

Add a field to CA/Cert pages for OU, which is required by some external CAs and users. Fixes #6672

4e5477ea 08/03/2016 11:53 AM Phil Davis

Display local DHCP lease times in 24-hour clock

It seems odd to me that when the times are displayed in UTC they have
24-hour clock, but when displayed in local time they are formatted with
12-our clock and AM/PM.
24-hour format takes less screen space, and I would have thought that...

4de9a6fa 08/03/2016 11:47 AM NOYB NOYB

Update firewall rules separators when NAT associated rule is deleted.

Bug: https://redmine.pfsense.org/issues/6676
(cherry picked from commit 7475d7b337c0a08dc4d6636f33b0998067f26008)

be59d667 08/03/2016 11:46 AM Phil Davis

Save widget settings per user

For users that have "custom settings" enabled, save the "tool" settings
of their widgets on a per-user basis.
User that do not have "custom settings" enabled will continue to use and
save widget settings to/from the system-wide settings....

21915c63 08/03/2016 11:43 AM NewEraCracker

Some tweaks to improve alignment in table with checkbox

1) If a checkbox does not have a description (even if it is empty), layout will be broken as checkbox won't be aligned correctly

2) UPnP checkbox looks better with description instead of help

This commit fixes the two issues...

af18691b 08/02/2016 07:35 PM Jim Pingle

Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.

160d285a 08/02/2016 04:55 PM Jim Pingle

Fix typo, LT2P->L2TP

c8faf384 08/02/2016 12:07 AM Stephen Beaver

Fixed #6669
Read widget config before adding a new one. (Was starting a new array)

(cherry picked from commit 236e6a54e9a93284ca170b68aa1188dfaa195c3d)

5240e071 08/01/2016 09:46 PM Renato Botelho

Merge pull request #3074 from phil-davis/gwredir

9543affb 08/01/2016 09:42 PM Daniel Hoffend

dpinger: fixed check for pidfile length #6505

(cherry picked from commit 4aaf38742563c427b42a813387d84246ff20a2f2)

7fa32308 08/01/2016 09:41 PM Bruno Ferri

replace attribute 'name' to 'id' in openvpn status

(cherry picked from commit 5a5a11cd489bbf15e868c1607c74824c128d693f)

3bc22054 08/01/2016 09:37 PM Renato Botelho

Merge pull request #3073 from phil-davis/certs

94e3fc64 08/01/2016 09:36 PM Renato Botelho

Merge pull request #3070 from phil-davis/input_errors2Ajax

b40e1c00 08/01/2016 09:36 PM Renato Botelho

Merge pull request #3069 from phil-davis/LAGG-MTU

3d3afbff 08/01/2016 09:35 PM Renato Botelho

Merge pull request #3068 from phil-davis/subnet_size

52342bc4 08/01/2016 09:34 PM Renato Botelho

Merge pull request #3067 from phil-davis/useallcerts

69176bed 08/01/2016 09:33 PM Renato Botelho

Merge pull request #3064 from phil-davis/cloudflare

317a06f2 08/01/2016 08:54 PM Renato Botelho

Merge pull request #3063 from phil-davis/dhcpinitbeforera3055_23

51d2e735 08/01/2016 03:43 PM Jim Pingle

Some small improvements to OpenVPN server handling when using CARP VIPs in Gateway Groups. Might help with issue #6607

13b2db87 07/29/2016 12:19 AM Jared Dillard

experiment with tighter styling

5068d239 07/29/2016 12:19 AM Jared Dillard

Fixes #6601 clean up installed packages html

0673b5ed 07/29/2016 12:19 AM Jared Dillard

clean up Installed Packages widget by removing category

f1773759 07/28/2016 01:57 PM Jim Pingle

Increase filtering tail limit for logging, fixes #6652

cad2272f 07/28/2016 01:56 PM Jim Pingle

Whitespace fixes

78415e07 07/26/2016 04:04 AM Phil Davis

Fix redmine #6640 DHCPv6 server time format

The original code here ended up always applying the time zone offset once, and if you had set dhcpv6leaseinlocaltime then it got applied twice, so Sydney at UTC+10:00 would show UTC+20:00 and presumably somewhere at UTC-04:00 would show UTC-08:00...

efd07e5e 07/26/2016 01:28 AM Phil Davis

Remove '-x' flag from dhcpwithoutra launch of dhcp6c

This is the equivalent fix for the RELENG_2_3 branch to pull request #3078

b8e4f5ff 07/22/2016 07:24 PM Jeremy Porter

Section title was wrong, discovered by mfine

f39ea4c4 07/21/2016 02:24 AM Phil Davis

Backport openvpn_add_dhcpopts already sets redirect-gateway

Ticket 6633
Original commit to master was
https://github.com/pfsense/pfsense/commit/f8038899f250c656b1ef03fe351fb9cfdadeaf0c
Adding this PR for completeness so that this is visible as something
that can be back-ported to RELENG_2_3

dbcc45d1 07/21/2016 01:29 AM Phil Davis

Backport Add missing recommended key lengths/digest to Cert system

Original pull request to master was #2944

30505ba6 07/20/2016 10:15 AM Phil Davis

Backport Remove input_errors2Ajax calls

Original commit to master was

https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b

9cf9f30f 07/20/2016 10:01 AM Phil Davis

Backport Fix issue with QinQ on LAGG interfaces where MTU doesn't apply to parent

Original pull request to master was #2905

f24e175e 07/20/2016 09:50 AM Phil Davis

Backport simplify subnet_size()

Original pull request to master was #3007

eafd9cfb 07/20/2016 08:02 AM Phil Davis

Backport Use all certificates in the chain when creating the ca-file for server-side OpenVPN configuration

Original pull request to master was #2966

197cd6c0 07/20/2016 07:55 AM Phil Davis

Backport notify by email and in syslog when a channel goes up or down

Original pull request to master was #2847

10d4fe2e 07/20/2016 07:39 AM Phil Davis

Backport Radius auth server to detect openVPN

Original pull request to master was #3057

b18e885c 07/20/2016 07:11 AM Phil Davis

Backport IPv6 support for CloudFlare

Original code for master in pull request #3061

f50f74a4 07/20/2016 06:54 AM Phil Davis

Backport DHCP6 init before RA

Original PR to master was #3055

446ed60e 07/19/2016 02:20 PM Renato Botelho

Move RELENG_2_3 to 2.3.3-DEVELOPMENT and point stable to 2.3.2

d5906132 07/18/2016 06:41 PM Renato Botelho

Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-now

fe179ed6 07/18/2016 03:44 PM Stephen Beaver

Allow section header to be omitted by specifying "NOTITLE" as the section title.

(cherry picked from commit 9ce54773be5e02235e3be7d2b970f61fbb27ba86)

b6bd4012 07/18/2016 03:06 PM Phil Davis

Show "cannot delete alias" message as error

If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.
(cherry picked from commit 04b571e836077c436d109d982be5a8e710ff8aab)

76a0eecb 07/18/2016 04:19 AM Chris Buechler

Allow AES-GCM for P1 where using IKEv2. Ticket #5990

cadcc898 07/18/2016 02:25 AM Chris Buechler

Clarify that HMAC-MD5 key is required. Ticket #6622

47de3b06 07/16/2016 05:29 AM → luckman212

Fix "http://pf.sense/UNKNOWN" links in Pkg Manager

I noticed recently that many packages do not have the 'www' field in the database filled, or have it set to UNKNOWN The way the table is built, this causes bad links to be generated pointing to e.g. http://pf.sense/UNKNOWN. This patch fixes it, causing only packages with actual links to get the <a> tag.

4e0f1a1e 07/15/2016 11:28 PM Chris Buechler

fix typo

cbf5f75e 07/15/2016 07:38 PM NewEraCracker

Fix xml syntax after license update

(cherry picked from commit f7057140af3a98af925f76b6b0bb544dc7bfc418)

0eef97aa 07/15/2016 07:19 PM Jim Pingle

Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN server. Fixes #6139

64bac84e 07/15/2016 06:53 PM Chris Buechler

dse was under contract with BSDP for all the work he did, we own (c)

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

5bd2dd83 07/15/2016 05:09 AM Chris Buechler

Bring back the "set iface route default" used in 2.2.6 and earlier versions, which works around the root problem in Ticket #6495

42f47efc 07/15/2016 03:24 AM Phil Davis

Fix #6613 Do not show Aply Changes button when Save needed

I got a bit carried away in the fix for #6460 https://github.com/pfsense/pfsense/commit/21c18c3df11547aba172c10f95872dbd8682f7d9
The message here at line 507 should not actually show the Apply Changes button. At this point the user needs to adjust the assigned interfaces and save. Then after saving an Apply Changes button can be used to implement the saved changes.

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

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

fdd09cbd 07/14/2016 09:34 PM Renato Botelho

Retire deactivated widgets

368adf79 07/14/2016 09:34 PM Renato Botelho

chmod 0644 php web pages

fc91ddca 07/14/2016 09:34 PM Renato Botelho

Retire copyright-master.txt

3f757bb2 07/14/2016 09:34 PM Renato Botelho

chmod 0644 php web pages

483fef7e 07/14/2016 09:34 PM Renato Botelho

Retire /usr/local/bin/slowdownpipe.sh

e18eadcc 07/14/2016 03:15 PM Renato Botelho

Ignore cp result for cases when files are the same. Ticket #6557

c323224d 07/13/2016 10:01 PM Phil Davis

Fix #6050 DHCP - provide Network Booting display/hide advanced button

This one moves the "Network Booting" above the "Additional BOOTP/DHCP Options". That allows "Network Booting" to be a Display/Hide Advanced group of buttons just like TFTP, LDAP etc. (without a special section header) and for "Additional BOOTP/DHCP Options" to come last on the page....

c34b069e 07/13/2016 07:56 PM Daniel Wilhelm

simplify DHCP_Config_Option_Split, no loop needed for returning option array

(cherry picked from commit 264ca54e406eee7c01b01f748aabd4a29e9c4872)

489091dc 07/13/2016 07:56 PM Daniel Wilhelm

Allow passing comma in string quoted DHCP client options

(cherry picked from commit 332a64d0c8a6486d40c6295351ca3068a77a216a)

a8f24429 07/12/2016 11:10 PM Jared Dillard

style sortable tables

f78b316a 07/12/2016 11:10 PM Jared Dillard

clean up captive poral widget

ff24fa40 07/12/2016 11:10 PM Jared Dillard

change order of css files in head element

d368b298 07/12/2016 02:57 AM Chris Buechler

write_config before openvpn_resync here as well. Ticket #6139

b9087e1d 07/11/2016 04:42 PM Jim Pingle

Add upgrade code to clean up the old GRE/GIF flags that are no longer used. Ticket #6586 and Ticket #6587

ab28a010 07/11/2016 04:04 PM Jim Pingle

Align GIF link options with those currently supported by the base OS. Ticket #6587

43c40296 07/11/2016 03:42 PM Jim Pingle

Remove GRE link flag options from GUI/backend. Keep link1 as it was also used to add an explicit static route, though the GUI previous GUI option name wasn't related to that at all. Updated GUI description to match reality. Ticket #6586

b1be0cdc 07/11/2016 01:21 AM Chris Buechler

write_config before calling openvpn_resync. Ticket #6319

89f140d3 07/11/2016 12:40 AM NewEraCracker

Fix firewall rules for PPPoE server

1) PPPoE Clients are located within 'Remote Address Range' (sa) and not Server Address (ip), see lines 1194 and 1195. 2) Interfaces for floating rules were not being correctly added due to a bug on interface detection caused by PPPoE differences....

8f1a91f7 07/11/2016 12:21 AM Nash Kaminski

Properly follow style guidelines.

eb6cbf8c 07/11/2016 12:21 AM Nash Kaminski

Include ignored DHCP server(s) config option even when advanced DHCP config is enabled

9da9b523 07/10/2016 04:35 AM Chris Buechler

fix typo. noticed-by: phil.davis

1a33a597 07/10/2016 12:14 AM Chris Buechler

set net.isr.dispatch instead since net.inet.ipsec.directdispatch no longer exists. Ticket #4754

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

bfc9741a 07/09/2016 07:21 AM Phil Davis

Fix #6590 NTPd Leapfile Upload

350a7001 07/09/2016 03:12 AM Chris Buechler

Leave this to 2.4 only for now. Revert "Omit non-qualified hostnames from unbound's local-data. Ticket #6064"

This reverts commit cde0ef17a60cffa4a54f3ab4922b77bc0447d068.

cde0ef17 07/09/2016 03:04 AM Chris Buechler

Omit non-qualified hostnames from unbound's local-data. Ticket #6064

6a8dc7bc 07/09/2016 02:58 AM Chris Buechler

Call filter_configure in rc.linkup. Ticket #6297

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

84b6f05a 07/09/2016 01:19 AM Doktor Notor

Missing closing quote

6ee6c8bb 07/09/2016 01:18 AM Doktor Notor

Create /var/run/dmesg.boot symlink for vm-bhyve (Feature #6573)

See https://redmine.pfsense.org/issues/6573

ffa1178e 07/08/2016 07:30 PM Renato Botelho

Fix indent and spaces

731e7cfd 07/08/2016 07:30 PM Renato Botelho

Remove stray '

9461d208 07/08/2016 03:30 PM Phil Davis

Fix #6582 Allow import of ports

This change does:
1) Allow bulk import of a port alias. That happens when the Import
button is pressed from the Ports tab of the firewall_aliases screen.
2) Allow bulk import of an IP alias, automatically determine if the
imported data fits a host or network alias type. That happens when the...

1f9c2cb6 07/08/2016 02:47 PM Renato Botelho

Improve patterns to read dhcpd6.leases to prevent leases containing '}' in ia-na line not showing up. It fixes #6543

d5861220 07/08/2016 09:36 AM Phil Davis

Fix #6585 Do not use [] syntax for lookups

IPv6 address plus port is displayed with the format [1:2::3]:80 - the address is in square brackets followed by colon and the port number. This is necessary to disambiguate the port from the address, a good thing. But it messes up the use of the IPv6 address for reverse lookup....

3db367fb 07/08/2016 12:51 AM Phil Davis

Show "cannot delete alias" message as error

If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.
(cherry picked from commit 04b571e836077c436d109d982be5a8e710ff8aab)

2a884911 07/07/2016 02:54 PM Renato Botelho

Do not check platform to decide if enableserial and primaryconsole fields will be hidden, global parameters are the rule to decide it. Fixes #6291

c4045b79 07/06/2016 09:35 PM Chris Buechler

Fix PTR lookups on diag_dns.php. Ticket #6561

83e8a950 07/06/2016 08:17 PM NOYB NOYB

Change group labels s/MAC controls/MAC Address/