Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
aeb44799 08/04/2014 03:34 PM Renato Botelho

Fix #3790. Fix IPv6 Prefix ID check using interface user choose before save

9b915686 08/01/2014 08:39 PM Ermal LUÇI

Use a uniqid() to track phase2 entries to avoid confustion and various mistakes when modifying and editing them.

f84b7bff 07/25/2014 07:42 PM Matthew Smith

Add message about Gold to setup wizard and menu/link to Gold signup.

f3d88511 07/25/2014 03:48 PM Renato Botelho

Fix #3575, do not allow user to set IPs for GRE interfaces on interface edit page.

75de6b29 07/25/2014 01:32 PM Jim Pingle

Fix redirect after editing permissions

6141a91b 07/25/2014 12:15 PM Renato Botelho

Disable bandwidth checks for PRIQ, it should fix #3537

c8f89a40 07/25/2014 11:58 AM Renato Botelho

Fix field name that cannot contain spaces, and use displayname

cdcbc988 07/25/2014 11:57 AM Renato Botelho

Fix scheduler field name

6f1d690c 07/25/2014 11:35 AM Renato Botelho

Fix field name that cannot contain spaces, and use displayname

52cacff8 07/25/2014 11:34 AM Renato Botelho

Fix field name

260a6901 07/24/2014 09:28 PM Renato Botelho

Strict checks for number of WANs and LANs on wizard

e75a787f 07/24/2014 09:28 PM Renato Botelho

Fix number of WAN / LAN interfaces detection for dedicated wizard

46cbc96e 07/24/2014 09:28 PM Renato Botelho

Try to guess number of WANs

3ab6aff7 07/24/2014 09:28 PM Renato Botelho

Try to guess number of WANs and LANs

dad05dac 07/24/2014 09:28 PM Renato Botelho

Fix number of WAN and LAN connections check

070aeff3 07/24/2014 09:28 PM Renato Botelho

Just show right type of interfaces (LAN/WAN) on traffic shapper wizards, it fixes #3535

c1d09bfe 07/24/2014 09:28 PM Renato Botelho

Remove 'multi lan/single wan' and 'multi wan/single lan' traffic shaper wizards, multi lan/wan can be used to replace any of them

71802285 07/24/2014 09:28 PM Renato Botelho

Replace exec() and system() calls by internal functions

ba782be2 07/24/2014 09:28 PM Renato Botelho

Fix indent and whitespaces

4844813b 07/24/2014 09:28 PM Renato Botelho

Fix indent and whitespaces

d6933213 07/24/2014 09:28 PM Renato Botelho

Fix indent and whitespaces

bc53fec6 07/22/2014 07:39 PM Renato Botelho

Use SERVER_NAME instead of HTTP_HOST env var, it doesn't have port, then it avoids wizard end point to wrong IPv6 address. It should fix #3550

de467f00 07/19/2014 04:01 AM N0YB

System: Firmware: Settings

Updater Settings Tab
system_firmware_settings.php

Line 488, Column 43: value of attribute "type" cannot be "input"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button"...

d806061c 07/18/2014 01:33 PM Renato Botelho

Merge pull request #1232 from N0YB/Widget_Gateways

f4b75912 07/18/2014 01:32 PM Renato Botelho

Merge pull request #1235 from N0YB/Mixed_Case_Hostname

5847917c 07/18/2014 01:31 PM Renato Botelho

Merge pull request #1236 from N0YB/Widget_Services_Status

34bb3ffc 07/18/2014 01:29 PM Renato Botelho

Merge pull request #1237 from N0YB/XHTML_Compliance_System_Menu

615ae81f 07/16/2014 02:13 PM Renato Botelho

Review all parameters on unbound main GUI, fix boolean params and add missing ones. Also make it work properly with 'apply'

f7e6c49a 07/16/2014 02:12 PM Renato Botelho

Use the apply trigger for unbound acls to avoid restart unbound every time

a88ec513 07/16/2014 12:58 PM Renato Botelho

Fix indent and whitespaces

c538f864 07/16/2014 12:56 PM Renato Botelho

Some GUI tweaks on unbound main screen

dbf81496 07/16/2014 12:42 PM Renato Botelho

Improve unbound ACL edit page to use correct classes and jquery.ipv4v6ify.js

cb79dc0d 07/16/2014 12:17 PM Renato Botelho

Fix acl item removal

026f3639 07/16/2014 11:48 AM Renato Botelho

Few GUI tweaks on unbound ACL page

18eb5d0e 07/15/2014 09:48 PM Renato Botelho

Fix multiple issues on unbound advanced options GUI:

