Commit Graph

8843 Commits

Author SHA1 Message Date
Scott Ullrich
e9c593bd2d Allow custom branch in addition to custom GIT URL. 2009-04-03 17:37:59 -04:00
Scott Ullrich
e761ffb4b4 Add missing \n 2009-04-03 17:12:01 -04:00
Scott Ullrich
e2b6dd9115 Detect .git URL's too. 2009-04-03 17:09:21 -04:00
Scott Ullrich
3ab35d3058 Adding custom branch support. Just enter the URL instead of master
or RELENG_1_2 etc.
2009-04-03 17:06:58 -04:00
Scott Ullrich
446ffdbdfd Add missing space 2009-04-02 21:20:35 -04:00
Scott Ullrich
ad22530333 Correct check for hideplatform 2009-04-02 20:57:21 -04:00
Scott Ullrich
aebbbb638b Use 80 chars 2009-04-02 14:57:12 -04:00
Scott Ullrich
f56097a37e Woops, use 80 chars not 70 2009-04-02 14:55:30 -04:00
Scott Ullrich
3a42330e81 Switch to a dropdown menu when there are more than 80 characters combined
in the display_top_tabs() function.
2009-04-02 14:54:24 -04:00
Scott Ullrich
e1f27ca8e9 Add array_combin() for php4 2009-04-01 14:13:04 -04:00
Seth Mos
fd03e4f39f Add Broadcom BCM5708 bce driver to the list
Add Intel 82598 10 Gigabit ixgbe driver to the list
2009-04-01 12:01:00 +02:00
Scott Ullrich
8e9c0681ae Improve the matching of carp ints to IPs.
Previously this stristr substring match would return incorrect/unexpected results. 10.0.0.1 would also match 10.0.0.16, 10.0.0.135. Adding a space to the IP to check will only match the specific IP given, since it is followed by spaces in the ifconfig output.
2009-03-31 16:21:41 -04:00
Scott Ullrich
04d487e00e Version bump to 1.2.3-RC1 2009-03-31 01:41:35 -04:00
Chris Buechler
fa1fafb6ad When optimization is "conservative", also increase UDP timeouts. Helps prevent disconnects and drops with some VoIP services. 2009-03-30 00:43:43 -04:00
Chris Buechler
94059f4993 Sync with billm's fixes in 2.0. 2009-03-28 20:22:05 -04:00
Chris Buechler
8619963cc5 Properly enable and disable sticky 2009-03-28 19:41:45 -04:00
Chris Buechler
6089aa1169 Don't check for overlaps, that's a legit configuration. 2009-03-26 20:51:36 -04:00
Chris Buechler
c1285ca641 Change log message. This doesn't necessarily mean the IP has changed, so it was misleading. 2009-03-26 01:27:10 -04:00
Chris Buechler
12df13d44d Log actual interface rather than CARP interface 2009-03-26 01:15:36 -04:00
Chris Buechler
7bc4057d5c DPD and NAT-T are not required 2009-03-25 22:29:12 -04:00
Scott Ullrich
5dcd63b59f Add missing then 2009-03-25 18:57:31 -04:00
Scott Ullrich
c6a15b306c Add hideplatform 2009-03-24 15:38:08 -04:00
Scott Ullrich
1cb58b793b Add hideplatform item which is useful for rebranding 2009-03-24 15:33:41 -04:00
Scott Ullrich
e28d3bb3e3 Ensure dpddelay is a value, not that its simply set leading to racoon.conf errors:
my /var/etc/racoon.conf file has: "dpd_delay ;"

