5938 Commits

Author SHA1 Message Date
Ad Schellevis
cc18336d35 (captive portal) when using multiple zones, uninstall the correct zone directories 2016-09-15 15:48:55 +02:00
Ad Schellevis
190ac1064d Merge pull request #1186 from evbevz/ldap-auth-fix
LDAP fix: handle legal boolean return result from searchUsers()
2016-09-15 15:26:04 +02:00
Ad Schellevis
f107116e7d ditch load_mac_manufacturer_table, replace with configd call 2016-09-15 15:21:04 +02:00
Ad Schellevis
5ad7adc60a remove duplicate checks in interfaces.inc 2016-09-15 14:46:33 +02:00
Ad Schellevis
0db74efff4 lets not try to hide issues with a NIC, 11 year old code. 2016-09-15 14:30:40 +02:00
Ad Schellevis
2f86048748 Merge pull request #1187 from opnsense/carp_improvements
Carp improvements
2016-09-15 11:51:16 +02:00
Ad Schellevis
dcd0e06867 small style changes 2016-09-15 11:29:49 +02:00
Ad Schellevis
2c25e3e31c oops, wrong block... 2016-09-15 11:18:44 +02:00
Ad Schellevis
75e7e0e44d cleanup carp_status.php 2016-09-15 11:15:38 +02:00
Ad Schellevis
51aec445ec fix typo 2016-09-15 10:33:13 +02:00
Ad Schellevis
5497ae4e78 revert carp to BSD standards 2016-09-15 10:27:38 +02:00
evbevz
652089dd78 LDAP fix: handle legal boolean return result from searchUsers() 2016-09-15 10:26:38 +03:00
Ad Schellevis
c782d9e813 remove unused link_ip_to_carp_interface in interfaces.inc 2016-09-14 21:30:47 +02:00
Ad Schellevis
5c6a2ef883 remove duplicate code in interfaces.inc 2016-09-14 21:23:50 +02:00
Ad Schellevis
87011debbf (vips) remove odd logic 2016-09-14 21:21:09 +02:00
Ad Schellevis
1ccf6b4527 remove idletimeout requirement for ondemand connections 2016-09-14 20:08:37 +02:00
Ad Schellevis
b56bcf8392 wrap gettext() , closes https://github.com/opnsense/core/issues/1181 2016-09-14 10:29:50 +02:00
Ad Schellevis
ac8eba7d0f another test 2016-09-13 20:28:30 +02:00
Ad Schellevis
bc2765ea86 bring vips down when interface is down, fix carp setup order. 2016-09-12 20:50:52 +02:00
Ad Schellevis
b90babbfd2 add opnsense-auth helper for pam support, https://github.com/opnsense/core/issues/998 2016-09-12 20:38:48 +02:00
Ad Schellevis
7b59e10cf8 (openvpn, auth) remove dead code 2016-09-12 18:36:11 +02:00
Ad Schellevis
9ba2b2f620 (ipsec, xauth) cleanup ipsec.auth-user.php script before moving to pam.
The old script had a lot of unused code in it, either stuff that couldn't be configured from OPNsense or dead code.
2016-09-12 18:16:46 +02:00
Ad Schellevis
f4e6e6f457 add some comments 2016-09-09 21:09:49 +02:00
Ad Schellevis
c7b1e46219 (interfaces/qinq) fix typo's 2016-09-09 18:02:48 +02:00
Ad Schellevis
ed4c923c97 Revert "(ids) style fix", aaa0ddafe1 can cause "Allowed memory size of ... bytes exhausted", better to set a sane default max here.
This reverts commit aaa0ddafe1179cebc68146bdc3c30b8b90c564b8.
2016-09-09 15:16:25 +02:00
Ad Schellevis
cf34abbac4 (firmware) change loader.conf.local generation, as discussed with @fichtner 2016-09-09 09:43:06 +02:00
Ad Schellevis
65653b7c97 missing global in filter.inc 2016-09-08 15:06:12 +02:00
Ad Schellevis
0e158f0b0c (filter.inc) simply check if not empty 2016-09-08 14:05:33 +02:00
Ad Schellevis
6c7224072d missed an enter in the previous commit 2016-09-08 10:48:29 +02:00
Ad Schellevis
af66f0da7c (firmware) add configd "firmware loader" commands to control the contents of /boot/loader.conf.local
plugins can use this call to register new bootup parameters, new commands added:

