Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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.

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;

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

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

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

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

daa169f7 06/11/2014 05:23 AM Chris Buechler

remove extra .

f2c86031 06/10/2014 05:20 PM Renato Botelho

Be more precise to match members of a bridge interface, it should fix #3637

6a0f34b8 06/09/2014 06:32 PM Renato Botelho

Do not allow interface group name to be bigger than 15 chars, helps ticket #3208

2f9951fe 06/06/2014 02:48 PM Renato Botelho

Add some protection to parameters that come through _GET

56898132 06/05/2014 09:44 PM Colin Fleming

Tidy up misc. widgets XHTML

captive_portal_status.widget.php
Remove NAME from TABLE tag, not valid in XHTML

carp_status.widget.php
Add missing closing TD tag

dyn_dns_status.widget.php and
installed_packages.widgete.php
Update TD class to single line

load_balancer_status.widget.php...

2690afba 06/05/2014 06:41 PM Colin Fleming

Update "pkg_edit.,php"

"custom_php_after_head_command", if the PHP code also contains
JavaScript ("squid_auth.xml" for example) then this will cause HTML
errors, as you are not supposed to have anything between the closing
HEAD tag and the opening BODY tag....

88e545b4 06/04/2014 07:25 PM Jim Pingle

Whitespace fixes

2da48592 06/04/2014 07:22 PM Jim Pingle

Allow the user to select "None" for OpenVPN client certificate, so long as they supply and auth user/pass. Ticket #3633

df13b077 06/04/2014 06:17 PM Jim Pingle

Just use ID here instead.

5344099a 06/04/2014 06:13 PM Jim Pingle

Various fixes to diag_dump_states.php (Add interface column, some extra validation safety, etc). Should fix #2121

29732bc3 06/03/2014 05:39 PM Renato Botelho

Update csrf-magic to 1.0.4

ee7f5e7a 06/03/2014 12:33 PM Renato Botelho

Merge pull request #1226 from ExolonDX/branch_master_04

f1330391 06/03/2014 12:33 PM Renato Botelho

Merge pull request #1225 from ExolonDX/branch_master_03

ccc3b027 06/03/2014 12:33 PM Renato Botelho

Merge pull request #1224 from ExolonDX/branch_master_02

580a6561 06/03/2014 12:12 PM Colin Fleming

Tidy up "status_queues.php" XHTML

Add closing BODY and closing HTML tags if "traffic shaping is not
configured."

2a351d32 06/03/2014 12:08 PM Colin Fleming

Tidy up "status_openvpn.php" XHTML

Move the closing FORM tag after the PHP check if there are any OpenVPN
instances.

e6f98d5b 06/03/2014 11:52 AM Colin Fleming

Tidy up "diag_dns.php" XHTML

Move the "=" sign into the first table cell, this allows the output to
line up in the second cell,
Tidy up the table from the "resolution time" output.

26509223 06/03/2014 11:28 AM Colin Fleming

Tidy up "crash_reporter.php" XHTML

Tidy up Paragraph tags
Close INPUT tags

0db055f0 06/02/2014 11:27 AM Renato Botelho

Merge pull request #1219 from nagyrobi/patch-13

0bb15b99 05/31/2014 02:40 PM Jim Pingle

Fix filename

cac386b6 05/31/2014 01:01 AM Chris Buechler

remove openbgpd bits from system_gateways_edit and system.inc. The package
match is case-sensitive and hasn't matched the openbgpd package's name in
at least 5 years, so it doesn't do anything. It's far from functional in
any useful manner even fixing that issue.

24c57e72 05/30/2014 06:40 PM Jim Pingle

Drop a note on the page about how to repair a failed mirror.

52398a6b 05/30/2014 06:15 PM Jim Pingle

Bring in proper gmirror support for the GUI and notifications.
Made a general gmirror library to perform various gmirror tasks and get information, using some of the former widget logic to start. Updated widget to use this new code.
Added a Diag > GEOM Mirrors page that displays information about existing mirrors and perform various management tasks. Current actions include rebuilding a drive, forgetting disconnected mirror drives, insert/remove, deactivate/activate, clearing medatada. It's now possible to use the GUI to rebuild a failed mirror by performing a forget, then insert action to replace a missing/dead drive....

ae73fcb1 05/29/2014 02:29 PM Renato Botelho

Merge pull request #1220 from ExolonDX/branch_master_01

7786daaa 05/29/2014 02:18 PM Colin Fleming

Tidy up "diag_tables.php" XHTML

Add BODY tag
Add ACTION to FORM tag
Add CDATA section to SCRIPTS
Remove NAME from OPTION tag, not valid in XHTML
Update HTML Boolean operators
Add SUMMARY to TABLE
Close IMG tag and add ALT
Move closing Anchor tag into PHP staement...

36b9bb28 05/29/2014 01:53 PM Renato Botelho

Unset iflist and iflist_disabled

4e6b0a0e 05/29/2014 12:20 PM robi robi

Update services_ntpd.php

Add validation for the case of no server specified, fall back to pool.ntp.org

6e73977b 05/29/2014 11:52 AM Renato Botelho

Show disabled interface when it was already part of interface group, it avoids to show a random interface instead and let user to add it by mistake. It should fix #3680

5635eec8 05/29/2014 06:41 AM Daniel Becker

bring protocols on NAT edit page more in line with rule edit page

499f6e20 05/28/2014 08:14 PM Renato Botelho

Merge pull request #1217 from nagyrobi/patch-15

612b6ad6 05/28/2014 08:01 PM Renato Botelho

Merge pull request #1212 from ExolonDX/branch_master_04

4f280a4a 05/28/2014 08:01 PM Renato Botelho

Merge pull request #1211 from ExolonDX/branch_master_03

0e1a4b55 05/28/2014 08:00 PM Renato Botelho

Merge pull request #1210 from ExolonDX/branch_master_02

e2935a75 05/28/2014 08:00 PM Renato Botelho

Merge pull request #1209 from ExolonDX/branch_master_01

151693da 05/28/2014 07:52 PM robi robi

Update services_ntpd_gps.php

Fixed MRC->RMC typos in sentence types, display and fine-tuning for SureGPS card.

504e5fd4 05/28/2014 06:00 PM Jim Pingle

Use script-friendly gmirror status output to build this info, old method was breaking output when the mirror was being rebuilt.

aa7ec418 05/27/2014 01:34 PM Ermal LUÇI

Make logging of pass rules opt-in rather than opt-out

1fd46d44 05/27/2014 01:14 PM Ermal LUÇI

Split the setting of logging pass and block into 2 separate settings. Maybe this can be extended to control even the user rules?

d7582888 05/27/2014 12:59 PM Renato Botelho

Trim whitespaces from options text and fix #3674

587ecd08 05/27/2014 11:39 AM Colin Fleming

Tidy up "system_firware" XHTML

Remove WRAP from TEXTAREA and add Javascript to add wrap hard

b3733e10 05/27/2014 11:33 AM Colin Fleming

Tidy up Ampersand XHTML

Deprecate Ampersand in Anchor tags