Commit graph

3115 commits

Author SHA1 Message Date
Jo-Philipp Wich
eaaaa39c17 modules/admin-{mini,full}: start sysupgrade in background 2010-03-27 02:01:36 +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
e47ac7cabc applications/luci-samba: forgot to commit a change of #117 2010-03-25 14:50:26 +00:00
Jo-Philipp Wich
e5880104ec i18n: add translations for samba (#117) 2010-03-25 14:06:35 +00:00
Jo-Philipp Wich
a29163c2ae modules/admin-full: handle dnsmasq 'server' uci option (#115) 2010-03-25 13:47:21 +00:00
Jo-Philipp Wich
c9cbd9fe29 themes, i18n: fix double encoded entities (#114) 2010-03-25 13:46:17 +00:00
Jo-Philipp Wich
88f92d1dd8 i18n: update french base translation (#112) 2010-03-25 13:44:46 +00:00
Jo-Philipp Wich
103e532246 modules/admin-full: apply timezone immediately (#103) 2010-03-25 13:42:54 +00:00
Jo-Philipp Wich
3b4292d997 themes/base: allow closing menus by clicking into the body (#97) 2010-03-25 13:41:55 +00:00
Jo-Philipp Wich
2b72695736 applications/luci-livestats: Correct units for the S/N ratio (dB) (#82) 2010-03-25 13:40: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
a6722be769 modules/admin-mini: luci_ethers -> dhcp conversation 2010-03-24 00:02:26 +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
be8a41822c libs: add uhttpd gateway interface 2010-03-21 17:59:37 +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
0799c5f9ea libs/uvl: convert luci.uvl.validation to new luci.uvl.error api 2010-03-18 22:39:48 +00:00
Jo-Philipp Wich
30f7206c59 libs/uvl: convert luci.uvl.dependencies to new luci.uvl.error api 2010-03-18 22:36:59 +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
1661add529 libs/uvl: local symbol error shadows error class declaration, drop it 2010-03-18 17:25:25 +00:00