Chris Buechler
ffcf81bbb7
correct the limiter, it reversed up/down before
2010-06-16 22:21:59 -04:00
Scott Ullrich
60e014fe99
Save log file and give better output of what is happening
2010-06-16 19:44:05 -04: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
53824804f4
Fixes #665 . Optimize and correctly check for the gateways on static routes to be included on $tonatsubnets macro.
2010-06-16 17:02:36 +00:00
Ermal
ca94282988
Actually it needs choparp_ prepended.
2010-06-16 16:36:32 +00: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
a138f4fbc0
Fixes #667 . Do not bring down mpd5 if the interface is configured for dial on-demand.
2010-06-16 11:01:24 +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
jim-p
1e357c00bd
Add a safety check to prevent packets like those in #479 from breaking the filter log in the GUI.
2010-06-15 16:26:58 -04:00
Ermal
3bb6bfd2f2
Remove gif creation/deletion in ipsec code it seems unlikely and unused for a long time. This also removes the risk of doing damages on gifs configured through the GUI.
2010-06-15 19:27:04 +00:00
smos
87be42c1d2
Do not stamp on the variable that has the bssid Ticket #649
2010-06-15 20:20:04 +02:00
Ermal
0dc7b4aa54
Reduce XXX's.
2010-06-15 17:16:56 +00:00
jim-p
e52ba50c58
Remove stray ). Fixes #661 .
2010-06-15 09:17:21 -04:00
gnhb
765664a41c
Fix comments to work better.
2010-06-15 12:53:52 +07:00
gnhb
3de9ca1ccf
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
2010-06-15 12:30:47 +07:00
gnhb
5d9d443a41
Comment out log suppression. No front end control implemented yet.
2010-06-15 12:29:30 +07:00
jim-p
bd414316c1
Fix typo. Ticket #632
2010-06-14 19:45:42 -04:00
jim-p
513c5c1189
Make DHCP leases sortable. Fixes #653
2010-06-14 17:45:25 -04:00
Ermal
2f92b34db0
Give apinger the new srcip dircetive so it does not struggle anymore with the routing table.
2010-06-14 19:26:32 +00:00
Ermal
ea5f6c955b
Ticket #88 . Add checks to disable txcsum when needed for wirless interfaces so it does not break bridging when teh interface itself is reconfigured.
2010-06-14 12:26:06 +00:00
Ermal
7de83e0304
Simplify/optimize code for carp [re]configuration. This is possibly related to Ticket #601 . Also this speedups vip creation on large number of interfaces.
2010-06-14 12:11:47 +00: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
Ermal
aceedad449
Fixes #652 . Correct typo.
2010-06-14 11:11:02 +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
8af6c46d7f
Remove extra code that isn't needed any more in interfaces.inc.
...
creating pppoe reset file is now handled directly in interfaces_ppps_configure function.
2010-06-13 20:55:10 +07: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
Scott Ullrich
574b56bd9e
Time for 2.0-BETA3.
2010-06-12 19:06:14 -04:00
jim-p
0d90fcaff2
Add array_merge_recursive_unique which was called in xmlrpc.php but did not yet exist. Fixes #645
2010-06-11 16:07:03 -04:00
jim-p
7869c580b4
Properly sync CA/Certs when syncing OpenVPN (might need to be its own option, but forced on for OpenVPN). Also adds capability (though not enabled) to sync users. That will need more thought. Ticket #645
2010-06-11 16:01:10 -04: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
jim-p
fefa562174
Sync gateways if we sync routing.
2010-06-11 13:45:20 -04:00
jim-p
51e72bf52e
Rework connections a bit and report errors when they happen.
2010-06-11 13:45:19 -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
18139ba75f
Need to create a new rpc message before sending
2010-06-11 12:52:38 -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
Ermal
ddc75a8069
Fix typo.
2010-06-11 12:29:29 +00:00
Ermal
a4f07557b4
Ticket #642 . Fix logic for the wizard code to unset and arraynum usage.
2010-06-11 11:59:29 +00:00
Chris Buechler
d40b2a8804
change privs too
2010-06-10 20:39:20 -04:00
Chris Buechler
d1104fa63b
page is Status not Diag
2010-06-10 20:32:04 -04:00
Chris Buechler
c0879a434d
fix description in line with 2.0 changes
2010-06-10 20:32:04 -04:00