configctl firmware loader show
configctl firmware loader rm <parameter>
configctl firmware loader edit <parameter> <value>
2016-09-08 10:44:55 +02:00
Ad Schellevis
d3d583ab83 (firewall, nat) change "Redirect target IP" to alias/host selectionbox like the rest. 2016-09-06 21:00:06 +02:00
Ad Schellevis
801d7ca05a (crashreport) PHP Warning: in_array() expects parameter 2 to be array, null given in /usr/local/www/services_unbound.php on line 176 2016-09-05 21:24:43 +02:00
Ad Schellevis
64f3742fb3 (crashreport) PHP Warning: Illegal string offset 'rule' in /usr/local/www/diag_logs_filter.php on line 277 2016-09-05 21:17:01 +02:00
Ad Schellevis
2f741d7ad4 (crashreport) limit output chunks to 5MB, if we can't find </head> within that area it's very unlikely that it exists in the output.
report:
PHP Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 35997807 bytes) in /usr/local/www/csrf/csrf-magic.php on line 144
2016-09-05 21:12:57 +02:00
Ad Schellevis
aab13817d7 (packet capture) limit the maximum number of output lines, prevent "PHP Fatal error: Allowed memory size of ..."
collected from crashreport
2016-09-05 20:26:51 +02:00
Ad Schellevis
d26cbd6615 (crashreport) PHP Warning: in_array() expects parameter 2 to be array, null given in /usr/local/www/vpn_openvpn_csc.php on line 406 2016-09-05 20:16:17 +02:00
Ad Schellevis
ca1270a8cf missing parameter in system_usermanager_settings_ldapacpicker.php 2016-09-05 20:08:39 +02:00
Ad Schellevis
69e28f8491 (firewall) remove extra button, closes https://github.com/opnsense/core/issues/1173 2016-09-05 18:29:35 +02:00
Ad Schellevis
9503d722d9 (firewall) unhide bottom row for https://github.com/opnsense/core/issues/1173 2016-09-05 16:11:38 +02:00
Ad Schellevis
e98569bbec (IDS) missing plugin for https://github.com/opnsense/core/issues/1018 2016-09-05 14:24:48 +02:00
Ad Schellevis
b9ff688b9e (IDS) add syslog support, closes https://github.com/opnsense/core/issues/1018 2016-09-05 14:24:07 +02:00
Ad Schellevis
69d2c462e7 (mvc) glitch in JS error handling, closes https://github.com/opnsense/core/issues/1163 2016-09-05 11:48:17 +02:00
Ad Schellevis
f7217de593 Merge pull request #1155 from fabianfrz/cleanup
changes in services_unbound_advanced.php
2016-09-05 11:38:28 +02:00
Ad Schellevis
9dfee192dd (openvpn, csc) add tunnel_networkv6 for https://github.com/opnsense/core/issues/1161 2016-09-05 10:21:06 +02:00
Ad Schellevis
6abb99d072 Merge pull request #1171 from fabianfrz/translation
fix translation in firewall_virtual_ip.php
2016-09-05 09:04:58 +02:00
Ad Schellevis
15374ba7e2 (cron) missing translation, thanks @fabianfrz 2016-09-04 20:06:37 +02:00
Ad Schellevis
c3daf44a7c (cron) add some spacing 2016-09-04 16:44:37 +02:00
Fabian Franz
a94af0da51 fix translation in firewall_virtual_ip.php 2016-09-04 13:26:46 +02:00
Fabian Franz
d1e9265fa9 changes in services_unbound_advanced.php
* translation fixes (for example submit button)
* remove some not operators
* make short echo tags look more like a template
2016-09-03 17:27:37 +02:00
Franco Fichtner
d73199570f dashboard: this needs absolte redirects, some missed spots
Relative redirect is used almost everywhere, but to be honest
it looks safer to make all paths absolute.

PR: https://github.com/opnsense/core/issues/1168
2016-09-02 10:06:01 +02:00