summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* When filtering on the member interfaces of the bridge tell if_bridge to send ↵Ermal2010-07-301-0/+1
| | | | locally destined packets as coming from the member itself. This should fix some reported issues on Ticket #729.
* Be more correct and do the same checks for RXCSUM capabilities as is done ↵Ermal2010-07-301-0/+5
| | | | for TXCSUM one.
* Ticket #88. Correctly use the parameter returned from ↵Ermal2010-07-301-22/+23
| | | | 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.
* Check if this variable is empty before using, since if it's null/empty, it ↵jim-p2010-07-301-1/+1
| | | | will come back true when we don't want that.
* Do not use a monitor address from a load balancer pool as the monitor IP for ↵smos2010-07-301-5/+1
| | | | | | 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.
* Invert the is_array() check as this incorrectly unsets the gateway array ↵smos2010-07-301-3/+5
| | | | leaving the system unreachable
* Show all tables present in the tables ruleset on the diag overload tables.Ermal2010-07-291-7/+10
|
* Fixes #768. Do not show twice the table that is selected.Ermal2010-07-291-3/+2
|
* Follow the restored username as the logged in user when upgrading a config. ↵jim-p2010-07-291-0/+2
| | | | Otherwise you can get access errors if you need to do an interface reassignment.
* Create a valid apinger configuration file for targets that are down during ↵smos2010-07-291-1/+5
| | | | creation.
* Use cp -p to preserve permissions (exec)jim-p2010-07-291-1/+1
|
* Save the old shutdown binary in an attempt to smooth a firmware upgrade that ↵jim-p2010-07-293-1/+12
| | | | crosses to/from 32/64-bit.
* Do not write anything to config before finishing all tests of correctnes. ↵Ermal2010-07-291-2/+3
| | | | This avoids a problem of wrong config to apinger Discovered-by: Seth
* Ticket #752. Actually do this only for openvpn client instances.Ermal2010-07-291-2/+2
|
* Ticket #752. Consider openvpn interfaces as ones with gateways now that the ↵Ermal2010-07-291-1/+5
| | | | up/down scripts write the appropriate information.
* Adding rc.filter_configure_xmlrpc to help speed up xmlrpc reloadsScott Ullrich2010-07-291-0/+54
|
* Adding utility to show and maintain overflow tablesScott Ullrich2010-07-281-1/+1
|
* Fix ps command in packet capture screen. Ticket #766pierrepomes2010-07-281-1/+1
|
* fix text, use more sane default snaplen, remove bunk bridge check. Still one ↵Chris Buechler2010-07-281-4/+4
| | | | 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.
* Sync wireless settings first to be sure it displays the actual settings that ↵Erik Fonnesbeck2010-07-281-0/+2
| | | | will be used when the interface is configured.
* Add a checkbox to make syncing shared wireless settings to a central area ↵Erik Fonnesbeck2010-07-282-6/+21
| | | | optional.
* Change wireless configuration heading to be more specific.Erik Fonnesbeck2010-07-281-1/+1
|
* Add a central location that shared wireless settings will sync to/from.Erik Fonnesbeck2010-07-281-0/+11
|
* Only output these messages when booting.jim-p2010-07-281-3/+6
|
* Move the required once in a more appropriate place.Ermal2010-07-281-1/+2
|
* Add an LED pattern function for assigning interfaces, and enable its use. ↵jim-p2010-07-282-0/+20
| | | | When finished, switch back to the bootup pattern.
* Don't maintain a membership for the 'all' group when it includes everyone. ↵jim-p2010-07-282-1/+7
| | | | 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
* Remove config.extra.xml, I will just merge the remote configuration areas ↵Scott Ullrich2010-07-281-21/+1
| | | | right into config.xml
* Fixes #761. Remove some wrong copy/pasto code.Ermal2010-07-281-23/+19
|
* Fixes #761. Correctly bring down/up all vips based on the button click in ↵Ermal2010-07-281-7/+34
| | | | the webGUI.
* bump to BETA4Chris Buechler2010-07-281-1/+1
|
* fix several cosmetic issues. add an icon type for the "both" direction, fix ↵Chris Buechler2010-07-282-8/+22
| | | | icons for other directions
* clarify textChris Buechler2010-07-281-1/+1
|
* Comment out this line for now, since it was preventing config saving.Erik Fonnesbeck2010-07-271-1/+3
|
* use more efficient is_macaddr from bblacey on forumChris Buechler2010-07-271-16/+2
|
* partially fix Status>CARP enable/disableChris Buechler2010-07-271-0/+1
|
* add patch from vcoque to fix gettextChris Buechler2010-07-271-2/+4
|
* Remove trailing newlineScott Ullrich2010-07-272-2/+2
|
* If config.extra.xml exists parse and merge its contents into the array as ↵Scott Ullrich2010-07-271-4/+34
| | | | long as we are not writing out the config.
* Allow setting <remote_managed_pages><item> page items such as ↵Scott Ullrich2010-07-271-0/+13
| | | | /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.
* Require radius.inc if the webGUI is using radius as the method.Ermal2010-07-271-1/+2
|
* Do not blacklist radius for authentication method on the webGUI.Ermal2010-07-271-2/+0
|
* Add micro optimization.Ermal2010-07-271-0/+1
|
* Ticket #725. Before falling back to the default gw interface search even ↵Ermal2010-07-271-4/+26
| | | | static routes. Also catch up with routing code on how to find the default gw.
* Fixes #745. Validate group name against existing interfaces.Ermal2010-07-271-0/+5
|
* Fix variable name for consistency.jim-p2010-07-271-1/+1
|
* Fix test of preferoldsa to check the proper variable name.jim-p2010-07-271-1/+1
|
* Fix test for checking the prefer old IPsec SA box.jim-p2010-07-271-1/+1
|
* Fix path to dhcpd.conf in status.phpjim-p2010-07-271-1/+1
|
* Disable SSL peer verification in cURL. Also, explicitly set FOLLOWLOCATION ↵jim-p2010-07-261-0/+3
| | | | to make sure that we can redirect properly. Both of these are needed to fix snort rule downloads.
OpenPOWER on IntegriCloud