aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/410-limit_debug_messages.patch
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: backport support for sending debug messages to the syslogRafał Miłecki2017-01-301-8/+8
| | | | | | | | | | | | | | | | | It wasn't possible to read hostapd wpa_printf messages unless running hostapd manually. It was because hostapd was printing them using vprintf and not directly to the syslog. We were trying to workaround this problem by redirecting STDIN_FILENO and STDOUT_FILENO but it was working only for the initialization phase. As soon as hostapd did os_daemonize our solution stopped working. Please note despite the subject this change doesn't affect debug level messages only but just everything printed by hostapd with wpa_printf including MSG_ERROR-s. This makes it even more important as reading error messages can be quite useful for debugging. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* hostapd: update to version 2016-01-15Felix Fietkau2016-01-281-4/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48527
* hostapd: backport fix for CVE-2015-1863, refresh patchesFelix Fietkau2015-04-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45567
* hostapd: update hostapd to 2015-03-25Felix Fietkau2015-03-261-11/+11
| | | | | | | | | | madwifi was dropped upstream, can't find it anywhere in OpenWrt either, thus finally burrying madwifi. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45045
* hostapd: update to 2014-10-25Felix Fietkau2014-10-251-0/+214
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43059