Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
10221050 02/26/2015 02:44 AM k-paulius

Check if variables are set before trying to pass them to function substr_count to avoid generating PHP alerts.

1f3d4db0 02/25/2015 03:19 PM Ermal Luçi

Ticket #4418 make sure the dns_split is separated with spaces rather than space or comma to comply with strongswan requirements.

10b92c57 02/24/2015 07:08 PM Renato Botelho

When RADIUS auth is selected, radius protocol and server ip/host are mandatory. Fixes #4384

5a27b146 02/24/2015 06:40 PM Renato Botelho

isset is a better check here

88a5ad7e 02/24/2015 06:39 PM Renato Botelho

Merge pull request #1494 from k-paulius/ntp-rrd-fix

b8b3784f 02/24/2015 11:55 AM Renato Botelho

Merge pull request #1479 from surrural/master

0b9d204a 02/24/2015 11:40 AM Renato Botelho

Merge pull request #1492 from PiBa-NL/carp-statusicon

d5b1a279 02/23/2015 08:20 PM Ermal Luçi

Ticket #4445 do not write config and remove its cache when applying settings its just behaviour from dinosaur era and should have been cleanded long time ago.

a39b78b5 02/23/2015 08:00 PM surrural

Add support for DNSimple (dnsimple.com)

b2507ae6 02/23/2015 07:17 PM Renato Botelho

Merge pull request #1497 from phil-davis/patch-2

d596baab 02/23/2015 05:38 PM Renato Botelho

Merge pull request #1478 from razzfazz/fix_dhcpv6_avail_range_dump_master

5fd42bbb 02/23/2015 04:46 PM Phil Davis

Fix display style typo

I could not see any difference in rendering of the page after fixing this, but it looks it it should be fixed.

cbd49c77 02/23/2015 04:44 PM Phil Davis

Fix display style typo

I could not see any difference in rendering of the page after fixing this, but it looks it it should be fixed.

a087e197 02/23/2015 04:31 PM Phil Davis

OpenVPN server improve handling of authmode

Currently if the user is clicking around while they are setting up an OpenVPN server, they can do stuff like this:
a) Select Server Mode - Remote Access (SSL/TLS + User Auth)
b) Select something in Backend for authentication...

3e41ad59 02/23/2015 04:13 PM Phil Davis

vpn_openvpn_server.php white space

7ccc1c32 02/23/2015 12:30 PM Renato Botelho

Merge pull request #1505 from phil-davis/patch-7

1a1df767 02/23/2015 12:29 PM Renato Botelho

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

a8b8033f 02/23/2015 12:23 PM Renato Botelho

Merge pull request #1506 from k-paulius/fix-links

900e9df6 02/23/2015 07:23 AM Phil Davis

Success typo

might as well fix it while I notice it

d82b2a6f 02/23/2015 03:47 AM k-paulius

Fix broken links to dhcp6c.conf man page.

manpath FreeBSD+Ports no longer exits and needs to be replaced with FreeBSD+10.1-RELEASE+and+Ports

18620400 02/22/2015 06:02 AM Phil Davis

Mention interface name on DHCP edit GUI

IMHO it can be confusing on the DHCP edit page for static mapped entries to know which interface the entry is being edited/added for. Specially if the user comes from the Status DHCP Leases page, the lease they are editing/adding could be for 1 of many LAN-style interfaces....

f5bea142 02/22/2015 05:36 AM Phil Davis

Status_dhcp_leases fix edit button for static entries with no IP address

The edit button for static entries always has an index id=0 and thus pressing the edit button goes to (mostly) edit the wrong entry.
It was easier and made the code cleaner to get rid of the looping through the staticmap array every time trying to matach IP, MAC address... That data ('if' and 'staticmap_array_index') is easily gathered further up, the first time the staticmap array for each DHCP interface is traversed. I think this should also be more efficient when there are many static mapping entries....

6777fc3b 02/18/2015 08:48 AM Phil Davis

diag_arp allow underscore in resolved host names

