Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #495 from phil-davis/master | rbgarga | 2013-03-25 | 2 | -30/+52 |
|\ | | | | | Dynamic DNS add option for verbose logging | ||||
| * | Dynamic DNS add option for verbose logging | Phil Davis | 2013-03-22 | 1 | -3/+5 |
| | | | | | | | | The verbose log option is "set or not set" in the config and needs to be passed to subroutines as a boolean true or false. Note: This just works in services_dyndns_edit because the in-memory array of settings is keeping it as a boolean. | ||||
| * | Dynamic DNS add option for verbose logging | Phil Davis | 2013-03-22 | 1 | -27/+47 |
| | | | | | | Put most log messages inside "if verbose logging". Things that are always logged are actual errors and success messages when something is done (or finally determined to not need doing). | ||||
* | | Tidy up "shaper" and "firewall shaper" XHTML | Colin Fleming | 2013-03-23 | 1 | -57/+57 |
| | | | | | | | | | | | | Update VALIGN Deprecated the ampersand in ANCHOR tags Update TYPE in script | ||||
* | | Add PHP shell playback script to control services from the command line ↵ | jim-p | 2013-03-22 | 2 | -0/+84 |
| | | | | | | | | (works like Status > Services) | ||||
* | | Move these service control functions into service-utils.inc so they may be ↵ | jim-p | 2013-03-22 | 1 | -0/+170 |
|/ | | | | re-used. | ||||
* | Tidy up "shaper.inc" XHTML | Colin Fleming | 2013-03-22 | 1 | -40/+48 |
| | | | | | Add CDATA sections to javascript Close off the BR tags | ||||
* | Bump this a bit to allow for faster speed | Ermal | 2013-03-21 | 1 | -1/+2 |
| | |||||
* | Reduce a bit the entropy collection sources to not hurt performance. There ↵ | Ermal | 2013-03-21 | 1 | -1/+4 |
| | | | | are plenty of other sources on today systems | ||||
* | Escape the argument to avoid potential issues | Ermal | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | Respect the product name here. | jim-p | 2013-03-21 | 1 | -0/+2 |
| | |||||
* | use a custom sysDescr for snmp similar to m0n0wall's format. Fixes #2893 | jim-p | 2013-03-21 | 1 | -0/+6 |
| | |||||
* | Merge pull request #487 from rdlugosz/change_apinger_status_path | Ermal Luçi | 2013-03-20 | 1 | -5/+5 |
|\ | | | | | Track apinger status in /var/run instead of /tmp | ||||
| * | Track apinger status in /var/run instead of /tmp | Ryan Dlugosz | 2013-03-20 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | This is a one line status file updated every few seconds. It would be better to store this in /var/run since that is (always?) a ram disk on pfSense. Especially important on systems with flash storage. see: http://forum.pfsense.org/index.php/topic,52734.msg281834.html#msg281834 | ||||
* | | No need for the ::(separators) they will be there | Ermal | 2013-03-20 | 1 | -1/+1 |
| | | |||||
* | | Check lower bound as well | Ermal | 2013-03-20 | 1 | -1/+1 |
| | | |||||
* | | The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add ↵ | Ermal | 2013-03-20 | 2 | -18/+5 |
| | | | | | | | | support for variable length v4 prefix for 6rd | ||||
* | | While I'm here, fix an IPv6 ICMP easy rule issue. | jim-p | 2013-03-20 | 1 | -0/+3 |
| | | |||||
* | | Track user/time a firewall rule was created and last updated, and show this ↵ | jim-p | 2013-03-20 | 2 | -23/+38 |
| | | | | | | | | information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin. | ||||
* | | To actually use the linklocal of :1 delete the auto assigned linklocal | Ermal | 2013-03-20 | 1 | -0/+3 |
|/ | |||||
* | Remove even this seems dhclient is smart enough to avoid this by itself | Ermal | 2013-03-19 | 1 | -3/+0 |
| | |||||
* | Remove functions that are not used now with once mode of rtsold | Ermal | 2013-03-19 | 1 | -14/+0 |
| | |||||
* | Simplify a bit logic | Renato Botelho | 2013-03-19 | 1 | -12/+6 |
| | |||||
* | Fix typo | Renato Botelho | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Use full patch | Ermal | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Run rtsold only for one reply since it will spam with dhcp6c processes ↵ | Ermal | 2013-03-19 | 1 | -5/+9 |
| | | | | otherwise. Also remove ambiguity by using curlies in functions | ||||
* | Fix missed ; | jim-p | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Respect 'States' option from Advanced/Misc | Renato Botelho | 2013-03-19 | 1 | -0/+72 |
| | | | | | | | - Respect this option and do not clean states when it's configured - Create /etc/rc.kill_states to be easier to check $config It helps ticket #2887 | ||||
* | Bring down even rtsold process | Ermal | 2013-03-19 | 1 | -0/+15 |
| | |||||
* | Actually enforce for not dhcp6 interfaces | Ermal | 2013-03-19 | 1 | -0/+4 |
| | |||||
* | Relax after bootup enforcement since its not needed anymore | Ermal | 2013-03-19 | 1 | -4/+0 |
| | |||||
* | The workflow is rtsold calls dhcp6c which calls rc.newwanipv6 to make the ↵ | Ermal | 2013-03-19 | 1 | -29/+23 |
| | | | | configuration more consistent | ||||
* | Fix the Cellular strength indicator, rssi was always reporting 8 because we ↵ | smos | 2013-03-19 | 1 | -4/+4 |
| | | | | | | didn't use the variable. The dBm values array was reversed, corrected | ||||
* | Do not run this during startup since it will be called anyhow | Ermal | 2013-03-19 | 1 | -3/+5 |
| | |||||
* | Use propper variable for is_ipaddrv6 test | Ermal | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Correct typo that prevents dhcpv6 to generate proper subnet info. Also use ↵ | Ermal | 2013-03-19 | 1 | -3/+2 |
| | | | | already caluclated variable | ||||
* | Fix whitespace and indent | Renato Botelho | 2013-03-19 | 1 | -42/+42 |
| | |||||
* | Initialize array | Ermal | 2013-03-19 | 1 | -0/+1 |
| | |||||
* | Remove not used call | Ermal | 2013-03-19 | 1 | -1/+0 |
| | |||||
* | Do not do useless work before needed | Ermal | 2013-03-19 | 1 | -5/+5 |
| | |||||
* | When reconfiguring interfaces with dhcp types set try to kill any previous ↵ | Ermal | 2013-03-19 | 1 | -1/+7 |
| | | | | dhcp process of the interface already running | ||||
* | Do not cleanup states on this call | Ermal | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Define bogon tables where they should be | Ermal | 2013-03-19 | 1 | -5/+6 |
| | |||||
* | Use proper interface for reply-to in case of 6rd/6to4 | Ermal | 2013-03-19 | 1 | -1/+2 |
| | |||||
* | Remove useless function calls | Ermal | 2013-03-18 | 1 | -8/+5 |
| | |||||
* | Unset the ip from the cache to retrieve the right ip | Ermal | 2013-03-18 | 1 | -0/+12 |
| | |||||
* | Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config ↵ | Ermal | 2013-03-18 | 2 | -31/+19 |
| | | | | generation. Also initialize some arrays to avoid warnings | ||||
* | If gatway is dynamic the type cannot be determined, trim the code trying to ↵ | Ermal | 2013-03-18 | 1 | -18/+11 |
| | | | | do something impossible. While here optimize a bit | ||||
* | Try to remove as much as possible _stf special case through the code | Ermal | 2013-03-18 | 4 | -49/+16 |
| | |||||
* | Do a check of interface existing | Ermal | 2013-03-18 | 1 | -1/+1 |
| |