- Drop many wrong key assignments to pconfig
- Add missing keys to pconfig
- Deal fine with boolean parameters
- Mark subsystem dirty to require apply button
- Drop calls to enable_change()
- Remove unecessary js function enable_change()...

861b9b7a 07/14/2014 03:07 PM Jim Pingle

Allow hostnames in bulk import since they are valid entries in a network type alias.

5a582d33 07/11/2014 09:35 PM Renato Botelho

Merge pull request #1242 from ExolonDX/branch_master_01

e860ec1d 07/11/2014 07:27 PM Jim Pingle

Fix PHP script closing tag placement.

971de1f9 07/07/2014 11:06 PM Renato Botelho

Convert almost all /sbin/sysctl calls to php functions

aae16684 07/07/2014 01:52 PM Renato Botelho

Fix indent

be0af33e 07/03/2014 09:07 PM Renato Botelho

Add missing $g to global, as noted on pull request 1249

d461583b 07/03/2014 12:26 PM Renato Botelho

Change Cancel button to call history.back() as done in Firewall Rules, the current method has issues with IE 11, it should fix #3728

6916360e 07/02/2014 07:20 PM Jim Pingle

Also check and verify the package server's SSL certificate if using HTTPS. Issue 484
Our current XMLRPC client version doesn't have support on its own to validate this in a way we can use to test in a usable for printing an error message. For now, a cURL query to the XMLRPC URL is used in its place.

7c8f3711 07/02/2014 04:07 PM Jim Pingle

