Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3f9f70cb 08/30/2011 05:33 PM Jim Pingle

Move the option to exclude localhost as a DNS server under System > General so it is grouped with other system DNS options in a more logical location.

d07b96a5 08/30/2011 05:19 PM Jim Pingle

Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.

571aa4aa 08/30/2011 05:07 PM Jim Pingle

Add some help links for pages that were missing.

3d534c69 08/30/2011 04:54 PM Jim Pingle

Change mbuf output on dashboard to read total/max, instead of current/total, to give a more useful view. Also only use a single netstat command instead of two.

fcf07bb7 08/30/2011 04:11 PM Ermal LUÇI

Fix several issues in pppoe code and remove duplicated code.

1f2f6024 08/30/2011 01:44 PM Jim Pingle

Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell.

ac429b42 08/29/2011 10:43 PM Scott Ullrich

Unlink last msg cache for growl when sending test messagws

f067d924 08/29/2011 01:57 PM Warren Baker

Give the Layer7 patterns page some much needed love.

7e982e0a 08/28/2011 05:07 PM Scott Ullrich

Log when XMLRPC auth fails so that the brute force lockout will kick in.

e6eb0fcb 08/25/2011 01:15 PM Jim Pingle

Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi)

42964851 08/25/2011 01:55 AM Chris Buechler

fix text

196dafe9 08/24/2011 04:59 PM Jim Pingle

Make sure this does not operate on empty parameters, and also log when removing states.

2299007e 08/24/2011 12:01 PM Warren Baker

These html tags are not required since they are used in head.inc which is included.

a5308b81 08/23/2011 08:38 PM Jim Pingle

Simplify this code a bit, should be the same test in both locations since this should be either/or, and with the other code it can apparently fall into a trap where it shows neither.

9debac94 08/22/2011 12:37 PM Jim Pingle

Fix field name label.

b51960fe 08/20/2011 05:39 AM Chris Buechler

remove dead link, no equivalent exists, will add info on that page's help

d5f25de6 08/19/2011 05:42 PM Ermal LUÇI

Put rw/ro calls on pkg_edit.php on POST to avoid packages having to do these calls.

35627492 08/18/2011 02:28 AM Chris Buechler

fix text

86e1405d 08/17/2011 05:15 PM Jim Pingle

Include the rate output in the privilege for the traffic graph.

c63630f0 08/17/2011 09:01 AM Ermal LUÇI

Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight.

3c6d704a 08/17/2011 02:12 AM Andrew Thompson

Revert "Make initial changes to allow pfSense to work in a jail."

This reverts commit a26d95383a6146734f67c9db21cd83534052843a.

a26d9538 08/17/2011 02:07 AM Andrew Thompson

Make initial changes to allow pfSense to work in a jail.

This mostly avoids starting things that will not work and gets the
initial config. Most of the pfSense functionality will not work
(pf rules, routing, etc) but it can be used for testing.

487830da 08/16/2011 10:05 PM Andrew Thompson

Allow custom dnsmasq options so ppl can set SRV records and such for xmpp/kerberos

619e4229 08/15/2011 07:36 PM Ermal LUÇI

Revert "Feature#1603. URL table aliases should be usable within network type aliases."

This reverts commit ae660b3ce7d7e2b1f34cb9f1b52eb4ce21e17c42.

df58fd46 08/15/2011 07:32 PM Ermal LUÇI

Revert "Feature #1603. Correct nested urltable alias code to be more fullproof to errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents."...

89289853 08/12/2011 11:46 AM Ermal LUÇI

Allow disabling having localhost in resolv.conf. There are some special setups that might need this.

aeb6ffe2 08/11/2011 06:04 PM Jim Pingle

Populate pconfig in all cases with user info, or else when you delete a privilege, the list disappears until you go back and edit the user again. (Certs too)

5574e742 08/11/2011 06:04 PM Jim Pingle

Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page.

3861883b 08/10/2011 03:05 PM Jim Pingle

Make this box much bigger, it's hard to find things in the tiny window with a long list.

577c402d 08/09/2011 09:00 PM Ermal LUÇI

Make the checks during step4 and step5 actually work.

985d6e18 08/08/2011 01:38 PM Jim Pingle

