summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Adjust case of aliases/description names for PPTP and PPPoE server interfaces.Erik Fonnesbeck2010-08-012-4/+4
|
* Correct capitalization for PPTP and L2TP in a couple places.Erik Fonnesbeck2010-08-011-4/+4
|
* Set the timezone if available. This will minimize calls to the system for ↵Scott Ullrich2010-08-021-2/+6
| | | | tz data and should not have any negative side-effects.
* Small optimization for convert_friendly_interface_to_friendly_descr. Do not ↵Erik Fonnesbeck2010-08-011-0/+7
| | | | build an interface list for the most common cases.
* Set 96 megabytes to 5 meg of cacheScott Ullrich2010-07-301-1/+1
|
* Use more conservative apc memory valuesScott Ullrich2010-07-301-9/+7
|
* Update to 2010Scott Ullrich2010-07-301-1/+1
|
* Do not load apc module when under low memory situationsScott Ullrich2010-07-301-1/+13
|
* Use 97 megabytes, apc is not a module so do not setScott Ullrich2010-07-301-5/+1
|
* Ensure apc is disabled by setting to 0. Also enable suhosin php support for ↵Scott Ullrich2010-07-301-0/+27
| | | | < 65 megabytes of ram, too
* Update (C)Scott Ullrich2010-07-301-6/+27
|
* Include hostname in growl noticeScott Ullrich2010-07-301-1/+2
|
* Add headerScott Ullrich2010-07-301-0/+5
|
* Use rc.firmware_notify to send a message when upgrade starts and completedScott Ullrich2010-07-301-2/+6
|
* Adding script to allow sending messages to growl or email from normal shell ↵Scott Ullrich2010-07-301-0/+38
| | | | scripts. Options are -e for email, -g for growl and -m 'message to send'
* Broadcast when a firmware upgrade is completedScott Ullrich2010-07-301-0/+6
|
* Ticket #776. reload even ipalias type of vip when reloading carps and do not ↵Ermal2010-07-301-3/+8
| | | | destroy cloned interfaces on interface bring down.
* 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
* 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
|
* Add a checkbox to make syncing shared wireless settings to a central area ↵Erik Fonnesbeck2010-07-281-5/+7
| | | | optional.
* 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-281-0/+3
| | | | 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
* bump to BETA4Chris 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
|
* 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.
* Require radius.inc if the webGUI is using radius as the method.Ermal2010-07-271-1/+2
|
* 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.
* Fix test of preferoldsa to check the proper variable name.jim-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.
* Change this find to a chdir/glob.jim-p2010-07-261-2/+2
|
OpenPOWER on IntegriCloud