Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -53/+0 |
| | |||||
* | Replace php calls to php-cgi, binary is not being renamed anymore | Renato Botelho | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Code style bits and pieces from etc | Phil Davis | 2015-05-31 | 1 | -1/+1 |
| | |||||
* | Code style for etc files | Phil Davis | 2015-02-25 | 1 | -27/+27 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | Fix these perms too | jim-p | 2012-07-18 | 1 | -0/+0 |
| | |||||
* | * Hide interfaces internals to other code and use the propper interfaces. | Ermal Luçi | 2009-03-30 | 1 | -6/+5 |
| | | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces. | ||||
* | Check DHCP interfaces every 6 hours for dhclient issues. Launch dhclient if ↵ | Scott Ullrich | 2006-12-12 | 1 | -0/+54 |
it is not bound to an interface correctly. |