More refinements to the unofficial package repository warning ( Issue #484 ) -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.

c55dfc4a 07/01/2014 07:22 PM Jim Pingle

Detect if an unofficial package repository is in use and warn the user. Part of issue #484 (more to go)

7f394d3e 07/01/2014 04:35 PM Renato Botelho

Stop calling auto_login() here since it's already called inside setup_serial_port()

939f4e39 06/30/2014 01:47 PM Renato Botelho

Fix #3725:

- Fix match_filter_field() and also simplify logic
- Fix $filterfieldsarray initialization
- Avoid to have double spaces on filterfieldsarray['act']
- Fix filter on Firewall Logs

0ffc4a7b 06/27/2014 02:56 PM Renato Botelho

Add a BETA key for PBI signature check, this will be replaced by the final one before RELEASE. Ticket #3365

4887afa1 06/26/2014 07:44 PM Renato Botelho

Set default serial speed to 115200 for 2.2, fixes #3715

4b167dcd 06/25/2014 03:18 PM Renato Botelho

Merge pull request #1238 from DasTestament/master

b176474b 06/24/2014 07:18 PM Dmitriy K.

Update vpn_openvpn_server.php

4be2bfed 06/24/2014 07:15 PM Dmitriy K.

Update vpn_openvpn_client.php

0d26e77c 06/24/2014 03:06 PM Renato Botelho

Merge pull request #1241 from Gertjanpfsense/master

c15b5ed8 06/24/2014 03:00 PM Renato Botelho

Fix dscp values and provide a config upgrade to fix values stored in config.xml. This is a proper fix for #3688

fbe0c5ff 06/23/2014 10:26 PM Colin Fleming

Tidy up misc. XHTML

"diag_dns.php"
Tidy up "equals sign"

"services_captiveportal.php"
Add space to OPTION tag
Update HTML Boolean operator
Close INPUT and BR tags

"services_captiveportal_hostname.php"
Update ALIGN to MIDDLE

"services_captiveportal_vouchers.php"...

5d792074 06/23/2014 05:41 PM Gertjan KROEB

Update status_captiveportal.php

Don't ask to select a zone if there is only ONE.

1657cfd2 06/21/2014 09:23 PM N0YB

oops, that wasn't supposed to be removed.

60a5f9de 06/21/2014 09:16 PM N0YB

Use count($array) where applicable, instead of a $rowIndex increment.

bfa22b15 06/20/2014 03:59 PM Dmitriy K.

Update vpn_openvpn_server.php

removed comments

34c0adfc 06/20/2014 03:56 PM Dmitriy K.

Update vpn_openvpn_client.php

removed comments

df203cb8 06/20/2014 12:35 PM Renato Botelho

Merge pull request #1218 from razzfazz/nat_add_missing_protocols_master

902da388 06/19/2014 04:04 PM Renato Botelho

Remove also . and / from graph

bc27c6d1 06/19/2014 03:29 PM Renato Botelho

Remove more backticks

57627d9f 06/19/2014 03:26 PM Renato Botelho

Fix status_rrd_graph_img.php and also improve it:

- Remove escapeshellarg that broke command line
- Only remove dangerous chars to avoid command injection
- Replace all `hostname` calls by php_uname('n')
- Replace all `date` calls by strftime()
- Add $_gb to collect possibly garbage from exec return

bef10560 06/19/2014 02:30 PM Renato Botelho

Make sure single quotes are encoded and avoid javascript injection

daeab6c4 06/19/2014 02:29 PM Renato Botelho

Fix indent and whitespaces

aba02f65 06/18/2014 07:54 PM Renato Botelho

Simplify logic, add some protection to user input parameters

f334f8bf 06/18/2014 06:38 PM Renato Botelho

Fix whitespaces and indent

bef9f697 06/18/2014 04:46 PM Renato Botelho

We need to allow subdirectories under /usr/local/pkg, here is the proper fix

08f30320 06/18/2014 11:21 AM Renato Botelho

Change the option for webconfig login autocomplete from opt-in to opt-out, also bump config version and write a function to keep the current status on upgrades

56bd2035 06/18/2014 01:37 AM Jim Pingle

Fix syntax error

2b641a08 06/17/2014 06:13 PM Renato Botelho

Protect servicestatusfilter parameter with htmlspecialchars()

e4921058 06/17/2014 05:53 PM Renato Botelho

Protect rssfeed parameters with htmlspecialchars()

5de32d52 06/17/2014 04:47 PM Renato Botelho

Avoid directory traversal on restorefullbackup

b67cdd05 06/17/2014 04:37 PM Matthew Smith

Fix core dump on viewing invalid package log

7145cd87 06/17/2014 02:17 PM Renato Botelho

Remove . and / from pkg name to avoid directory traversal

c3936caf 06/17/2014 01:48 PM Renato Botelho

Remove id=0 from miniupnpd menu and shortcut

69eb2e29 06/17/2014 01:33 PM Renato Botelho

Avoid directory traversal when reading package xml files, also check if file exists before try to read it

d09ff9ef 06/17/2014 01:19 PM Renato Botelho

Make sure variables are escaped, also replace exec calls to run rm by unlink_if_exists()

65eb0f61 06/17/2014 01:19 PM Renato Botelho

Remove useless code, variable is set again on next line

45438fd3 06/17/2014 12:40 PM Renato Botelho

Escape parameters passed to shell_exec()

76c4ff0e 06/17/2014 12:31 PM Renato Botelho

Be more careful with host parameter and make sure it's escaped when call shell functions

65f815dd 06/17/2014 10:33 AM Renato Botelho

Validate starttime and stoptime format

c7264382 06/17/2014 07:38 AM Dmitriy K.

Default values for verb if it is not set when edit

caf58ced 06/17/2014 07:09 AM Dmitriy K.

a bit of refactoring

forgot to sync _server.php with _client.php naming style

b9e9903d 06/17/2014 07:01 AM Dmitriy K.

patchpack1

-Fix #3401 (Added tun option "Disable IPv6"
-Added new options: route-nopull, route-noexec, verb;

2464e353 06/16/2014 10:14 PM N0YB

XHTML Compliance - System Menu

Enforce select option

ef462f25 06/16/2014 06:00 PM Jim Pingle

Make the byte counts on OpenVPN status human readable rather than huge unformatted numbers.

b4e9a4da 06/16/2014 07:14 AM N0YB

XHTML Compliance - System Menu

Advanced - Admin Access Tab
Advanced - Firewall / NAT Tab
Cert Manager - Certificate Revocation Tab
User Manager - Users Tab
User Manager - Groups Tab

959c12cf 06/15/2014 09:50 AM N0YB

Remove Status Verbiage. Consumes too much realestate in widget. Status icon without the verbiage is sufficient in widget view.

f1a34790 06/15/2014 12:36 AM N0YB

Hostnames are not case restrictive.

061ac3f3 06/13/2014 06:11 PM N0YB

Better string check

6f3d2063 06/13/2014 11:59 AM Renato Botelho

Replace Header() calls by lowercase

bcfd894e 06/13/2014 11:36 AM Renato Botelho

Merge pull request #1229 from ExolonDX/branch-master_06

718af29d 06/13/2014 11:36 AM Renato Botelho

Merge pull request #1228 from ExolonDX/branch_master_05

f5b26faa 06/13/2014 08:17 AM N0YB

Remove htmlspecialchars() call for a fixed string.

cbe38717 06/12/2014 09:06 PM Ermal LUÇI

Bring the code of captiveportal up to speed with its module counterpart requirments

859a5304 06/12/2014 11:59 AM Renato Botelho

Fix #3665, show IPSec tunnel description on status page

bd757043 06/12/2014 11:33 AM Renato Botelho

Fix a typo on variable name

6186c00a 06/12/2014 11:16 AM Renato Botelho

Fix td class