2159 Commits

Author SHA1 Message Date
Franco Fichtner
a99924f50d diagnostics: poking init may clobber console execution
Slight refactoring in the general area while at it...
2015-08-14 08:13:54 +02:00
Franco Fichtner
525e9a145f diagnostics: missing dependency for factory reset 2015-08-14 07:40:08 +02:00
Ad Schellevis
83e8d88dbf (legacy) refactor src/www/system_usermanager_passwordmg.php 2015-08-13 18:35:45 +00:00
Ad Schellevis
9f66d8f30b (config) remove "all" from root user in sample config to keep things consistent 2015-08-13 16:28:38 +00:00
Franco Fichtner
8ce5f0e729 system: simplify sysctl setting again 2015-08-13 18:11:37 +02:00
Franco Fichtner
b025a54d6d rc: factory reset reboot misbehaves for another reason 2015-08-13 17:41:22 +02:00
Ad Schellevis
f45388d411 (ids) move rule selection command buttons 2015-08-13 17:32:44 +02:00
Ad Schellevis
0bfa4a0a30 (ids) fix for https://github.com/opnsense/core/issues/314
This patch fixes a few different issues.
- Prevent the user from selecting all rules at once, the browser probably can't render that amount of data resulting in sloppy behaviour.
- When querying the alerts, show an overlay during the process. This might take some time, depending on the amount of logged items
- Change number of rows selection to more sane defaults.
- Refresh data after "apply selection", to return to the right page
2015-08-13 17:27:41 +02:00
Franco Fichtner
46d6159477 rc: synchronous reboot after reset 2015-08-13 17:20:44 +02:00
Franco Fichtner
11bb2b9004 system: add defaults for newer sysctls 2015-08-13 17:17:54 +02:00
Ad Schellevis
59deb5f7c8 (ui) add refresh method to jquery.bootgrid.js, temporary added this into the compiled js file should extension should probably move to somewhere else. 2015-08-13 17:13:18 +02:00
Franco Fichtner
522ba38061 config: log_error() is not yet defined 2015-08-13 17:02:47 +02:00
Franco Fichtner
46da14a31c system: move sysctls to new place; add error reporting 2015-08-13 16:49:50 +02:00
Franco Fichtner
9379525ad0 rc: fix `Call to undefined function services_dnsmasq_configure()' 2015-08-13 16:05:50 +02:00
Ad Schellevis
3cb3432696 (legacy) remove unused diag_ipsec_xml.php 2015-08-12 15:54:06 +00:00
Ad Schellevis
0ffebfad3d (legacy) fix var checks 2015-08-12 15:46:40 +00:00
Ad Schellevis
d63f538f20 (legacy) refactor diag_ipsec_spd.php 2015-08-12 15:46:11 +00:00
Ad Schellevis
0c031c254b (legacy) remove unused 2015-08-12 15:27:56 +00:00
Ad Schellevis
c5f2fba06f (legacy) remove unused class from diag_ipsec_sad.php 2015-08-12 15:24:47 +00:00
Ad Schellevis
f8c66ca697 (legacy) refactor diag_ipsec_sad.php 2015-08-12 15:23:17 +00:00
Ad Schellevis
662d893fc1 (legacy) referer to github issue (page not functional) 2015-08-12 15:11:54 +00:00
Ad Schellevis
23f5c04acf (legacy) refactor diag_ipsec.php 2015-08-12 15:04:25 +00:00
Ad Schellevis
7ab583ed16 (legacy) fix some unitialized vars in ipsec.inc 2015-08-12 15:02:54 +00:00
Ad Schellevis
22e9572a2e (legacy) fix icon vpn_ipsec.php 2015-08-12 13:56:35 +00:00
Franco Fichtner
b4344e8ea9 crash reporter: fix array access 2015-08-12 14:23:23 +02:00
Franco Fichtner
85b5bae190 crash reporter: another issue in virtual ip configuration 2015-08-12 13:39:05 +02:00
Ad Schellevis
5b379a6fcd (legacy) refactor vpn_ipsec_settings.php 2015-08-12 11:29:19 +00:00
Ad Schellevis
392df2f1ae (legacy) refactor vpn_ipsec_keys_edit.php 2015-08-12 08:59:58 +00:00
Ad Schellevis
ddd26107e8 (legacy) fix body tag vpn_ipsec_keys.php 2015-08-12 08:51:03 +00:00
Ad Schellevis
96dfff268d (legacy) refactor vpn_ipsec_keys.php 2015-08-12 08:02:05 +00:00
Ad Schellevis
575c202ef9 (legacy) add support to system_usermanager.php for edit/add new using GET in addition to POST, needed for other modules to link to this page in a more natural way.
Page need proper cleaning.
2015-08-12 07:25:56 +00:00
Ad Schellevis
e556c306b7 (legacy) fix dependencies, related to crashreport "PHP Fatal error: Call to undefined function services_dnsmasq_configure() in /usr/local/etc/inc/interfaces.inc on line 3098" 2015-08-12 06:52:26 +00:00
Ad Schellevis
bf573b51fd (legacy) fix crash report "PHP Warning: explode() expects parameter 2 to be string, array given in /usr/local/www/interfaces_bridge_edit.php on line 290" 2015-08-12 06:43:23 +00:00
Ad Schellevis
b3a42ab036 (legacy) refactor vpn_ipsec_mobile.php 2015-08-11 18:30:05 +00:00
Ad Schellevis
3dbfa18733 (legacy) don't write empty xml tags in ipsec phase1/2 edit 2015-08-11 16:46:48 +00:00
Ad Schellevis
29d4755b71 (legacy) openvpn don't write empty xml tags to avoid issues with backend 2015-08-11 16:44:57 +00:00
Ad Schellevis
73f382fb83 (legacy) small style fix 2015-08-11 15:42:10 +00:00
Ad Schellevis
df230d1456 (legacy) small cleanups, uninitialized vars 2015-08-11 14:36:17 +00:00
Ad Schellevis
b9c9165f90 (legacy) refactor vpn_ipsec_phase2.php 2015-08-11 14:26:59 +00:00
Ad Schellevis
d603d3bf9f (legacy) fix edit on vpn_ipsec_phase1 after changes 2015-08-11 13:41:27 +00:00
Franco Fichtner
719fd67c0f crash reporter: another 'lagg' access fix 2015-08-11 15:01:52 +02:00
Franco Fichtner
f0d4159413 crash reporter: 'lagg' access fix 2015-08-11 14:50:28 +02:00
Franco Fichtner
6fa41b8cae crash reporter: two issues (one really, undo a fix that did not work) 2015-08-11 14:32:58 +02:00
Franco Fichtner
6d57604516 firewall/nat: isset() issue 2015-08-11 13:15:35 +02:00
Franco Fichtner
4d7609fb5f src: whitespace sweep :P 2015-08-11 11:03:23 +02:00
Ad Schellevis
8473cb63b0 (legacy) cleanup some vars 2015-08-11 08:23:46 +00:00
Franco Fichtner
2ecd7bb8e3 src: whitespace sweep 2015-08-11 09:29:13 +02:00
Franco Fichtner
c9d0c5d2c4 firmware: concatenation doesn't work here, use sprintf() 2015-08-11 09:20:33 +02:00
Ad Schellevis
49229ef2d9 (legacy) cleanup/refactor vpn_ipsec_phase1.php 2015-08-10 20:29:20 +00:00
Franco Fichtner
ffb1dfd29e openvpn: fix #310 2015-08-10 17:37:55 +02:00