Commit graph

658 commits

Author SHA1 Message Date
Vasilis Tsiligiannis
66a5b8146f Force postinst script exiting with return code 0 2010-07-01 09:52:12 +00:00
Benoît Knecht
b2254ac625 i18n: add Malay language
Thanks to Teow Wai Chet for the initial translation.
2010-05-12 21:40:07 +00:00
Jo-Philipp Wich
c4ac5b8eb8 contrib/package: luci-cbi does not depend on luci-uvl anymore 2010-04-26 22:38:54 +00:00
Jo-Philipp Wich
f375c498f2 applications: add luci-vnstat, frontend for the VnStat traffic monitor 2010-04-21 22:57:07 +00:00
Jo-Philipp Wich
c4ef5ff259 contrib: add WoL application to menuconfig 2010-04-18 22:31:33 +00:00
Jo-Philipp Wich
be09c6ca6e applications: add frontend for the MultiWAN agent 2010-04-16 14:06:42 +00:00
Jo-Philipp Wich
daca626e86 build: add runuhttpd sdk target 2010-04-16 13:38:27 +00:00
Jo-Philipp Wich
dce144a2f4 contrib/package: fix typos in package descriptions 2010-03-29 18:40:46 +00:00
Jo-Philipp Wich
9785264f79 contrib/package: add luci-medium collection (admin-full + openwrt-light) 2010-03-28 20:55:33 +00:00
Jo-Philipp Wich
1c8dffdffe contrib/package: make luci depend on uhttpd, add luci-ssl collection 2010-03-27 20:56:28 +00:00
Jo-Philipp Wich
7af6503b1e contrib/package: make sgi-uhttpd and uhttpd tls support optional 2010-03-27 19:28:08 +00:00
Jo-Philipp Wich
7667c0610e contrib/package: add option to disable nixio tls support 2010-03-27 19:21:31 +00:00
Jo-Philipp Wich
11527683bf contrib/package: remove px5g, uhttpd - moved to OpenWrt core packages 2010-03-25 16:08:33 +00:00
Jo-Philipp Wich
f115f8f514 contrib/package: make uhttpd sgi depend on uhttpd-mod-lua and uhttpd-mod-tls as well 2010-03-25 10:56:09 +00:00
Jo-Philipp Wich
f59e82ca53 uhttpd: pass FPIC to source Makefile 2010-03-25 10:00:28 +00:00
Jo-Philipp Wich
af4611d4e0 uhttpd: move Lua and TLS support into loadable plugins 2010-03-25 02:04:50 +00:00
Jo-Philipp Wich
61f22c5b39 contrib/package: switch default TLS provider to CyaSSL 2010-03-23 00:20:39 +00:00
Jo-Philipp Wich
969b971d0d contrib/package: resolve recursive theme-base - luci-web dependency 2010-03-23 00:12:29 +00:00
Jo-Philipp Wich
02867f8ebb contrib/package: remove lucid from default package selections 2010-03-23 00:05:25 +00:00
Jo-Philipp Wich
2f34a51f83 uhttpd: fix default cert names in init script 2010-03-22 23:20:21 +00:00
Jo-Philipp Wich
76b3ad7317 uhttpd: add ssl cert generation to init script 2010-03-22 23:10:48 +00:00
Jo-Philipp Wich
bc7bf3a857 contrib/package: backport px5g from luci2 2010-03-22 21:27:00 +00:00
Jo-Philipp Wich
d817ebf007 uhttpd: properly initialize sigaction, restore SIGTERM for childs 2010-03-21 20:52:41 +00:00
Jo-Philipp Wich
fa712a0bc9 uhttpd: deliver SIGTERM to child when parent leaves I/O loop 2010-03-21 20:06:50 +00:00
Jo-Philipp Wich
d87fefbda6 contrib/package: add package definition for luci-sgi-uhttpd 2010-03-21 18:02:49 +00:00
Jo-Philipp Wich
5fc3a1ceb0 uhttpd: make Lua handler more CGI like and fork child away 2010-03-21 17:50:00 +00:00
Jo-Philipp Wich
0dd0fdad55 uhttpd: expose uh_http_sendc() to Lua, move server functions into uhttpd namespace 2010-03-21 04:18:20 +00:00
Jo-Philipp Wich
927d47528f uhttpd: add "Connection: close" headers, mandatory according to HTTP/1.1 spec 2010-03-21 03:46:03 +00:00
Jo-Philipp Wich
23052d8f01 uhttpd: complete init script and sample configuration 2010-03-21 02:35:28 +00:00
Jo-Philipp Wich
79dde1ad3f uhttpd: terminate I/O loops if socket writes fail 2010-03-21 02:27:29 +00:00
Jo-Philipp Wich
707f9dd2d0 uhttpd: relax cgi timeout 2010-03-21 01:40:50 +00:00
Jo-Philipp Wich
cee885295b uhttpd: finish basic auth support, read realms from /etc/httpd.conf 2010-03-21 01:15:36 +00:00
Jo-Philipp Wich
95b9bb0f69 uhttpd: add basic auth infrastructure 2010-03-20 23:51:51 +00:00
Jo-Philipp Wich
1ecf7ac9fa uhttpd: do lua lookup first, otherwise fs resources might shadow the virtual url 2010-03-20 14:34:50 +00:00
Jo-Philipp Wich
074690aa54 uhttpd: rename struct uh_path_info to path_info, drop wdir member 2010-03-20 14:31:05 +00:00
Jo-Philipp Wich
35e6a59ef2 uhttpd: everybody loves licences, add one 2010-03-20 14:10:03 +00:00
Jo-Philipp Wich
c153eeaef2 uhttpd: treat cgi scripts without any headers as text/plain responses, required for X-Wrt 2010-03-20 13:55:54 +00:00
Jo-Philipp Wich
0f18174879 uhttpd:
- rework url parsing and path resolving
	- handle more cgi quirks
	- change request dispatching
	- clean up cflags