is_hostname() and is_domain() allow underscore in the names. So it is possible to have underscore in host names, for example in DHCP server static mapped entries I have some things like:
10.42.3.4 client-pc-01_LAN...

065e78b3 02/18/2015 06:38 AM Chris Buechler

Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of NAT-T field display so it's on for IKEv1, off for IKEv2. Do same for reauth while here. Ticket #3979

e2caaee8 02/16/2015 05:31 AM k-paulius

Fixing issues with NTP RRD graph state changes

- only call enable_rrd_graphing() after $config['ntpd']['statsgraph']
is set
- fix if condition; empty and isset are each other's opposites
8f5352df 02/15/2015 03:29 PM Pi Ba

carp, don't show status icon from previous carp ip in case the ip is not present on the interface (test with ifconfig em0 1.2.3.4 delete)

d72e936f 02/13/2015 06:27 PM Renato Botelho

Merge pull request #1484 from phil-davis/more-text-typos

49fa70a2 02/13/2015 06:24 PM Renato Botelho

Merge pull request #1485 from BBcan177/patch-1

47d3f94a 02/13/2015 06:17 AM Chris Buechler

force minimum 100000 byte log file size. Some have been confused thinking this is KB, in some cases causing problems. This should help, and there shouldn't be a need for logs smaller than that.

f742c43e 02/12/2015 09:54 PM BBcan177 .

Update fbegin.inc - Missing '/' in path

Found this issue in conjunction with user Digdug3

b95a4d8a 02/12/2015 04:24 PM Jim Pingle

Set srctrack separate from this test or the value won't save unless the sticky box status also changed.

0f31e918 02/12/2015 04:28 AM Chris Buechler

get rid of wizards/initial/ images that were never used

1c4c5ed2 02/11/2015 07:34 PM Ermal Luçi

Remove dead code and unset vars so next time the code works properly avoiding cache issues.

01c155f2 02/11/2015 09:12 AM Phil Davis

Random text typos

and I "corrected" function names that had "_choosen_" in them.
That is not technically an error - function names do not have to be
English words. But it does look nicer to read.

c70002be 02/11/2015 09:01 AM Renato Botelho

Merge pull request #1482 from phil-davis/CP-text-typos

ef8182ca 02/11/2015 09:00 AM Renato Botelho

Merge pull request #1483 from phil-davis/formfld-unknown

0c6db320 02/11/2015 07:28 AM Phil Davis

Fix typo in class in bridge edit

Fixing this makes nice little pencil icons appear in front of the text
entry fields.

06e847a7 02/11/2015 07:13 AM Chris Buechler

Check if Unbound is enabled and using the same port before allowing dnsmasq to be enabled. part of Ticket #4332

f416763b 02/11/2015 07:07 AM Phil Davis

Random text typos

that I noticed.

74ab379d 02/10/2015 04:34 AM Chris Buechler

touch up Unbound text

758b51a0 02/09/2015 08:20 PM Chris Buechler

Use appropriate interface field description when working with floating rules, it was confusing and potentially incorrect for floating rule purposes.

2b704ea9 02/09/2015 11:22 AM Renato Botelho

Merge pull request #1469 from makkbe/master

936bfd84 02/09/2015 09:50 AM Daniel Becker

make computation of start of DHCPv6 range consistent with actual check

When computing the start IP for the 'available range' field,
services_dhcpv6.php attempts to increment a colon-formatted v6 address.
Since this always fails, so the value that's printed is not actually...

6d5d9658 02/07/2015 04:28 AM Chris Buechler

fix up text

20078775 02/05/2015 02:52 PM Renato Botelho

Merge pull request #1458 from xbipin/patch-4

8f637a0c 02/05/2015 09:48 AM Renato Botelho

Merge pull request #1455 from xbipin/patch-2

68f7662b 02/04/2015 06:23 PM Renato Botelho

Merge pull request #1466 from tuyan/master

f8b5f41d 02/03/2015 07:25 PM McB

Merge remote-tracking branch 'upstream/master'

68fde79c 02/03/2015 07:21 PM McB

Fixed alignment issue.

