summaryrefslogtreecommitdiffstats
path: root/src/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Don't print a PHP error if LDAP STARTTLS fails.jim-p2017-08-291-1/+1
|
* Bump config revision, fix comment. Ticket #7809jim-p2017-08-242-2/+2
|
* Setup upgrade code for wireless interfaces to the new format needed for 2.4, ↵jim-p2017-08-241-0/+28
| | | | and switch rc.bootup so the config upgrade happens before a mismatch test, otherwise we can't fix this type of situation. Fixes #7809
* Correct typo. Fixes #7802jim-p2017-08-231-1/+1
|
* If the user chose to have DDNS Hostnames forced, respect that in the backend ↵jim-p2017-08-211-0/+4
| | | | code for static map IPv6 hosts. Fixes #7324
* Add French to GUIRenato Botelho2017-08-211-0/+1
|
* Add Polish to GUI, it's over 75% completeRenato Botelho2017-08-171-0/+1
|
* Merge pull request #3795 from PiBa-NL/20170808-hfsc-no-prioRenato Botelho2017-08-161-21/+24
|\
| * shaper, hfsc cannot use priority, as such don't show the field in the webgui.PiBa-NL2017-08-081-21/+24
| | | | | | | | | | Also for the other shapers 0 is a valid priority While fairq causes a error loading rules with a priority above 7 so prevent that.
* | Merge pull request #3799 from marjohn56/Unbound-start-delayRenato Botelho2017-08-162-0/+21
|\ \
| * | Some systems - only one that I am aware of, complain that unbound is ↵marjohn562017-08-112-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | starting before dchp6 has completed leading to problems, this occurs only on boot. Further examination did indeed show that the problem is caused by unbound starting before the dhcp6c - RTSOLD - rc.newwanipv6 have completed, making sure that these have all run before unbound is allowed to start corrects the problem. In order to fix this I have added a file creation of a file in tmp in rc.newwanipv6, this is the final function when the system is booting and ONLY when the system is booting. In interfaces.inc I have added an unlink_if_exists () of this file, this is a "just in case" catch, should the file have been left behind due to some unforeseen event. The real work is done in services.inc, a section of code has been added that can cause up-to a ten second delay before allowing unbound to start. This is achieved by waiting for the file created by rc.newwanipv6 to exist, once it does exist then the file is deleted, the sleep loop breaks and unbound is allowed to start. If the file does not exist after 10 seconds then the sleep loop exits and unbound can start. Checks are made for the fact that WAN is using Ipv6 and dhcp6,
* | | Do not use reference to avoid losing dataRenato Botelho2017-08-161-2/+4
| | |
* | | Always run additional_config_upgrade() and do it after config is writtenRenato Botelho2017-08-161-8/+10
| | |
* | | Fix indent/spaceRenato Botelho2017-08-161-9/+14
| | |
* | | Check if specific config upgrade code already ran and skip itRenato Botelho2017-08-161-7/+20
| | |
* | | Add a function to be called every time convert_config() runsRenato Botelho2017-08-162-0/+14
| | |
* | | Refresh cache every 2h when using GUIRenato Botelho2017-08-151-1/+1
| | |
* | | Unset workaround used to set cronjob on 2.3.xRenato Botelho2017-08-151-0/+3
| | |
* | | Put the FQDN first in /etc/hosts to make dnsmasq happy when reverse ↵jim-p2017-08-141-3/+4
| | | | | | | | | | | | resolving hostnames. Make a special exception for localhost. Fixes #7771
* | | Revise error page to comply with login page styleSteve Beaver2017-08-141-21/+65
| | |
* | | Fix a couple of 'route: writing to routing socket: Invalid argument' ↵Luiz Souza2017-08-121-3/+5
| | | | | | | | | | | | | | | | | | | | | warnings during the boot. Use the correct variable and only add the route when the hostname is resolved (if the remote address is a hostname). route: writing to routing socket: Invalid argument
* | | Do not run the dpinger when the IPv6 address has the tentative flag even ↵Luiz Souza2017-08-111-2/+6
| | | | | | | | | | | | after the timeout.
* | | Disable the DAD on the stf interface. This prevents the dpinger from start.Luiz Souza2017-08-111-4/+1
| | |
* | | Update cache when GUI successfully update pkg metadataRenato Botelho2017-08-111-0/+6
| | |
* | | Speedup get_system_pkg_version() considering only installed packagesRenato Botelho2017-08-101-2/+2
| | |
* | | Use cache file to show pfSense version informationRenato Botelho2017-08-102-4/+22
| | |
* | | Add a protection to prevent ending up with duplicate crontab entryRenato Botelho2017-08-101-1/+10
| | |
* | | Sort languages alphabetically (in English)Renato Botelho2017-08-101-6/+6
| | |
* | | Add Dutch to GUI, it's over 75% completeRenato Botelho2017-08-101-0/+1
| | |
* | | Run rc.update_pkg_metadata in background when repository changesRenato Botelho2017-08-101-1/+3
| | |
* | | Make sure pkg metadata is updated at least once daily. It will be used to ↵Renato Botelho2017-08-102-1/+16
|/ / | | | | | | speedup GUI parts related to pkg update
* | Revise upgrade script to insert support widget at the top of column 2Steve Beaver2017-08-091-2/+27
| | | | | | | | Add old support widget to obsolete files list
* | Update config versionSteve Beaver2017-08-072-1/+5
| |
* | Fix upgrade 166 to 167 scriptSteve Beaver2017-08-071-4/+2
|/
* Force the support widget to show when a user upgrades to this versionSteve Beaver2017-08-042-3/+13
|
* change login page logo to svgJared Dillard2017-08-031-2/+17
|
* Fix VLAN Priority set pf syntax. Fixes #7744jim-p2017-08-011-3/+15
|
* Add pt_BR back to GUI since it's over 75% completeRenato Botelho2017-07-311-0/+1
|
* Merge pull request #3761 from marjohn56/masterRenato Botelho2017-07-311-1/+2
|\
| * Add Option to use static IPV6 over v4 parent ( PPPoEmarjohn562017-07-271-1/+2
| | | | | | | | A new option when setting a v6 static on the WAN to allow the connection to use the V4 interfaces i.e. PPPoE
* | Merge pull request #3788 from znerol/feature/master/bridge-ipv6-auto-linklocalRenato Botelho2017-07-311-0/+21
|\ \
| * | Add support for IPv6 AUTO_LINKLOCAL flag on bridge interfacesLorenz Schori2017-07-251-0/+21
| | |
* | | Merge pull request #3770 from hamnur/masterRenato Botelho2017-07-311-3/+14
|\ \ \
| * | | Use attribute rekey_enable as usual but optionally allow to set margintime ↵hamnur2017-07-171-4/+6
| | | | | | | | | | | | | | | | if rekeying is not disabled
| * | | Merge branch 'master' of https://github.com/hamnur/pfsense into HEADhamnur2017-07-142-8/+24
| |\ \ \
| | * \ \ Merge remote-tracking branch 'upstream/master'hamnur2017-06-302-8/+24
| | |\ \ \
| * | | | | Hide margintime if rekeying is disabledhamnur2017-07-141-9/+6
| |/ / / /
| * | | | Activate RADIUS accounting for mobile ipsec if it was selected on the auth ↵hamnur2017-06-301-0/+7
| | | | | | | | | | | | | | | | | | | | server view
| * | | | Add strongswan rekeymargin attribute to vpn ipsec phase1 viewhamnur2017-06-291-0/+5
| | | | |
* | | | | dhcp6c Advanced Config prefix interfacemarjohn562017-07-281-2/+3
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Currently, when using dhcp6c advanced configuration the prefix interface is WAN, this is not very useful! The changes here allow the user to select the interface that the PD will be applied on..
OpenPOWER on IntegriCloud