Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hostapd: fix superflous coma | John Crispin | 2013-06-24 | 1 | -1/+1 |
| | | | | | | | | | | this cause the wps trigegr to be copied to the wrong place https://dev.openwrt.org/ticket/13753 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37031 | ||||
* | hostapd: remove old button hotplug script | John Crispin | 2013-06-21 | 1 | -7/+2 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36991 | ||||
* | hostapd: correctly handle macfile uci option | Jo-Philipp Wich | 2013-06-17 | 1 | -9/+24 |
| | | | | | | | | | | | | | Make hostapd.sh correctly handle the macfile uci option. Such option specifies the macfile name to pass into the hostapd configuration file. Moreover, if a maclist option has been specified, copy the macfile before appending new entries. Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> SVN-Revision: 36944 | ||||
* | dnsmasq: use host-record instead of address | Jo-Philipp Wich | 2013-06-17 | 2 | -23/+35 |
| | | | | | | | | | | | Using "--address" for individual host A records is broken, use "--host-record" instead. The following patch changes dnsmasq.init to build individual host records using "--host-record" instead of "--address". Signed-off-by: Adam Gensler <openwrt at gnslr.us> [jow: shorter description, simplified shell script code] SVN-Revision: 36943 | ||||
* | uhttpd: expose missing options to uci | Jo-Philipp Wich | 2013-06-13 | 2 | -0/+35 |
| | | | | SVN-Revision: 36932 | ||||
* | ppp: correctly handle address when reloading | Steven Barth | 2013-06-10 | 2 | -2/+2 |
| | | | | SVN-Revision: 36904 | ||||
* | uhttpd: update to latest version, fixes CGI related crashes | Felix Fietkau | 2013-06-01 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36817 | ||||
* | uhttpd: update again to fix a ubus plugin crash bug | Felix Fietkau | 2013-05-30 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36770 | ||||
* | uhttpd: update to latest version, fixes script timeout for ubus requests | Felix Fietkau | 2013-05-30 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36767 | ||||
* | uhttpd: update to latest version, fixes #13564, #13560, improves error ↵ | Felix Fietkau | 2013-05-23 | 1 | -2/+2 |
| | | | | | | | | handling as pointed out in #13537 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36696 | ||||
* | dnsmasq: add directory for external hosts-files | Steven Barth | 2013-05-17 | 2 | -1/+4 |
| | | | | SVN-Revision: 36655 | ||||
* | uhttpd: update to latest version, fixes index page processing order | Felix Fietkau | 2013-05-16 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36644 | ||||
* | uhttpd: update to latest version, fixes a SSL connection memory leak | Felix Fietkau | 2013-05-14 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36636 | ||||
* | add uci support for "proxy-dnssec" in dnsmasq | Steven Barth | 2013-05-07 | 1 | -0/+1 |
| | | | | | | | | This patch simply adds support for the "--proxy-dnssec" command in dnsmasq into the init file so it can be used with /etc/config/dhcp. Signed-off-by: Adam Gensler <openwrt@kristenandadam.net> SVN-Revision: 36570 | ||||
* | ipset-dns: support simultaneously populating IPv4 and IPv6 sets | Jo-Philipp Wich | 2013-05-06 | 3 | -5/+66 |
| | | | | SVN-Revision: 36554 | ||||
* | Add ipset-dns - a tiny DNS proxy service which puts resolved ip addresses ↵ | Jo-Philipp Wich | 2013-05-06 | 3 | -0/+137 |
| | | | | | | into a specified ipset SVN-Revision: 36552 | ||||
* | hostapd: enable 802.11r for the -full variant (#13250) | Felix Fietkau | 2013-05-03 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36533 | ||||
* | dnsmasq: update to 2.66 Thanks to Christoph König for patches. | Steven Barth | 2013-04-24 | 4 | -54/+27 |
| | | | | SVN-Revision: 36412 | ||||
* | hostapd: return the frequency to some ubus calls to make integration easier | Felix Fietkau | 2013-04-23 | 1 | -1/+3 |
| | | | | SVN-Revision: 36410 | ||||
* | lldpd: upgrade to 0.7.1 | Jo-Philipp Wich | 2013-04-23 | 1 | -3/+5 |
| | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 36401 | ||||
* | hostapd: update to 2013-04-05 | Felix Fietkau | 2013-04-22 | 23 | -114/+105 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36376 | ||||
* | build: consistently use 'depends on' instead of 'depends' | Felix Fietkau | 2013-04-17 | 2 | -4/+4 |
| | | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351 | ||||
* | uhttpd: update to git head, fixes regression when parsing IPv6 listen arguments | Jo-Philipp Wich | 2013-04-17 | 1 | -3/+3 |
| | | | | SVN-Revision: 36348 | ||||
* | uhttpd: update to latest version, fixes compile error with latest libubox | Felix Fietkau | 2013-04-15 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36338 | ||||
* | openvpn: enable password save support (#13245) | Felix Fietkau | 2013-04-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 36144 | ||||
* | hostapd: fix build errors on supplicant-only builds | Felix Fietkau | 2013-03-18 | 2 | -4/+6 |
| | | | | SVN-Revision: 36085 | ||||
* | hostapd: initial prototype of an ubus binding | Felix Fietkau | 2013-03-17 | 5 | -3/+694 |
| | | | | | | | Supports listing, removing and banning clients, and hooking into probe/assoc/auth requests via object subscribe. SVN-Revision: 36081 | ||||
* | uhttpd: update to latest version, fixes an occasional crash on CGI scripts | Felix Fietkau | 2013-03-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 36034 | ||||
* | use new button scheme | John Crispin | 2013-03-13 | 2 | -0/+7 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36004 | ||||
* | hostapd: fix client reassociation after too many ACK failures | Felix Fietkau | 2013-03-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 35973 | ||||
* | hostapd: include the madwifi headers in the package directory to avoid ↵ | Felix Fietkau | 2013-03-05 | 6 | -1/+2454 |
| | | | | | | compile breakage if the madwifi build fails SVN-Revision: 35893 | ||||
* | hostapd: update to git version 2013-03-02 | Felix Fietkau | 2013-03-04 | 28 | -340/+154 |
| | | | | SVN-Revision: 35887 | ||||
* | hostapd: fix the scan wait patch for multiple interfaces | Felix Fietkau | 2013-02-16 | 1 | -21/+13 |
| | | | | SVN-Revision: 35630 | ||||
* | hostapd: add back the patch that waits for interface bringup in ht40, it got ↵ | Felix Fietkau | 2013-02-16 | 1 | -0/+73 |
| | | | | | | lost with the update SVN-Revision: 35619 | ||||
* | samba36: fix segmentation fault when trying to add non-existent users | Jonas Gorski | 2013-02-16 | 2 | -2/+2 |
| | | | | | | | | Based on a patch from НКВД. Closes #12962. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35610 | ||||
* | mac80211/hostapd: short_preamble is a per-vif option and should be enabled ↵ | Felix Fietkau | 2013-02-11 | 1 | -0/+4 |
| | | | | | | by default SVN-Revision: 35565 | ||||
* | openvpn-easy-rsa: fix typo in version (#12958) | Felix Fietkau | 2013-02-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 35508 | ||||
* | openvpn: remove the stale PKG_REV variable | Felix Fietkau | 2013-02-05 | 1 | -1/+0 |
| | | | | SVN-Revision: 35499 | ||||
* | openvpn: split easy-rsa into a separate package, it is no longer bundled ↵ | Felix Fietkau | 2013-02-05 | 4 | -25/+60 |
| | | | | | | with the release tarball SVN-Revision: 35498 | ||||
* | openvpn: add from openvpn-devel from /packages, fix support for current polarssl | Felix Fietkau | 2013-01-30 | 10 | -0/+927 |
| | | | | SVN-Revision: 35412 | ||||
* | samba36: update to 3.6.11 and refresh patches (based on patch from #12914) | Felix Fietkau | 2013-01-29 | 15 | -48/+38 |
| | | | | SVN-Revision: 35382 | ||||
* | hostapd: don't configure wpa_supplicant with empty password="" if no ↵ | Jo-Philipp Wich | 2013-01-28 | 1 | -1/+1 |
| | | | | | | password is specified (#12912) SVN-Revision: 35358 | ||||
* | uhttpd: always turn on TLS support, include ustream-ssl as a build dependency | Felix Fietkau | 2013-01-22 | 1 | -3/+3 |
| | | | | SVN-Revision: 35295 | ||||
* | uhttpd: fix another small hang issue with the same symptoms | Felix Fietkau | 2013-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 35291 | ||||
* | uhttpd: fix connection hangs | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35290 | ||||
* | uhttpd: fix unencrypted passwords in httpd.conf | Felix Fietkau | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35265 | ||||
* | uhttpd: fix selecting the right ustream implementation when openssl is to be ↵ | Felix Fietkau | 2013-01-20 | 1 | -1/+1 |
| | | | | | | used (#12857) SVN-Revision: 35257 | ||||
* | uhttpd: update to a newer version, fixes chunked transfer on some POST requests | Felix Fietkau | 2013-01-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 35249 | ||||
* | uhttpd: switch to uhttpd2, it is now feature complete | Felix Fietkau | 2013-01-19 | 1 | -43/+11 |
| | | | | SVN-Revision: 35247 | ||||
* | ppp: don't automatically set IPv6 default route * Fixes ↵ | Steven Barth | 2013-01-17 | 2 | -2/+1 |
| | | | | | | "ndisc_router_discovery() failed to add default route" SVN-Revision: 35188 |