summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* Be friendly to memoryErmal2014-02-211-0/+1
|
* Fix problem with the voucher synching that was introduced during conversion ↵Ermal2014-02-211-1/+1
| | | | to zones
* Rather than having issues with not started radvd try to start radvd to ↵Ermal2014-02-201-5/+7
| | | | discover by itself the prefix on the interface by using the special directive :: on the prefix declaration. Related to many tickets and forum posts
* Use the default bw specification if configured even for allowed ip and hostname.Ermal2014-02-201-2/+10
|
* If set use the default bandwidth setting on the CP even for mac passthrough. ↵Ermal2014-02-201-2/+11
| | | | Reported-by: https://forum.pfsense.org/index.php/topic,72761.0.html
* Do some more error checking and put secondary radius attributes only if ↵Ermal2014-02-201-35/+39
| | | | configured. Probably radius configuration should be merged with central server for logins!
* Do not show errors on bootup and test before trying to make a directory if ↵Ermal2014-02-201-1/+2
| | | | it exists
* Fix #3469Renato Botelho2014-02-191-1/+1
| | | | | | | | Before downloading file to process urltable, there is a random wait time between 5 and 60 seconds. Because of this, the difference between file mtime and current time can be less than $freq * 86400 and it'll be skipped. Add 90 seconds (60 of max random wait + 30 just to be sure) to avoid skipping a file that should be updated
* Only add dhcpv6 client allow rules if ipv6allow is setRenato Botelho2014-02-181-1/+1
|
* Move 'allow dhcpv6 client' rules above block bogonsv6 ones, it should fix #3395Renato Botelho2014-02-181-15/+18
|
* Check if the package is installed before deleting opteration is startedErmal2014-02-181-2/+3
|
* Ticket #3461. Protect output to browser by using htmlspecialchars.Ermal2014-02-181-1/+1
|
* Do not do any operations on system libraries. Nowdays pbis are used and ↵Ermal2014-02-181-25/+2
| | | | those do not break things by definition
* captive portal, don't generate rules for disabled portalPiBa-NL2014-02-181-0/+2
|
* Revert "Pass the family to the get_real_interface function to retrieve the ↵Ermal2014-02-181-1/+1
| | | | | | correct real interface. Might help Ticket #3357" This reverts commit 7c77641060bc5662f75519556af5e4566078dfc6.
* Really need the interface where v6 is running toa dd the gateway/route ↵Ermal2014-02-181-2/+2
| | | | rather than the one used for the configuration. This Fixes #3357
* Pass the family to the get_real_interface function to retrieve the correct ↵Ermal2014-02-181-1/+1
| | | | real interface. Might help Ticket #3357
* Move this global declaration to the proper file rather than backend codeErmal2014-02-171-12/+0
|
* Use correct parameter (bootfile-url) to configure netboot on DHCPdv6, it ↵Renato Botelho2014-02-171-8/+5
| | | | fixes #3421
* Fix typo on variable name and really add custom options for dhcpdv6Renato Botelho2014-02-171-1/+1
|
* Normally when an ip is set the interface comes up on BSD stacks. Though push ↵Ermal2014-02-171-0/+4
| | | | this commit which Fixes #3281
* Grab exec result just to be carefulRenato Botelho2014-02-171-2/+2
|
* Put a kludge for now which Fixes #3280. It should be improved later on to ↵Ermal2014-02-171-8/+11
| | | | have proper handling and overloading of configuration functions
* Consider setting of noconcurrent login for passthrough expiry of users. ↵Ermal2014-02-171-19/+22
| | | | Fixes #3340
* Provide upgrade code after changes done for Ticket #3441Ermal2014-02-172-1/+17
|
* Use the 11th column for the radius context rather than overriding the ↵Ermal2014-02-171-17/+18
| | | | interim interval field with it. Fixes #3447
* Add a knob to let the user select which console (video or serial) is ↵jim-p2014-02-141-1/+9
| | | | preferred in cases where there are multiple consoles present. Also provide a way to force this preference.
* Add a mechanism by which the serial port can be forced on always regardless ↵jim-p2014-02-141-3/+3
| | | | of the config setting. (useful for nano+vga setups)
* Abort installation when pbi_add failsRenato Botelho2014-02-141-12/+23
|
* Use https to get updates, it helps #2952Renato Botelho2014-02-141-2/+2
|
* Fix symlink calls adding full link name, it fixes issue reported at ↵Renato Botelho2014-02-111-2/+2
| | | | https://forum.pfsense.org/index.php/topic,72405.0.html
* Properly set the configuration here based on ↵Ermal2014-02-111-2/+2
| | | | https://forum.pfsense.org/index.php/topic,68531.0.html
* When adding ip aliases on top of carp not in the subnet of the carp ↵Ermal2014-02-111-1/+1
| | | | configured address but an ip alias of the real interface do not error out but accept this as a valid configuration.
* Add specific permission for easyrule.jim-p2014-02-071-0/+6
|
OpenPOWER on IntegriCloud