6536 Commits

Author SHA1 Message Date
Ad Schellevis
74b0ed0002 (UIModelGrid) return all selected items for list types 2016-12-19 17:45:54 +01:00
Franco Fichtner
7f91fe62b1 src: back out previous, we're further securing PAM 2016-12-19 11:08:08 +01:00
Ad Schellevis
b5eda23e80 (volt, macro usage) revert macro change, it looks like this really was a bug in PHP7/Phalcon, looks solved now. closes https://github.com/opnsense/core/issues/1245 2016-12-19 11:05:41 +01:00
Franco Fichtner
c48cf61f4a rc: remove translations from console 2016-12-19 07:41:47 +01:00
Franco Fichtner
af1928de6e inc: remove unused translations in obsolete migration 2016-12-19 07:20:35 +01:00
Franco Fichtner
d3376f7f10 src: webConfigurator -> web GUI 2016-12-19 07:16:08 +01:00
Franco Fichtner
dfb094112e system: strict serial mode, need to test this 2016-12-18 23:24:17 +01:00
Franco Fichtner
a7f01e99d7 system: "web GUI" is less ambiguous 2016-12-18 23:15:30 +01:00
Franco Fichtner
8837b322a4 rc: reload GUI first to make sure it's executed 2016-12-18 23:12:45 +01:00
Franco Fichtner
24b73afc79 rc: missing require for previous 2016-12-18 23:01:52 +01:00
Franco Fichtner
b542ddf754 rc: switch web GUI reload for reload all, some cleanups 2016-12-18 22:58:07 +01:00
Franco Fichtner
81e205f75e rc: move restore to "initial" section 2016-12-18 22:52:58 +01:00
Franco Fichtner
ce36ff28c4 rc: missing requires for previous 2016-12-18 22:48:01 +01:00
Franco Fichtner
d147e4b8df rc: reload_all like a christmas tree 2016-12-18 22:44:45 +01:00
Franco Fichtner
61567c81c0 rc: light up configure_firmware output 2016-12-18 22:44:13 +01:00
Franco Fichtner
762837685a rc: chain local_sync_accounts() into system_login_configure() 2016-12-18 22:43:26 +01:00
Franco Fichtner
98ffa9fe3a pkg: fix plist 2016-12-18 22:18:43 +01:00
Ad Schellevis
68de8c0225 (pam) switch normal console to pam, because we lock accounts locally now, console login should be switched at the same time 2016-12-18 18:10:42 +01:00
Ad Schellevis
643d2eef83 (auth/installer) force unlocked account, so pam can use standard pam_unix.so 2016-12-18 17:57:22 +01:00
Ad Schellevis
cc05a97726 (pam) for non local users trigger different exit code (user doesn't exist) 2016-12-18 17:47:01 +01:00
Ad Schellevis
ff8632c2c8 (pam) work in progress: pam helper skip for non local users, for non existing users pam should proceed to the next option.
When our pam modules is used, we set local auth to disabled (locked) for our users, non local users should automatically use normal unix auth.
For this to work, we should pass PAM_USER_UNKNOWN as return value in our pam module when the user is not local to us and unauthenticated.
2016-12-18 13:51:23 +01:00
Ad Schellevis
92d7bce2f0 (openvpn export) make sure we remove the top level temp dir for Viscosity exports 2016-12-18 12:22:34 +01:00
Fabian Franz
41b9d3feac fix proxy strings 'X-Forwarded-For' 2016-12-18 10:57:49 +01:00
Franco Fichtner
8cfbc3c218 rc: wrap this around for consistency
Early installer is really about an untained system, so
we defer *all* system setup and only keep the loopback
configuration above it.  This way, after config import
from the installer system_login_configure() is up-to-date.
2016-12-17 16:49:28 +01:00
Franco Fichtner
4ad78901d6 rc: start loopback earlier, omits manual installer glue 2016-12-17 12:43:51 +01:00
Ad Schellevis
1d32531244 (ipsec) add clone phase 2 option to ease duplication/modification, closes https://github.com/opnsense/core/issues/1305 2016-12-17 11:41:27 +01:00
Franco Fichtner
d3ddbf5f46 rc: small tweaks 2016-12-16 09:17:15 +01:00
Ad Schellevis
af7aab3a78 (bootgrid) return to current page after action, for https://github.com/opnsense/core/issues/1303 2016-12-14 04:21:01 +01:00
Ad Schellevis
feb11e59a8 (list_arp.py) only parse lease sections https://forum.opnsense.org/index.php?topic=4086.0 2016-12-14 03:05:15 +01:00
Franco Fichtner
6124cdc41f dhcp: style fix 2016-12-15 18:30:53 +01:00
Franco Fichtner
26d9815df0 system: fix loading of crypto/thermal modules
PR: https://forum.opnsense.org/index.php?topic=4094
2016-12-15 06:35:34 +01:00
Franco Fichtner
339f130190 pkg: correct bind version according to ABI 2016-12-14 07:59:43 +01:00
Franco Fichtner
3c393d98f3 config: repair installer for 17.1-BETA
The installer user is injected for install media login, but
we authenticate against our database now instead.  This has
larger consequences that require a persistent installer user,
which is not so easy to disable/defang after installation.

Hopefully this is temporary.
2016-12-14 07:57:46 +01:00
Ad Schellevis
1dbaaca2b6 (proxy, acl download) minor performance improvments + python3 compatibility additions 2016-12-13 10:29:20 +01:00
Franco Fichtner
c5fe0e4c4f interfaces: remove netgraph now that plugins habe stubs, closes #1188 2016-12-13 10:23:23 +01:00
Franco Fichtner
2ee77e70fa interfaces: further defang netgraph for #1188 2016-12-13 10:10:07 +01:00
Franco Fichtner
9d372e0c22 filter: add more reload progress; closes #526 2016-12-13 08:19:41 +01:00
Ad Schellevis
52b95b80c0 (legacy) cancel button behaviour, closes https://github.com/opnsense/core/issues/1099 2016-12-12 21:34:03 +01:00
Ad Schellevis
2c44b83a26 (configd/templates) add "template cleanup" command, closes https://github.com/opnsense/core/issues/1238 2016-12-12 21:13:09 +01:00
Franco Fichtner
3df938602c firmware: pkg will receive a license query fix soon :) 2016-12-12 07:21:12 +01:00
Franco Fichtner
276f7bdb1c src: whitespace and style sweesrc: whitespace and style sweepp 2016-12-11 17:17:32 +01:00
Franco Fichtner
8842b092b5 pkg: fix plist 2016-12-11 17:03:43 +01:00
Ad Schellevis
ec4458d181 (traffic shaper) add flush all and reload action, closes https://github.com/opnsense/core/issues/1297 2016-12-07 15:16:46 +01:00
Ad Schellevis
20df3371e4 (vlan's) fix error handling, add description, closes https://github.com/opnsense/core/issues/1247 2016-12-07 14:39:21 +01:00
Franco Fichtner
89c2f17e01 pkg: fix plist 2016-12-10 19:30:02 +01:00
Franco Fichtner
101fc8449d templates: remove files in the way of directories
Way better fix for the squid file transition.  Does not require
a manual restart anymore.
2016-12-10 19:27:47 +01:00
Franco Fichtner
a8f0e8419f pkg: add fingerprint for 17.1 2016-12-10 11:20:43 +01:00
Franco Fichtner
a6a604a58c interfaces: another small issue 2016-12-09 19:55:28 +01:00
Franco Fichtner
ef8671d253 interfaces: fix logic in previous 2016-12-09 19:43:44 +01:00
Ad Schellevis
21ca2f32b5 (mvc) minor performance and style fixes 2016-12-07 07:07:40 +01:00