Show the CP User count in the page title, as on 1.2.3.

4f163cb8 08/07/2011 01:22 AM Jim Pingle

Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits these days.

ff1a605c 08/05/2011 02:21 PM Jim Pingle

Remove GUI code to enable fast routing. The backend code was removed back in December in 4f76b144b0885b9a407db026723bb61f568effc3

448cc756 08/03/2011 04:39 PM Jim Pingle

Work around the fact that get_configured_interface_list re-parses the config and kills the reference made before it, which was making it impossible to delete a pppoe instance.

834a3e6a 08/02/2011 09:15 PM Ermal LUÇI

Correctly check the values for VoIP on multi_lan traffic shaper wizard. Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728

9afdf058 08/02/2011 08:32 PM Ermal LUÇI

Correct the link to index.php so it always works correctly.

5c5d2cad 08/02/2011 07:57 PM Jim Pingle

If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting.

a7951d4a 08/02/2011 07:59 AM Ermal LUÇI

Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition.

3adc6769 08/02/2011 07:47 AM Ermal LUÇI

Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html

d7894259 07/29/2011 07:18 AM Chris Buechler

fix text

31a15efb 07/28/2011 08:56 PM Ermal LUÇI

Add an override for default interval to send icmp

8687d2ba 07/28/2011 08:45 PM Jim Pingle

Clarify notes for pptp "Server address"

253591c7 07/28/2011 08:35 PM Ermal LUÇI

Fix status page of gateways to show gateways with monitoring disabled as up.

b8873098 07/28/2011 08:31 PM Ermal LUÇI

Add a new option to allow disabling of gateway monitoring. This gateways will always be reported as up.

dfd9c31d 07/28/2011 07:35 PM Ermal LUÇI

Just break states based on the remote host ip and not with localip. The later might be the same as address used by other services and might interrupt them

5ab25db0 07/28/2011 06:31 PM Jim Pingle

Move the textarea displaying packet capture outside of the form tag, or else a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose.

d427daea 07/28/2011 06:29 PM Jim Pingle

Fix whitespace formatting

1f82f5e0 07/28/2011 06:23 PM Jim Pingle

Fix display of ssh port on anti-lockout rule display in GUI.

609debe5 07/28/2011 08:16 AM Ermal LUÇI

Correct priority number to not have clashes with PRIQ which do not allow same priority numbers for two different queues.

ff49f684 07/27/2011 11:23 PM Scott Ullrich

Adding hook

d9327477 07/27/2011 11:03 PM Scott Ullrich

Add hooks

2c466077 07/27/2011 04:49 PM Jim Pingle

Relax PPTP password restrictions, just prevent starting with a !, and limit to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720

c3555734 07/27/2011 04:05 PM Jim Pingle

Shift OpenVPN require, it was causing CRLs to not save changes properly.

8c011fc9 07/27/2011 03:51 PM Jim Pingle

Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs when deleted from the GUI.

f27d726c 07/27/2011 03:36 PM Jim Pingle

Rework OpenVPN status, show status for shared key servers.

85f9faa6 07/25/2011 07:07 PM Ermal LUÇI

Resolves #1703. Correct array key value.

6684d275 07/24/2011 02:54 AM Scott Ullrich

Adding hook for first tr

3597b8b0 07/24/2011 02:25 AM Scott Ullrich

Fix copy and pasto

7be7e519 07/24/2011 01:55 AM Scott Ullrich

Load chosen but do not use it (for pkgs)

56f547cb 07/24/2011 01:51 AM Scott Ullrich

Move hook code up a bit

40e02230 07/24/2011 01:05 AM Scott Ullrich

Adding hooks that will be used for filtering plugins

13ac0f40 07/24/2011 12:03 AM Scott Ullrich

Move hook code up a few lines

6e9dd2ab 07/23/2011 11:13 PM Scott Ullrich

Add hook for overriding interfaces

f4a8f48f 07/23/2011 11:01 PM Scott Ullrich

Adding chosen but do not actually use it beyond loading

2d302d50 07/23/2011 10:35 PM Scott Ullrich

Add hook for bottom icon row

4e17a1a3 07/23/2011 10:25 PM Scott Ullrich

