Commit Graph

8463 Commits

Author SHA1 Message Date
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
jim-p
c23b4f0d80 Fix case statements, may fix rrd graph generation for certain periods. 2010-12-28 15:04:12 -05:00
Ermal
8e9adb53b0 Run filter configure after doing a save on CP. 2010-12-28 17:15:17 +00:00
Chris Buechler
3e360ca730 clarify CSRF failure message 2010-12-28 11:55:19 -05:00
Scott Ullrich
46a9f4e13b Undo last commit. Need to add an additional check for opackage count == 0 2010-12-27 23:23:36 -05:00
jim-p
23d69b985c Use convert_friendly_interface_to_friendly_descr in the wol widget, just like on the main page. Ticket #1103 2010-12-27 14:22:03 -05:00
jim-p
e18278d18e Use strtoupper here 2010-12-27 14:22:02 -05:00
Scott Ullrich
6622e126ed Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up. 2010-12-27 13:40:58 -05:00
jim-p
528992bec1 Fix OpenVPN NetBIOS settings not propagating from the wizard to the server instance. 2010-12-27 11:41:03 -05:00
Ermal
6b78bed777 Ticket #944. Wehn changing the parent interface make sure to destroy the old vlan before creating the new one. Since vlans use the name of the parent the old interface referencing the old parent vlan will remain intact. 2010-12-27 15:09:11 +00:00
Chris Buechler
2b6561688f fix text 2010-12-25 16:32:51 -05:00
Chris Buechler
3380267983 fix text 2010-12-25 16:19:49 -05:00
Chris Buechler
9422a50f68 default to single host on 1:1 NAT as it always has and is the most common usage 2010-12-25 16:06:06 -05:00
Chris Buechler
df0c55a34b switch back to Internal rather than Source, Source is just confusing 2010-12-25 15:56:43 -05:00
Scott Ullrich
9b3ade76ca Increase textarea col size now that there is a lot more pkg install/deinstall information being output 2010-12-25 13:07:43 -05:00
jim-p
c6c26178a5 Add OSPF to firewall rule protocol choices 2010-12-23 14:19:09 -05:00
Ermal
60b66b602e Ticket #1128. Ooops pass the right parameter to unlock. 2010-12-23 18:41:46 +00:00
jim-p
057c83f5aa Accept # for a DNS override domain DNS server, this makes dnsmasq ignore a previous less specific domain and use system default name servers instead. So you can override example.com to 10.10.10.2 but www.example.com will consult normal DNS. 2010-12-23 11:21:43 -05:00
Ermal
cd3346e205 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). 2010-12-22 20:51:07 +00:00
Ermal
4447358371 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. 2010-12-22 20:40:53 +00:00
Scott Ullrich
01184e213e misc comments 2010-12-22 15:41:39 -05:00
Ermal
95b71980a0 Use correct lock. 2010-12-22 20:33:12 +00:00
Scott Ullrich
60e70198ae Add back easy install options for UFS and ZFS 2010-12-22 15:05:29 -05:00
Scott Ullrich
a3ccdf6e11 Add newline and comment header for each disk 2010-12-22 11:54:43 -05:00
Scott Ullrich
9c7b9ba04c Rework how disk definitions are defined per Kris. 2010-12-22 11:06:26 -05:00
Erik Fonnesbeck
1e31232857 Add missing semicolon. 2010-12-22 08:43:57 -07:00
Scott Ullrich
2d7bbd65b9 Nuke trailing carriage returns 2010-12-22 10:36:32 -05:00
Erik Fonnesbeck
6ac988f1e5 Display confirmation before sending Wake on LAN packet to clicked MAC address in list of DHCP leases. Ticket #861 2010-12-22 08:18:06 -07:00
Erik Fonnesbeck
3440de729d Change appearance of fields for saved "Additional BOOTP/DHCP Options" to be consistent with other fields on the page. 2010-12-22 07:58:39 -07:00
Erik Fonnesbeck
f39b73ad06 Fix interface names for Wake on LAN entries. Fixes #1101 2010-12-22 07:32:19 -07:00
Ermal
227f2be561 Fix routed starting. Reported-by: http://forum.pfsense.org/index.php/topic,29015.0.html 2010-12-22 14:27:09 +00:00
Erik Fonnesbeck
1930ccb627 Modify comparisons for antenna settings to be more restrictive. Might help with ticket #1121 2010-12-22 07:05:48 -07:00
Ermal
0d86d65018 Remove extra (. Reported-by: http://forum.pfsense.org/index.php/topic,31246.msg161929.html#msg161929 2010-12-22 14:02:35 +00:00
Ermal
475c1932c3 Use the provided settings even for HFSC scheduler instead of hardcoding 32Kbit/s speed on VoIP. Also cleanup some whitespace. 2010-12-22 13:59:05 +00:00
Scott Ullrich
9b4e01686d Do not break on header titles 2010-12-21 21:02:17 -05:00
Scott Ullrich
a1d3953f11 Turn off csrf for dashboard 2010-12-21 20:57:26 -05:00
Scott Ullrich
f7bd00322c Remove note about encyrption password only used for encryped fs type. It's handled by enable/disable js code now. 2010-12-21 20:25:11 -05:00
Ermal
d31bc32ad6 Make the CP locking more granular and make use correctly of exclusive/shared locks where appripriate. This speeds up CP login process. 2010-12-22 01:11:48 +00:00
Scott Ullrich
3da60e0dac Correcly fire delete event 2010-12-21 20:09:39 -05:00
Scott Ullrich
68867598bb Fire event for delete too 2010-12-21 19:56:00 -05:00
Scott Ullrich
3be68b60a0 Auto insert disk size 2010-12-21 19:52:14 -05:00
Scott Ullrich
2fa7469849 Default to UFS+S 2010-12-21 19:52:13 -05:00
Scott Ullrich
72c0d2e3a5 Disable the available space field too 2010-12-21 19:28:38 -05:00
Scott Ullrich
bfff9331f9 nuke the leave one megabyte free on each disk business. 2010-12-21 19:26:34 -05:00