Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
baaa8bb1 11/11/2010 05:58 AM Erik Fonnesbeck

Move this function to allow removing it from easyrule.

88bc2760 11/11/2010 05:43 AM Erik Fonnesbeck

Fix filter_rules_sort's compare function to know about floating rules so it won't change their order.

ea57ccb8 11/11/2010 04:27 AM Erik Fonnesbeck

Use this sort before saving, so the rule just added is sorted into the proper category like the rest.

ce2078f7 11/11/2010 04:14 AM Scott Ullrich

Unbreak graphs

2b30323e 11/11/2010 02:56 AM Jim Pingle

Copy logic for when to show the cellular tab from status_rrd_graph.php. Fixes #714

fa6c42d0 11/11/2010 01:30 AM Erik Fonnesbeck

Return this field to its old name to prevent a conflict of names and since the code that uses it still refers to it by that name. Issue reported at http://forum.pfsense.org/index.php/topic,29985.0.html

This caused the full name field to be ignored when creating a user and prevented making a certificate at the creation of the user (either could still be changed afterward).

29f76490 11/10/2010 10:22 PM Jim Pingle

Only use escapeshellarg when passing the arguments to the shell. Fixes #1005

dd18038e 11/10/2010 09:42 PM Ermal LUÇI
  • Call get_configured_interface_* functions only once in the code
  • Optimize the test if the passed interface is a vaild one
  • Fix the apply settings to actually do something rather than do nothing at all
  • Some style and whitespace fixes
612fa572 11/10/2010 05:25 PM Scott Ullrich

Note that this textbox controls HTTP_REFERER hostname checks as well

4fe9c2dc 11/10/2010 04:56 PM Scott Ullrich
  • Adding function get_configured_ip_addresses() which returns all interfaces and their configured IP address
  • Add checkbox to System -> Advanced -> Admin for HTTP_REFERER checks
  • Add and enforce HTTP_REFERER check if checkbox is not checked.

This will prevent HTML pages from crafting HTML GETs against the web interface and will prevent firewall admins from being "tricked" into clicking on links that may be harmful to their firewall.

daab67a1 11/10/2010 02:49 PM Scott Ullrich

Fix misc XSS issues from davey b

f0ce6758 11/10/2010 10:03 AM Erik Fonnesbeck

Add option to System: Firmware: Settings for running gitsync after installing an update, hidden/disabled if git has not been installed yet.

506f6e90 11/09/2010 06:07 PM Scott Ullrich

Ensure csrf magic is loaded

034f08e7 11/09/2010 04:38 PM Scott Ullrich

Fix Misc XSS issues

9b2bc1af 11/09/2010 04:23 PM Scott Ullrich

Testing csrf-magic

678dfd0f 11/09/2010 12:14 PM Erik Fonnesbeck

Add a setting for the data type of values used with DHCP option numbers and input validation for each type. Fixes #962

5d27a3dc 11/09/2010 10:02 AM Erik Fonnesbeck

Add a function type to the field types allowed, to allow more field types without directly adding all of them to row helper.

58685470 11/09/2010 02:23 AM Chris Buechler

fix input validation for GRE

6e8b0ec3 11/08/2010 10:21 PM Jim Pingle

Add a button to connect a non-mobile IPsec VPN from Status > IPsec. Sends a ping from a local IP in the p2 subnet (if one exists on the router) to the remote p2 subnet.

61ab4cd3 11/08/2010 03:53 PM Scott Ullrich

Return disabled interfaces as well

157b9d46 11/08/2010 03:52 PM Scott Ullrich

Return disabled interfaces as well

818c54ee 11/06/2010 07:34 PM Scott Ullrich

Do not use sub array

43a0ac8a 11/06/2010 07:31 PM Scott Ullrich

Make sure ipsec is incuded in valid interfaces

e5fee340 11/06/2010 07:24 PM Scott Ullrich

Move Note to bottom of page

366e2be8 11/06/2010 07:22 PM Scott Ullrich

Show interface description

2c4a13d9 11/06/2010 06:40 PM Scott Ullrich

Interface names should appear as uppercase

9c3cac0c 11/06/2010 06:38 PM Scott Ullrich

Interface names should appear as uppercase

5aaae0e3 11/06/2010 06:34 PM Scott Ullrich

Do not escape strings twice

0f08affe 11/06/2010 06:26 PM Scott Ullrich

Misc fixes. Use htmlspecialchars() in more places. Use escaped shell argument.

66d57db5 11/06/2010 06:11 PM Scott Ullrich

Interface names should appear as uppercase

4cea35b3 11/06/2010 06:10 PM Scott Ullrich

Interface names should appear as uppercase

c1f95f5c 11/06/2010 06:08 PM Jim Pingle

Various CRL fixes.

