Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
675b5fa6 08/10/2011 03:04 PM Jim Pingle

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

d78df7b9 08/09/2011 09:00 PM Ermal LUÇI

Make the checks during step4 and step5 actually work.

b48b79c2 08/08/2011 01:37 PM Jim Pingle

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

8a85ab90 08/07/2011 01:20 AM Jim Pingle

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

5b0f2653 08/05/2011 02:20 PM Jim Pingle

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

c5ce8398 08/03/2011 04:38 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.

b0d088eb 08/02/2011 09:17 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

ea858be0 08/02/2011 08:31 PM Ermal LUÇI

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

233e2af1 08/02/2011 07:59 PM Jim Pingle

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

eea89a5c 08/02/2011 08:00 AM Ermal LUÇI

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

b3795cb9 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

73800013 07/29/2011 07:17 AM Chris Buechler

fix text

32363c2e 07/29/2011 07:14 AM Chris Buechler

Merge branch 'master' of github.com:bsdperimeter/pfsense

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

Add an override for default interval to send icmp

6d1ae23c 07/28/2011 08:45 PM Jim Pingle

Clarify notes for pptp "Server address"

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

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

33c06ef7 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.

e151744e 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

77877238 07/28/2011 06:33 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.

89fae3e7 07/28/2011 06:33 PM Jim Pingle

Fix whitespace formatting

d3347fdf 07/28/2011 06:24 PM Jim Pingle

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

1f33a712 07/28/2011 08:17 AM Ermal LUÇI

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

b22bf161 07/27/2011 11:24 PM Scott Ullrich

Adding hook

439cc13f 07/27/2011 11:03 PM Scott Ullrich

Add hooks

96267107 07/27/2011 08:31 PM Ermal LUÇI

Correct whitespace and some problems in the just merged ldap auth sorce for racoon

5d6bade4 07/27/2011 08:19 PM Ermal LUÇI

Merge pull request #8 from ninja76/master

IPSec xAuth allowing LDAP to be used as a backend

f9199cd3 07/27/2011 07:41 PM Bryan Haase

Check for null Array and move option system to top

4cf82d52 07/27/2011 04:54 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

94efbf8b 07/27/2011 04:05 PM Jim Pingle

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

e6af6518 07/27/2011 03:50 PM Jim Pingle

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

95305736 07/27/2011 03:37 PM Jim Pingle

Rework OpenVPN status, show status for shared key servers.

2c189c8c 07/27/2011 01:47 PM Bryan Haase

Improved ipsec ldap xauth

6390cdac 07/25/2011 07:42 PM Ermal LUÇI

Use the new change to be less distuptive

073cd52e 07/25/2011 07:05 PM Ermal LUÇI

Resolves #1703. Correct array key value.

581e4f7a 07/25/2011 09:23 AM Chris Buechler

Merge branch 'master' of github.com:bsdperimeter/pfsense

b733ce0d 07/24/2011 02:53 AM Scott Ullrich

Adding hook for first tr

e5c6bd24 07/24/2011 01:56 AM Scott Ullrich

Load chosen but do not use it (for pkgs)

20246b93 07/24/2011 01:51 AM Scott Ullrich

Move hook up some

3a4ca65e 07/24/2011 01:06 AM Scott Ullrich

Adding hooks that will be used for filtering plugins

4a6cf823 07/24/2011 12:03 AM Scott Ullrich

Move hook code up a few lines

7a7ec6f4 07/23/2011 11:14 PM Scott Ullrich

Add hook for overriding interfaces

4bb99603 07/23/2011 10:51 PM Scott Ullrich

Add chosen js library (mit lic). Modify interface multiple select box to use.

8c5bf3d7 07/23/2011 10:36 PM Scott Ullrich

Add hook for bottom icon row

5fec5fe4 07/23/2011 10:25 PM Scott Ullrich

Add hook and fix style for anti lockout

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

Add missing ;

afabae93 07/23/2011 10:02 PM Scott Ullrich

Adding pre_id_tablerow hook

4b891efd 07/23/2011 09:20 PM Chris Buechler

Revert "fix text"

This reverts commit 423023b6dff620fe790c09bd0398ba4fad9ee444.

423023b6 07/23/2011 09:01 PM Chris Buechler

fix text

1a700ea6 07/23/2011 12:09 AM Scott Ullrich

Adding apply hooks

1ee5815c 07/22/2011 10:34 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

e099a671 07/22/2011 09:17 PM Scott Ullrich

Bump to 1.7

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

Clear \r from these files to be readble

8fd84f87 07/22/2011 05:27 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.

e9ccd9b1 07/22/2011 02:18 PM Bryan Haase

More sanity checking

64f3141f 07/22/2011 01:18 PM Bryan Haase

Ipsec xAuth patch

cdfd39e2 07/22/2011 11:04 AM Ermal LUÇI

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

3ad667cd 07/22/2011 10:05 AM Ermal LUÇI

