9743 Commits

Author SHA1 Message Date
Alexander Shursha
db94fb410a Fix checking empty string. (#2887) 2018-11-08 11:46:24 +01:00
Ad Schellevis
01f5e6d146 Firewall/alias, don't try to set days+hours when updatefreq is empty... 2018-11-08 11:26:39 +01:00
Ad Schellevis
eb42fac60a Firewall/alias, missed a spot in alias conversion, fix for https://github.com/opnsense/core/issues/2879 2018-11-07 11:26:59 +01:00
Franco Fichtner
09f3f3c933 system: prevent several creative ways to strip read-only privileges 2018-11-07 09:41:20 +01:00
Franco Fichtner
30d807db81 system: prevent related read-only user configuration manipulation 2018-11-07 08:56:35 +01:00
Franco Fichtner
ad59f68531 system: prevent restore of configuration of read-only user
Reported by:  brainrecursion
Submitted by: @adschellevis
2018-11-07 08:54:59 +01:00
Franco Fichtner
0b62f210b6 firewall: anti-lockout should ignore disabled and virtual
PR: https://forum.opnsense.org/index.php?action=post;topic=10088.0
2018-11-06 23:25:45 +01:00
opnsenseuser
aac620919d sidebar - change ".list-group-items:last-child" to "a:last-child"
@fichtner small correction changing ".list-group-items:last-child" to "a:last-child"
2018-11-06 20:16:20 +01:00
Ad Schellevis
b38a76a265 IDS/IPS, prevent duplicate download of same target filename, support overlays. for https://github.com/opnsense/core/issues/2885 2018-11-06 20:05:09 +01:00
Ad Schellevis
416b05afa6 IDS/IPS, use content-disposition, for https://github.com/opnsense/core/issues/2885 2018-11-06 20:04:05 +01:00
Ad Schellevis
167ba9cf88 missing filter reload for port alias types, closes https://github.com/opnsense/core/issues/2883 2018-11-06 08:30:48 +01:00
Franco Fichtner
adabd73f2a mvc: reformat 2018-11-06 04:29:01 +01:00
Franco Fichtner
266ff43db5 system: retain index for link #2870
Spotted by: @adschellevis
2018-11-05 21:31:26 +01:00
Franco Fichtner
8283fd3969 openvpn: style issue 2018-11-05 21:31:26 +01:00
Ad Schellevis
534c918a4e IDS/ruledownload, improve logging a bit. log http return code when download failed 2018-11-05 21:14:52 +01:00
Ad Schellevis
c9a9c283d4 some cleanups for filter rule associations https://github.com/opnsense/core/issues/2879 2018-11-05 16:07:14 +01:00
opnsenseuser
8d38d0c742 sidebar - last entry in a submenu does not close the superordinate submenu (fix)
@fichtner sidebar - last entry in a submenu does not close the superordinate submenu (fix)

now its done !!!!
2018-11-05 11:17:55 +01:00
Franco Fichtner
6aa9857a0c make: add vebose output to `package' target 2018-11-05 07:26:56 +01:00
opnsenseuser
42beaef3aa sidebar - fix for some problems with sticky sub-submenu
Includes cleanups via @fabianfrz
2018-11-04 18:11:01 +01:00
opnsenseuser
b46eaaee5d opnsense theme - sidebar - cut off modification fix
@fichtner opnsense theme - sidebar - cut off modification fix
2018-11-04 18:07:43 +01:00
Franco Fichtner
6a2137eda9 openvpn: more alignment here 2018-11-04 18:04:40 +01:00
Franco Fichtner
a41e739b1a openvpn: spacing 2018-11-04 18:02:08 +01:00
Franco Fichtner
1bd18ccf73 make: plist-check requires WRKDIR 2018-11-04 17:46:51 +01:00
Franco Fichtner
1e7296497f make: style now checks PHP and Python for build test 2018-11-04 16:52:48 +01:00
Ad Schellevis
7967c50d58 MVC/API, add isExternalClient() to base controller type to identify session auth and "other/external" auth types. When external authenticated, don't html escape output before delivery.
For inclusion in 19.1, closes https://github.com/opnsense/core/issues/2672
2018-11-04 16:19:22 +01:00
Franco Fichtner
fea6ef31f8 system: remove old use_mfs_tmpvar workaround
Leave [^_] in place as there used to be use_mfs_var_size
and use_mfs_tmp_size before we migrated to tmpfs.
2018-11-04 13:27:12 +01:00
Juan Manuel Carrillo Moreno
09de2c7ed7 proxy: Fix typo in description message. 2018-11-03 21:21:13 +01:00
Franco Fichtner
1bdbe5b5e4 system: more ldap-totp 2018-11-03 15:33:37 +01:00
Franco Fichtner
fc0fa67c85 system: more ldap-totp usability 2018-11-03 15:19:42 +01:00
Franco Fichtner
aa859b5061 system: small issues with previous 2018-11-03 15:08:08 +01:00
Franco Fichtner
a7a6f392a0 system: ldap-totp can import most likely 2018-11-03 15:05:22 +01:00
Franco Fichtner
436b0a7f02 system: sort user/group list, small tweaks; closes #2870 2018-11-03 14:59:37 +01:00
Franco Fichtner
fbe8ac7de9 mvc: reindent copyright block 2018-11-03 14:36:37 +01:00
Franco Fichtner
bf403ca01c system: whoopsie, opnsense stuff not for non-root shelling :) 2018-11-03 12:49:22 +01:00
Franco Fichtner
20e87d5db3 pkg: time to make package fail on plist error 2018-11-03 12:42:13 +01:00
Franco Fichtner
e2c9f86c9b firewall: daemonise bogons update (a little too late for Halloween)
Now clearly remembering why this wasn't so easy.
2018-11-03 12:34:37 +01:00
Franco Fichtner
ee6b692455 firewall: move bogon script out of the way, priv-sep, lower retries 2018-11-03 12:25:09 +01:00
Franco Fichtner
23f480139d firewall: same same, but different
PR: https://github.com/opnsense/core/commit/7ebd5fcd5
2018-11-03 09:37:23 +01:00
Franco Fichtner
48c6390caf util: turns out we don't need this after all
It was used to validate a defunct subnet with a missing prefix
since there was no IPv6 address on the interface in the first
place.  Offending code already removed.
2018-11-03 09:23:26 +01:00
Franco Fichtner
a57372aaa0 firmware: change ACL too, most logs don't have GET arguments 2018-11-03 08:56:04 +01:00
Franco Fichtner
5c6e9ff7e5 firmware: move log to correct menu entry 2018-11-03 08:47:26 +01:00
Franco Fichtner
f394fed9df dashboard: use pure jquery to avoid browser-specific behaviour
While here, reformat the interface list widget.  Thermal widget
uses the same code, but since that is not the essence of the
report we'll assume it works fine.

PR: https://github.com/opnsense/core/issues/2766
2018-11-03 08:03:35 +01:00
Franco Fichtner
b921272cc4 interfaces: always up dhcpv6 services, blacklisting only for shutdown 2018-11-02 18:41:29 +00:00
Ad Schellevis
1b442af8f0 OpenVPN export https://github.com/opnsense/core/issues/2787
- Dynamic map model attributes in form and controller
- Add some fields to PlainOpenVPN, work in progress
2018-11-02 19:14:23 +01:00
opnsenseuser
622ef1da5a sidebar - submenu may be cropped due to small height (fix); closes #2865
@fichtner ready for testing (Submenus now open upwards if the space down is not sufficient.)
and by the way....
i need a pro (like you or fabian) or someone else who can optimize the jquery code because it´s memory usage.the calculations of the current postition with offset and scrollTop brings jquery to the performance limit. and unfortunately you can not calculate that, unfortunately.

Perhaps @fabianfrz can help?

i did my best and I like to learn!
2018-11-02 07:55:00 +01:00
marjohn56
d46d2a6edc interfaces: multiple type DHCP DUID support and generation; closes #2602 2018-10-31 20:40:50 +01:00
Franco Fichtner
928222e747 interfaces: say no to trim() eventually 2018-10-31 16:51:12 +01:00
Franco Fichtner
1fe447518c ntp: reindent copyright block 2018-10-31 16:27:00 +01:00
Franco Fichtner
8c6ec244b0 services: mostly $verbose changes 2018-10-31 15:35:35 +01:00
Franco Fichtner
27b8a76d44 dhcp: useless code is now useless 2018-10-31 15:11:16 +01:00