e8ad860f 11/06/2010 06:03 PM Scott Ullrich

Interface names should appear as uppercase

94556105 11/06/2010 06:01 PM Scott Ullrich

Define variable a bit earlier in case its shared

d815d5fa 11/06/2010 06:00 PM Scott Ullrich

Use get_configured_interface_list() so Ermal does not yell at me :)

98bcf1f8 11/06/2010 04:40 PM Scott Ullrich

Fix misc input validation errors. Move routed/* to same dir as pkg items

6a937188 11/06/2010 04:31 PM Scott Ullrich

Ensure passed interface is valid

8625c24f 11/06/2010 04:24 PM Scott Ullrich

Use htmlspecialchars() for santitized output

50b2f6ab 11/06/2010 04:15 PM Scott Ullrich

Ensure that we are working with a proper passed interface..

03976254 11/05/2010 02:12 PM Jim Pingle

If the anti-lockout rule is active, show it in the rules list for the LAN interface (or WAN if the interface count is 1, same rules as in filter.inc for putting the rule in the ruleset)

428e66b6 11/04/2010 06:30 PM Jim Pingle

Warn a user when entering the OpenVPN client/server screens that they need a CA/Cert if none exist.

9882cbef 11/04/2010 05:18 PM Jim Pingle

Use addslashes() here to prevent unescaped quotes from causing PHP errors. Fixes advanced/custom options in OpenVPN wizard.

3339c56f 11/04/2010 02:39 PM Jim Pingle

Use a different variable name here to avoid colliding with another of the same name.

9ad0ab80 11/03/2010 09:26 PM Jim Pingle

Use != here to avoid a potential issue with empty() testing intermediate arrays.

42724fdd 11/03/2010 09:18 PM Jim Pingle

Add a button to the filter reload screen to force a config sync (only shows up if a config sync peer is defined).

36600615 11/03/2010 08:11 PM Jim Pingle

Fix saving of off/disabled PPPoE server instances. Fixes #987

b039f099 11/03/2010 02:26 PM Jim Pingle

Don't show empty user IPsec keys.

9cb94dd4 11/03/2010 01:25 PM Ermal LUÇI

Ticket #980. Bring CP widget up to date. Also bind lighty for CP to 127.0.0.1 it should not be accessible otherwise.

6bc1e79a 11/02/2010 08:48 PM Jim Pingle

Don't use pconfig in a widget, it can cause issues with other widget settings.

60e76c58 11/02/2010 08:07 PM Jim Pingle

CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 in ticket #830

a6607b5f 11/02/2010 07:14 PM Jim Pingle

More VPN log fixes, for consistency. Ticket #912

b2b61308 11/02/2010 06:11 PM Jim Pingle

Switch from buttons to tabs, add a mode to view raw mpd logs for each vpn type, and some general cleanup. Fixes #912

874e5f2c 11/02/2010 04:52 PM Jim Pingle

Fix VPN log page to use the updated log format (again). Ticket #912.

14905d9f 11/01/2010 09:02 PM Jim Pingle

Show login/logout events for pptp, pppoe server, and l2tp. Could use some work to simplify. Ticket #912.

a2071365 11/01/2010 06:46 PM Jim Pingle

Sync service status widget code with service status page. Fixes #984

08724afa 11/01/2010 06:13 PM Jim Pingle

Test for arrays first, should fix #968

b7ccf315 10/29/2010 09:55 AM Erik Fonnesbeck

Make the change here, too.

e3bbd29a 10/28/2010 06:34 PM Ermal LUÇI

Replace \r from custom options otherwise it breaks config.

9e303f2f 10/28/2010 01:56 PM Jim Pingle

Fix formatting

5e58efd0 10/28/2010 01:56 PM Jim Pingle

Fix this logic.

a8200dbf 10/27/2010 08:56 PM Ermal LUÇI

Ticket #975. Rearrange code a little.

64ce9d72 10/27/2010 05:11 PM Jim Pingle

Do not require LDAP search base DN. Requiring this can prevent some valid LDAP configurations from properly authenticating. (See GDD-550841).

b019222a 10/27/2010 12:29 AM Pierre POMES

Ticket #959: keep local ipalias and proxyarp vip's during a XMLRPC restore

e6c563bb 10/26/2010 01:19 PM Jim Pingle

Make the $pgtitle output a link back to the current page for a convenient way of reloading.

dbb0e086 10/25/2010 08:55 PM Jim Pingle

Remove unnecessary (and unclosed) form tag.

c26c208f 10/25/2010 08:31 PM Jim Pingle

Do not allow spaces in load balancer name fields, they are invalid in relayd.

24b2aa62 10/25/2010 11:19 AM Ermal LUÇI

Resolves #971. Fix wizard.php to show interface descriptive names. Pointy-hat: gnhb

e4d79ab0 10/22/2010 08:06 PM Ermal LUÇI

Balance <p> with </p>

67300ce5 10/22/2010 07:56 PM Ermal LUÇI

Put </ul> tags inside the same <td> since they cannot span multiple of them.

4540ab2c 10/22/2010 07:52 PM Ermal LUÇI

Clear some forgotten </img> </font> tags.

be81b340 10/22/2010 03:49 AM Erik Fonnesbeck

Display the ICMP type (abbreviated) in the firewall rule list and show the full text when the cursor is over it for ticket #762

5e693f58 10/21/2010 09:11 PM Jim Pingle

Break after the first error.

630d7025 10/21/2010 09:08 PM Jim Pingle

Prevent the DHCP range from being changed to include static mapping entries. Fixes #964.

ab8d138d 10/21/2010 08:58 PM Jim Pingle

Reject DHCP static mappings that are inside of the DHCP range. Fixes #966

62b262e4 10/21/2010 08:07 PM Jim Pingle

Remove WIP note. This should resolve #555.

6a0b3ea4 10/21/2010 08:00 PM Jim Pingle

Indicate in various places if a certificate is revoked.

150bbe09 10/21/2010 07:49 PM Jim Pingle

Indicate if a certificate has been revoked, both in the cert list and the user manager list.

fc54f29b 10/21/2010 07:11 PM Jim Pingle

Add ability to select reason codes for revocation. Reformat CRL edit screen a bit. Ticket #555

8e022a76 10/21/2010 06:33 PM Jim Pingle

Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555

ad08687b 10/21/2010 05:34 PM Jim Pingle

Add support for deleting a cert from a CRL (unrevoke). As of this point basic CRL functionality does work: Revoke a cert and it cannot connect. Remove it from the CRL and it can. (Have to edit/save OpenVPN server instance to update/refresh CRL though). Ticket #555

9f200d71 10/21/2010 01:00 AM Jim Pingle

Change OpenVPN wizard to set input_errors when there is a fatal condition that will require preventing a config save.

7f167923 10/21/2010 12:59 AM Jim Pingle

Add these error/info box classes to the wizard.css file.

27319e17 10/21/2010 12:59 AM Jim Pingle

Add a patch to wizard.php to support input_errors from sullrich (with some modifications).

8f87a4a2 10/21/2010 12:12 AM Jim Pingle

Reject special characters in CA/Cert field names during OpenVPN wizard. Fixes #900

28ff7ace 10/20/2010 07:41 PM Jim Pingle

Add more CRL functionality. Needs to wait on a new build for further testing.

5293bfec 10/20/2010 07:41 PM Jim Pingle

Fix some forgotten name->descr changes.

ac87dbbf 10/20/2010 03:13 PM Ermal LUÇI

Traffic shaper wizards remove redirection before final step. This seems a forgotten item.

d7381e71 10/19/2010 07:34 PM Jim Pingle

Generalize the "low res" user agent detection so it isn't Apple-specific. Include Android in the detection, and also provide a mechanism so that the "low res" theme can be set in globals.inc.

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

9ff73b79 10/19/2010 04:51 PM Jim Pingle

Convert fullname field on users to descr, so it gains CDATA protection.

e988813d 10/19/2010 04:39 PM Jim Pingle

desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320.

15864861 10/19/2010 04:00 PM Jim Pingle

Change the description field on sysctl tunables to be 'descr' and not 'desc' so they will gain CDATA protection. Ticket #320

5d763c0e 10/18/2010 03:16 PM Ermal LUÇI

Fix the dedicated and multi_all wizards. They had typos in variable names and some remaining unused code which caused problems!

2e408f59 10/18/2010 12:39 PM Ermal LUÇI

Disable the bandwidth speed selection field also to avoid errors/problems when the catch all is not activated.

00686fee 10/18/2010 02:44 AM Pierre POMES

Character '#' is invalid in string fields of SNMP service screen. Ticket #956

71880c96 10/17/2010 02:35 PM Pierre POMES

Do not include 'remoteid' javascript functions for mobile ipsec. Ticket #797

b641a575 10/15/2010 01:59 PM Ermal LUÇI

Ticket #934. Perform test only for ldap backend. Also tell the user through a message when they click it for other backends.

f1aad4d1 10/15/2010 01:42 PM Ermal LUÇI

Resolves #879. Commit patch referenced in ticket to properly parse rate output.

2c794549 10/14/2010 07:32 PM Ermal LUÇI

Ticket #950. Correctly handle failures while installing packages which might leave stale information behind. Also do not try to startup services twice. Rename uninstall_package_from_name to uninstall_package because the operation on packages is only done through package names.

4b0c83c3 10/14/2010 04:54 AM Erik Fonnesbeck

Hide ports when protocol does not use ports. Ticket #953