summaryrefslogtreecommitdiffstats
path: root/src/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* HTML Compliance - Login FormNOYB2016-03-051-1/+1
* When listing the network interfaces, print the link state and not the adminis...Luiz Otavio O Souza2016-03-051-1/+7
* If you are assigning interfaces, remove the existing configuration from old i...Luiz Otavio O Souza2016-03-051-0/+15
* Remove duplicated text/javascriptChris Buechler2016-03-051-1/+1
* After recreating the VLAN interface, run interface_configure on it if it's as...Chris Buechler2016-03-051-0/+8
* Update nginx gzip_types. Remove text/html since it's redundant, and add a few...Chris Buechler2016-03-041-1/+1
* Always set ignore_acquire_ts = yes. No need for that in any of our use cases,...Chris Buechler2016-03-041-0/+1
* Merge pull request #2703 from phil-davis/patch-2Renato Botelho2016-03-041-1/+1
|\
| * pkg-utils typo in commentPhil Davis2016-03-041-1/+1
* | Adjust default parameters to match changes in dpingerDenny Page2016-03-031-3/+3
|/
* Move NTP access restrictions to their own tab and add the ability to craft cu...jim-p2016-03-032-2/+45
* Revert "Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6...Chris Buechler2016-03-031-4/+12
* Detect binary packages installed but not registered in the system and do it d...Renato Botelho2016-03-031-0/+31
* Add an option to get_pkg_info() that makes it do not try to update metadataRenato Botelho2016-03-031-2/+7
* Remove get_pkg_id, last calls to it was removedRenato Botelho2016-03-031-5/+0
* Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498Renato Botelho2016-03-031-13/+0
* Remove the code block to "fake" DHCPv6 server, now that it's unnecessary. Tic...Chris Buechler2016-03-031-51/+0
* Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN typ...Chris Buechler2016-03-021-12/+4
* Read xml files from /usr/local/share/pfSense/menu and load menu entriesRenato Botelho2016-03-021-0/+3
* Add function to return the physical interface(s) for a given parent. related ...Chris Buechler2016-03-011-0/+21
* Only specify auth-user-pass for TLS mode. Ticket #5941Chris Buechler2016-03-011-1/+1
* Merge pull request #2693 from NOYB/Diagnostics_/_Tables_-_URL_Table_AliasesStephen Beaver2016-02-292-23/+32
|\
| * Diagnostics / Tables - URL Table AliasesNOYB2016-02-292-23/+32
* | Fix unbound.inc so zero value for *_num_tcp is honoredlukehamburg2016-02-291-2/+2
|/
* ICMPv6 Firewall Log Display - Fixes 5933NOYB2016-02-271-1/+1
* Fix OpenVPN ifconfig. Ticket #5930Chris Buechler2016-02-261-1/+1
* Makes interface_bring_down() remove all the CARP and IP aliases from interface.Luiz Otavio O Souza2016-02-251-13/+32
* It is not necessary check for CARP interfaces.Luiz Otavio O Souza2016-02-251-1/+0
* Fix a typo.Luiz Otavio O Souza2016-02-241-1/+1
* Add the upgrade code for OpenBGPd and Quagga OSPF packages.Luiz Otavio O Souza2016-02-242-1/+55
* Correct ALTQ interface test for ix interfaces, fixes #5923jim-p2016-02-241-1/+1
* Make link_interface_to_vips() also return the IP aliases on the specified vhid.Luiz Otavio O Souza2016-02-241-1/+2
* Fix indentRenato Botelho2016-02-241-115/+115
* Use high level functionsRenato Botelho2016-02-241-9/+9
* Initialize variables correctlyNewEraCracker2016-02-221-2/+2
* Merge branch 'master' of github.com:dennypage/pfsenseRenato Botelho2016-02-223-3/+81
|\
| * Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-191-1/+18
| |\
| * \ Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-1928-412/+689
| |\ \
| * \ \ Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-141-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-144-29/+35
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-147-332/+288
| |\ \ \ \ \
| * | | | | | Update config version to trigger upgrade of rrd filesDenny Page2016-02-131-1/+1
| * | | | | | Add standard deviation to quality rrd filesDenny Page2016-02-122-2/+80
* | | | | | | Fixes the handling of MTU with VLANs and PPPoE.Luiz Otavio O Souza2016-02-211-101/+69
* | | | | | | Makes get_real_interface() work with VLAN too.Luiz Otavio O Souza2016-02-211-1/+2
* | | | | | | Write_Config Function Notes UpdateNOYB2016-02-211-0/+1
* | | | | | | Skip configuring dhcpdv6 when the interface doesn't have a valid subnet (like...Chris Buechler2016-02-201-0/+3
* | | | | | | Only enable DHCPv6 server for track6 interfaces where it's enabled. Ticket #3029Chris Buechler2016-02-201-2/+1
* | | | | | | Allow disabling of radvd with track6 interfaces. Ticket #3029Chris Buechler2016-02-201-0/+3
* | | | | | | Add config upgrade code to enable and configure DHCPv6 server and radvd where...Chris Buechler2016-02-202-1/+22
OpenPOWER on IntegriCloud