185 Commits

Author SHA1 Message Date
Franco Fichtner
e346ceaddc src: whitespace and style sweep 2015-11-10 07:21:36 +01:00
Ad Schellevis
5dcae9cf25 (legacy, ipsec) fix ipsec diag page, connect to vici, drop smp support, add privilege separation using configd 2015-11-06 13:44:52 +00:00
Franco Fichtner
2d2a7c11ef src: whitespace sweep 2015-11-06 12:38:10 +01:00
Ad Schellevis
0cadf36d9d (ipsec) whitespace 2015-11-05 09:10:35 +01:00
Ad Schellevis
a87623867b (ipsec) add status call using vici, related to https://github.com/opnsense/core/issues/139
First step is to switch the current status page away from legacy smp.
(work in progress)
2015-11-05 08:06:12 +00:00
Ad Schellevis
3f243e1422 (Captiveportal, new) remove unused 2015-10-29 12:21:16 +01:00
Ad Schellevis
659757500a (Captiveportal, new) code style cleanup 2015-10-28 11:43:33 +01:00
Ad Schellevis
3cfac591ba (Captiveportal, new) send radius accounting messages and cleanup sessions 2015-10-26 15:54:39 +00:00
Ad Schellevis
b8bbf07081 (Captiveportal, new) add configd call "captiveportal set session_restrictions" 2015-10-24 11:38:16 +00:00
Ad Schellevis
6df157a1ff (Captiveportal, new) add accounting cleanup to background process 2015-10-24 11:37:17 +00:00
Ad Schellevis
e96e68f7c2 (Captiveportal, new) extend sql template 2015-10-24 11:36:45 +00:00
Ad Schellevis
8a492774c3 (Captiveportal, new) add update_session_restrictions to db class + minor cleanups 2015-10-24 11:35:53 +00:00
Franco Fichtner
6652e2390a src: multiple crash reports and whitespace sweep 2015-10-20 17:52:31 +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
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
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
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
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
Ad Schellevis
d9d68b452a (captiveportal, new) cleanup and add features to background process 2015-10-14 17:14:56 +00:00
Ad Schellevis
caf4329558 (captiveportal, new) add properties to config class 2015-10-14 17:14:24 +00:00
Ad Schellevis
23b3fc5c60 (captiveportal, new) add removal of accounting info to disconnect 2015-10-14 17:13:37 +00:00
Ad Schellevis
b35a1ac27c (captiveportal, new) wrap delete session and accounting into one call 2015-10-14 17:12:59 +00:00
Ad Schellevis
a9b57a312d (captiveportal, new) add some db functions 2015-10-14 17:12:25 +00:00
Ad Schellevis
7ef601b2d4 (captiveportal, new) add get_address_by_mac to arp lib 2015-10-14 17:09:21 +00:00
Ad Schellevis
4a52f3949a (captiveportal, new) add address_active to db class 2015-10-13 20:13:40 +00:00
Ad Schellevis
d7e2c665b4 (captiveportal, new) work in progress backend scripts 2015-10-13 16:12:05 +00:00
Ad Schellevis
9cfa7a03a3 (captiveportal, new) initial fetch web template script 2015-10-13 13:05:57 +00:00
Ad Schellevis
b83fed8cfc (captiveportal, new) add generation of ssl certs on service start 2015-10-13 13:00:43 +00:00
Ad Schellevis
e7f6619de6 (captiveportal, new) replace absolute paths in default template 2015-10-12 19:30:45 +00:00
Ad Schellevis
86388566c5 (captiveportal, new) a sessionid may start with a slash 2015-10-12 16:04:17 +00:00
Ad Schellevis
f9f7529687 (captiveportal, new) move rc script and fix cleanup 2015-10-12 14:33:45 +00:00
Ad Schellevis
ef1a921bab (captiveportal, new) comments 2015-10-12 14:15:25 +00:00
Ad Schellevis
d989208393 (captiveportal, new) work in progress rc scripts 2015-10-09 17:59:02 +00:00
Franco Fichtner
b7183b6c21 firmware: and back in it goes 2015-10-09 08:44:53 +02:00
Franco Fichtner
952fd7f076 firmware: back out refined reboot detection for now 2015-10-09 08:04:06 +02:00
Franco Fichtner
f7d9ca0dc1 firmware: remove backwards glue; improve reboot detection 2015-10-08 08:01:31 +02:00
Ad Schellevis
03c31498f7 (captiveportal, new) work in progress 2015-10-06 20:27:57 +00:00
Ad Schellevis
4deca554ad (captiveportal, new) work in progress, html login page 2015-10-06 20:25:40 +00:00
Ad Schellevis
d6d7a0d42a (captiveportal, new) work in progress script base 2015-10-06 19:44:16 +00:00
Ad Schellevis
bc37482fb5 (systemhealth) fix for rrd files without topic in them, like ntpd 2015-10-04 14:59:07 +00:00
Franco Fichtner
77e37862f0 captive portal: mkdir -p is enough :) 2015-10-03 16:52:37 +02:00
Ad Schellevis
1fd5d46369 (captiveportal, new) work in progress scriptbase, idletimeout, hardtimeout, etc 2015-10-03 07:56:26 +00:00
Ad Schellevis
3677ab28a6 (captiveportal, new) add some additional info to "captiveportal list_clients <zone>" command 2015-10-03 07:47:39 +00:00
Ad Schellevis
644e864e1a add bsd license 2015-10-02 17:38:38 +00:00