fragattacks/src/radius
Jouni Malinen b81e274cdf RADIUS client: Print a clear debug log entry if socket is not available
It could have been possible to select a socket that is not open
(sel_sock == -1) and try to use that in socket operations. This would
fail with potentially confusing error messages. Make this clearer by
printing a clear debug log entry on socket not being available.
(CID 72696)

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-11-23 17:41:13 +02:00
..
.gitignore Add build rules for src/radius/libradius.a 2009-12-24 11:59:08 +02:00
Makefile Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
radius_client.c RADIUS client: Print a clear debug log entry if socket is not available 2014-11-23 17:41:13 +02:00
radius_client.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
radius_das.c RADIUS DAS: Add support for NAS identification attributes 2014-02-20 13:55:36 +02:00
radius_das.h RADIUS DAS: Add support for NAS identification attributes 2014-02-20 13:55:36 +02:00
radius_server.c RADIUS server: Remove unreachable code 2014-09-13 16:22:16 +03:00
radius_server.h RADIUS server: Add option for storing log information to SQLite DB 2014-03-09 18:21:13 +02:00
radius.c RADIUS: Define new attributes from RFC 5580 2014-10-18 09:30:35 +03:00
radius.h RADIUS: Define new attributes from RFC 5580 2014-10-18 09:30:35 +03:00