Add hook and fix style for anti lockout

7af82a98 07/23/2011 10:04 PM Scott Ullrich

Add missing ;

3a71f473 07/23/2011 10:02 PM Scott Ullrich

Adding pre_id_tablerow hook

b5556bbf 07/23/2011 09:20 PM Chris Buechler

Revert "fix text"

This reverts commit c27ca36eb3fb3a5c5c1ca7feb9567bd6d23a16dc.

c27ca36e 07/23/2011 09:02 PM Chris Buechler

fix text

d728dd67 07/23/2011 12:09 AM Scott Ullrich

Adding apply hooks

a38c57d8 07/22/2011 10:36 PM Chris Buechler

make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down

3a497aa3 07/22/2011 09:17 PM Scott Ullrich

Bump to 1.7

e5ba916a 07/22/2011 06:45 PM Jim Pingle

Remove whitespace at the start of firewall_aliases.php - it was causing errors in the GUI.

e1110f88 07/22/2011 05:34 PM Ermal LUÇI

Clear \r from these files to be readble

b7d7f4b8 07/22/2011 05:28 PM Ermal LUÇI

Ticket #749. Make the rules of the traffic shaper wizard select the wan side of the interfaces to not make the intra-lan traffic classifible in this way.

48698605 07/22/2011 11:03 AM Ermal LUÇI

Resolves #1703. Correctly delete a interface group members when the group is deleted.

f32f09d4 07/22/2011 10:04 AM Ermal LUÇI

Correctly restart the SSL lighty instance when running.

985070dc 07/22/2011 08:55 AM Ermal LUÇI

Remove 'maxproc' since its unused in the code and correctly use maxprocperip to allow the GUI setting to be actually usable. Reported-by: http://forum.pfsense.org/index.php/topic,39155.0.html

8380e833 07/21/2011 09:10 PM Ermal LUÇI

Fix redirurl collection so after login the user can be redirected correctly

c7b5a8cf 07/21/2011 09:10 PM Ermal LUÇI

Plug a security risk on CP where a user can login by submitting a special request

a7377124 07/20/2011 01:14 AM Evgeny Yurchenko

Bug#1688. DHCP server subnet input validation needs to check config.xml, not ifconfig.

56771d56 07/19/2011 08:33 PM Jim Pingle

Fix label for SMTP server. Hostnames work fine.

50261132 07/18/2011 10:22 PM Scott Ullrich

Adding dashboard hook

c6fa5230 07/18/2011 10:17 PM Scott Ullrich

Adding hook to pre_table for aliases

88377362 07/18/2011 10:13 PM Scott Ullrich

Add alias edit hook

25746baf 07/18/2011 10:07 PM Scott Ullrich

Add pre_input_errors hook to interfaces assign

f1bf74ca 07/18/2011 07:25 PM Scott Ullrich

Adding pre_input_errors hook

355ab787 07/18/2011 07:23 PM Scott Ullrich

Revert "Move early call up a bit"

This reverts commit 50cd07ff1190cdd25293ecdd7e08e81161de33c5.

50cd07ff 07/18/2011 07:11 PM Scott Ullrich

Move early call up a bit

b2f54b5e 07/18/2011 04:28 PM Scott Ullrich

Oops fix hook name

a1dece5e 07/18/2011 04:26 PM Scott Ullrich

Adding hook for interfaces edit

eeee6c24 07/17/2011 08:33 PM Scott Ullrich

Make name similar

5c08b73f 07/17/2011 08:29 PM Scott Ullrich

Adding hooks

29af4f6f 07/17/2011 12:55 AM Scott Ullrich

Adding hook for interfaces allowing pfCenter and friends to add interfaces to the dropdown

5f8f263a 07/15/2011 07:25 PM Ermal LUÇI

Actually increase the default queue length for the new default queue

4a60bca6 07/15/2011 07:25 PM Ermal LUÇI

Respect the p2p catchall setting.

2a9eb326 07/15/2011 07:24 PM Ermal LUÇI

Add checks to prevent php warnings.

f06efc95 07/15/2011 07:24 PM Ermal LUÇI

Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.

caac28a5 07/15/2011 07:24 PM Ermal LUÇI

Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.