Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
07130afe 03/25/2014 10:32 PM ayvis

removed duplicate type=text/javascript
added type for <script>

0a6dc462 03/25/2014 07:06 PM Renato Botelho

Fix days and weeks selection on schedules, reported at https://forum.pfsense.org/index.php?topic=74101.0

6fba8620 03/25/2014 05:35 PM Renato Botelho

Merge pull request #1031 from ayvis/master-br-patch

replaced uppercase html tags with lowercase

26661ec9 03/25/2014 03:28 PM Renato Botelho

Only consider javascript files that ends with .js

bf2ce0e5 03/24/2014 09:18 PM Ermal LUÇI

Correct description of delete button

08d47f75 03/24/2014 08:08 PM Ermal LUÇI

Somehow these got changed to /usr/local/sbin/ipfw instead of /sbin/ipfw

9183e80c 03/24/2014 08:01 PM Ermal LUÇI

Correct even here the change from name to zoneid

de22e9ca 03/21/2014 08:38 PM ayvis

syntax error

6b5c8143 03/21/2014 06:24 PM Warren Baker

Add TXT Support

7e95984f 03/21/2014 06:02 PM Warren Baker

Ensure options are still checked after post

a6bb4e06 03/21/2014 12:25 PM Renato Botelho

Detect Zones and Cores for thermal sensors using regex, it fixes #3337

6dc2a349 03/21/2014 05:06 AM Chris Buechler

remove unused supportedbybsdperimeter tag

0786eb3a 03/20/2014 07:57 PM Warren Baker

Make sure post variables are available for form re-population

16da09a2 03/20/2014 07:39 PM Warren Baker

Fix display of port

fff4a9d1 03/20/2014 07:34 PM Warren Baker

Various cleanups and shuffle of fields

1b34f8a7 03/20/2014 07:26 PM Ermal LUÇI

Add require_once where needed to avoid redeclaration from nested includes

b58cb288 03/20/2014 06:27 PM Ermal LUÇI

Fix abvious error in string building

691a0346 03/19/2014 10:44 PM ayvis

syntax errors

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

ec879e3d 03/19/2014 09:12 PM ayvis

replaced BR with br
replaced uppercase html tags with lowaercase

f3bdba41 03/19/2014 03:50 PM Ermal Luçi

Merge pull request #907 from PiBa-NL/openvpn_client_usercredentials

openvpn, allow for entering client user credentials in the WebGUI

1d7ba683 03/18/2014 07:09 PM ayvis

replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8

7f7626ba 03/17/2014 02:17 PM Renato Botelho

Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br

34e2973e 03/15/2014 12:33 AM Chris Buechler

standardize URLs

e1a456e6 03/15/2014 12:30 AM Chris Buechler

standardize URLs

0734024c 03/15/2014 12:28 AM Chris Buechler

standardize URLs

97b18166 03/15/2014 12:21 AM Chris Buechler

standardize URLs

184016fc 03/15/2014 12:15 AM Chris Buechler

standardize on https on www.pfsense.org

5721595b 03/15/2014 12:08 AM Chris Buechler

standardize on https://www.pfsense.org

c7281770 03/15/2014 12:04 AM Chris Buechler

standardize on www.pfsense.org and HTTPS, point package URLs to
packages.pfsense.org

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e1d68dde 03/14/2014 01:43 PM Renato Botelho

Fix #3521, show correct field descr

541e0b77 03/13/2014 07:24 AM Chris Buechler

fix text, remove product_website mentions here since that's not actually used anyway.

f3f04169 03/12/2014 04:03 PM Ermal LUÇI

Use descr prepended to voucher fields containing descriptions to have them encoded as CDATA. Fixes #3441

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

49f3f28f 03/11/2014 07:57 PM Renato Botelho

Pass id variable through htmlspecialchars before print it

29d2b4e2 03/11/2014 05:32 PM Phil Davis

Validate rule Advanced Options numeric entries

This makes sure the user puts in ordinary positive integers like "1" and "42" in these advanced options fields. It prevents everything else, including dodgy-looking possibilities like "007" which might actually work OK, but it is safer to allow just plain "7"....

ce99dba2 03/11/2014 12:53 PM Renato Botelho

Merge pull request #1010 from PiBa-NL/alias_allow_delete

firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present)

52c7f0d4 03/10/2014 06:12 PM Jim Pingle

Fix order of parameters to explode() here

6258aeeb 03/10/2014 04:03 PM Phil Davis

Fix OpenVPN XML section name

Forum https://forum.pfsense.org/index.php?topic=73479.0

a9fc108f 03/09/2014 04:16 PM Pi Ba

firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present)