197cf433 02/03/2015 07:17 PM McB

Added DynDNS support for GleSYS API (www.glesys.com).

d7f4c1a4 02/03/2015 06:54 PM Chris Buechler

fix responder-only IPsec text

e829fcbb 02/03/2015 03:32 AM Chris Buechler

fix text

6672609b 02/02/2015 05:28 PM Renato Botelho

Fix aliases popup width when fields are hidden when page is loaded. It should fix #4238

f2b769d0 02/02/2015 03:46 PM Tuyan Ozipek

Fixed not being able to save custom and custom-v6 dyndns
entries due to "host" being posted empty, and thus failing
is_domain() check.

c6c71b36 02/02/2015 11:28 AM Bipin Chandra

fix indent

fix indent

e67c5bee 02/02/2015 07:56 AM Renato Botelho

Merge pull request #1457 from phil-davis/patch-2

8820a3aa 02/02/2015 02:40 AM Phil Davis

Remove latin-1 encoding of RSS feed

Many thanks to Gertjan in forum https://forum.pfsense.org/index.php?topic=87504.msg484017#msg484017
Specifically setting the output encoding to latin-1 was causing the "black diamonds" for special characters in the http://blog.pfsense.org RSS feed (e.g. the registered trademark sign after pfSense did not come out)....

69aeef21 01/31/2015 10:30 PM Chris Buechler

Add input validation to prevent the use of AES > 128 where glxsb is enabled. Ticket #4361

87808568 01/31/2015 06:49 PM Ermal Luçi

Fixes #4360 allow marking a connection as responder only, the same behviour as mobile connections

86e1846f 01/31/2015 06:36 PM Ermal Luçi

Fixes #4359 Allow controlling uniqueids

0b31300e 01/31/2015 10:08 AM Ermal Luçi

Merge pull request #1453 from phil-davis/Upstream-SIP-server

420fce04 01/31/2015 10:06 AM Ermal Luçi

Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec service.

430379ac 01/31/2015 09:45 AM Ermal Luçi

Fixes #4333 Unset previous defined values before using the new ones

fdf6fcb3 01/31/2015 09:14 AM Ermal Luçi

Fixes #4340 encode username same as with password to avoid issues with special chars.

f55ef2e7 01/31/2015 06:38 AM Bipin Chandra

Update pkg_edit.php

c67b75d1 01/31/2015 06:35 AM Bipin Chandra

add schedule selection to pkg_edit.php

this allows schedule selection to pkg_edit.php, this can then be
utilized by packages to set schedules in many other places. This is the
first set of changes, will further modify other files to make full use
of schedules.

fa776555 01/30/2015 07:59 PM Ermal Luçi

Do not reuse reqid on copy of phase2 Fixes #4349

07b37952 01/30/2015 05:00 PM Phil Davis

Unbound domain override IP:port validation

The domain override is IP:port is invalid if either the IP address OR port is invalid.
Previously you could put an invalid IP with valid port, or valid IP with invalid port.

5d60171d 01/30/2015 06:36 AM Bipin Chandra

unnecessary but lets just add this for safety

unnecessary but lets just add this for safety

a95867a2 01/29/2015 10:14 AM Bipin Chandra

multiple allow/deny entries for UPnP (rowhelper)

remove old permission box fields

427831ac 01/29/2015 09:05 AM Chris Buechler

fix input validation, = is OK here

340e8bc5 01/28/2015 06:46 PM Renato Botelho

Accept port range on Outbound NAT. Fixes #4300

52d946d8 01/28/2015 03:33 PM Renato Botelho

Merge pull request #1440 from wagonza/patch-6

e336d9ef 01/28/2015 03:23 PM Renato Botelho

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

04a893de 01/28/2015 09:26 AM Bipin Chandra

multiple allow/deny entries for UPnP (rowhelper)

with this additional change we can allow infinite number of entries
rather than just 500 due to the for loop set to a max of 500 because the
rowhelper control doesnt post as an array but just adds a number at the...

adaf6ca9 01/28/2015 08:55 AM Renato Botelho

