hostapd/src
Jouni Malinen 95f6f6a49d RADIUS/EAP server: Use longer username buffer to avoid truncation
If the peer provides a username with large part of it being non-ASCII
characters, the previously used buffers may not have been long enough to
include the full string in debug logs and database search due to forced
truncation of the string by printf_encode(). Avoid this by increasing
the buffer sizes to fit in the maximum result.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2014-06-02 17:36:51 +03:00
..
ap FT: Fix GTK rekeying after FT protocol 2014-06-01 13:21:40 +03:00
common SAE: Fix memory leak in random number generation 2014-05-31 22:24:31 +03:00
crypto OpenSSL: Fix OCSP certificate debug print to use wpa_printf 2014-05-29 15:37:18 +03:00
drivers nl80211: Work around error case prints for nl_recvmsgs on Android 2014-06-01 11:25:02 +03:00
eap_common EAP-pwd peer: Export Session-Id through getSessionId callback 2014-05-11 21:22:55 +03:00
eap_peer TNC: Move common definitions into a shared header file 2014-05-17 20:05:55 +03:00
eap_server RADIUS/EAP server: Use longer username buffer to avoid truncation 2014-06-02 17:36:51 +03:00
eapol_auth RADIUS server: Allow EAP methods to log into SQLite DB 2014-03-09 18:21:13 +02:00
eapol_supp MACsec: Add define for EAPOL type MKA 2014-05-09 20:05:28 +03:00
l2_packet l2_packet: Fix l2_packet_none (hostapd default) 2014-04-14 23:04:55 +03:00
p2p P2P NFC: Fix use of freed memory 2014-05-31 23:10:33 +03:00
pae MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
radius RADIUS/EAP server: Use longer username buffer to avoid truncation 2014-06-02 17:36:51 +03:00
rsn_supp Fix validation of RSN EAPOL-Key version for GCMP with PMF 2014-06-02 17:03:33 +03:00
tls PKCS 1: Add function for checking v1.5 RSA signature 2014-05-20 19:52:18 +03:00
utils tests: printf_encode unit test for bounds checking 2014-06-02 17:36:51 +03:00
wps Make dl_list_first() and dl_list_last() uses easier for static analyzers 2014-04-29 12:52:10 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00