f0c1ce21 03/08/2014 09:56 AM Phil Davis

Add all advanced options to rule table hover text

Bug #3512

e327358b 03/07/2014 05:49 PM Ermal LUÇI

Properly use key here.

41602469 03/07/2014 05:12 PM Luiz Gustavo Costa

better make of gettext in expression (thanks rbgarga)

15e47776 03/07/2014 05:00 PM Luiz Gustavo Costa

more fix some variables gettext

e28307d0 03/07/2014 04:52 PM Luiz Gustavo Costa

fix some variables gettext

eecbeec4 03/07/2014 01:10 PM Renato Botelho

Skip input validation when choosing an existing certificate, it should fix #3505

4655b2cd 03/07/2014 01:05 PM Renato Botelho

Remove unecessary quotes

3f9586b6 03/07/2014 10:20 AM Renato Botelho

Merge pull request #997 from phil-davis/master

Make Firewall Rules Advanced Options open if used

fd839842 03/07/2014 04:28 AM Phil Davis

Refine check for existence of rule advanced options

8c3cba99 03/06/2014 07:57 PM Renato Botelho

Merge pull request #995 from ayvis/master-syntax-errors

syntax errors correction

f37e37bb 03/06/2014 07:19 PM Ermal LUÇI

Remove not needed anymore function

bd9d6e0e 03/05/2014 05:29 AM Phil Davis

Make Firewall Rules Advanced Options open if used

Currently, if there are some settings defined in Firewall Rules Edit, Advanced Features, Advanced Options, the Advanced Options section is left minimized when the Firewall Edit screen is displayed. This makes it easy for a user to not notice that there are some Advanced Options settings....

56b490ba 03/04/2014 09:09 PM ayvis

syntax errors corrected

ebe2b407 03/04/2014 01:03 PM Renato Botelho

Merge pull request #984 from phil-davis/master

Return GWG IP protocol (version) when no gateway IP

faddd381 03/04/2014 12:52 PM Renato Botelho

Merge pull request #992 from Doncuppjr/master

Add UEFI support to Network Boot options.

b6096065 03/04/2014 11:40 AM Renato Botelho

Remove alert confirmation to delete a package, today user need to confirm twice

de9ac478 03/03/2014 06:16 PM Renato Botelho

Validate if src OR dst have IP address set when protocol is IPv4+v6. Fixes #3499

7023c602 03/03/2014 05:47 AM Charlie Root

Added support for UEFI booting to Network Booting configuration.
modified: conf.default/config.xml
modified: etc/inc/services.inc
modified: usr/local/www/services_dhcp.php

088a4eed 02/28/2014 02:00 PM Phil Davis

Tidy up GWG dropdown selection tests

Tested this making a new rule, and editing existing IPv4, IPv6 and IPv4+Ipv6 rules, and switching the IP version on an existing rule. Seems to work!

fa94f1e1 02/28/2014 11:28 AM Phil Davis

Tidy "gateway name - IP" in dropdown list

While I notice this also, for a plain gateway, the current IP address is also listed in the dropdown list text, like "WAN_DHCP - 10.42.11.1". If there is no IP address currently, it might say "WAN_DHCP - dynamic". But for some DHCP gateways that have not had any non-default manual settings done, it can say "OPT1_DHCP ". This gets rid of the silly-looking ""

d47e25c7 02/28/2014 07:48 AM Phil Davis

Use return_gateway_groups_array() to build correct GWG list

Now return_gateway_groups_array() always returns at least the IP version 'ipprotocol' of each GWG, even if all its members are down at present. It is better to use this to check what IP version the GWG is. The previous check was using the IP address of the first member of the GWG to deduce 'ipprotocol'. That would fail if the WAN was DHCP and was down.

920dbb26 02/27/2014 09:03 PM Renato Botelho

Fix #3492, make sure filesystem is read-write

c7fbdd6c 02/27/2014 04:39 PM Ermal LUÇI

Make the IPSec status page work with strongswan

d7d6e57a 02/27/2014 10:51 AM Renato Botelho

Fix #3486, delete /var/crash content when click 'No'

df0878b0 02/26/2014 04:24 PM Ermal LUÇI

Add a function to read the status of connections/SAs/SPDs from smp plugin of StrongSWAN. No need to go through the setkey dumps

f7e481dd 02/25/2014 07:48 PM Stilez y

Port dropdowns: Put port no. after descrip

At the moment, even if a port number is entered, it's re-displayed only as a port name when editing. Users who don't have port names -> numbers lookup memorised can't easily confirm when editing a rule, that the port is as intended. Then, when they return to firewall_rules.php the same rules have ports displayed as numbers not names (inconsistent)....

