Projet

Général

Profil

Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www @ 6b71ebb7

# Date Auteur Commentaire
6b71ebb7 20 juin 2014 10:00 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

b7cc4699 20 juin 2014 10:00 Renato Botelho

Make sure single quotes are encoded and avoid javascript injection

1c179075 20 juin 2014 10:00 Renato Botelho

Use CDATA for javascript

e372d61b 20 juin 2014 10:00 Renato Botelho

Fix indent and whitespaces

2d35ba02 20 juin 2014 10:00 Renato Botelho

Simplify logic, add some protection to user input parameters

69716358 20 juin 2014 10:00 Renato Botelho

Fix whitespaces and indent

c2865098 20 juin 2014 10:00 Renato Botelho

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

ce9d5d72 17 juin 2014 20:13 Renato Botelho

Protect servicestatusfilter parameter with htmlspecialchars()

860b102a 17 juin 2014 19:53 Renato Botelho

Protect rssfeed parameters with htmlspecialchars()

62480a44 17 juin 2014 18:47 Renato Botelho

Avoid directory traversal on restorefullbackup

7be297a2 17 juin 2014 18:30 Matt Smith

Fix core dump on viewing invalid package log

1cfe5490 17 juin 2014 16:17 Renato Botelho

Remove . and / from pkg name to avoid directory traversal

73944f68 17 juin 2014 15:48 Renato Botelho

Remove id=0 from miniupnpd menu and shortcut

9ddd3418 17 juin 2014 15:33 Renato Botelho

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

aa27de6e 17 juin 2014 15:19 Renato Botelho

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

592abfa4 17 juin 2014 15:18 Renato Botelho

Remove useless code, variable is set again on next line

e41ab9aa 17 juin 2014 14:40 Renato Botelho

Escape parameters passed to shell_exec()

ee4ba9fb 17 juin 2014 14:28 Renato Botelho

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

54a9da9f 17 juin 2014 12:34 Renato Botelho

Validate starttime and stoptime format

f5629ea6 10 juin 2014 19:21 Renato Botelho

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

6da518fc 09 juin 2014 20:32 Renato Botelho

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

4cc34245 06 juin 2014 16:53 Renato Botelho

Add some protection to parameters that come through _GET

bc76b18e 31 mai 2014 02:57 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.

268258b5 29 mai 2014 15:53 Renato Botelho

Unset iflist and iflist_disabled

22ed6e3e 29 mai 2014 13:53 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

ad57eacf 14 mai 2014 17:37 Chris Buechler

add guiconfig to widgets not including it. ticket #3498

d3fa8a87 14 mai 2014 17:27 Chris Buechler

remove text not relevant to Allowed IPs. Ticket #3594

91946ea4 08 mai 2014 23:41 Renato Botelho

Merge pull request #1130 from razzfazz/status_upnp_int_port

7e736f38 08 mai 2014 12:50 Renato Botelho

Fix #3646, Revert part of 082c9d961e and fix highlight selected rules

a0dd23e0 06 mai 2014 00:35 Daniel Becker

add column for internal port on UPnP status page

b6ba57f6 01 mai 2014 07:45 Phil Davis

Fix Bug #3627 Diagnostics: Tables - Remove button dont work after update to PfSense 2.1.2

This annoyed me also, so I thought it worth finding what changes exactly broke this.
del_entry was broken on 2.1 branch by https://github.com/pfsense/pfsense/commit/fe3088b965a99772e76622d17ceae87288471edc...

19166f7d 29 avril 2014 20:36 Renato Botelho

Check the right field here

2ae50326 29 avril 2014 19:56 Renato Botelho

Unbreak 'add rule on top of the list' allowing after param to be -1

2db29614 28 avril 2014 16:56 Renato Botelho

Move clog from /usr to /usr/local

Conflicts:
etc/inc/filter_log.inc
etc/inc/system.inc
etc/rc
usr/local/www/guiconfig.inc

549b7ce2 27 avril 2014 00:20 Chris Buechler

Don't refuse to delete a bridge in the GUI just because its bridge interface doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config

