2930 Commits

Author SHA1 Message Date
Ad Schellevis
708a1d017f (mvc) add getTemplateNode to array field type to retrieve a read-only copy of the default model 2015-11-19 13:12:38 +01:00
Ad Schellevis
9a5a628bca (IDS) disable promisc mode when using netmap 2015-11-18 20:13:36 +00:00
Ad Schellevis
af2451c206 (IDS) add netmap IPS to suricata base template 2015-11-18 19:51:38 +00:00
Ad Schellevis
626bbd88ec (IDS) add ips mode to rc scripts, depends on latest port package and netmap kernel support 2015-11-18 19:50:31 +00:00
Ad Schellevis
2c8f136b69 (IDS) add ips option to model and form 2015-11-18 19:49:33 +00:00
Franco Fichtner
8664ff2cb0 proxy: add missing store.log even though it's disabled ATM; closes #462 2015-11-18 08:48:58 +01:00
Franco Fichtner
735d0beda5 openvpn: compare correct value here as well for #467 2015-11-18 08:34:18 +01:00
Franco Fichtner
89c689b7f6 openvpn: fix auth server translation for #467 2015-11-18 08:27:13 +01:00
Franco Fichtner
9b8db23330 make: add a bootstrap target 2015-11-17 19:59:08 +01:00
Ad Schellevis
71f7dbc3d0 (legacy) kill max_procs / memory foo and set new defaults 2015-11-17 10:34:15 +00:00
Ad Schellevis
d1842a5657 (legacy) set php workers to more sane defaults, more workers, less recycling.
I would rather kill the whole max_procs stuff, but that's for an other day....
2015-11-17 09:48:26 +00:00
Ad Schellevis
235169e270 (legacy) add session close 2015-11-16 21:14:38 +00:00
Ad Schellevis
5cf5ef0c62 (legacy) combine session start and close 2015-11-16 21:09:09 +00:00
Ad Schellevis
d382709157 (legacy) align session_start and close in config.lib.inc 2015-11-16 19:59:30 +00:00
Ad Schellevis
5e5ac2a011 (legacy) remove session var page-match 2015-11-16 19:41:11 +00:00
Ad Schellevis
15da65581c (legacy) remove unused 2015-11-16 19:09:48 +00:00
Ad Schellevis
5b7c9fbd83 (legacy) remove unused 2015-11-16 19:09:48 +00:00
Ad Schellevis
472a914349 (legacy) remove unused isAllowed 2015-11-16 18:49:54 +00:00
Ad Schellevis
bdf00a087d (configd) send event name to syslog on timeout https://github.com/opnsense/core/issues/464 2015-11-16 18:20:48 +00:00
Franco Fichtner
41479a3dfb console: fix access test of gateways array 2015-11-16 07:47:35 +01:00
Ad Schellevis
1a9e8c9694 (configd) send configd client issues to syslog, closes https://github.com/opnsense/core/issues/464 2015-11-13 13:45:25 +00:00
Ad Schellevis
3026a561d3 (ids) ignore json parse errors in eve log file 2015-11-13 13:38:14 +00:00
Ad Schellevis
129def906b (legacy) fix crashreport PHP Warning: Illegal string offset 'rule' in /usr/local/www/firewall_nat.php on line 71 2015-11-13 08:31:10 +00:00
Franco Fichtner
435e47e156 config: don't use notices in early/low level code 2015-11-12 21:31:51 +01:00
Franco Fichtner
59b865ca5d system/settings: moves rrd settings to logs/reports; closes #422 2015-11-12 00:49:46 +01:00
Franco Fichtner
cd8cafcbb5 menu: tweak order (VPN before Services); rename "Network Time" 2015-11-12 00:05:01 +01:00
Franco Fichtner
c40fd36426 menu: finally zapped the status section 2015-11-11 23:57:38 +01:00
Franco Fichtner
4032bc53ca logs: move last entries away from status section 2015-11-11 23:40:36 +01:00
Franco Fichtner
fba56a9a97 logs: lots of love for logs, filtering is more useful than ever :) 2015-11-11 23:11:28 +01:00
Ad Schellevis
dd878efc99 (mvc) don't expose api auth to consumers 2015-11-11 19:38:58 +00:00
Franco Fichtner
0d98f6031f status: dump more raw ipfw info; closes #450 2015-11-11 09:16:48 +01:00
Franco Fichtner
19c90f700e proxy: nicely unwrap this string for upcoming template regen 2015-11-11 08:39:52 +01:00
Ad Schellevis
a1e44cc67f style fix 2015-11-10 20:01:33 +01:00
Ad Schellevis
2a60c25231 (mvc) api, accept json body as POST data 2015-11-10 18:23:50 +00:00
Ad Schellevis
c92a65c13a typo 2015-11-10 18:05:57 +00:00
Fabian Franz
6612086c21 fixes for #427 2015-11-10 18:38:42 +01:00
Ad Schellevis
734c3cd729 (mvc) api error handling (missing controller, missing action) 2015-11-10 15:20:54 +00:00
Ad Schellevis
bbaccbb332 (mvc) pass routing errors back to user for API calls 2015-11-10 12:49:47 +00:00
Franco Fichtner
50d01becf9 src: do not reorder sprintf arguments by default
(Already had issues in the code that were obvious, some may still
linger in there.  Also uselessly confuses our dedicated translators.)
2015-11-10 13:22:52 +01:00
Franco Fichtner
c6880a2422 inc: s/printf/sprintf, message fixup 2015-11-10 12:53:55 +01:00
Ad Schellevis
c4354331e7 (mvc) add api auth to base controller 2015-11-10 11:03:50 +00:00
Ad Schellevis
b096c21e2f (legacy) layout system_usermanager.php 2015-11-10 10:15:39 +00:00
Ad Schellevis
2f8d4ae853 (legacy) add api keys to system_usermanager.php + fix issue when removing user (regression) 2015-11-10 10:10:07 +00:00
Ad Schellevis
7e5ff77002 (auth) add dropKey to api handler 2015-11-10 08:55:11 +01:00
Franco Fichtner
e369c686aa src: php opening tag cleanup, the return 2015-11-10 08:29:55 +01:00
Franco Fichtner
e346ceaddc src: whitespace and style sweep 2015-11-10 07:21:36 +01:00
Franco Fichtner
2ef52e06af inc: remove two unused functions 2015-11-10 07:19:26 +01:00
Ad Schellevis
2b098ba9da (auth) add api auth to auth factory 2015-11-09 22:24:22 +01:00
Ad Schellevis
b40a2e8a94 (auth) add initial api authenticator 2015-11-09 22:23:55 +01:00
Ad Schellevis
d020d1ec69 (legacy) refactor system_usermanager_addprivs.php 2015-11-09 19:37:29 +00:00