| Commit message (Expand) | Author | Age | Files | Lines |
* | Code style usr-local-www back-end | Phil Davis | 2015-04-19 | 1 | -68/+71 |
* | Add missing opening bracket | k-paulius | 2015-03-08 | 1 | -1/+1 |
* | Expand CARP demotion error, add button to reset demotion status. | jim-p | 2015-03-06 | 1 | -3/+23 |
* | carp, don't show status icon from previous carp ip in case the ip is not pres... | PiBa-NL | 2015-02-15 | 1 | -1/+2 |
* | Make sure radvd is reconfigured when CARP is enabled/disabled. It should fix ... | Renato Botelho | 2015-01-22 | 1 | -1/+18 |
* | Ticket #3997 s/_vhid/_vip/g | Ermal LUÇI | 2015-01-15 | 1 | -1/+1 |
* | Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI ch... | Ermal LUÇI | 2015-01-15 | 1 | -5/+1 |
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 1 | -1/+1 |
* | clarify message here after customer feedback, it wasn't meant to imply "only ... | Chris Buechler | 2014-12-26 | 1 | -1/+1 |
* | Cleanup aliases when temporarily disable CARP, fixes #4116 | Renato Botelho | 2014-12-16 | 1 | -0/+1 |
* | modify copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -1/+1 |
* | Change copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -0/+1 |
* | Fix syntax error in CARP status page. Ticket #3967 | Chris Buechler | 2014-11-10 | 1 | -1/+1 |
* | Ticket #3967. Allow to have carp as parent of ipaliases - continued | Ermal | 2014-11-10 | 1 | -0/+4 |
* | rename interfaces_carp_setup to interfaces_sync_setup and call it during boot... | Ermal | 2014-10-15 | 1 | -1/+1 |
* | Fixes #3909 Properly report and detect carp_status | Ermal | 2014-10-06 | 1 | -8/+9 |
* | Convert almost all /sbin/sysctl calls to php functions | Renato Botelho | 2014-07-07 | 1 | -3/+2 |
* | Fix indent | Renato Botelho | 2014-07-07 | 1 | -17/+17 |
* | Fix typo | Renato Botelho | 2014-05-23 | 1 | -1/+1 |
* | Tidy up "carp_status.php" XHTML | Colin Fleming | 2014-05-16 | 1 | -25/+22 |
* | Key off net.inet.carp.demotion and display a warning to the user if the syste... | jim-p | 2014-04-15 | 1 | -2/+6 |
* | Fix text, capitalization, and change wording to put more focus on how the act... | jim-p | 2014-04-15 | 1 | -4/+4 |
* | carp, provide a way to 'permanently' set carp to 'maintenance mode' (advskew ... | PiBa-NL | 2014-03-30 | 1 | -1/+10 |
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -2/+2 |
* | Use _vip as identified for CARP vip IPs to allow easier upgrade code. This wa... | Ermal | 2013-12-06 | 1 | -3/+2 |
* | Provide proper interface for getting carp status | Ermal | 2013-12-05 | 1 | -1/+1 |
* | Remove references to _vip interface and provide proper configuration for carp... | Ermal | 2013-11-28 | 1 | -5/+1 |
* | Activate new shortcuts/status in the rest of the areas that are currently setup. | jim-p | 2012-08-10 | 1 | -0/+1 |
* | Get rid of carpdev, it will never be | Ermal | 2012-06-07 | 1 | -8/+0 |
* | Make vips vhid be unique per parent interface! | Ermal | 2012-04-05 | 1 | -2/+2 |
* | Move CARP settings from pkg XML to a real PHP page | Darren Embry | 2012-03-22 | 1 | -1/+1 |
* | Ticket #1598. Correctly handle ipalias vips when re-enabling carp from the ca... | Ermal | 2011-06-15 | 1 | -2/+6 |
* | Note that disabling does not survive a reboot | Scott Ullrich | 2011-03-24 | 1 | -1/+1 |
* | Expose advbase option of carp(4) to alleviate advanced configs. | Ermal | 2010-12-07 | 1 | -0/+1 |
* | Initialize variable. Ticket #1023. | Ermal | 2010-11-23 | 1 | -0/+1 |
* | Ticket #1023. Correct carp status even on the status page. | Ermal | 2010-11-23 | 1 | -5/+6 |
* | Small gettext() fixes | Renato Botelho | 2010-08-11 | 1 | -1/+1 |
* | Merge remote branch 'mainline/master' | Vinicius Coque | 2010-07-30 | 1 | -7/+30 |
|\ |
|
| * | Fixes #761. Remove some wrong copy/pasto code. | Ermal | 2010-07-28 | 1 | -23/+19 |
| * | Fixes #761. Correctly bring down/up all vips based on the button click in the... | Ermal | 2010-07-28 | 1 | -7/+34 |
* | | Implement gettext() calls on carp_status.php | Carlos Eduardo Ramos | 2010-07-29 | 1 | -12/+12 |
|/ |
|
* | only match with a space behind the IP, otherwise 10.0.0.6 CARP IP may match a... | Chris Buechler | 2010-07-21 | 1 | -1/+1 |
* | Don't use a fake CARP VIP name since it doesn't match up with the new style n... | jim-p | 2010-06-10 | 1 | -3/+0 |
* | Check for an array here to prevent against a foreach error showing in the GUI. | jim-p | 2010-06-10 | 1 | -3/+5 |
* | s/interfaces_carp_configure/interfaces_carp_setup/ | Ermal Luçi | 2009-11-24 | 1 | -1/+1 |
* | Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to xml... | Scott Ullrich | 2009-11-06 | 1 | -1/+0 |
* | Unbreak CARP Enable/Disable button | Scott Ullrich | 2009-10-23 | 1 | -4/+5 |
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to inclu... | Scott Ullrich | 2009-09-14 | 1 | -0/+4 |
* | Turn common tabular data areas into sortable items. Revert the sortable.js c... | Scott Ullrich | 2009-08-23 | 1 | -1/+1 |
* | Unbreak dhcp lease sorting | Scott Ullrich | 2009-08-20 | 1 | -31/+19 |