Reported in ##pfSense on FreeNODE by Overrand
2009-03-23 17:36:36 -04:00
Scott Ullrich
dfdc44a6c1 Turn off package reinstall now that we are established on the 7.X platform. 2009-03-18 00:39:05 -04:00
Scott Ullrich
45faf3daf8 Revert "Sync from HEAD to avoid complete meltdowns when downgrading from 2.0"
This reverts commit 1987293b2c.
2009-03-18 00:19:45 -04:00
Chris Buechler
310b1aa78a Prevent creation of invalid racoon.conf with omitted or non-numeric DPD delay. 2009-03-15 00:44:05 -04:00
seth
6ae008d9cc Add the DPD option to the mobile ipsec page. The DPD option makes the most sense for the mobile IPSEC clients as this is
helps cleaning up any dangling SA entries before their lifetime expires.
The default value is 120 seconds.
Move the NAT-T into the actual layout instead of on top of it.
2009-03-13 07:48:22 +01:00
Scott Ullrich
a3e4524d2f Handle 1.2 correctly 2009-03-13 00:12:23 -04:00
Scott Ullrich
6ca212bb58 Sync 2009-03-12 23:55:43 -04:00
seth
563c9ca98c Add DPD backend configuration to the racoon configuration. 2009-03-13 04:33:26 +01:00
seth
9bf114ff0a Make sure the DPD interval makes it into the configuration. Also make sure it is numeric 2009-03-13 04:25:14 +01:00
seth
be7b496c62 Use NAT-T when enabled on a per tunnel basis 2009-03-13 04:08:01 +01:00
Scott Ullrich
082be6a9f5 Added custom_php_service_status_command support for packages.
Package authors can define a
custom_php_service_status_command
block in their package XML. Such block should only contain function
calls, and the first should be one to include their function library
file if necessary, as this is not done by service-utils.inc.

The return code of the last function call will be returned to the service
check.
2009-03-12 16:00:02 -04:00
Scott Ullrich
fb5ba3b3c3 Adding new files from jimp 2009-03-10 23:26:54 -04:00
Scott Ullrich
ff0d33c5bc * Share code instead of using copy/paste/code duplication.
* Fixes a large number of bugs, especially in the AJAX-based dynamic log viewer.
* Picks up some more detail from the logs, and more accurately determines the protocol of a given log entry.
* Adds a CLI log parser
2009-03-10 23:25:00 -04:00
Scott Ullrich
1987293b2c Sync from HEAD to avoid complete meltdowns when downgrading from 2.0
back to 1.2.*.  Tested by rebooting and visiting many pages.
2009-03-10 22:56:35 -04:00
Chris Buechler
2f9fc96194 Never filter on carpX interfaces.
Ticket #1613 (cvstrac)
2009-03-10 17:35:08 -04:00
Chris Buechler
0fdfce06d6 correctly convert friendly name for PPTP interface.
Ticket #1875 (cvstrac)
2009-03-10 14:42:07 -04:00
Chris Buechler
93f338048c Fix PPPoE/PPTP
cvstrac ticket #1892
2009-03-05 21:34:17 -05:00
Scott Ullrich
a23aec7060 Use nat port range 1024:65535 2009-03-04 01:20:18 -05:00
Scott Ullrich
a81330d1de Add (s) 2009-03-03 11:36:28 -05:00
Scott Ullrich
53a063cdfd Fix UDP NAT Reflection
Ticket #1528
2009-03-01 14:30:18 -05:00
Jim Pingle
3cd08dda17 Revert "Add protocol options for Manual Outbound NAT rules. See ticket #1887"
This reverts commit 15f2431e9d.

This really belongs on mainline, not RELENG_1_2, since it is a new feature.
2009-02-25 23:48:33 -05:00
Jim Pingle
8a0b106b4f Try this again from the right branch: Fix log display for WebGUI. See ticket #1888 2009-02-25 22:40:20 -05:00
Jim Pingle
2381794e27 Anchor the grep call a little better. It was not returning exact matches (Call for "3" would return "3", "30", "31", and so on. 2009-02-25 19:25:02 -05:00
Jim Pingle
15f2431e9d Add protocol options for Manual Outbound NAT rules. See ticket #1887 2009-02-25 15:12:34 -05:00
Chris Buechler
14b1ec9486 use highest for systems with > 512 MB RAM available 2009-02-21 18:30:06 -05:00
Scott Ullrich
daa0428048 s/require/require_once/ 2009-02-19 22:48:07 -05:00
Scott Ullrich
3492f23e57 Set version to 7.1 2009-02-18 23:34:53 -05:00