Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an option to get_pkg_info() that makes it do not try to update metadata | Renato Botelho | 2016-03-03 | 1 | -2/+7 |
| | |||||
* | Remove get_pkg_id, last calls to it was removed | Renato Botelho | 2016-03-03 | 1 | -5/+0 |
| | |||||
* | Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498 | Renato Botelho | 2016-03-03 | 2 | -13/+3 |
| | |||||
* | Remove the code block to "fake" DHCPv6 server, now that it's unnecessary. ↵ | Chris Buechler | 2016-03-03 | 1 | -51/+0 |
| | | | | | | Ticket #3029 also ref: https://forum.pfsense.org/index.php?topic=107537.msg600111#msg600111 | ||||
* | Clarify log, remove old commented out things that are unnecessary. | Chris Buechler | 2016-03-02 | 1 | -3/+1 |
| | |||||
* | Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN ↵ | Chris Buechler | 2016-03-02 | 1 | -12/+4 |
| | | | | types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945 | ||||
* | Ensure the extensions.ini has no duplications before setting up php.ini. ↵ | jim-p | 2016-03-02 | 1 | -0/+3 |
| | | | | Fixes #5943 | ||||
* | Read xml files from /usr/local/share/pfSense/menu and load menu entries | Renato Botelho | 2016-03-02 | 1 | -0/+3 |
| | |||||
* | Add function to return the physical interface(s) for a given parent. related ↵ | Chris Buechler | 2016-03-01 | 1 | -0/+21 |
| | | | | to Ticket #5081 | ||||
* | move 3rd party files to vendor folder | Jared Dillard | 2016-03-01 | 1 | -0/+1 |
| | |||||
* | Do not obsolete /usr/share/syscons, it should fix #4387 | Renato Botelho | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Only specify auth-user-pass for TLS mode. Ticket #5941 | Chris Buechler | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2693 from NOYB/Diagnostics_/_Tables_-_URL_Table_Aliases | Stephen Beaver | 2016-02-29 | 3 | -24/+46 |
|\ | |||||
| * | Diagnostics / Tables - URL Table Aliases | NOYB | 2016-02-29 | 3 | -24/+46 |
| | | | | | | | | | | | | | | | | Handle URL table aliases similar to bogons tables. Suppress record remove buttons. Update (download) only the selected URL table alias instead of all of them. Retain full line comments in downloaded URL table files so we can view and use them. When URL table file full line comments are present, provide view option in info box. Increase ability to extract last update date from wider variety of URL table file comments. | ||||
* | | Fix unbound.inc so zero value for *_num_tcp is honored | lukehamburg | 2016-02-29 | 1 | -2/+2 |
|/ | | | | In the Unbound documentation, it is noted that setting "outgoing-num-tcp" to "0" disables TCP queries. In testing I noticed that although I could select & save a value of "0" in the Unbound Advanced Config, the actual value written to /var/unbound/unbound.conf was still the default "10". Apparently in PHP, a value of "0" still tests "false" for !empty(). Changing the test to isset() seems to fix the issue. | ||||
* | ICMPv6 Firewall Log Display - Fixes 5933 | NOYB | 2016-02-27 | 1 | -1/+1 |
| | | | | ICMPv6 logging was not being displayed in firewall log. | ||||
* | Fix OpenVPN ifconfig. Ticket #5930 | Chris Buechler | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary includes. Remove an always true if(). | Luiz Otavio O Souza | 2016-02-25 | 1 | -5/+1 |
| | | | | No functional changes. | ||||
* | Makes interface_bring_down() remove all the CARP and IP aliases from interface. | Luiz Otavio O Souza | 2016-02-25 | 1 | -13/+32 |
| | | | | Ticket #5913 | ||||
* | It is not necessary check for CARP interfaces. | Luiz Otavio O Souza | 2016-02-25 | 1 | -1/+0 |
| | |||||
* | Remove old rc.dhclient_cron that hasn't been used in many years | Chris Buechler | 2016-02-24 | 2 | -52/+1 |
| | |||||
* | Fix a typo. | Luiz Otavio O Souza | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Add the upgrade code for OpenBGPd and Quagga OSPF packages. | Luiz Otavio O Souza | 2016-02-24 | 2 | -1/+55 |
| | | | | Ticket #5884 | ||||
* | Correct ALTQ interface test for ix interfaces, fixes #5923 | jim-p | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Fix the rc.carpmaster and rc.carpbackup scripts. | Luiz Otavio O Souza | 2016-02-24 | 2 | -46/+32 |
| | | | | Now, they look for main CARP IP and IP aliases running on supplied vhid. | ||||
* | Make link_interface_to_vips() also return the IP aliases on the specified vhid. | Luiz Otavio O Souza | 2016-02-24 | 1 | -1/+2 |
| | |||||
* | Fix indent | Renato Botelho | 2016-02-24 | 1 | -115/+115 |
| | |||||
* | Use high level functions | Renato Botelho | 2016-02-24 | 1 | -9/+9 |
| | |||||
* | Initialize variables correctly | NewEraCracker | 2016-02-22 | 1 | -2/+2 |
| | | | | 1) gmirror.inc: there are two calls to exec(), those calls expect the 2nd parameter to be an array, this commit initializes the variables correctly. 2) system.php: variable dnslist is used as an array without prior type initialization. This is one of the causes for apparent PR #2680 problems (which led to its reversal). Note: After this commit is merged PR #2680 may be safely reapplied for more tough code. | ||||
* | Merge branch 'master' of github.com:dennypage/pfsense | Renato Botelho | 2016-02-22 | 3 | -3/+81 |
|\ | | | | | | | | | | | | | * 'master' of github.com:dennypage/pfsense: Add stddev information to the quality graphs. Update config version to trigger upgrade of rrd files Add standard deviation to quality rrd files | ||||
| * | Merge branch 'master' of https://github.com/pfsense/pfsense | Denny Page | 2016-02-19 | 1 | -1/+18 |
| |\ | |||||
| * \ | Merge branch 'master' of https://github.com/pfsense/pfsense | Denny Page | 2016-02-19 | 32 | -421/+694 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of https://github.com/pfsense/pfsense | Denny Page | 2016-02-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of https://github.com/pfsense/pfsense | Denny Page | 2016-02-14 | 4 | -29/+35 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of https://github.com/pfsense/pfsense | Denny Page | 2016-02-14 | 8 | -339/+290 |
| |\ \ \ \ \ | |||||
| * | | | | | | Update config version to trigger upgrade of rrd files | Denny Page | 2016-02-13 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Add standard deviation to quality rrd files | Denny Page | 2016-02-12 | 2 | -2/+80 |
| | | | | | | | |||||
* | | | | | | | Fixes the handling of MTU with VLANs and PPPoE. | Luiz Otavio O Souza | 2016-02-21 | 1 | -101/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket #5857 | ||||
* | | | | | | | Makes get_real_interface() work with VLAN too. | Luiz Otavio O Souza | 2016-02-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes get_parent_interface() safe to use with VLANs. | ||||
* | | | | | | | Write_Config Function Notes Update | NOYB | 2016-02-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add write_config_only input arg to write_config function notes. | ||||
* | | | | | | | Skip configuring dhcpdv6 when the interface doesn't have a valid subnet ↵ | Chris Buechler | 2016-02-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (like track6 where PD hasn't been obtained). Ticket #3029 | ||||
* | | | | | | | Only enable DHCPv6 server for track6 interfaces where it's enabled. Ticket #3029 | Chris Buechler | 2016-02-20 | 1 | -2/+1 |
| | | | | | | | |||||
* | | | | | | | Allow disabling of radvd with track6 interfaces. Ticket #3029 | Chris Buechler | 2016-02-20 | 1 | -0/+3 |
| | | | | | | | |||||
* | | | | | | | Add config upgrade code to enable and configure DHCPv6 server and radvd ↵ | Chris Buechler | 2016-02-20 | 2 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | where track6 is in use, as they were automatically configured previously. Add same config to default config.xml to retain existing behavior there. Ticket #3029 | ||||
* | | | | | | | replaced original copyright message from 2005 / Espen Johansen | Chris Buechler | 2016-02-20 | 1 | -0/+2 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Don't trigger an interface mismatch for lagg interfaces, they may not exist ↵ | Chris Buechler | 2016-02-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | at time of config restore. Ticket #5892 | ||||
* | | | | | | Validate URL table ports aliases exist before using them in a rule. Ticket #5845 | Chris Buechler | 2016-02-19 | 1 | -1/+15 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Addedexec.php and edit.php (which are now diag_command.php and diag_edit.php) | Stephen Beaver | 2016-02-19 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Renamed exec.php and edit.php | Stephen Beaver | 2016-02-19 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Fix Dashboard privilege edge case and show full Help menu to users with the ↵ | jim-p | 2016-02-19 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | Help privilege. Fixes #5909 |