3151 Commits

Author SHA1 Message Date
Ad Schellevis
8a492774c3 (Captiveportal, new) add update_session_restrictions to db class + minor cleanups 2015-10-24 11:35:53 +00:00
Ad Schellevis
07fe290bd8 (Captiveportal, new) work in progress session/client restrictions 2015-10-24 12:39:10 +02:00
Ad Schellevis
7febe0a4b7 (Captiveportal, new) work in progress session/client restrictions (related to radius accounting) 2015-10-24 10:52:28 +02:00
Ad Schellevis
b50eee576e (Auth) add radius accounting methods 2015-10-23 18:56:46 +02:00
Ad Schellevis
dcd475dc10 (legacy) openvpn redundant code 2015-10-23 16:49:17 +00:00
Franco Fichtner
a1c151e88c openvpn: fix server not saving interface without IP
PR: https://forum.opnsense.org/index.php?topic=1529.0
2015-10-23 17:47:03 +02:00
Ad Schellevis
1deb58a5e6 (Captiveportal, new) fix upper case in edit dialog 2015-10-22 21:01:40 +02:00
Ad Schellevis
8a3e5f3966 (auth) add getLastAuthProperties to interface and implementations 2015-10-22 20:26:34 +02:00
Ad Schellevis
9ff86ea48a (legacy) remove unused parameter 2015-10-21 10:07:47 +00:00
Ad Schellevis
bd74525287 (legacy) hook in new pluggable authentication system
todo: remove rest of auth funcions with overlapping functionality in auth.inc
2015-10-21 10:05:41 +00:00
Ad Schellevis
eb8c05dae1 typo in comment 2015-10-21 11:55:24 +02:00
Ad Schellevis
7a0e9eeb43 (legacy) remove empty parameter 2015-10-21 09:29:04 +00:00
Ad Schellevis
dad7dae888 (auth) add radius authenticator (framework, currently only pap support) 2015-10-21 11:01:15 +02:00
Ad Schellevis
c97707f92a remove prior captive portal leftovers 2015-10-21 09:25:33 +02:00
Franco Fichtner
82c17db5ad dns: fix a crash report 2015-10-21 08:46:51 +02:00
Franco Fichtner
6652e2390a src: multiple crash reports and whitespace sweep 2015-10-20 17:52:31 +02:00
Ad Schellevis
f6301ca7b7 crashreport, ldap_set_option(): supplied argument is not a valid ldap link resource in /usr/local/opnsense/mvc/app/library/OPNsense/Auth/LDAP.php on line 213 2015-10-20 17:06:27 +02:00
Franco Fichtner
ba9a7eca13 inc: remove more captive portal remnants 2015-10-20 08:22:34 +02:00
Ad Schellevis
09b5bb08cc (Captiveportal, new) remove comment tag 2015-10-19 15:42:42 +00:00
Ad Schellevis
31a8d9e68f (Captiveportal, new) only redirect if redirurl is provided in default web template 2015-10-19 15:13:30 +00:00
Ad Schellevis
a0b554a9e7 (Captiveportal, new) add functionality to default web template package 2015-10-19 14:57:04 +00:00
Ad Schellevis
906f61bb8a (Captiveportal, new) fix $authServerName on anon login 2015-10-19 16:46:47 +02:00
Ad Schellevis
0cc7e99eba (Captiveportal, new) missing chmod in user template deploy 2015-10-19 07:39:05 +00:00
Ad Schellevis
67415c337b (Captiveportal, new) move zoneid from redirect url to generated zone javascript file 2015-10-19 07:31:33 +00:00
Franco Fichtner
d87ca5d233 inc: fix a crash report 2015-10-19 08:56:02 +02:00
Franco Fichtner
2480348412 lang: merge German (65%) and French (35%) from Pootle 2015-10-19 08:43:52 +02:00
Franco Fichtner
62d5e203df dns filter: adaptive IP protocol preference; refs #434
Also fix a race between includes: util.inc should come first.
2015-10-19 08:33:04 +02:00
Franco Fichtner
95abbd785e log files: search case-insensitive 2015-10-19 08:04:37 +02:00
Franco Fichtner
ce2d7c101c dns filter: adds OpenDNS IPv6 servers; closes #434 2015-10-19 07:52:57 +02:00
Ad Schellevis
3ec8474d97 (php, suhosin) accept larger post input variables, needed to support new captiveportal file upload message 2015-10-18 15:53:42 +00:00
Ad Schellevis
47ee5c5865 (Captiveportal, new) add overlay user template (web) package to backend code 2015-10-18 13:45:18 +00:00
Ad Schellevis
ff72fe0da9 (Captiveportal, new) add some explanation about why we link to the config.xml in this case.
We try to avoid reading directly from config.xml as much as possible, because most applications use their own config type and we rather render our data to that format.
2015-10-18 13:41:38 +00:00
Ad Schellevis
d385237df8 (Captiveportal, new) add template selection to form 2015-10-18 14:48:19 +02:00
Ad Schellevis
1ec3078bfc (Captiveportal, new) hook in template selction on zone 2015-10-18 14:47:47 +02:00
Ad Schellevis
0ef870272b (mvc) add empty option when ModelRelationField is optional 2015-10-18 14:45:48 +02:00
Ad Schellevis
867b06003c (Captiveportal, new) remove enters from base64 data in strip_template 2015-10-18 12:37:46 +00:00
Ad Schellevis
8455fef593 (Captiveportal, new) overlay user template content in fetch_template 2015-10-18 12:35:57 +00:00
Ad Schellevis
cb08c27509 (Captiveportal, new) add wrapper class for config.xml (read user template code) 2015-10-18 12:34:16 +00:00
Ad Schellevis
f22f4ad00e (Captiveportal, new) fix removal of temp file 2015-10-18 12:33:26 +00:00
Ad Schellevis
e978c50198 (captiveportal, new) add cleansing of input templates to remove all non-changed data from the user provided template.
Next stepts to implement,
	make fetch_template aware of the user templates, so the frontend fetch will return the right content.
	deploy user provided template on service reload
2015-10-17 10:23:57 +00:00
Franco Fichtner
08b49c052e filter/logs: plain view extracted from normal view; closes #437 2015-10-17 00:20:05 +02:00
Franco Fichtner
36fea88a19 logs: tab conversion
Shuffled three of them back to status for the last round of
fire bombing before 15.7.17.  This is not going to be in the
stable version, but I want to have this ready for development
version feedback.  This is so much nicer without the tick
wrapping of tabs and pills and what not...
2015-10-16 23:43:01 +02:00
Franco Fichtner
0528a90aaf proxy: convert log file
While there, improve the logic for writing error messages for
log files, e.g. clog files would never be empty.  ;)
2015-10-16 22:06:19 +02:00
Franco Fichtner
120899b3fb logs: move settings to system settings 2015-10-16 21:27:36 +02:00
Franco Fichtner
c97e95bd03 openvpn: small include fix and log conversion 2015-10-16 21:24:01 +02:00
Franco Fichtner
d6e14d26aa logs: improve layout, they never looked shinier :) 2015-10-16 21:14:38 +02:00
Franco Fichtner
63403a9810 menu: more flattening in status section (almost done) 2015-10-16 20:57:51 +02:00
Ad Schellevis
52d74d1bfe (captiveportal, new) work in progress, save template 2015-10-16 11:23:54 +02:00
Franco Fichtner
72e0a85142 interfaces: fix a crash report 2015-10-16 10:38:36 +02:00
Ad Schellevis
ab6d6d0d08 (mvc, javascript) check for existence of id attribute on forms in mapDataToFormUI 2015-10-16 08:38:38 +02:00