Commit Graph

6974 Commits

Author SHA1 Message Date
Renato Botelho
fe4fc20bf0 Show $g['product_name'] on wizards 2010-07-07 10:32:24 -03:00
jim-p
86b2190361 Add a text box where someone can enter in alternate hostnames for the system to bypass the DNS rebind checks. 2010-07-06 17:03:44 -04:00
jim-p
4a82055875 Delete an accidentally duplicated line. 2010-07-06 16:39:16 -04:00
jim-p
14eab6fb4d Add a checkbox to disable DNS rebinding checks if needed. 2010-07-06 16:32:09 -04:00
jim-p
4b49a8a91e Move the skel dir to /etc/skel, where it's easier to manage from a build point of view. 2010-07-06 13:55:10 -04:00
Erik Fonnesbeck
15409667f7 Add per-rule NAT reflection override. 2010-07-05 19:31:14 -06:00
Erik Fonnesbeck
f60181150d Add the missing VPN types to the interface list on port forwards and add the same VPNs to the list available on other types of NAT rules. 2010-07-05 18:09:47 -06:00
Ermal
6775c54e2a Fixes #698. Always check if we are dealing with an ip value to then store the subnet in the config. 2010-07-05 16:28:45 +00:00
jim-p
8b7ae9a371 Only unset if this is actually set. Ticket #710 2010-07-02 10:08:06 -04:00
jim-p
81ab3a736c Show the CPU Frequency on the dashboard if it's not running at full speed (due to powerd) 2010-06-30 11:55:39 -04:00
jim-p
107794cca9 Hide the inter-client comm. option for peer-to-peer openvpn connections. 2010-06-30 11:04:19 -04:00
jim-p
cb58828465 Add the standard .tcshrc to the skel files. 2010-06-29 16:43:47 -04:00
jim-p
09ba7f74c3 Fix this test, properly test if a variable is set. Fixes #691 2010-06-29 15:40:15 -04:00
jim-p
b11bd58969 Forward back to system_advanced_admin.php and not system.php 2010-06-29 15:11:50 -04:00
jim-p
9e3aadbe90 Add checkboxes to disable TSO and LRO since some drivers will misbehave with them set. Resolves #703 2010-06-28 15:59:03 -04:00
Chris Buechler
e88ace7563 fix gettext 2010-06-27 01:27:30 -04:00
Chris Buechler
04735a091f fix Description display. Ticket #666 2010-06-26 21:26:48 -04:00
Erik Fonnesbeck
3dec33d454 Validate for duplicate user names when editing, too. 2010-06-25 13:12:06 -06:00
jim-p
8339ab6d69 Prevent the GUI from adding a user that already exists in /etc/passwd (root, operator, daemon, etc) 2010-06-25 14:38:03 -04:00
jim-p
ff93a5c146 Validate time server. Should be the last thing that fixes #464 2010-06-25 12:17:09 -04:00
jim-p
85ee0940ac Do more strict validation on WAN setup fields. Ticket #464 2010-06-25 12:12:17 -04:00
jim-p
ce6b39f25d Hide GMZ offset zones in setup wizard. Ticket #464 2010-06-25 11:29:12 -04:00
jim-p
618e43ca4f Do some more strict validation on hostname, domain, and DNS servers. Ticket #464 2010-06-25 11:29:11 -04:00
jim-p
5fe3b65184 Validate MTU in setup wizard. Ticket #464 2010-06-25 11:29:11 -04:00
Ermal
cf7ac033ab Provide some error messages when posting from a script so consumers can have a clue at what happened. 2010-06-24 22:30:49 +00:00
Ermal
56c9163122 Pass correct argument to killbyname and correctly check for sshdkeyonly toggle. Ticket #691 2010-06-23 18:35:49 +00:00
jim-p
2e591a5db1 Fix dashboard version check for nanobsd 2010-06-23 09:07:32 -04:00
Ermal
e879fc815e Fixes #613. Add correctly users to all users group. 2010-06-22 14:29:45 +00:00
jim-p
087d875cd9 Correct NanoBSD update filename 2010-06-21 16:14:29 -04:00
jim-p
414053da69 Fix NanoBSD automatic update checks. 2010-06-21 16:08:26 -04:00
gnhb
52cf107d51 Fix #683. Show PPPs tab as selected when tab is selected. 2010-06-21 21:12:08 +07:00
jim-p
d4b17d7ce7 We should still delete this file if it's found, or the GUI can go into an infinite loop reinstalling packages. Fixes #678 2010-06-19 10:10:01 -04:00
Ermal
6f77aca537 Properly find gateway ip. The code before did not match for dynamic gateways. 2010-06-18 21:15:46 +00:00
Ermal
3a9eb3c908 If packages are reinstalled during bootup than there is no need to reinstall them again during GUI login. 2010-06-18 21:05:36 +00:00
Renato Botelho
759d0de1e8 Add delete button for each NAT Port Forward rule, like firewall rules. It Fixes #674 2010-06-18 13:21:31 -03:00
jim-p
1fea67419a Use killbyname() instead of mwexec/killall directly. 2010-06-18 10:36:46 -04:00
Ermal
8aede55b43 Use proper name for index. 2010-06-17 21:48:31 +00:00
Ermal
5082282c3a Use the configured src ip attribute choosen for accounting too. 2010-06-17 19:39:30 +00:00
Ermal
34e9ca6002 Show even VIP's in the list. This is copied from nat code and probably should be generalized. 2010-06-17 19:33:52 +00:00
Ermal
822b687b16 Do not assume WAN as the default interface to get the ip from for the calling station id. Instead add a select box(list) to choose the interface(ip) to send to radius. 2010-06-17 19:22:52 +00:00
jim-p
b4eb3a1737 Check if a variable is set before trying to unset. Otherwise, this will blow up with $a[b][c] if $a[b] doesn't exist. 2010-06-17 12:16:25 -04:00
jim-p
1fa00d6d70 Strip windows carriage return (^M) on save. IE adds this, and it can break certain files that don't expect to deal with it. 2010-06-17 10:28:32 -04:00
smos
88e9bceb8a Fix wireless status page to look at the right wireless interface name.
Ticket #649
2010-06-17 08:07:36 +02:00
jim-p
6aa9ddce18 Properly match SafeNet crypto cards. See http://forum.pfsense.org/index.php/topic,26056.0.html 2010-06-16 13:12:14 -04:00
gnhb
ed476f6f10 Add missing semicolon. 2010-06-16 22:17:34 +07:00
gnhb
4a1779a90e Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-06-16 22:13:23 +07:00
Ermal
962fd68551 Fixes #632. When bringing down a vip of proxyarp use the new pidfile introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface. 2010-06-16 16:07:16 +00:00
gnhb
59db783acd Modify pfsense-utils and status_interfaces.php so Uptime is shown for all PPPx type links. 2010-06-16 22:11:31 +07:00
Ermal
096ee9c22d Make some non functional changes, mostly to keep up with latest gw changes. Related to Ticket #666 2010-06-16 11:24:00 +00:00
Ermal
0bbf8900e0 Fixes #659. Uncomment javascript for unexistent fields and put id attribute on the checkbox controls referenced by javascript. 2010-06-15 21:38:41 +00:00