aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ead/src
Commit message (Collapse)AuthorAgeFilesLines
* ead: fix resource leak in tinysrpAndrea Dalla Costa2020-01-051-1/+3
| | | | | | | Add call to fclose for file pointer fp in function t_openpw. The resource leak could happen during an error handling. Signed-off-by: Andrea Dalla Costa <andrea@dallacosta.me>
* ead: use new protocol setting API since libpcap 1.9.0Syrone Wong2018-07-271-3/+1
| | | | | | | Dropped the protocol API specific symbol: HAS_PROTO_EXTENSION and switch to the official API Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-076-6/+6
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ead: clean up, fix musl buildFelix Fietkau2015-03-294-167/+46
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45110
* ead: clean upFelix Fietkau2014-03-216-18/+16
| | | | | | | | | | | | | Remove unused variables Correct some (non important) memory leaks Remove fclose(NULL) Correct possible out of bound access spotted with cppcheck Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 39994
* ead: set_nonblock() is doing nothing (typo)Felix Fietkau2014-03-211-1/+1
| | | | | | | | spotted with cppcheck Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 39993
* ead: fix compile errors with recent kernelsFelix Fietkau2013-07-201-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37482
* packages: sort network related packages into package/network/Felix Fietkau2012-10-1068-0/+17636
SVN-Revision: 33688