5499 Commits

Author SHA1 Message Date
Ad Schellevis
92bf3f2aee cleanup js in vpn_ipsec_phase2.php for https://github.com/opnsense/core/issues/1005 2016-06-27 18:16:48 +02:00
Ad Schellevis
ec533835e1 fix previous 2016-06-27 17:16:34 +02:00
Ad Schellevis
3cc02b0974 cleanup js in vpn_ipsec_phase1.php for https://github.com/opnsense/core/issues/1005 2016-06-27 17:04:44 +02:00
Ad Schellevis
5f27b92ce3 cleanup js in system_usermanager.php for https://github.com/opnsense/core/issues/1005 2016-06-27 14:02:56 +02:00
Ad Schellevis
14465f999a user/group text mixup in system_groupmanager.php 2016-06-27 13:57:33 +02:00
Ad Schellevis
9a1a4930e0 missing ; 2016-06-27 13:52:45 +02:00
Ad Schellevis
1c6096c160 cleanup js code in system_groupmanager.php for https://github.com/opnsense/core/issues/1005 2016-06-27 13:29:15 +02:00
Ad Schellevis
464f7d6dd9 js cleanup system_authservers.php for https://github.com/opnsense/core/issues/1005 2016-06-27 13:13:23 +02:00
Ad Schellevis
e047524e2e js cleanup system_advanced_admin.php for https://github.com/opnsense/core/issues/1005 2016-06-27 12:49:55 +02:00
Ad Schellevis
4ea7221ff1 js cleanup services_ntpd_gps.php for https://github.com/opnsense/core/issues/1005 2016-06-27 12:00:52 +02:00
Ad Schellevis
4bc6bf3327 js cleanup services_ntpd.php for https://github.com/opnsense/core/issues/1005 2016-06-27 11:37:40 +02:00
Ad Schellevis
067ffd6892 cleanup js code in services_dyndns_edit.php for https://github.com/opnsense/core/issues/1005 2016-06-27 11:29:09 +02:00
Ad Schellevis
527566bc2a better to hide fields for digfferent types, loosly related to https://github.com/opnsense/core/issues/1041 2016-06-27 10:42:38 +02:00
Franco Fichtner
d0f6c169c8 services: fix lb pool edit crash report 2016-06-27 08:07:42 +02:00
Ad Schellevis
333a7db434 javascript cleanup services_dnsmasq.php for https://github.com/opnsense/core/issues/1005 2016-06-26 20:05:25 +02:00
Ad Schellevis
2d9e600411 (ids) re-create database if table count doesn't match 2016-06-26 15:57:00 +02:00
Ad Schellevis
642cbe1cce (ids) add action selection in rules tab, extend rule query with installed_action to represent the running configuration. closes https://github.com/opnsense/core/issues/751 2016-06-26 15:47:04 +02:00
Ad Schellevis
16a876d045 (ids) hook in existing api calls to change rule action in alert model, closes https://github.com/opnsense/core/issues/752 2016-06-26 14:15:21 +02:00
Franco Fichtner
2e5ab31825 interfaces: dhcpv6 debugging *and* logging for rtsold too #637 2016-06-24 07:58:28 +02:00
Franco Fichtner
06ababd887 services: verify ddns domain key as Base64; closes #1035
Geez, PHP won't really tell if decode failed so we go full circle.
2016-06-23 17:07:21 +02:00
Franco Fichtner
b229c5019f src: whitespace sweep and a missing \ 2016-06-23 16:47:56 +02:00
Ad Schellevis
933ef0c318 crash report, PHP Warning: array_unique() expects parameter 1 to be array, null given in /usr/local/etc/inc/services.inc on line 1575 2016-06-23 15:08:52 +02:00
Ad Schellevis
e922594242 send upload exceptions to syslog for google drive 2016-06-23 14:43:26 +02:00
Ad Schellevis
3f4d694fe3 captive portal, increase timeout, sometimes 2 seconds may not be enough.
fix for:
PHP Warning:  SQLite3Stmt::execute(): Unable to execute statement: database is locked in /usr/local/opnsense/scripts/OPNsense/CaptivePortal/process_accounting_messages.php on line 68
2016-06-23 14:30:34 +02:00
Ad Schellevis
6d7c1cb7db send exception to syslog for Google drive download 2016-06-23 14:24:54 +02:00
Franco Fichtner
e287db604d services: flush domain key only once but keep zone key assignment #1023 2016-06-23 11:41:12 +02:00
Franco Fichtner
845b96d41f system: tighten serial handling around /etc/ttys 2016-06-22 18:25:12 +02:00
Franco Fichtner
0273d26510 rc: on second thought, always run twice
mount(8) will mount an unclean root fs, so if we get into a
mount issue after having run fsck twice first time in the loop
the next iteration will fix the system, but may not mark it clean.

