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
Ermal
42f4bbd96a
Ticket #655 . Call vpn_ipsec_configured in all cases it knows how to handle enabled/disabled ipsec setting.
2010-06-15 21:24:53 +00:00
smos
87be42c1d2
Do not stamp on the variable that has the bssid Ticket #649
2010-06-15 20:20:04 +02:00
jim-p
513c5c1189
Make DHCP leases sortable. Fixes #653
2010-06-14 17:45:25 -04:00
Ermal
2b6f65d736
Fixes #549 . Save a list of all changed vips to reload in a temporary file so when apply is clicked it can process all of them.
2010-06-14 11:54:23 +00:00
Ermal
e03b0a03fb
Fixes #632 . Use the correct function to handle vip destory.
2010-06-14 11:29:31 +00:00
Chris Buechler
b9546722a1
this page is status, not diag.
2010-06-14 00:08:50 -04:00
Chris Buechler
f0e730e50e
Merge branch 'master' of git://rcs.pfsense.org/pfsense/text-proofing into review/master
2010-06-13 23:42:00 -04:00
gnhb
69c1b04365
Fix empty data shown in interfaces_ppps when dislaying modem interfaces.
...
Also, clean up interfaces_ppps_configure. For PPtP/L2tP if Local IP field is
left empty, try to get the IP from the physical interface if it has one. If not
just log error and abort.
2010-06-13 20:35:11 +07:00
Larry Gilbert
22a11a582f
Fix some errors in spelling, punctuation, grammar, etc.
2010-06-12 17:07:52 -07:00
jim-p
c3fef0c9b4
Restart dhcpd and OpenVPN on backup box. Fixes #646 - Helps ticket #645 but that still needs work.
2010-06-11 14:08:13 -04:00
Scott Ullrich
7c7c8be264
Correct carp_configure_doc
2010-06-11 13:42:28 -04:00
Scott Ullrich
efe7562e16
Correctly reload carp interfaces via xmlrpc
2010-06-11 13:40:56 -04:00
Scott Ullrich
da7aa26dae
vslb.inc is already included by functions.inc
2010-06-11 12:52:22 -04:00
jim-p
9434370cd0
Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync.
2010-06-11 11:50:54 -04:00