Projet

Général

Profil

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

univnautes / usr @ cce09d94

# Date Auteur Commentaire
cce09d94 09 octobre 2014 18:42 Phil Davis

Ticket #3860 Correctly display SMTP SSL TLS boxes

After using the "Test" button, $_POST['smtpssl'] and $_POST['smtptls'] was 'on' or null - this got blindly copied back into $pconfig[] and resulted in the state of the SSL/TLS/STARTTLS checkboxes not being redisplayed....

c5cfa06b 26 septembre 2014 18:01 Phil Davis

Minor fixes to firewall_aliases_edit

for 2.1 branch

9ec8e1f2 19 septembre 2014 19:16 Renato Botelho

Allow hostname to start with '@.' for namecheap. It fixes #3568

e5b3335a 18 septembre 2014 20:57 Renato Botelho

Do not call write_config() when click on Apply Changes because it was already done and it causes dhcpd to restart one more time on secondary nodes. It fixes #3797

cc265e2e 17 septembre 2014 15:34 Renato Botelho

Deduplicate <form>, fixes #3864

929dfb4c 11 septembre 2014 19:23 jim-p

Add pages missing from the Status > Traffic Graph privilege that are required for the full page to load

ffda0775 11 septembre 2014 04:10 Phil Davis

Standardise size of Duplicate Slice button

The Duplicate Slice button currently is displayed in smaller text and in a row of its own, separate from the row above that has the rest of the "Duplicate bootup slice" text and slice selection.
This change puts the button in the same row as the slice selection and text, and makes the button text be the same size as the text in other buttons on this page....

be32a003 10 septembre 2014 20:39 Renato Botelho

Delete IP Alias on CARP VIP interface on secondary node when it's deleted on primary. It fixes #3855

7397f643 10 septembre 2014 20:39 Renato Botelho

Fix operator

ccefd603 09 septembre 2014 16:53 Renato Botelho

Import fix for http://bugs.jquery.com/ticket/9521

1b5675a7 04 septembre 2014 12:47 Renato Botelho

Mark host as up or down before execute script, then script can use this information.

Submitted by: Jean Debogue <>

990162e3 30 août 2014 18:38 Renato Botelho

Remove some redundancy and simplify changes made on last commit

ce3ef2e7 29 août 2014 23:01 Renato Botelho

Replace GET by POST, it fixes #3833

7486c1f6 29 août 2014 19:41 Renato Botelho

Do not reconfigure dhcpd twice on secondary after config sync. Fixes #3797

ab6558b6 25 août 2014 19:33 Renato Botelho

Alias name cannot have more than 31 chars, add maxlength here just as an extra check. Ticket #3827

7f00d47e 21 août 2014 12:32 Renato Botelho

Fix text description for interface mismatch, fixes #3820

2a07df85 21 août 2014 01:41 Jared Dillard

Merge branch 'RELENG_2_1' of git.pfmechanics.com:pfsense/pfsense into RELENG_2_1

41312f7f 21 août 2014 01:39 Jared Dillard

fix top nav to fit gold in non-default themes

fa8be5de 19 août 2014 20:33 Matt Smith

non-css parts of gold menu

bdde98fc 19 août 2014 19:59 Jared Dillard

fix spacing in pfsense_ng topnav

086e76dc 15 août 2014 14:40 jim-p

Ensure this is always an array to avoid a PHP error from foreach.

e35ec763 11 août 2014 21:04 Renato Botelho

Do not reset source and destination port range values when it's an associated rule created by nat port forward. It fixes #3778

ffb8e02f 08 août 2014 18:36 jim-p

Avoid generating an invalid racoon config if the user specified a mobile pool that is too small.

889c83d7 08 août 2014 17:22 jim-p

Require click-through POST confirmation when restoring or deleting a configuation from the backup history page.

8108b423 08 août 2014 16:26 jim-p

Remove javascript alert DNS resolution action from the firewall log view. It was already removed from 2.2, and it's better not to allow a GET action to perform that action.

a9d6ac9a 08 août 2014 16:21 jim-p

Do not execute on GET, only pre-fill Host box so the user can press the button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little.

6f4a300b 08 août 2014 07:04 Chris Buechler

Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.

978c71d2 06 août 2014 21:53 jim-p

Encode interface/VIP descriptions before displaying them on the GRE and GIF pages also;
While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.

bf2fb3db 06 août 2014 21:52 jim-p

Encode interface/VIP descriptions before displaying them on the NTP daemon settings.

2276d743 06 août 2014 21:34 jim-p

Encode the detail field of an alias entry before displaying its contents back to the user.

52c67bc2 06 août 2014 21:26 jim-p

Escape the individual dnsmasq advanced/custom options

1de3a5dd 04 août 2014 21:25 jim-p

Fix input validation logic on diag_testport.php, escape more shell arguments for good measure

5a1450dc 14 juillet 2014 16:56 jim-p

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

1ee3a295 08 juillet 2014 17:44 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

c69e813c 30 juin 2014 15:57 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

1c9a521b 20 juin 2014 14:36 Renato Botelho

Merge pull request #1208 from razzfazz/nat_add_missing_protocols

4f380b62 19 juin 2014 18:05 Renato Botelho

Remove also . and / from graph

2d1e985d 19 juin 2014 17:23 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

8aca755a 19 juin 2014 16:29 Renato Botelho

Make sure single quotes are encoded and avoid javascript injection

cedd0705 19 juin 2014 15:37 Renato Botelho

Use CDATA for javascript

559929c2 19 juin 2014 15:37 Renato Botelho

Fix indent and whitespaces

d1dda498 18 juin 2014 21:39 Renato Botelho

Simplify logic, add some protection to user input parameters

f1a13a7f 18 juin 2014 20:41 Renato Botelho

Fix whitespaces and indent

811baa9b 18 juin 2014 18:46 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

a4d67bd5 23 mai 2014 08:45 Daniel Becker

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

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

29282ddc 09 mai 2014 19:57 Renato Botelho

Merge pull request #1131 from razzfazz/make_upnp_listen_on_if_optional

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

d973a602 07 mai 2014 02:27 Daniel Becker

make listening on interface rather than IP optional for miniupnp

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

b1c9aff6 28 avril 2014 01:09 Daniel Becker

make miniupnpd listen on interface instead of IP

The 'listening_ip' option in miniupnpd.conf can accept an interface name
directly instead of having to translate it to an IPv4 address first. (This is
actually required if IPv6 support is enabled.)

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

ebfb0929 21 mars 2014 06:02 Chris Buechler

s/BSDP/ESF/

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