Franco Fichtner
9f50c88987
make: add preliminary lint-exec lint pass
2019-01-02 16:33:32 +01:00
Franco Fichtner
8f80d7620f
interfaces: groups can be virtual
...
PR: https://github.com/opnsense/core/issues/3082
2019-01-02 11:54:32 +01:00
Franco Fichtner
c6fd3bc018
pkg: happy new year!
2019-01-02 08:55:58 +01:00
Alexander Shursha
d7579d3134
Fix checking empty value. ( #3084 )
2018-12-31 09:21:02 +01:00
Ad Schellevis
d17209e9ab
Interface groups, show disabled interfaces as well, closes https://github.com/opnsense/core/issues/3082
2018-12-31 08:51:41 +01:00
Franco Fichtner
a43957ac94
system: `-d 0' is autmomatic, we don't have a GUI option
2018-12-30 22:27:15 +01:00
Ad Schellevis
8b0a27fad1
Alias, name. wrong limit . closes https://github.com/opnsense/core/issues/3081
2018-12-30 19:24:16 +01:00
Ad Schellevis
8c0683540d
GRE + ip alias, for https://github.com/opnsense/core/pull/3080
2018-12-30 18:38:40 +01:00
Franco Fichtner
3bb0e00e19
interfaces: loosely related cleanups #2707
2018-12-30 14:04:22 +01:00
Franco Fichtner
446c68157f
wizard: hint at updates; closes #3056
2018-12-30 11:03:10 +00:00
Franco Fichtner
772c8e0de6
wizard: render subnet selections as full separate items
2018-12-30 11:47:55 +01:00
Franco Fichtner
243d33356c
wizard: more checkbox changes
2018-12-30 11:42:05 +01:00
Franco Fichtner
42cb5b1970
wizard: small UI corrections
2018-12-30 11:28:37 +01:00
Franco Fichtner
c771a6fda8
wizard: sync bogon help text with interfaces UI
2018-12-30 11:12:26 +01:00
Franco Fichtner
1b6218f1ce
wizard: restore translations in wizards, other lint
2018-12-30 11:09:25 +01:00
Franco Fichtner
aa5af0404c
system: move gateway name and description up in the form
2018-12-30 10:50:14 +01:00
Franco Fichtner
445fea97a7
system: simplify gateway edit help
2018-12-30 10:47:35 +01:00
Martin Wasley
6dff027358
Add missing entries to Dpinger advanced section; closes #3077
...
It's only taken 8 months to do this.. impressive. :)
Modified by: @fichtner
2018-12-30 10:34:48 +01:00
Franco Fichtner
68e2f850a5
interfaces: header indent and small consolidation in iterator
2018-12-29 10:57:56 +01:00
Franco Fichtner
2bcc8f8a91
unbound: whitespace nit
2018-12-29 10:41:47 +01:00
Franco Fichtner
2c83768395
unbound: small error in previous #3051
2018-12-29 10:36:26 +01:00
Franco Fichtner
6cbae54033
unbound: since we support OpenVPN officially now...
...
fix the subnet of the tunnel network given via OpenVPN.
PR: https://github.com/opnsense/core/issues/3051
2018-12-29 10:32:45 +01:00
Franco Fichtner
ccd0f07fa8
interfaces: clear a faulty automatic DUID; closes #3061
2018-12-28 18:23:38 +01:00
Franco Fichtner
333dc0fce8
unbound: exclude OpenVPN from IP registration for #2828
2018-12-28 17:46:16 +01:00
Franco Fichtner
72a9bb8e7b
unbound: this doesn't work it seems ;) #3051
2018-12-28 17:12:13 +01:00
Franco Fichtner
c9895d8088
unbound: add OpenVPN interfaces for #3051
2018-12-28 17:04:57 +01:00
Franco Fichtner
908f905e74
system: reformat header
2018-12-28 14:47:45 +01:00
Franco Fichtner
dab3d803d4
wizard: and more...
2018-12-28 14:38:16 +01:00
Franco Fichtner
88a5b1e664
wizard: a bit more
2018-12-28 14:36:24 +01:00
Franco Fichtner
4cef794d42
installer: find all possible configs and include them
...
Sooner or later we will remove custom configs and this is in the
way of simply zapping a file by statically including it.
2018-12-28 08:05:52 +01:00
Franco Fichtner
60ccde58af
importer: wrong language
2018-12-27 18:23:09 +01:00
Franco Fichtner
0b551b34d3
importer: make current zpool visible, but immune to import
...
This is for consistency with hard disk device visibility as it
could be mounted / active. While here, stop cleaning up MNT as
it is only a directory in /tmp that should cause issues...
2018-12-27 18:19:06 +01:00
Martin Wasley
59ec7b7449
DUID-LL Generator fix
...
Timestamp is not used for DUID-LL only mac address.
2018-12-27 09:46:24 +01:00
Franco Fichtner
063bd90e86
firmware: remove defunct dataroute mirror
2018-12-27 09:45:20 +01:00
Ad Schellevis
dc2b1b8be5
add mirror: Hostcentral, (HTTP, Melbourne, Australia)
2018-12-27 09:37:04 +01:00
Franco Fichtner
414827b7f6
dhcp: whitespace sweep
2018-12-27 09:26:05 +01:00
Martin Wasley
4a703656fa
dhcpd6 leases not always correctly displayed ( #3072 )
2018-12-27 08:50:13 +01:00
Franco Fichtner
b6671c2b59
src: use new configdp_run() where appropriate
2018-12-25 09:27:47 +01:00
Franco Fichtner
3ba43c9728
backend: glue for parameter escaping
...
PR: https://github.com/opnsense/plugins/pull/1081
2018-12-24 15:58:58 +01:00
Ad Schellevis
00205d2838
cleanup opnsense.js/setFormData()
2018-12-24 15:39:05 +01:00
Ad Schellevis
ab4e900a52
Firewall/alias, add not selected aliases to tokeniser, for https://github.com/opnsense/core/issues/3065
2018-12-23 12:27:27 +01:00
Ad Schellevis
9741e9874e
system_authservers.php / radius, ldap: fix host validation, closes https://github.com/opnsense/core/issues/3067
2018-12-23 11:23:41 +01:00
Franco Fichtner
2d0ff7ab9d
pkg: fix wrong version in core metadata file
2018-12-22 17:47:21 +01:00
Ad Schellevis
fb80a8c0ef
Merge branch 'MichaelDeciso-feature/2287-bis'
2018-12-22 17:04:39 +01:00
Ad Schellevis
e2ce9b0009
rework https://github.com/opnsense/core/pull/3064 closes https://github.com/opnsense/core/issues/2287
2018-12-22 17:03:30 +01:00
Michael Steenbeek
168c652d41
Add hostname lookup to live view, closes #2287
2018-12-21 15:06:48 +01:00
Ad Schellevis
73ce72c6a3
MVC, exclusive lock delBase() for https://github.com/opnsense/core/issues/3062
2018-12-21 12:13:14 +01:00
Ad Schellevis
5d0d4e832e
Config, add more pessimistic locking option.
...
We usually only lock on write, but when data has a high posibility of changing in between reads, we should have an option to lock for writes exclusively.
needed for https://github.com/opnsense/core/issues/3062
2018-12-21 12:09:26 +01:00
Michael Steenbeek
d27cc83642
Change foreach loops that don't use values to use array_keys()
2018-12-18 14:37:11 +01:00
Franco Fichtner
6c46b786b8
pkg: suricata-devel merged into suricata
2018-12-18 12:48:34 +01:00