summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Oops, add /32 to addressScott Ullrich2010-07-301-2/+2
|
* Do not prompt to create an alias for items that cannot be resolvedScott Ullrich2010-07-301-8/+14
|
* Default to network and use /32 to make it easier to expand these into ↵Scott Ullrich2010-07-301-2/+2
| | | | blocking entire netblock rules, etc
* Indent checksScott Ullrich2010-07-301-20/+20
|
* Add option to create an alias from a dns lookup. If the alias exists it ↵Scott Ullrich2010-07-301-0/+56
| | | | will prompt to overwtrite
* Handle cases when source or destination is not enabled and you end up with ↵Scott Ullrich2010-07-301-0/+3
| | | | an offset error
* Ooops, uncomment test caseScott Ullrich2010-07-301-2/+4
|
* Set ipaddr to first array entryScott Ullrich2010-07-301-1/+1
|
* Teach the DNS Lookup util to grok multiple host entriesScott Ullrich2010-07-301-2/+20
|
* 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
* 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
OpenPOWER on IntegriCloud