Tikimotel
6c87cd42f7
Update unbound.inc
...
192.254 is a legal IPv4 range.
169.254 is the correct private IPv4 address space.
Moved the order of the private address.
2016-11-16 22:12:30 +01:00
Franco Fichtner
4cb5b90026
firmware: add tabs to menu, doesn't fully work yet
2016-11-16 19:53:03 +01:00
Franco Fichtner
fad9ddcfad
system: logo for message of the day, not sure if left or right
2016-11-16 17:05:54 +01:00
Franco Fichtner
e119344568
firmware: remove dot, restores translation and looks better
2016-11-16 14:47:06 +01:00
Franco Fichtner
54c476a9cb
insight: details view ISO date selection
...
PR: https://forum.opnsense.org/index.php?topic=3884.0
2016-11-16 14:25:15 +01:00
Franco Fichtner
7cc2127769
firmware: spaces
2016-11-16 13:54:36 +01:00
Franco Fichtner
a634a803e2
firmware: avoid races on dashboard link click
2016-11-16 13:53:29 +01:00
Franco Fichtner
43d45acebc
firmware: simlify this, closing #343 in the process
...
Prodded by weust on IRC, let's just make this redirect to the
firmware page on link click abandoning the need to cache the
update info in a suboptimal way.
2016-11-16 13:42:21 +01:00
Franco Fichtner
ea347743f6
firmware: only open update tab on updates
2016-11-16 08:55:21 +01:00
Franco Fichtner
6c13c4cdf0
auth: pesky whitespace in previous
2016-11-16 08:55:04 +01:00
Franco Fichtner
d0dd5e48fb
auth: tweak previous
2016-11-16 07:14:04 +01:00
Franco Fichtner
581fecd469
auth: improve message of the day
2016-11-16 07:11:36 +01:00
Franco Fichtner
7c4443a8bd
src: stray non-ascii whitespace
2016-11-15 08:32:15 +01:00
Franco Fichtner
0080f3f446
plugins: fix previous
2016-11-14 23:22:48 +01:00
Franco Fichtner
7b07e6a539
plugins: introduce $verbose for plugins #1256
2016-11-14 23:21:09 +01:00
Franco Fichtner
f16199ffe9
cron: prepend system_, but move to system.inc later
2016-11-14 23:09:22 +01:00
Franco Fichtner
a711740da7
ntp: #1256
2016-11-14 23:00:38 +01:00
Franco Fichtner
b74970ee60
services: clean up several for #1256
2016-11-14 22:53:25 +01:00
Franco Fichtner
22c9e9f823
igmp proxy: old label, we are starting now
2016-11-14 22:21:38 +01:00
Franco Fichtner
203732a96b
dhcprelay: port to #1256
2016-11-14 22:20:01 +01:00
Franco Fichtner
b0ad4456ba
igmpprox: foo for #1256
2016-11-14 22:07:01 +01:00
Franco Fichtner
a4882df929
snmp: corrections for #1256
2016-11-14 21:54:07 +01:00
Ad Schellevis
d0206619c7
(mvc) extend JsonKeyValueStoreField to support configd calls for preloading options
2016-11-14 13:44:53 +01:00
Franco Fichtner
cdb0c667ff
unbound: typo in previous
2016-11-14 12:49:47 +01:00
Franco Fichtner
715b636793
unbound: clean up includes and function usage
...
o consolidate "unbound_" prefix for unbound.inc for pluginification
o services.inc includes unbound.inc rightfully, a bit like a
plugin would do in the future, but this also means we can
zap all requires from top pages, which are entirely spurious.
o get_dns_servers() moves to system.inc because it is used by
status_interfaces.php
o RIP read_hosts()
2016-11-14 11:28:01 +01:00
Franco Fichtner
ce6a55655e
dhcp: register domain-name per subnet to prevent wrong default
...
According to manuals and other project's code this should work as
expected, but to make sure we just advertise the name without a
default.
While there, clean up the config file generation and a few printf
bits that really shouldn't be in there.
PR: https://github.com/opnsense/core/issues/1250
2016-11-14 09:02:47 +01:00
Franco Fichtner
a02b02fa63
rrd: need more coffee
2016-11-14 08:23:59 +01:00
Franco Fichtner
342757b442
rrd: typo in previous
2016-11-14 08:23:06 +01:00
Franco Fichtner
7cf779687c
rrd: verbose transition for #1256
2016-11-14 07:28:34 +01:00
Franco Fichtner
721705d10c
filter: /var/run/booting avoidance #1256
2016-11-14 07:22:25 +01:00
Franco Fichtner
18d46de701
config: strip boot message conditionals from migration
2016-11-14 07:13:26 +01:00
Ad Schellevis
ec92f844e8
(IDS) change et-open ruleset
2016-11-13 20:23:09 +01:00
Ad Schellevis
18a991be60
(legacy) ditch get_possible_traffic_source_addresses(), https://github.com/opnsense/core/issues/1257
2016-11-13 19:45:13 +01:00
Franco Fichtner
33d1edc8e0
system: timezones conversion for #1256
...
Some minor tweaks in the file, e.g. we shouldn't use gettext()
for most tings, don't need translations in config files or for
strings that are hardly translatable (OpenVPN).
2016-11-13 17:17:01 +01:00
Franco Fichtner
408ebbef48
dnsmasq: same as previous with bits for #1256
2016-11-13 17:03:26 +01:00
Franco Fichtner
20b3939520
unbound: straighten out the dhcp reload mess, loosely refs #1256
...
This was done in early 16.7, seems to work fine so finish the
transition, dnsmasq is next...
2016-11-13 17:03:25 +01:00
Franco Fichtner
a9b8f96545
verbose option for #1256
2016-11-13 17:03:24 +01:00
Franco Fichtner
4c253df118
upnp: missing require
2016-11-13 16:27:43 +01:00
Franco Fichtner
3a25b4b70d
upnp: reload filter to properly register rules anchor
2016-11-13 16:23:35 +01:00
Franco Fichtner
505c27c67d
relayd: add enabled helper and don't reload filter on service control
...
Controls only reload the service, the reconfigure page is in charge of
tracing down dependencies...
2016-11-13 16:21:50 +01:00
Franco Fichtner
c1628bbf41
miniupnpd: add enabled helper
2016-11-13 16:14:22 +01:00
Franco Fichtner
78945ce0cb
make: display plist fix hint after diff
2016-11-13 15:57:04 +01:00
Franco Fichtner
1c1d4e0753
relayd: iterate safely over monitor_type
2016-11-13 14:17:12 +01:00
Franco Fichtner
6a018eade1
openvpn: missing p2p shared key settings
...
There may be more, at least I don't see the difference between
TLS and shared key for most settings, except certificate setup.
The client traffic redirect is probably also wrong, but for now
provide consistency with TLS.
PR: https://forum.opnsense.org/index.php?topic=3908.0
2016-11-12 09:21:31 +01:00
Franco Fichtner
235301443c
rc: last minor tweaks for big effect
...
o > 16 hours of randomisation is too much, let cron jobs
run within 15 minutes.
o Move to `jot' utility for better visibility/portability.
o switch the default bogons invoke to right now, only
defer the run if `cron' argument was given.
2016-11-12 08:08:34 +01:00
Franco Fichtner
b0daaef49a
firmware: tabs melikes, zap spaces
2016-11-11 19:28:52 +01:00
Franco Fichtner
3486cd2ab8
captive portal: lower timeout, but really increase it
...
(it's complicated)
2016-11-11 19:23:32 +01:00
Franco Fichtner
0cf04fbe9d
captive portal: custom value for quantity
2016-11-11 19:13:22 +01:00
Franco Fichtner
2d08f3044d
relayd: fix a crash report
2016-11-11 14:44:25 +01:00
Franco Fichtner
53b0356614
firmware: allow to display changelogs; closes #341
...
There's more we can do with this, but let this sink in for a bit.
The main goal was to provide all changelogs, signed and verified,
to be resilient against phishing attacks on mirrors or MITM means.
2016-11-11 09:54:44 +01:00