| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all linklocal checks by is_linklocal() | Renato Botelho | 2013-05-09 | 1 | -1/+1 |
* | Fixup gwlb functions related to gw failover | Phil Davis | 2013-05-07 | 1 | -2/+2 |
* | ipprotocol is inet or inet6 | Renato Botelho | 2013-04-25 | 1 | -1/+1 |
* | Take dynamic6 into consideration too | Renato Botelho | 2013-04-25 | 1 | -1/+1 |
* | Deduplicate and simplify code | Renato Botelho | 2013-04-25 | 1 | -44/+12 |
* | Make more strict comparison to avoid type issues when gw name only contain nu... | Renato Botelho | 2013-04-18 | 1 | -1/+1 |
* | Fix whitespace and indent | Renato Botelho | 2013-04-18 | 1 | -33/+33 |
* | Add default case when detecting dynamic gateway ip | avandeweghe | 2013-04-15 | 1 | -0/+16 |
* | Make fe80: addresses check case insensitive | Renato Botelho | 2013-04-14 | 1 | -1/+1 |
* | Use apinger macros to send the gateway name for openvpn and dyndns. Ipsec wil... | Ermal | 2013-04-12 | 1 | -1/+1 |
* | Provide a function to get all gateway groups a gateway is member of | Ermal | 2013-04-12 | 1 | -0/+22 |
* | Optimize a bit interface_gateway_group_member | Ermal | 2013-04-12 | 1 | -4/+8 |
* | Check if the argument is a gateway or an interface | Ermal | 2013-04-12 | 1 | -1/+1 |
* | Correct code and initialize properly variables escpecially arrays. Also do fi... | Ermal | 2013-03-26 | 1 | -84/+82 |
* | Correct check from previous code path simplification | Ermal | 2013-03-26 | 1 | -1/+1 |
* | Initialize some arrays to avoid php issues and also use list() here to avoid ... | Ermal | 2013-03-26 | 1 | -4/+6 |
* | Simplify a bit code branching no change on functionality | Ermal | 2013-03-26 | 1 | -31/+33 |
* | Track apinger status in /var/run instead of /tmp | Ryan Dlugosz | 2013-03-20 | 1 | -5/+5 |
* | If gatway is dynamic the type cannot be determined, trim the code trying to d... | Ermal | 2013-03-18 | 1 | -18/+11 |
* | Try to remove as much as possible _stf special case through the code | Ermal | 2013-03-18 | 1 | -21/+5 |
* | Just set defaultgw after all gateways are processed, it fixes return_gateways... | Renato Botelho | 2013-02-27 | 1 | -18/+21 |
* | This message can be really spammy on a failure if you have multiple gateway g... | jim-p | 2013-02-06 | 1 | -1/+1 |
* | If the user has IPv6 disabled, don't create dynamic IPv6 gateways. | jim-p | 2013-02-05 | 1 | -0/+4 |
* | Only allow gateways of the appropriate type (ipv4 or ipv6) to affect whether ... | jim-p | 2013-02-05 | 1 | -2/+2 |
* | Oops correct interface name | Ermal | 2013-01-30 | 1 | -3/+3 |
* | Make gateways for assigned OpenVPN servers as well as clients. | jim-p | 2012-12-18 | 1 | -2/+2 |
* | Add unset | Ermal | 2012-11-21 | 1 | -0/+1 |
* | Switch to is_array() check and add curly | smos | 2012-11-19 | 1 | -2/+3 |
* | gateway monitoring, make the notifications generated clear to tell which gate... | PiBa-NL | 2012-11-18 | 1 | -4/+4 |
* | Separate default gateway switching code to its own function, fix it to only o... | jim-p | 2012-09-26 | 1 | -50/+54 |
* | Make the gateway group member check a boolean, might convert to something els... | smos | 2012-09-13 | 1 | -3/+3 |
* | Add function that checks if the interface is part of a gateway group. | smos | 2012-09-13 | 1 | -0/+22 |
* | Reference the correct variable here, it was broken before and could never hav... | smos | 2012-09-13 | 1 | -1/+1 |
* | Remove the filter configure call as this could otherwise lead to a recursive ... | smos | 2012-09-12 | 1 | -3/+3 |
* | Put apinger default values into a function | Phil Davis | 2012-07-25 | 1 | -17/+22 |
* | Make sure that we process the logic statement correctly, otherwise we might a... | smos | 2012-07-18 | 1 | -2/+2 |
* | Change field name from lowloss to losslow
| ccesario | 2012-07-05 | 1 | -2/+2 |
* | Reconfigure OpenVPN on gateway change | smos | 2012-06-30 | 1 | -2/+2 |
* | Comment out adding static routes for gateway monitor IPs because we now bind ... | smos | 2012-06-28 | 1 | -2/+2 |
* | Fix: Warning: preg_match(): No ending delimiter '/' found in /etc/inc/gwlb.in... | Phil Davis | 2012-06-28 | 1 | -2/+2 |
* | Check in code that allows for using a gateway group as the interface on the O... | smos | 2012-06-25 | 1 | -10/+24 |
* | Needs a default case so IPv6 interfaces are resolved to a real interface | smos | 2012-06-09 | 1 | -0/+3 |
* | Changeover to the new multiple command pfSctl | smos | 2012-06-06 | 1 | -2/+2 |
* | Reverse the arguments, i got them wrong. | smos | 2012-06-06 | 1 | -2/+2 |
* | Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS alr... | smos | 2012-06-06 | 1 | -2/+2 |
* | Make sure to return the Null route gateways too for looking up a gateway entry | smos | 2012-06-05 | 1 | -3/+3 |
* | Some minor enhancements from renaming the Gathering Data to Pending. | smos | 2012-06-04 | 1 | -2/+2 |
* | Fix Typo, although the host might indeed be loca. We'll just keep it local in... | smos | 2012-06-04 | 1 | -1/+1 |
* | Allow for Null routes | smos | 2012-06-04 | 1 | -1/+17 |
* | Unbreak php errors on login form | jim-p | 2012-06-03 | 1 | -0/+1 |