Steve Beaver
b87f04290b
IPSec widget no longer includes session timout code
2017-10-17 12:57:26 -04:00
Luiz Souza
1b21bfdb8f
Simplify the code a little bit.
2017-10-17 17:47:31 -02:00
Luiz Souza
2e155305e7
Use the new function to validate the VLAN tags.
2017-10-17 17:45:46 -02:00
Luiz Souza
0793de1aad
Fix the QinQ support.
...
Bring the QinQ support to the VLAN dotted format.
To avoid breaks third party software (such as dhcpd), we silently ignore the interfaces with names bigger than the maximum size in FreeBSD.
Ticket #7942
2017-10-17 17:42:13 -02:00
jim-p
93d3a06526
Do not reconfigure wireless on a link up event, or else it can get stuck in a loop. Fixes #7960
2017-10-17 12:04:13 -04:00
Renato Botelho
e8972c2faf
Fix 7868 - Allow to enable hostres on all platforms after fix on FreeBSD-src
2017-10-17 10:10:12 -02:00
Renato Botelho
95605da1aa
Use hostapd / wpa_supplicant from ports when available
2017-10-17 08:59:51 -02:00
Renato Botelho
af0d2a1f92
Enable build of new Zabbix versions (2.2, 3.2 and 3.4)
2017-10-17 08:37:30 -02:00
Renato Botelho
863ce21136
Merge pull request #3851 from dbaio/master
2017-10-17 08:27:42 -02:00
Renato Botelho
ee0e2507b8
Merge pull request #3848 from PiBa-NL/20171011-xmlrpc-prevent-lost-lock
2017-10-16 17:07:46 -02:00
Renato Botelho
8734adf8d1
Merge pull request #3838 from doktornotor/patch-9
2017-10-16 17:06:28 -02:00
Renato Botelho
840a290e14
Merge pull request #3831 from luckman212/patch-1
2017-10-16 16:31:02 -02:00
Renato Botelho
e4aef1edb5
Merge pull request #3850 from doktornotor/patch-11
2017-10-16 16:21:50 -02:00
jim-p
f96376a378
Allow both AES-NI and Crypto modules to be loaded at the same time. Fixes #7810
2017-10-16 14:07:49 -04:00
Renato Botelho
5e5b13a9a9
Merge pull request #3821 from PiBa-NL/20170916-bsnmp-hostrest-check
2017-10-16 15:53:46 -02:00
jim-p
a69a918227
Change OpenVPN to retry client auth when it fails by default, rather than making the process exit which confuses users. Fixes #7506
2017-10-16 13:14:59 -04:00
Luiz Souza
12bcf7e933
Change the VLAN inteface names to use the 'dotted' format of FreeBSD, which is shorter and helps to keep the interface name smaller than the limit (16).
...
This fixes the 4 digit VLAN issues when the NIC name is 6 bytes long.
Ticket #294
2017-10-16 17:49:37 -02:00
Steve Beaver
7a69651062
Merge pull request #3817 from marjohn56/Unbound-serve-expired
2017-10-16 12:17:36 -04:00
Steve Beaver
9503d8811c
Merge pull request #3826 from doktornotor/patch-5
2017-10-16 12:09:11 -04:00
marjohn56
84ec58b7e3
Unbound Serve expired
...
Serve expired – Records stay in cache after TTL expires, with a TTL value of 0, if a new lookup is requested the cached record will be served for maximum performance, but at same time the resolver will ask for a new value from upstream to refresh the value and TTL.
2017-10-16 12:05:07 -04:00
Stephen Jones
dc91c9490a
Fixed #7896
...
Handled the case where there is no picture and made it simpler to load
a picture.
2017-10-16 09:28:46 -05:00
Steve Beaver
893b609111
Fixed #7714
...
Added JS code to formate the date/time for UCT
2017-10-16 09:53:56 -04:00
Danilo G. Baio (dbaio)
7077ba396b
Update Zabbix options
...
- Bring versions 3.2 and 3.4
- Enable IPMI, VMware and SSH monitoring for Zabbix Proxy
- Remove unnecessary items
2017-10-16 11:27:09 -02:00
Steve Beaver
5fce3e8e90
Fixed #7921
2017-10-16 08:24:56 -04:00
Renato Botelho
9d775c7500
Fix #7949
...
Add UEFI 32 and UEFI 64 filenames defined inside a pool to dhcpd.conf
2017-10-16 08:47:49 -02:00
jim-p
0b2d15478e
Fix voucher test and expire pages. Fixes #7939
2017-10-14 22:00:21 -04:00
PiBa-NL
ed66d49167
snmpd, hostres cpu usage on virtual environments that have a virtual cd drive seems to happen on most (all?) hypervisors.
2017-10-14 21:39:10 +02:00
doktornotor
0c9a6bc39b
Remove obsolete CLA information
...
https://www.netgate.com/blog/contributing-to-the-pfsense-project-gets-easier.html
2017-10-14 09:59:37 +02:00
Luiz Souza
c5a3368303
Accept 'IP/mask' notation in 'Set interface IP address' from initial menu, there is no need to force use to enter the netmask in a different input.
2017-10-13 21:54:18 -05:00
Luiz Souza
d326425ec7
Break from the loop when we run out of interfaces in console 'Assign Interfaces'.
2017-10-13 21:13:56 -05:00
Luiz Souza
286cd23124
Mount the disk (the root slice) as read-only before running the fsck in the preen mode.
...
This force the flush of all pending writes to disk and thus put the disk in a consistent state.
The second effect of this change is that the file system can actually be recovered now, because otherwise with the root slice mounted as read-write, the fsck cannot write any changes.
2017-10-13 19:31:33 -05:00
Wagner Sartori Junior
855aab215d
Merge branch 'master' into add-cloudns-to-dynamicdns
2017-10-12 17:00:47 +02:00
PiBa-NL
8239af2dc1
xmlrpc, webgui, prevent that a xmlrpc.lock is placed that is never unlocked, thus hanging php and the webgui after a few more sync request are trying to acquire the lock and all are waiting..
2017-10-11 02:41:37 +02:00
Renato Botelho
2448d0fc1f
Update translation files
2017-10-10 07:40:36 -03:00
Renato Botelho
ac9e9abb43
Regenerate pot
2017-10-10 07:36:29 -03:00
luckman212
1008527985
Add filtering to pfTop page
2017-10-10 03:17:17 -04:00
Renato Botelho
06a1b0815d
Remove old custom logos
2017-10-09 19:51:42 -03:00
Renato Botelho
f9a6637a8e
Use include() to add logo content and use complete path
2017-10-09 19:43:56 -03:00
Jared Dillard
f2fd97c890
update NYI logos
2017-10-09 15:55:09 -05:00
Jared Dillard
9ae8ade526
update svg logos to pull from file
2017-10-09 15:46:19 -05:00
Renato Botelho
71e01ef0e3
Update obsoleted files list for 2.4
2017-10-09 17:38:19 -03:00
Renato Botelho
c87359823f
Custom logo is a svg and a css files now
2017-10-09 17:05:51 -03:00
Renato Botelho
f19faa6d11
Do not reset SKIP_FINAL_RSYNC, it can make things to go to undesired place
2017-10-09 15:56:02 -03:00
Renato Botelho
45b843950d
Disable ARJ option
2017-10-09 12:17:14 -03:00
Renato Botelho
39d413fa51
Remove grub2-bhyve for now
2017-10-09 07:30:26 -03:00
Renato Botelho
9ce60a31f0
Remove grub2-bhyve for now
2017-10-08 15:44:40 -03:00
Renato Botelho
be50d028d4
Update pfsense small logo
2017-10-07 10:48:56 -03:00
jim-p
695f7d5c05
If ECL picks up a config on the first boot post-install, trigger a package sync and don't run the wizard.
2017-10-06 13:06:07 -04:00
jim-p
10e93284be
Unbreak PRIQ queue creation for VoIP, Penalty Box, and P2P options. Fixes #7913
2017-10-06 09:52:40 -04:00
Renato Botelho
9c33d1b79b
Update translation files
2017-10-06 08:30:31 -03:00