Merge pull request #1445 from phil-davis/priv-typos

085136fe 01/28/2015 08:46 AM Bipin Chandra

multiple allow/deny entries for UPnP (rowhelper)

This patch will allow the web GUI for UPnP to enter more user specified
entries rather than just 4, I replaced the 4 boxes with one rowhelper
control

7efe99b5 01/27/2015 06:17 PM Phil Davis

Traffic Shaper Wizard Upstream SIP Server

Not being remembered and actioned.
Bug #4314

873cab16 01/27/2015 01:50 PM Renato Botelho

Teach ufslabels.sh to deal with DESTDIR, useful on installation

db4b4576 01/27/2015 12:59 PM Renato Botelho

Improve a bit sh syntax and fix it for multiple swap devices

f76cbd6f 01/27/2015 12:39 PM Renato Botelho

Fix sed syntax, -i requires a space before the parameter. Also fix regex to find swap device

6a32a3e4 01/27/2015 06:26 AM Chris Buechler

use example.com for examples

580f5eee 01/27/2015 06:21 AM Chris Buechler

these descriptions were flipped. Ticket #4273

9b527a79 01/22/2015 12:02 PM Renato Botelho

Make sure radvd is reconfigured when CARP is enabled/disabled. It should fix #4252

caaaf9ce 01/21/2015 04:36 PM Renato Botelho

Add missing require for filter.inc since vpn_ipsec_configure() calls filter_configure(). It should fix #4236

e30050b6 01/18/2015 06:05 PM Phil Davis

Unimportant typos in user and group manager

that do not effect anything.

6f1d609b 01/17/2015 12:01 AM Jared Dillard

move jquery ui css to theme folders

65f9080d 01/15/2015 09:04 PM Renato Botelho

Merge pull request #1441 from phil-davis/patch-1

81b7bc4b 01/15/2015 08:41 PM Ermal Luçi

Time to let these go

19523ce2 01/15/2015 08:20 PM Ermal Luçi

Ticket #3997 s/_vhid/_vip/g

eef9a15d 01/15/2015 07:58 PM Ermal Luçi

Ticket #3997 Put a uniq identifier on the carp settings.

89f171b0 01/15/2015 07:17 PM Ermal Luçi

Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI changes and upgrade code

fe0fa4c3 01/15/2015 06:15 PM Phil Davis

Firewall Rules Apply be friendly to other languages

Forum: https://forum.pfsense.org/index.php?topic=86808.0
Redmine: https://redmine.pfsense.org/issues/3886

print_info_box_np() when called with just the first $msg parameter has some rough tests to decide if the "Apply" button should be displayed. It checks if the translation of "apply", "save" or "create" appears in the $msg string (which is a translated string itself). If the $msg string did not translate, and thus remains in English, but gettext("apply") does translate then the e.g. Turkish word for "apply" is not going to appear in the English $msg string. So things go wrong....

a771a6ae 01/14/2015 11:34 AM Warren Baker

Add support for 0x20 DNS random bit support. Fixes #4205

10e2acb5 01/14/2015 11:28 AM Ermal Luçi

Add EAP-MSChapv2 implementation for Windows ipsec support as reported here https://forum.pfsense.org/index.php?topic=81657.15

a6a42b6d 01/13/2015 07:44 PM Ermal Luçi

Actually remove rekey/reauth from config to avoid strange issues. Ticket #4208

1fe208ec 01/13/2015 06:57 PM Ermal Luçi

To avoid issues with clashing SAIDs go back to specifying the reqid in strongswan config.

To be able to manage this first upgrade the config to assign each phase2 an reqid
Second use that during config generation

Ticket #4208

f6510207 01/13/2015 02:37 PM Bipin Chandra

Improving aesthetics.

Make title color more consistent with other pages.
Improving aesthetics.

51ef7499 01/13/2015 01:25 AM Chris Buechler

Where the P1 is disabled, show the P2s as disabled since they will be, same as in previous versions.

f285d039 01/12/2015 11:50 PM Renato Botelho

Fix IPsec widget for multiple P2, it fixes #4164