Scott Ullrich
|
d29d05ab8e
|
Broadcast when a firmware upgrade is completed
|
2010-07-30 19:30:37 -04:00 |
|
Ermal
|
89830b60dc
|
Ticket #776. reload even ipalias type of vip when reloading carps and do not destroy cloned interfaces on interface bring down.
|
2010-07-30 21:55:15 +00:00 |
|
Ermal
|
83463e1e99
|
When filtering on the member interfaces of the bridge tell if_bridge to send locally destined packets as coming from the member itself. This should fix some reported issues on Ticket #729.
|
2010-07-30 16:26:07 +00:00 |
|
Ermal
|
3ca774ac10
|
Be more correct and do the same checks for RXCSUM capabilities as is done for TXCSUM one.
|
2010-07-30 15:18:47 +00:00 |
|
Ermal
|
a639bb917d
|
Ticket #88. Correctly use the parameter returned from link_interface_to_bridge to actually set the flags on the interface being configured the same as the bridge. While here simplify gre/gif handling too.
|
2010-07-30 15:16:32 +00:00 |
|
jim-p
|
3c9781d86a
|
Check if this variable is empty before using, since if it's null/empty, it will come back true when we don't want that.
|
2010-07-30 09:32:05 -04:00 |
|
smos
|
318c1505e8
|
Do not use a monitor address from a load balancer pool as the monitor IP for a connection. This can lead to incorrect configurations. Some 1.2
configurations use load balancer pools as a subtitute for a gateway since that option was not available then.
|
2010-07-30 12:58:54 +02:00 |
|
smos
|
d827f9ccaf
|
Invert the is_array() check as this incorrectly unsets the gateway array leaving the system unreachable
|
2010-07-30 11:54:35 +02:00 |
|
Ermal
|
34525fefe1
|
Show all tables present in the tables ruleset on the diag overload tables.
|
2010-07-29 21:02:05 +00:00 |
|
Ermal
|
ca7b7f7eb0
|
Fixes #768. Do not show twice the table that is selected.
|
2010-07-29 20:52:36 +00:00 |
|
jim-p
|
6d8e6b2257
|
Follow the restored username as the logged in user when upgrading a config. Otherwise you can get access errors if you need to do an interface reassignment.
|
2010-07-29 15:38:38 -04:00 |
|
smos
|
4473744f30
|
Create a valid apinger configuration file for targets that are down during creation.
|
2010-07-29 20:16:34 +02:00 |
|
jim-p
|
6fe72bc84e
|
Use cp -p to preserve permissions (exec)
|
2010-07-29 14:03:36 -04:00 |
|
jim-p
|
bf07217998
|
Save the old shutdown binary in an attempt to smooth a firmware upgrade that crosses to/from 32/64-bit.
|
2010-07-29 14:03:19 -04:00 |
|
Ermal
|
439b0e26bc
|
Do not write anything to config before finishing all tests of correctnes. This avoids a problem of wrong config to apinger Discovered-by: Seth
|
2010-07-29 17:10:28 +00:00 |
|
Ermal
|
9c43432adc
|
Ticket #752. Actually do this only for openvpn client instances.
|
2010-07-29 13:01:46 +00:00 |
|
Ermal
|
7970b622b4
|
Ticket #752. Consider openvpn interfaces as ones with gateways now that the up/down scripts write the appropriate information.
|
2010-07-29 13:00:12 +00:00 |
|
Scott Ullrich
|
587565777b
|
Adding rc.filter_configure_xmlrpc to help speed up xmlrpc reloads
|
2010-07-29 00:28:09 -04:00 |
|
Scott Ullrich
|
e702e6c959
|
Adding utility to show and maintain overflow tables
|
2010-07-28 22:32:26 -04:00 |
|
pierrepomes
|
98dee353e0
|
Fix ps command in packet capture screen. Ticket #766
|
2010-07-28 22:10:07 -04:00 |
|
Chris Buechler
|
68ed7d9d20
|
fix text, use more sane default snaplen, remove bunk bridge check. Still one problem here, it doesn't display anything in the output box in the web interface though it's running the correct command and the pcap file is fine.
|
2010-07-28 19:32:11 -04:00 |
|
Erik Fonnesbeck
|
ebf94efb5c
|
Sync wireless settings first to be sure it displays the actual settings that will be used when the interface is configured.
|
2010-07-28 16:18:44 -06:00 |
|
Erik Fonnesbeck
|
f62c44d8ed
|
Add a checkbox to make syncing shared wireless settings to a central area optional.
|
2010-07-28 15:23:29 -06:00 |
|
Erik Fonnesbeck
|
e4603932bc
|
Change wireless configuration heading to be more specific.
|
2010-07-28 15:23:26 -06:00 |
|
Erik Fonnesbeck
|
062023a5d3
|
Add a central location that shared wireless settings will sync to/from.
|
2010-07-28 15:23:24 -06:00 |
|
jim-p
|
34834e7ef9
|
Only output these messages when booting.
|
2010-07-28 17:19:41 -04:00 |
|
Ermal
|
868c6826b5
|
Move the required once in a more appropriate place.
|
2010-07-28 21:03:58 +00:00 |
|
jim-p
|
a6bd415514
|
Add an LED pattern function for assigning interfaces, and enable its use. When finished, switch back to the bootup pattern.
|
2010-07-28 16:40:38 -04:00 |
|
jim-p
|
b0c231e4f3
|
Don't maintain a membership for the 'all' group when it includes everyone. Just return it for everyone if the 'all' group is requested. For the count of the 'all' group, just return a count of all the users on the system. Fixes #613
|
2010-07-28 13:53:09 -04:00 |
|
Scott Ullrich
|
1295e7691a
|
Remove config.extra.xml, I will just merge the remote configuration areas right into config.xml
|
2010-07-28 10:38:29 -04:00 |
|
Ermal
|
a133bb38b2
|
Fixes #761. Remove some wrong copy/pasto code.
|
2010-07-28 12:35:02 +00:00 |
|
Ermal
|
8e2986f848
|
Fixes #761. Correctly bring down/up all vips based on the button click in the webGUI.
|
2010-07-28 12:31:16 +00:00 |
|
Chris Buechler
|
7fbd5e146e
|
bump to BETA4
|
2010-07-28 03:33:35 -04:00 |
|
Chris Buechler
|
23b517ab60
|
fix several cosmetic issues. add an icon type for the "both" direction, fix icons for other directions
|
2010-07-28 03:18:23 -04:00 |
|
Chris Buechler
|
d83dccfff9
|
clarify text
|
2010-07-28 02:01:05 -04:00 |
|
Erik Fonnesbeck
|
027b805741
|
Comment out this line for now, since it was preventing config saving.
|
2010-07-27 23:47:04 -06:00 |
|
Chris Buechler
|
cb847796df
|
use more efficient is_macaddr from bblacey on forum
|
2010-07-27 21:21:22 -04:00 |
|
Chris Buechler
|
81c642846b
|
partially fix Status>CARP enable/disable
|
2010-07-27 21:03:16 -04:00 |
|
Chris Buechler
|
cf652f81e5
|
add patch from vcoque to fix gettext
|
2010-07-27 20:32:31 -04:00 |
|
Scott Ullrich
|
981d193fb4
|
Remove trailing newline
|
2010-07-27 20:01:53 -04:00 |
|
Scott Ullrich
|
4e9a339213
|
If config.extra.xml exists parse and merge its contents into the array as long as we are not writing out the config.
|
2010-07-27 20:01:53 -04:00 |
|
Scott Ullrich
|
2cdd52cc38
|
Allow setting <remote_managed_pages><item> page items such as /services_captiveportal.php which signals the GUI that the contents of the page are being controlled from a remote machine and disallow the GUI page from being edited.
|
2010-07-27 20:01:53 -04:00 |
|
Ermal
|
d5b1ac9954
|
Require radius.inc if the webGUI is using radius as the method.
|
2010-07-27 21:45:07 +00:00 |
|
Ermal
|
db0bfe367b
|
Do not blacklist radius for authentication method on the webGUI.
|
2010-07-27 21:42:45 +00:00 |
|
Ermal
|
c935eb7709
|
Add micro optimization.
|
2010-07-27 20:40:28 +00:00 |
|
Ermal
|
6f9b154b80
|
Ticket #725. Before falling back to the default gw interface search even static routes. Also catch up with routing code on how to find the default gw.
|
2010-07-27 20:39:07 +00:00 |
|
Ermal
|
4a71c0873c
|
Fixes #745. Validate group name against existing interfaces.
|
2010-07-27 19:16:59 +00:00 |
|
jim-p
|
bb890d383c
|
Fix variable name for consistency.
|
2010-07-27 09:19:59 -04:00 |
|
jim-p
|
72b7647fb5
|
Fix test of preferoldsa to check the proper variable name.
|
2010-07-27 09:18:22 -04:00 |
|
jim-p
|
1ca3ccd499
|
Fix test for checking the prefer old IPsec SA box.
|
2010-07-27 09:16:41 -04:00 |
|