1233 Commits

Author SHA1 Message Date
Franco Fichtner
4b197af1ee inc: fix interface rename; mea culpa 2015-05-06 14:46:13 +02:00
Franco Fichtner
c98b514ee6 src: whitespace sweep 2015-05-05 21:35:26 +02:00
Ad Schellevis
1038102596 fix googledrive backup feature, issue with number of backups count and check with previous version 2015-05-05 16:56:37 +00:00
Ad Schellevis
ad306c96de minor cleanup in config handling, reduce xmlparse call overhead 2015-05-05 17:15:14 +02:00
Ad Schellevis
7953e21f0c add XDebug support switch and debugger for development
When using webgrind, use the optional graphviz package for callgraph support
2015-05-05 14:32:57 +00:00
Ad Schellevis
763295921f enable new MVC code by default (http alias and rewrite rules) 2015-05-05 13:13:45 +00:00
Franco Fichtner
0552324595 inc: mute pgrep output as we are relying on it to fail 2015-05-04 20:16:38 +02:00
Franco Fichtner
e40c87ca6a firmware: also clean downloaded packages after install 2015-05-04 10:35:57 +02:00
Franco Fichtner
783363d0ba www: style for ifstats.php 2015-05-04 10:35:27 +02:00
Ad Schellevis
267d589a83 remove getVolume from captive portal radius (non functional)
related to https://github.com/opnsense/core/issues/162
2015-05-04 07:11:59 +00:00
Ad Schellevis
7e3188f366 prepare new MVC framework to use legacy ACL structure 2015-05-03 20:16:55 +02:00
Ad Schellevis
316e72b9ad prepare for Proxy feature (ACL) 2015-05-03 20:07:39 +02:00
Ad Schellevis
9fffcf48b1 remove non-functional pfSense_ipfw_getTablestats from captive portal code
was used in some parts for radius, which is still quite messy code and probably not fully functional.
2015-05-03 17:51:46 +00:00
Franco Fichtner
bdc51d075e inc: create directory, then use it 2015-05-03 17:17:40 +02:00
Franco Fichtner
5dc5303c53 interfaces: more stuff ported, IFCAP_* and IFF_* flags are gone
It's actually better to not pull any ABI stuff into a scripting
language.  It's so much easier to work with strings and command
line tooles.  The timing isn't criticial here...
2015-05-03 17:10:50 +02:00
Franco Fichtner
f5e932726b inc: two more replacements; almost done 2015-05-03 16:35:28 +02:00
Franco Fichtner
86033e1ec3 inc: more replacements as usual 2015-05-03 16:17:43 +02:00
Franco Fichtner
fdeff9d266 inc: replace more legacy PHP module foo 2015-05-03 16:02:23 +02:00
Franco Fichtner
6b02199157 Revert "pkg: do not yet verify the fingerprints"
This reverts commit 4df19f1b1e84c07836f1da2ab5a27c92c6a96f63.
It's time to enable the verification.  the packagaes are being
signed since the original commit went in and all tests have
shown that this works as expected.  Staying safe, you know...
2015-05-03 15:29:08 +02:00
Franco Fichtner
e3c429bcd9 src: style and whitespaces 2015-05-02 11:34:08 +02:00
Franco Fichtner
705080ca76 inc: more PHP module replacements 2015-05-02 11:16:52 +02:00
Franco Fichtner
c115e0a63e inc: map_page_privname is only ever used once so make it inline 2015-05-02 10:50:38 +02:00
Ad Schellevis
dc5789c68d add User item to menu for changepassword option 2015-05-01 14:29:32 +00:00
Ad Schellevis
a14796a821 remove old privilege file 2015-05-01 14:17:54 +00:00
Ad Schellevis
43d14ba96b migrate legacy acl structure to json object 2015-05-01 15:49:13 +02:00
Ad Schellevis
1ec46a206f add Legacy ACL as json object 2015-05-01 12:52:54 +00:00
Ad Schellevis
ab507101ed prepare for new mvc framework, we use two different document roots in our new setup to separate legacy and new code. 2015-05-01 11:56:32 +00:00
Franco Fichtner
c46cee4520 inc: don't send signal to stale process; fixes #159 2015-05-01 07:56:27 +02:00
Ad Schellevis
941321debe put some spaces back in menu 2015-04-30 19:23:10 +00:00
Franco Fichtner
618d17f68d src: whitespace sweep 2015-04-30 18:11:42 +02:00
Franco Fichtner
a84ebd98f2 pkg: better FreeBSD repo override 2015-04-30 15:10:24 +02:00
Franco Fichtner
cb761a34e0 inc: s/Webcfg/WebCfg/g for consistency in ACL 2015-04-30 11:49:48 +02:00
Franco Fichtner
f7fdd973ac login: moar tweaks
o Do not keep the login error in the session for
  reloading the page without resubmit will yield
  a spurious login error.

o Pad and reword the message and paint it black,
  eh, red.
2015-04-30 08:51:53 +02:00
Franco Fichtner
2a0c9ec145 login: links don't do anything here; screen is wide enough for logo 2015-04-30 08:39:38 +02:00
Franco Fichtner
aa9aed8e81 login: bring back autofocus; can't live without it :)
Javascript went away, caused error, yadda, yadda...
2015-04-30 08:27:57 +02:00
Franco Fichtner
bd2d9f1c05 rc: refactor and simplify crash dump handling 2015-04-30 08:08:08 +02:00
Ad Schellevis
27b316be68 fix wrong url for carp status page 2015-04-29 20:12:07 +00:00
Ad Schellevis
6f97164501 fix menu item selection for interfaces 2015-04-29 20:10:06 +00:00
Ad Schellevis
40b6e7a95f some style fixes (mvc) 2015-04-29 21:56:17 +02:00
Ad Schellevis
d84b293b6a Phalcon 2.0.0 compatibility fix (validators) 2015-04-29 19:46:03 +00:00
Ad Schellevis
31df024e7f replace menusystem / integrate with new MVC framework
Next step in integrating our new MVC framework, the mainmenu in the left panel uses the same logic now for both legacy as new content.

- add feature, hide empty items
- configuration in /usr/local/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
2015-04-29 19:06:32 +00:00
Franco Fichtner
fa3956565a rc: prune the main rc script, update style, remove mini /var/run
(because if you want /var to be an mfs you can do so)
2015-04-29 21:04:48 +02:00
Franco Fichtner
1a86a0bd3b rc: poperly generate /var/log/gmesg.boot 2015-04-29 21:04:48 +02:00
Ad Schellevis
66d7c5e822 (MVC) hide empty menu options 2015-04-29 21:00:44 +02:00
Jos Schellevis
5062fb2843 Proxy work in progress, change tproxy to intercept 2015-04-29 17:49:06 +02:00
Jos Schellevis
bec972f3b1 Proxy work in progress, small change for unsupported ftp proxy modes 2015-04-29 17:46:12 +02:00
Jos Schellevis
ea72a72eef Proxy, ftp added directory tracking and http internal conversion as default for content blocking, work with standard acl list 2015-04-29 16:14:44 +02:00
Jos Schellevis
fb99d8266a Proxy work in progress, add ftp_port, ftp proxy support 2015-04-29 15:38:02 +02:00
Jos Schellevis
7f451353f1 Add Services as part of Status in Menu 2015-04-29 14:12:18 +02:00
Franco Fichtner
87f2fc9711 system: do a little thing called ftp-proxy(8) for clients #155
While there, clean up a little and remove the dysfunct tftp-proxy.
Server part is a little harder, but can be done, too.
2015-04-29 12:33:11 +02:00