Avoid that by always invoking fsck twice, for better or worse.
2016-06-22 16:30:56 +02:00
Franco Fichtner
80dc8457bc rc: always force an fsck after unclean shutdown 2016-06-22 16:12:17 +02:00
Ad Schellevis
0e38a48778 fix spurious config write, closes https://github.com/opnsense/core/issues/1029 2016-06-21 20:37:00 +02:00
Franco Fichtner
51ad932cc1 src: remove a few spurious ini_set() calls 2016-06-21 20:15:55 +02:00
Franco Fichtner
1de9a183f1 mvc: apply larger memory limit here too; closes #1032 2016-06-21 19:17:22 +02:00
Franco Fichtner
f441eae5b4 xmlrpc: prevent undefined errors on remote service restart
Further proof that all of the system should use the plugin system,
as the dependencies are going to be unmanageable in the long run.
As soon as there is a new base service with its own include file
its definition will be missing.
2016-06-21 14:52:43 +02:00
Franco Fichtner
a4bb9cd515 services: dhcpd6 is its own service; closes #1027 2016-06-21 08:19:55 +02:00
Franco Fichtner
4dde1f08f2 dhcpd: deduplicate domain keys; closes #1023 2016-06-21 07:59:59 +02:00
Franco Fichtner
ae6b495e3a services: more dynamic dns for dhcp #1023 2016-06-20 19:00:32 +02:00
Ad Schellevis
8d906af689 fix return type in download_file() 2016-06-20 17:18:09 +02:00
Ad Schellevis
4e3b66c257 zapp pfsense-utils.inc 2016-06-20 16:59:19 +02:00
Ad Schellevis
31cbcff27b (legacy) move calculate_ipv6_delegation_length() to util.inc and change dependencies 2016-06-20 16:47:20 +02:00
Ad Schellevis
51c3f922f1 (legacy) move xml2array() to upgrade_config.inc, included by config.lib.inc. 2016-06-20 16:23:47 +02:00
Ad Schellevis
8d0e40e28e (legacy) move restore_config_section to diag_backup.php, only used there... 2016-06-20 15:00:57 +02:00
Ad Schellevis
65aa038255 (legacy) move is_private_ip() to util.inc 2016-06-20 14:33:30 +02:00
Ad Schellevis
1a7199cc1a code style rc.bootup 2016-06-20 12:30:38 +02:00
Ad Schellevis
5fa09cd4d8 typo in ddns static mapping, https://github.com/opnsense/core/issues/1023 2016-06-20 10:50:29 +02:00
Ad Schellevis
f482f138e4 Merge pull request #1011 from fabianfrz/otp
create qrcode in the browser instead of an external service
2016-06-20 09:41:26 +02:00
Franco Fichtner
43f61b0756 services: update dyndns edit style 2016-06-20 07:24:15 +02:00
Franco Fichtner
638e3d8ff8 led: remove unmaintained support 2016-06-18 15:27:19 +02:00
Franco Fichtner
fb8c8b44a6 trust: change export button labels; closes #1021
While there zap a note that is obvious, because there is no button
and a text label saying what facility uses the cert...
2016-06-18 15:12:39 +02:00
Franco Fichtner
398ae5bbff system: migrate setup_serial_port() and friends 2016-06-18 15:06:00 +02:00
Franco Fichtner
951a4cebc1 interfaces: call stack on get_carp_interface_status() is also tricky 2016-06-18 14:55:12 +02:00