2010-03-20 13:45:50 +00:00
Jo-Philipp Wich
66ffcefa55 uhttpd: explicitely use gmt times 2010-03-19 14:51:12 +00:00
Jo-Philipp Wich
7740fd6665 uhttpd: fix off-by-one in last commit 2010-03-19 13:36:17 +00:00
Jo-Philipp Wich
008fbe53e3 uhttpd: accept wrongly terminated cgi headers, needed for X-Wrt 2010-03-19 13:32:24 +00:00
Jo-Philipp Wich
42d15c0e27 uhttpd: fix usage message 2010-03-19 09:30:23 +00:00
Jo-Philipp Wich
5f343a22e1 uhttpd: add init script and uci configuration 2010-03-19 09:22:15 +00:00
Jo-Philipp Wich
60f7191ff4 uhttpd: add /sbin and /usr/sbin to path, increases bb-httpd compatibility 2010-03-19 01:50:56 +00:00
Jo-Philipp Wich
a7282c8378 uhttpd: add a workaround to use CyaSSL's openssl/ssl.h header, it is not 100% OpenSSL compatible after all 2010-03-19 01:36:30 +00:00
Jo-Philipp Wich
77f310f5db uhttpd: make missing certs only fatal if tls sockets were requested 2010-03-19 01:35:26 +00:00
Jo-Philipp Wich
3403abe05f uhttpd: only enable Lua runtime if a handler was specified 2010-03-18 20:10:13 +00:00
Jo-Philipp Wich
87329b4522 contrib/package: add uhttpd, a drop-in replacement for busybox httpd 2010-03-18 17:45:50 +00:00
Jo-Philipp Wich
1ac4b13246 trunk: remove underscores in app names (Openwrt ticket #6654) 2010-03-08 23:41:50 +00:00
Jo-Philipp Wich
087776d3b4 contrib/package: rename luci-kamikaze to luci, add initmgr to default collection 2010-03-08 19:33:26 +00:00
Jo-Philipp Wich
362dfd03e5 contrib/package: remove conffile entries for luci_hosts and luci_ethers 2010-03-08 17:02:09 +00:00
Jo-Philipp Wich
cfae86909f contrib/package: remove leftover reference to libcyassl-luci 2010-03-07 18:43:48 +00:00
Jo-Philipp Wich
1973a02329 trunk: drop uvc_stremaer support, package was removed upstream 2010-03-07 18:42:12 +00:00
Steven Barth
66fc0c4692 Go back to OpenWrt libcyassl 2010-03-07 17:46:58 +00:00
Daniel Dickinson
c9d652c4eb luci-app-voice-diag, luci-app-diag-devinfo: Fix dependencies for the network
and SIP device discovery packages.
2010-02-27 10:37:08 +00:00
Jo-Philipp Wich
11a3137b1c contrib/uci: bump to latest git version 2009-12-29 18:12:21 +00:00
Jo-Philipp Wich
ea46eda74b contrib/fwd: add makwefile to make sdk happy 2009-12-24 23:26:23 +00:00
Jo-Philipp Wich
af418dfc1b contrib/package: collectd-mod-rrdtool1 was renamed, fix dependency 2009-12-24 00:53:56 +00:00
Jo-Philipp Wich
9fbd8df110 contrib/fwd: remove debug prints, add syslog info 2009-12-20 02:57:31 +00:00
Jo-Philipp Wich
d77076aa16 contrib/fwd: multi-call binary, iface monitoring, initial ipc integration 2009-12-20 02:38:13 +00:00
Jo-Philipp Wich
1998087275 contrib/fwd: renamed struct fwd_{addr,network}_list to struct fwd_{network,addr} 2009-12-20 02:37:26 +00:00
Jo-Philipp Wich
ce40fff288 contrib/fwd: adept rule generator to data changes, implement fwd_chgif() stub 2009-12-20 02:35:02 +00:00
Jo-Philipp Wich
1105290f04 contrib/fwd: reorganize internal data model 2009-12-20 02:32:43 +00:00
Jo-Philipp Wich
f2b04c5400 contrib/fwd: initial IPC work 2009-12-20 02:31:01 +00:00
Jo-Philipp Wich
1c2d85856b contrib/fwd: add utility functions 2009-12-20 02:30:32 +00:00
Jo-Philipp Wich
ea9a0495b7 contrib/fwd: generic drop target belongs into the drop chain 2009-12-17 01:35:50 +00:00
Jo-Philipp Wich
ba9cae9b90 contrib/fwd: add fwd_xt_parse_frag(), fwd_xt_append_rule() and fwd_xt_insert_rule() - completes xtables api 2009-12-17 01:31:13 +00:00
Jo-Philipp Wich
47f94ba62c contrib/fwd: remove leftover debug printf 2009-12-17 01:15:44 +00:00
Jo-Philipp Wich
9903178ee7 contrib/fwd: implement fwd_ipt_delif() and fwd_ipt_clear_ruleset() 2009-12-17 01:07:44 +00:00
Jo-Philipp Wich
5abef1380e contrib/fwd: reset invert flag after running xt parse handler 2009-12-16 22:58:19 +00:00
Jo-Philipp Wich
0f791a7fb6 contrib/fwd: rewrite rule generate to use xtables api 2009-12-16 02:02:45 +00:00
Jo-Philipp Wich
a833e120b7 contrib/fwd: make fwd_xt_parse_{match,target} variadic, properly parse inverts 2009-12-15 20:57:35 +00:00
Jo-Philipp Wich
b957d3f56d contrib/fwd: update main, not really useful yet 2009-12-15 11:22:56 +00:00
Jo-Philipp Wich
7001c02a38 contrib/fwd: simplify ruleset, initial xtables integration 2009-12-15 11:21:42 +00:00
Jo-Philipp Wich
3e97fcfe4b contrib/fwd: update xtables api, reuse iptc handle from caller, fix segfault when reusing matches 2009-12-15 11:16:45 +00:00
Jo-Philipp Wich
d91beb0590 contrib/fwd: initial xtables binding 2009-12-14 02:25:55 +00:00
Jo-Philipp Wich
8f3bd113c3 contrib/package: fix memory leaks in olsrd 0.5.6-r7 stable 2009-12-13 21:17:02 +00:00
Jo-Philipp Wich
bbaf959e9b contrib/fwd: properly handle rules with proto=tcpudp 2009-12-09 23:59:11 +00:00
Jo-Philipp Wich
2e9ac3b342 contrib: fwd - initial C implementation of the uci firewall 2009-12-09 02:15:59 +00:00
Steven Barth
58c85cfbb9 More Makefile 2009-11-24 12:06:57 +00:00
Steven Barth
9692e933ef Revised Makefiles a bit 2009-11-24 10:43:08 +00:00
Jo-Philipp Wich
f530c141d8 contrib/package: remote-update: combined images now include the fs type in the file name 2009-11-22 22:25:32 +00:00
Jo-Philipp Wich
1ee7f5ed79 contrib/package, applications/luci-olsr: implement NatThreshold to minimize gateway flapping 2009-11-21 00:22:35 +00:00
Jo-Philipp Wich
f61586c62b contrib/package: fix broadcom arch detection in remote-update 2009-11-19 23:58:28 +00:00
Steven Barth
b882bdeb04 Avoid unnecessary compiling 2009-11-14 13:41:31 +00:00
Jo-Philipp Wich
e8255eab66 contrib/package: add standard package collections to simplify choosing the right components 2009-11-11 23:17:46 +00:00
Jo-Philipp Wich
c12a9a0795 contrib/package: bump olsrd to 0.5.6-r7, refresh patches 2009-11-11 22:41:29 +00:00
Jo-Philipp Wich
ee4fd290a0 contrib: make lua host build dependency conditional 2009-11-08 02:52:47 +00:00
Steven Barth
9c22efeddb Fix last commit 2009-10-28 16:43:37 +00:00
Steven Barth
2c21491aca Update Cyassl 2009-10-28 16:40:09 +00:00
Jo-Philipp Wich
c739ad36f6 contrib: merge r5422 to trunk 2009-10-27 21:32:10 +00:00
Steven Barth
9bb9cc378b UCI contrib patch handling 2009-10-26 13:33:44 +00:00
Steven Barth
6e7c32fa7d Build fixes 2009-10-26 13:24:36 +00:00
Jo-Philipp Wich
2181825db5 contrib/package: olsrd-luci: forgot to update Makefile 2009-10-19 21:13:14 +00:00
Jo-Philipp Wich
9ec9fc679a contrib/package: bump to olsrd 0.5.6-r6 plus most recent fixes 2009-10-19 21:05:11 +00:00
Jo-Philipp Wich
af8424549d contrib/package: remote-update: now expect "openwrt-atheros-combined.img" since we switch to upstream combined images 2009-10-19 12:17:41 +00:00
Jo-Philipp Wich
f6164c6955 contrib/uci: apply patch series during host uci build 2009-10-07 23:12:27 +00:00
Jo-Philipp Wich
a0dbf69b83 contrib/package: reap zombies in freifunk-watchdog, fix a warning 2009-10-04 18:11:47 +00:00
Jo-Philipp Wich
32acbdde47 contrib/package: drop sysupgrade-atheros, went upstream 2009-10-03 18:57:54 +00:00
Jo-Philipp Wich
2c46f1058d contrib/package: freifunk-firewall: introduce per-zone option "local_restrict" to only grant access to the default gateway in this zone while rejecting other hosts in the target subnet 2009-08-27 00:05:11 +00:00