summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* correctly use sticky and round-robin. Ticket #337Chris Buechler2010-08-071-3/+3
* don't static port 5060 by default, it breaks things much more often than it h...Chris Buechler2010-08-061-2/+0
* Do not call die while parsing package xml files. Instead return an empty arra...Ermal2010-08-061-2/+2
* Remove useless code which might even abort package deletion process.Ermal2010-08-061-15/+1
* Use global to not cause breakage if path changes.Ermal2010-08-061-1/+1
* Remove useless sysctl since it is not useful. Ticket #729.Ermal2010-08-061-1/+0
* Avoid duplicate service tags when reinstalling packagesRenato Botelho2010-08-061-0/+4
* Restore DHCP leases on boot if they have been backed up.jim-p2010-08-061-0/+15
* Make sure that the RRD path exists before apinger is started. Should really f...jim-p2010-08-061-0/+3
* chown the RRD path on every call, not just when initially creating the RRD di...jim-p2010-08-061-1/+6
* Properly clear the qlimit or tbrconfig settings when a value is deleted from GUIErmal2010-08-051-0/+4
* Revert "Add self to the automatic nat rules generation so it easies balancing...Scott Ullrich2010-08-051-2/+2
* Add self to the automatic nat rules generation so it easies balancing the hos...Ermal2010-08-051-2/+2
* Only delete arp entries for a given interface, otherwise we can clobber the s...jim-p2010-08-051-2/+2
* When creating /var/db/rrd, make sure it's writable by wheel, and owned by nob...jim-p2010-08-051-2/+3
* Add backend code for antenna settings. Ticket #13Erik Fonnesbeck2010-08-051-5/+43
* Fix text, and default to 1400Chris Buechler2010-08-041-1/+1
* Add sysctl functions that support getting/setting multiple values in a single...Erik Fonnesbeck2010-08-041-0/+61
* Don't install reflection rules for port forwards with a destination address o...Erik Fonnesbeck2010-08-041-1/+1
* Don't split the date/time when forming a line's timestamp, use both. Otherwis...jim-p2010-08-041-4/+1
* Resolves #599. Split mtu and mss fields in interfaces page so it is possible ...Ermal2010-08-041-2/+4
* Disable TSO and LRO in upgraded configs.jim-p2010-08-041-0/+7
* Refine the setting/checking of these variables a little.jim-p2010-08-041-3/+3
* Fix this test.jim-p2010-08-041-1/+1
* Resolves #716. Correctly unset values of m1 and d on HFSC and appropriate spe...Ermal2010-08-031-1/+18
* Resolves #787. Present an option to enable a scrub rule for <vpns> target to ...Ermal2010-08-031-0/+8
* Resolves #791. add a missing = in the get request.Ermal2010-08-031-1/+1
* Add reference instead of copying also remove bogus comment and code that reli...Ermal2010-08-031-10/+1
* Use get_real_interface here and compare to that to make it more generic inste...Erik Fonnesbeck2010-08-021-1/+1
* Since convert_friendly_interface_to_friendly_descr is now used for display pu...Erik Fonnesbeck2010-08-021-2/+2
* Convert outbound NAT rule code to using $FilterIflist for getting alias names...Erik Fonnesbeck2010-08-021-3/+3
* Revert "Adjust case of aliases/description names for PPTP and PPPoE server in...Erik Fonnesbeck2010-08-022-4/+4
* Make sure this variable is an array before performing array operations upon it.jim-p2010-08-021-3/+5
* Ensure static ARP is configured each time the DHCP service is configured. Pre...jim-p2010-08-021-0/+2
* Fix typo in interface name.Erik Fonnesbeck2010-08-021-1/+1
* Don't create the wireless section of the config for an interface section that...Erik Fonnesbeck2010-08-021-2/+2
* Make convert_real_interface_to_friendly_interface_name recognize that the par...Erik Fonnesbeck2010-08-021-0/+3
* 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 tz...Scott Ullrich2010-08-021-2/+6
* Small optimization for convert_friendly_interface_to_friendly_descr. Do not ...Erik Fonnesbeck2010-08-011-0/+7
* Include hostname in growl noticeScott Ullrich2010-07-301-1/+2
* Ticket #776. reload even ipalias type of vip when reloading carps and do not ...Ermal2010-07-301-3/+8
* When filtering on the member interfaces of the bridge tell if_bridge to send ...Ermal2010-07-301-0/+1
* Be more correct and do the same checks for RXCSUM capabilities as is done for...Ermal2010-07-301-0/+5
* Ticket #88. Correctly use the parameter returned from link_interface_to_bridg...Ermal2010-07-301-22/+23
* Check if this variable is empty before using, since if it's null/empty, it wi...jim-p2010-07-301-1/+1
* Do not use a monitor address from a load balancer pool as the monitor IP for ...smos2010-07-301-5/+1
* Invert the is_array() check as this incorrectly unsets the gateway array leav...smos2010-07-301-3/+5
* Follow the restored username as the logged in user when upgrading a config. O...jim-p2010-07-291-0/+2
OpenPOWER on IntegriCloud