summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Correct typo on function name that has slipped unnoticed. Reported-by: ↵Ermal2014-04-071-1/+1
| | | | https://forum.pfsense.org/index.php?topic=74688.0
* Remove TRIM_set and TRIM_unset support. This method isn't very elegant and ↵jim-p2014-03-311-23/+0
| | | | isn't necessary in the long run. It's better handled in the installer stage and not after the fact.
* Correct check that was broken even before to actually make the ieee8021x ↵Ermal2014-03-281-1/+1
| | | | enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0
* time for 2.1.1-RELEASEChris Buechler2014-03-281-1/+1
|
* send crash reports via HTTPSChris Buechler2014-03-261-1/+1
|
* Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538Renato Botelho2014-03-241-2/+2
|
* Clarify note on limiter queue weight to state that higher values get a ↵jim-p2014-03-201-1/+1
| | | | larger share.
* Do not garble the error logging messageErmal2014-03-201-3/+4
|
* Avoid placing an empty "interface listen" directive in ntpd.confjim-p2014-03-201-1/+2
|
* Try to restore last working ruleset rather than staying without ↵Ermal2014-03-201-6/+11
| | | | configuration at all
* Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule ↵Ermal2014-03-171-2/+4
| | | | unintentionally allows all services on the interface to be reachble and maybe more!
* fix typoChris Buechler2014-03-141-2/+2
|
* standardize URLsChris Buechler2014-03-141-1/+1
|
* standardize URLsChris Buechler2014-03-1418-18/+18
|
* standardize URLsChris Buechler2014-03-143-3/+3
|
* standardize URLsChris Buechler2014-03-143-3/+3
|
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-146-6/+6
|
* s/http/https/ for www.pfsense.orgChris Buechler2014-03-141-3/+3
|
* set package URL to https://packages.pfsense.orgChris Buechler2014-03-131-2/+2
|
* use xmlrpcbaseurl here too, not product_websiteChris Buechler2014-03-131-7/+11
|
* we actually use xmlrpcbaseurl here, not product_websiteChris Buechler2014-03-131-3/+3
|
* Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ↵Ermal2014-03-121-1/+4
| | | | to reload.
* Do not delete linklocal addressRenato Botelho2014-03-111-3/+4
|
* Merge pull request #991 from phil-davis/RELENG_2_1Renato Botelho2014-03-101-8/+10
|\ | | | | Return GWG IP protocol (version) when no gateway IP - 2.1 version
| * Return GWG IP protocol (version) when no gateway IP - 2.1 branchPhil Davis2014-02-271-8/+10
| |
* | Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not ↵Ermal2014-03-101-3/+14
| | | | | | | | elegant solution but works. Probably dhcpv6 client should solve this by itself and generate and event for it. For now just bump dhcpv6 client again to have the prefix interface reconfigured.
* | Fixes typo on variable nameRenato Botelho2014-03-101-1/+1
| |
* | pfSense_interface_deladdress() only knows how to delete an ip address, not a ↵Renato Botelho2014-03-101-2/+8
| | | | | | | | subnet. It should fix #3513
* | Make the voucher auth through xmlrpc work.Ermal2014-03-071-1/+4
| |
* | default openssl to 2048Chris Buechler2014-03-061-1/+1
| |
* | update year, links for 2.1.1Chris Buechler2014-03-061-2/+2
| |
* | bring up appropriate interface for GRE/GIF. Ticket #3281Chris Buechler2014-03-061-2/+2
| |
* | s/unlink/unlink_if_exists/Renato Botelho2014-03-031-2/+2
| |
* | Remove broken 'dynamic6' gateway, we already have ipprotocol to tell us the ↵Renato Botelho2014-03-032-8/+8
| | | | | | | | IP version, leave it more simple using only 'dynamic'. It helps #3484
* | Fix typo on var nameRenato Botelho2014-03-031-1/+1
| |
* | Merge pull request #990 from N0YB/RELENG_2_1Renato Botelho2014-03-031-4/+4
|\ \ | | | | | | XHTML Compliance
| * | XHTML ComplianceN0YB2014-03-011-4/+4
| | | | | | | | | | | | Firewall - Traffic Shaper
* | | sync up ALTQ-capable interfaces listChris Buechler2014-03-011-6/+6
|/ /
* | Wrap this in an is_array() test, or else if you have no manually configured ↵jim-p2014-03-011-3/+5
| | | | | | | | DNS servers, saving the DHCP settings produces a PHP error.
* | Add an option to verify peers_identifier when it's ASN.1 distinguished name. ↵Renato Botelho2014-02-281-0/+4
| | | | | | | | It should fix #2904
* | Ticket #3484 Correct the case for GRE tunnels as well since they behave the ↵Ermal2014-02-282-4/+8
| | | | | | | | same. GRE seems to need the prefixlen 128 specified all the time so do it explicitly to be on safe side
* | Fixes #3484. Provide a dynamic gateway for gif v6 tunnels so it can be used ↵Ermal2014-02-282-1/+5
| | | | | | | | on firewall rules etc. The guide for setting up this tunnels on docs need to change to leave the gif interface as none type. People upgrading need to fix this themselves with a not on release notes. This can be fixed if the kernel condition is relaxed to allow setting the prefixlen on the tunnel as ipv4
* | Ticket #3484 Note that for now prefixlen is useless in ipv6 tunnels. IPv4 ↵Ermal2014-02-281-1/+3
|/ | | | accepts them
* Fix #3483 only use IPv4 DNS servers in DHCP v4 confPhil Davis2014-02-241-3/+11
| | | Version for 2.1 branch
* Make is_linklocal case-insensitive and fix #3433Renato Botelho2014-02-241-1/+1
|
* Properly detect when there are issues with communicating with syncip and to ↵Ermal2014-02-241-5/+10
| | | | use the local DB for this. Otherwise detect if the remote says the voucher is not valid say its not valid.
* Properly compile the query to insert the values. Pointy-hat: myself. While ↵Ermal2014-02-241-4/+4
| | | | here respect the redirurl when passed to portal_allow and use proper function to do redirection.
* Ticket #2627. Just pass the array over no need to traverse itErmal2014-02-211-6/+4
|
* Fixes #2627. When an interface goes down try to shut the RAs and dhcpd6 ↵Ermal2014-02-212-5/+27
| | | | service on that interface
* Avoid recursion of convert_real_interface_to_friendly_interface_name with ↵Ermal2014-02-211-10/+10
| | | | get_parent and on linkup of parent interface properly configure especially useful on ppp type links
OpenPOWER on IntegriCloud