Correctly restart the SSL lighty instance when running.

8818c188 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

739e227a 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

adbb495c 07/21/2011 09:09 PM Ermal LUÇI

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

51cd7a1e 07/20/2011 01:01 AM Evgeny Yurchenko

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

d58b93d2 07/19/2011 08:32 PM Jim Pingle

Fix label for SMTP server. Hostnames work fine.

810a11bc 07/18/2011 10:22 PM Scott Ullrich

Adding dashboard hook

173d8e75 07/18/2011 10:17 PM Scott Ullrich

Adding hook to pre_table for aliases

193716d0 07/18/2011 10:12 PM Scott Ullrich

Add alias edit hook

2a74593e 07/18/2011 10:07 PM Scott Ullrich

Add pre_input_errors hook to interfaces assign

343d4981 07/18/2011 07:39 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

48fc39a3 07/18/2011 07:25 PM Scott Ullrich

Adding pre_input_errors hook

b4b7bda6 07/18/2011 07:23 PM Scott Ullrich

Revert "Move early call up a bit"

This reverts commit 35843e59c81366a7d30a44a94c8a135fc6834454.

35843e59 07/18/2011 07:12 PM Scott Ullrich

Move early call up a bit

b1e4005f 07/18/2011 06:33 PM Vinicius Coque

removes variables concatenation on gettext strings

3f48162f 07/18/2011 05:42 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

d1d0a1ad 07/18/2011 05:33 PM Vinicius Coque

makes correct use of printf and gettext

removes variables names and replace it with '%s'

40b83796 07/18/2011 04:26 PM Scott Ullrich

Adding hook for interfaces edit

920d1d01 07/18/2011 04:26 PM Scott Ullrich

Adding hook for interfaces edit

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

Make name similar

1db196b2 07/17/2011 08:29 PM Scott Ullrich

Adding hooks

cb2518bf 07/17/2011 02:15 AM Chris Buechler

Merge branch 'master' of :bsdperimeter/pfsense

0040bcfa 07/17/2011 12:55 AM Scott Ullrich

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

f1715738 07/15/2011 07:22 PM Ermal LUÇI

Actually increase the default queue length for the new default queue

058a4f1c 07/15/2011 07:17 PM Ermal LUÇI

Respect the p2p catchall setting.

8f864d33 07/15/2011 07:11 PM Ermal LUÇI

Add checks to prevent php warnings.

ed7c364d 07/15/2011 07:08 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.

b2608f72 07/15/2011 07:02 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.

6fd23d7a 07/15/2011 06:20 PM Ermal LUÇI

Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind)."

This reverts commit cd3346e205ad0f818977b7ccd0bd7259ed2f2e4e.

1750ed78 07/15/2011 06:19 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.

746fc9ec 07/15/2011 05:36 PM Ermal LUÇI

Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind."

This reverts commit 4447358371f80814ea1c5e0f00c1a7301a2396f6.

fe2031ab 07/15/2011 01:10 PM Ermal LUÇI

Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this.

e6bd2312 07/15/2011 08:03 AM Ermal LUÇI

Fixes #1618. Always convert the NAS_PORT value to int in php and pass the attribute type during encoding to guarantee that it is encoded as an integer.

cfcc6994 07/13/2011 09:16 PM Jim Pingle

CRL fixes for empty CRLs (so they don't kill OpenVPN)

8b6313a4 07/12/2011 11:57 PM Jim Pingle

Merge remote-tracking branch 'upstream/master'

Conflicts:
etc/inc/easyrule.inc
etc/inc/filter.inc
etc/inc/interfaces.inc
etc/inc/services.inc
etc/inc/xmlrpc_client.inc
usr/local/www/fbegin.inc
usr/local/www/services_dhcp.php

649ea752 07/12/2011 04:08 AM Andrew Thompson

Fix botched patch, add closing bracket

aa994814 07/12/2011 03:35 AM Andrew Thompson

Allow DHCP mappings to be resolved first for reverse lookups.

This was affecting a kerberos installation where the first DNS alias was
given for the PTR instead of the static DHCP mapping name, breaking the
kerberos tokens.

514f63d1 07/11/2011 09:05 PM Ermal LUÇI

Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.

fdbce60c 07/11/2011 12:02 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

45d1024d 07/10/2011 04:04 PM Scott Ullrich

Do not check to see if gateay falls within a null value. Resolves #1664

7988ce75 07/10/2011 04:03 PM Scott Ullrich

Do not check to see if gateay falls within a null value. Resolves #1664

f745b8ef 07/10/2011 05:07 AM Chris Buechler

fix text

650969bf 07/08/2011 10:07 AM Chris Buechler

Merge branch 'master' of :bsdperimeter/pfsense

5909b520 07/08/2011 12:46 AM Evgeny Yurchenko

Bug #1639. Port alias missing input validation in firewall_rules_edit.php.