2f0401af 18 avril 2014 16:34 Ermal

Remove problematic code without proper checks but even not needed here

f4065455 10 avril 2014 02:58 Phil Davis

List GWGs in Interface to send update from

Back-port of this fix done in master https://github.com/pfsense/pfsense/commit/31300a95f71b14dcb98c139388205223a36e8c8b and https://github.com/pfsense/pfsense/commit/8f56dd279432c4fd5a027310622e2650822e4651
Unfortunately this never got back-merged to 2.1 branch. A user on the forum noticed the issue again on 2.1.1 - https://forum.pfsense.org/index.php?topic=74922.0...

d22169cf 09 avril 2014 14:45 jim-p

Use an alphanumeric test rather than purely is_numericint because the ID is generated by uniqid and is not purely numeric. Fixes #3591

251a1246 04 avril 2014 15:04 Marcello Coutinho

fixes Bug #3569

On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems something with ajax
http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top

A simple return false after jquery action fixes the unwanted scroll.

2def89a2 31 mars 2014 21:39 Renato Botelho

Fix #3555, on chrome it is not initializing correct minutes when adding a new time, just drop unused php variables and set it on js

02b29d72 31 mars 2014 14:56 Renato Botelho

Revert "XHTML Compliance"

This commit broke schedules edit, it should fix #3555.

This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4.

013b4695 27 mars 2014 15:10 jim-p

Handle the reinstallall case with confirmation. Fixes #3548

51b2f811 25 mars 2014 20:06 Renato Botelho

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

b121ffad 25 mars 2014 16:29 Renato Botelho

Only consider javascript files that ends with .js

9ebe5b7c 21 mars 2014 13:31 Renato Botelho

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

141566ff 21 mars 2014 06:07 Chris Buechler

remove unused supportedbybsdperimeter tag

e538fc18 18 mars 2014 19:09 Renato Botelho

Automatic outbound NAT rules skip openvpn interfaces, lets skip them when creating the first set of manual rules too. It fixes #3528

358b6cdc 15 mars 2014 01:36 Chris Buechler

standardize URLs

b1d64b46 15 mars 2014 01:33 Chris Buechler

standardize URLs

1aadf5d5 15 mars 2014 01:29 Chris Buechler

standardize URLs

e5644377 15 mars 2014 01:28 Chris Buechler

standardize URLs

c3abc75a 15 mars 2014 01:16 Chris Buechler

standardize on https://www.pfsense.org

d1ec51ba 15 mars 2014 01:07 Chris Buechler

standardize pfsense.com references to https://www.pfsense.org

7c3cf715 15 mars 2014 01:01 Chris Buechler

fix white space

85e92a06 15 mars 2014 00:59 Chris Buechler

s/http/https/ for www.pfsense.org

46fb4fe7 14 mars 2014 14:43 Renato Botelho

Fix #3521, show correct field descr

0855a1c6 13 mars 2014 08:25 Chris Buechler

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

1274cfd4 12 mars 2014 17:03 Ermal

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

0e6cf71b 12 mars 2014 15:42 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

eaa2285c 12 mars 2014 04:44 Phil Davis

Validate rule Advanced Options numeric entries

version of pull request #1021 for 2.1 branch

ea44d3ba 11 mars 2014 20:57 Renato Botelho

Pass id variable through htmlspecialchars before print it

c805e0f3 11 mars 2014 03:39 Phil Davis

Make Firewall Rules Advanced Options open if used - 2.1 branch

This is the same code as pull request 997 but for 2.1 branch

11e4dcc7 10 mars 2014 21:17 Renato Botelho

Merge pull request #991 from phil-davis/RELENG_2_1

Return GWG IP protocol (version) when no gateway IP - 2.1 version

e6b1b1c1 10 mars 2014 19:10 jim-p

Fix order of parameters to explode() here

f3988c85 10 mars 2014 17:21 Phil Davis

Fix OpenVPN XML section name

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

cec6e65b 10 mars 2014 16:31 Renato Botelho

