Commit Graph

8506 Commits

Author SHA1 Message Date
jim-p
bca35cff46 Add a checkbox for duplicate-cn on OpenVPN servers. 2011-01-20 12:33:39 -05:00
Scott Ullrich
86ae36217b Allow setting package interfaces to loopback (lo0) 2011-01-19 18:35:51 -05:00
Chris Buechler
33a2693c75 don't show platform here (rebrands) 2011-01-19 13:53:59 -05:00
jim-p
1c4edc3c32 If an outbound nat rule has a protocol specified, show it in the summary view. 2011-01-19 13:07:19 -05:00
Chris Buechler
ff998f10e4 fix DNS rebinding descr 2011-01-18 21:36:56 -05:00
Ermal
532cb89499 Ticket #836 Ticket #1194 and http://forum.pfsense.org/index.php/topic,32175.msg166263.html#msg166263 suggest that now that CP actions are quite fast its better to send the logout data before actually disconnecting the client. 2011-01-18 22:21:11 +00:00
jim-p
4b08378cdf No need to set this here anymore. We set it higher by default. 2011-01-18 10:38:54 -05:00
jim-p
5a05633aa2 Fix serial port note text. 2011-01-14 14:58:53 -05:00
jim-p
396cfe2ee5 Validate imported CA/Cert a bit more strongly. Should fix #1190 2011-01-13 09:33:13 -05:00
Scott Ullrich
a8c3598046 Revert "nuke content size."
This reverts commit 456962bde2.
2011-01-11 21:37:52 -05:00
Pierre POMES
34bf3b3b93 Ticket #1183. Skip call to filter_configure() here, this will be done when user will click on 'apply changes' button in firewall_aliases.php 2011-01-10 21:28:42 -05:00
jim-p
001cbed200 Sort installed packages in a case insensitive way on the widget and installed packages list. 2011-01-10 17:58:51 -05:00
jim-p
c126131572 Whitespace fixes 2011-01-10 17:57:39 -05:00
jim-p
b2254c7f38 Sort services on the services status page and widget. 2011-01-10 17:49:42 -05:00
jim-p
887b5af573 Be more restrictive with PPTP passwords, invalid characters can blow up the config. 2011-01-10 16:23:49 -05:00
Ermal
0f70d563a2 Ticket #944. Do not use the interface_bring_down fucntion here since it is meant for assigned interfaces. Directly destroy previous vlan interface if parent changes. 2011-01-10 17:21:34 +00:00
Ermal
d0d70b03bb Ticket #1013. Force NAS_PORT to be of type integer to avoid it being interpreted as char and generate wrong radius packet. 2011-01-10 17:00:19 +00:00
jim-p
c97297fda0 Add EasyRule images to all other themes. Should work in all themes now. 2011-01-10 10:58:30 -05:00
Pierre POMES
10e4d55e9d Fix HTML errors reported by Eclipse using PHP perspective 2011-01-09 13:29:11 -05:00
Warren Baker
5186f104b8 Added Unbound to the package section for correct link to doc site. 2011-01-08 18:10:58 +02:00
jim-p
d865241edd Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168 2011-01-06 13:52:52 -05:00
Scott Ullrich
19e76a0bdb Do not center hard drive upgrade image 2011-01-05 18:30:19 -05:00
Scott Ullrich
4944d592f5 Increase textarea column size. 2011-01-05 18:20:49 -05:00
Scott Ullrich
bdf790aa63 Clarify a few lines of text 2011-01-05 18:18:23 -05:00
Scott Ullrich
456962bde2 nuke content size. 2011-01-05 16:54:56 -05:00
Scott Ullrich
9d308f58da Do not nuke /var/db/pkg now that 2.0 has better handling 2011-01-05 16:50:08 -05:00
Scott Ullrich
2646434bf9 Set status field to upgrade in progtress during upgrade 2011-01-05 14:27:12 -05:00
Chris Buechler
c22632db65 fix text 2011-01-05 01:19:24 -05:00
Chris Buechler
0b821acf8f comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 release 2011-01-04 18:56:34 -05:00
Chris Buechler
0238cc4a6c don't use hard coded theme 2011-01-03 21:20:56 -05:00
Chris Buechler
68fef56f0e fix CP dashboard widget 2011-01-03 20:50:38 -05:00
Ermal
aa7c49b9d7 Ticket #943. Sleep 1 second to give dns time to reload. 2011-01-03 22:52:59 +00:00
jim-p
e44e5f3a79 Simplify package version checking code and use the existing pfs_version_compare function that does much (and more) of what the old code was trying to do on its own. 2011-01-03 16:50:42 -05:00
Ermal
55c51af729 Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip. 2011-01-03 21:29:28 +00:00
Scott Ullrich
e9a1766109 Add $nocsrf = true; 2011-01-03 14:00:27 -05:00
gnhb
0eaf705549 Attempt to make it more clear to users that "Dial on Demand" should not be enabled if the
link should be always up/on.
2011-01-03 20:30:38 +07:00
Pierre POMES
76d11a5780 Ticket #1083. Remove alias capabilities from external and src fields 2011-01-01 13:07:46 -05:00
Erik Fonnesbeck
97acf64675 Add new default option that makes RRD graphs with the old type of behavior for time periods, configurable on settings tab. 2010-12-31 03:18:41 -07:00
Erik Fonnesbeck
29640ceef3 Use correct variable for this condition. 2010-12-31 01:40:07 -07:00
Chris Buechler
bf924b162a since packages aren't version-specific anymore, clarify to Available Packages 2010-12-31 03:29:08 -05:00
Chris Buechler
e85604b8ff remove <strong> to make consistent with all other text 2010-12-31 01:41:05 -05:00
Erik Fonnesbeck
f9626e574b Only unlink /conf/needs_package_sync if no packages are installed, otherwise leave it to the package manager to take care of it. 2010-12-30 11:47:43 -07:00
Erik Fonnesbeck
9b1939e130 Move unlink back to the correct line. 2010-12-30 06:05:00 -07:00
Chris Buechler
e8f4a58f0f make rebrand friendly 2010-12-29 18:33:34 -05:00
Scott Ullrich
7385a6b4be Turn off csrf checks 2010-12-29 16:27:43 -05:00
jim-p
f2141df0da Allow entering an arbitrary subnet for outbound NAT translations. 2010-12-29 16:11:26 -05:00
Scott Ullrich
d3bea81878 Add 10 to row count on textarea 2010-12-29 15:54:53 -05:00
Scott Ullrich
5edb6feecd Unbreak installedinfo option 2010-12-29 15:48:30 -05:00
jim-p
09315582d7 Add address pool support to outbound NAT. Allow specifying a subnet for outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool. 2010-12-29 14:04:30 -05:00
Ermal
66bcba1bcd Ticket #802. During a config restore detect if the vlan interfaces need reassignment too. This might be problematic for other type of interfaces on 2.0! 2010-12-28 22:39:51 +00:00