c6efc8fd 02/25/2014 10:10 AM Ermal LUÇI

Push log changes for IPSec and fix generation of strongswan.conf and ipsec.secrets to be properly considered

b5388f03 02/24/2014 03:25 PM Renato Botelho

Fix #2302, save custom uploaded l7 pattern files on config.xml and replicate it to slave

1b90e2d5 02/24/2014 03:25 PM Renato Botelho

Fix whitespaces and indent

cfd3676d 02/23/2014 07:09 AM N0YB

This one too.

4a2c47fe 02/23/2014 05:04 AM N0YB

Element id's are to be unique. 'provider' used is elsewhere.

ca4467bc 02/23/2014 04:50 AM N0YB

Better done globally here in the function.

6e31ca39 02/23/2014 02:30 AM N0YB

XHTML Compliance

Interfaces

c95b52d5 02/21/2014 11:55 PM Andrea Tuccia

Update firewall_rules_edit.php

PIM protocol for firewall rules.

796587a9 02/21/2014 03:51 PM Ermal LUÇI

These are remenants of old 1.2 remove them from the wizard

38cb3c39 02/20/2014 07:56 AM Phil Davis

Make a good copy of PHP_errors.log for crash reporter

Forum report https://forum.pfsense.org/index.php/topic,72877.0.html

d3515e02 02/19/2014 04:00 PM Ermal Luçi

Merge pull request #938 from nagyrobi/patch-12

Create ntp_status.widget.php

dcbf41b0 02/19/2014 04:00 PM Ermal Luçi

Merge pull request #937 from nagyrobi/patch-11

Create ntp_status.inc

cfce004f 02/19/2014 03:59 PM Ermal Luçi

Merge pull request #936 from nagyrobi/patch-10

Update status_rrd_graph_settings.php

0a3adf06 02/19/2014 03:59 PM Ermal Luçi

Merge pull request #935 from nagyrobi/patch-9

Update status_rrd_graph_img.php

a386971b 02/19/2014 03:59 PM Ermal Luçi

Merge pull request #934 from nagyrobi/patch-8

Update status_rrd_graph.php

cc734323 02/19/2014 03:58 PM Ermal Luçi

Merge pull request #933 from nagyrobi/patch-7

Update status_ntpd.php

b3974c79 02/19/2014 03:58 PM Ermal LUÇI

Make this usable

8988ab95 02/19/2014 03:44 PM Ermal Luçi

Merge pull request #932 from nagyrobi/patch-6

Create services_ntpd_pps.php

a3498099 02/19/2014 03:36 PM Ermal LUÇI

Correct some issues on status

6216c1b5 02/19/2014 03:29 PM Ermal Luçi

Merge pull request #931 from nagyrobi/patch-5

Create services_ntpd_gps.php

482c93e5 02/19/2014 03:28 PM Ermal LUÇI

Another fix even for XHTML compliance and proper selection

08005d0a 02/19/2014 03:27 PM Ermal LUÇI

Fix some obvious problems in the code

aa1183ef 02/19/2014 03:21 PM Ermal Luçi

Merge pull request #930 from nagyrobi/patch-4

Update services_ntpd.php

6b2df902 02/19/2014 02:27 PM Ermal Luçi

Merge pull request #947 from stilez/patch-2

Filter log - ensure IPv6 AJAX resolve works too

30a84036 02/19/2014 02:09 PM Stilez y

Filter log - ensure IPv6 AJAX resolve works too

Using str_replace(array('.', ':') as asked

8fc2a648 02/19/2014 01:07 PM Stilez y

Filter log - ensure IPv6 works too

0c8cc915 02/19/2014 12:53 PM Phil Davis

Remove old webguiport code

webguiport is managed in system_advanced_admin.php these days, not here in system.php. This validation is never executed, so might a well clean up old unused code.

96fc5388 02/19/2014 11:23 AM Renato Botelho

Merge pull request #945 from phildd/master

Enhance interface gateway data entry descriptions

e2a6a6fb 02/19/2014 10:41 AM Phillip Davis

Enhance interface gateway data entry descriptions

db8450cb 02/19/2014 08:50 AM Ermal Luçi

Merge pull request #939 from phil-davis/master

Dodgy-looking stuff in graph calculations

b1455571 02/19/2014 07:57 AM Ermal Luçi

Merge pull request #659 from mss/extended-query-example-work

Improve LDAP DN examples

45c9de4e 02/19/2014 07:53 AM Ermal Luçi

Merge pull request #943 from stilez/patch-1

AJAX-ify DNS lookups in standard firewall/filter

3e38084b 02/19/2014 07:50 AM Ermal LUÇI

The msgbox is no longer needed since there will be a validation process per se