Merge pull request #1004 from phil-davis/patch-3

Add all advanced options to rule table hover text on 2.1 branch

5cda5039 10 mars 2014 04:41 N0YB

XHTML Compliance

Services - DNS Forwarder

d2aa08c2 10 mars 2014 00:43 N0YB

XHTML Compliance

Services - DHCP Server

2e19c70f 09 mars 2014 21:44 N0YB

XHTML Compliance

Diagnostics - Packet Capture

fe3088b9 09 mars 2014 04:41 N0YB

XHTML Compliance

Diagnostics - Tables

c5935cb4 09 mars 2014 03:01 N0YB

XHTML Compliance

VPN - PPTP - Users

65149622 09 mars 2014 02:51 N0YB

XHTML Compliance

VPN - PPTP - Configuration

2e2a9fd1 09 mars 2014 00:25 N0YB

XHTML Compliance

VPN - PPPOE

39da9cf3 08 mars 2014 23:30 N0YB

XHTML Compliance

VPN - L2TP - Users

84b48bb7 08 mars 2014 23:25 N0YB

XHTML Compliance

VPN - L2TP - Configuration

563fed49 08 mars 2014 22:11 N0YB

XHTML Compliance

VPN - IPsec - Pre-Shared Keys

19da4e75 08 mars 2014 11:00 Phil Davis

Add all advanced options to rule table hover text on 2.1 branch

Bug #3512

98669e51 07 mars 2014 21:40 N0YB

XHTML Compliance

VPN - IPsec - Mobile Clients

3d38041e 07 mars 2014 17:30 Ermal

Properly use key here.

331c50a6 07 mars 2014 14:11 Renato Botelho

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

ae0a369e 07 mars 2014 14:06 Renato Botelho

Remove unecessary quotes

c58a9ec3 07 mars 2014 04:03 N0YB

XHTML Compliance

VPN - IPsec - Tunnels

d58bee7d 06 mars 2014 21:41 N0YB

Couple Corrections

Table Cell Close Location
Style Border Typo

3ef5194d 05 mars 2014 01:45 N0YB

XHTML Compliance

VPN - OpenVPN - Client Specific Overrides

94046ff1 04 mars 2014 21:07 N0YB

XHTML Compliance

VPN - OpenVPN - Client

6c91204d 04 mars 2014 13:47 Renato Botelho

Merge pull request #993 from N0YB/RELENG_2_1

XHTML Compliance

bb30d32c 04 mars 2014 12:40 Renato Botelho

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

cacc258f 03 mars 2014 22:17 N0YB

XHTML Compliance

VPN - OpenVPN - Server

6bb99c3f 03 mars 2014 19:15 Renato Botelho

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

0a173e6b 01 mars 2014 19:56 N0YB

XHTML Compliance

Firewall - Traffic Shaper

e1002cd2 01 mars 2014 04:56 N0YB

XHTML Compliance

Firewall - Schedules - Edit

76b1d814 28 février 2014 21:57 N0YB

XHTML Compliance

Firewall - Aliases - Edit

1aad59d8 28 février 2014 21:52 Renato Botelho

Merge pull request #987 from N0YB/RELENG_2_1

XHTML Compliance

7d50bd3e 28 février 2014 21:25 N0YB

XHTML Compliance

Firewall - NAT - Npt - Edit

6d0f5a63 28 février 2014 21:25 Renato Botelho

Add an option to verify peers_identifier when it's ASN.1 distinguished name. It should fix #2904

cd962bb9 28 février 2014 14:57 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!

0344d76e 28 février 2014 12:29 Phil Davis

Tidy "gateway name - IP" in dropdown list

for 2.1 branch

b612c49f 28 février 2014 09:10 Phil Davis

Use return_gateway_groups_array() to build correct GWG list

Version for 2.1 branch

1541e25f 28 février 2014 02:51 N0YB

XHTML Compliance

Firewall - NAT - Outbound - Edit

78c74f9b 27 février 2014 22:03 Renato Botelho

Fix #3492, make sure filesystem is read-write