867 Commits

Author SHA1 Message Date
Ad Schellevis
f89ab7ffc3 some gui fixes for https://github.com/opnsense/core/issues/130 2015-04-07 13:34:36 +00:00
Franco Fichtner
4b9ea9c764 rc: strip unused packages in console update as well 2015-04-07 13:34:54 +02:00
Franco Fichtner
9476f748d0 inc: the usual isset() splatter 2015-04-07 11:48:55 +02:00
Franco Fichtner
4df19f1b1e pkg: do not yet verify the fingerprints
Signing is going on in the background, syncing the fingerprint
into the system, but the actual verification will wait until
the next major release.  This is pretty neat in any case...
2015-04-07 09:53:44 +02:00
Franco Fichtner
0518c44151 captive portal: fix ip_to_mac() 2015-04-07 07:50:15 +00:00
Franco Fichtner
a20b587660 src: fix style errors 2015-04-07 08:50:41 +02:00
Franco Fichtner
a1b6d04c04 src: whitespace sweep 2015-04-07 08:29:59 +02:00
Ad Schellevis
c3f5a482a9 add some logging (configd) 2015-04-06 17:30:39 +02:00
Ad Schellevis
fc753b5a05 add message tracking to configd 2015-04-06 17:25:28 +02:00
Ad Schellevis
8e10768410 style fixes configd 2015-04-06 17:12:38 +02:00
Ad Schellevis
cba1017178 some style fixes for configd 2015-04-06 16:48:43 +02:00
Ad Schellevis
33c5c21be3 Create README.md 2015-04-06 16:38:10 +02:00
Ad Schellevis
a2800ad0d4 add wrapper for background events to legacy code, fix gui reload 2015-04-06 14:07:51 +00:00
Ad Schellevis
a825ec10d1 ass sendBackgroundEvent to Backend class 2015-04-06 16:01:56 +02:00
Franco Fichtner
1fa570b315 inc: remove safe_mkdir() because simplicity 2015-04-05 23:22:29 +02:00
Franco Fichtner
cf3977b749 src: varlog_path softcoding removal 2015-04-05 23:18:37 +02:00
Ad Schellevis
71ff705e01 move reload gui event to background thread 2015-04-05 18:06:49 +00:00
Ad Schellevis
b96e0277be add background tag to configd (&), returns message uuid on execution. 2015-04-05 20:00:59 +02:00
Ad Schellevis
b2007f8c89 some POST var issues in interfaces.php 2015-04-05 16:59:02 +00:00
Ad Schellevis
79a01a60f4 fix for https://github.com/opnsense/core/issues/126 2015-04-05 11:24:14 +00:00
Franco Fichtner
e88cf4b4b5 dashboard: detached from status, how about we group...
floating pages such as this one into a 'Lobby' category?  Discuss.  :)
2015-04-05 12:41:09 +02:00
Franco Fichtner
9aadffbca8 crash reporter: moar tweaking #80
* Update the crash report version information.

* Tweak the form layout and remove HTML errors.

* Show appropriate message instead instead of redirect.

* Rework POST actions for style and sanity.
2015-04-05 10:22:05 +00:00
Franco Fichtner
d84c544d4f crash reporter: file may be empty preventing report suppression 2015-04-05 10:51:26 +02:00
Franco Fichtner
9ecce53e8c crash reporter: improve the output and behaviour
* Refactor crash report link into a function so it could be called
  from any page if desired.

* Do not show a crash report when there is none.
2015-04-05 10:46:18 +02:00
Franco Fichtner
023fa9c1f1 logs: isset() and openvpn config part, a never-ending love story 2015-04-05 10:29:42 +02:00
Franco Fichtner
1b9a2f2bb3 inc: src/dst missing for CARP, too
While there, move errors to where they should be checked.

(Hint: as early as possible.)
2015-04-05 10:20:06 +02:00
Franco Fichtner
81abe4d18f inc: fix unknown protocol srcip->src and dstip->dst foo 2015-04-05 10:02:51 +02:00
Franco Fichtner
c37d77bcf7 inc: refactor code and improve error messages of parse_filter_line() 2015-04-05 09:45:20 +02:00
Franco Fichtner
f21708cbbd aliases: fix missing array() init in config structure 2015-04-05 09:28:48 +02:00
Franco Fichtner
4ee0a0a428 inc: fix sshd upgrade path 2015-04-04 09:10:26 +02:00
Franco Fichtner
32bb6035ab logs: pretty up captive portal logs 2015-04-04 09:06:35 +02:00
Franco Fichtner
4dbdf8e3e4 ppps: another php function gone 2015-04-03 21:35:53 +02:00
Franco Fichtner
a982fbc16b inc: yeah or we could call /bin/sync 2015-04-03 21:32:05 +02:00
Franco Fichtner
2f00e12e0b src: a good opportunity to sneak in a whitespace sweep 2015-04-03 18:03:27 +02:00
Ad Schellevis
bd42061f21 gui fixes CARP VIP 2015-04-03 15:39:08 +00:00
Franco Fichtner
b0156ef301 ppps: avoid more potential config issues 2015-04-03 13:14:46 +02:00
Franco Fichtner
41e5e457fb rc: move file wipe to non-install media path 2015-04-03 12:40:21 +02:00
Franco Fichtner
636df2cfa4 rc: tmpfs is now embedded into install media's fstab 2015-04-03 12:13:29 +02:00
Franco Fichtner
15eb3c5652 gateways: more potential fails of legacy code vs. new config system 2015-04-03 12:12:43 +02:00
Franco Fichtner
a35f277d56 wizard: do not write a file to trigger initial wizard 2015-04-03 11:31:14 +02:00
Franco Fichtner
7f42a18081 inc: geez, properly delete directories as well #124
That's what you get for using "@" muting informative errors.
2015-04-03 11:02:40 +02:00
Franco Fichtner
6fa394bbbf interfaces: another issue related to new config system; fixes #128 2015-04-03 10:36:34 +02:00
Ad Schellevis
58ae9954c6 fix typo in ipv6 2015-04-03 08:04:01 +00:00
Franco Fichtner
9346e89861 config: another factory reset follow-up #124 2015-04-03 09:17:08 +02:00
Ad Schellevis
15016f4d79 Small fix on config revert, loosly related to https://github.com/opnsense/core/issues/124
Use internal classes to restore a backup, to prevent overwrite by our singleton object
2015-04-03 06:44:48 +00:00
Franco Fichtner
948b5bcc1c system: flip ssh settings for clarity 2015-04-02 21:52:07 +02:00
Franco Fichtner
e2a82d38e7 rc: fix factory defaults #124 2015-04-02 21:12:13 +02:00
Franco Fichtner
4d336198be src: s/pfSenseHeader/redirectHeader/g plus cleanups 2015-04-02 20:23:08 +02:00
Franco Fichtner
dc757d079a filter: tweak previous 2015-04-02 20:19:37 +02:00
Franco Fichtner
3888a6d1c4 captive portal: portable replacement for pfSense_ip_to_mac 2015-04-02 20:03:47 +02:00