hostap/src
Jouni Malinen fb4baa688b Add memory allocation analyzer to verify OS wrapper use
WPA_TRACE=y builds will now verify that memory allocation in done
consistently using os_{zalloc,malloc,realloc,strdup,free} (i.e., no
mixing of os_* functions and unwrapper functions). In addition, some
common memory allocation issues (double-free, memory leaks, etc.) are
detected automatically.
2009-12-19 21:47:56 +02:00
..
common Mark ieee802_11_parse_elems() input and parsed elems const 2009-12-13 23:11:11 +02:00
crypto OpenSSL: Silence "Failed to read possible Application Data" 2009-12-14 16:09:20 +02:00
drivers Mac OS X: Fix driver_osx.c build 2009-12-18 21:25:21 +02:00
eap_common Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_peer EAP-TTLS/PAP: User-Password obfuscation for zero length password 2009-12-09 23:42:54 +02:00
eap_server Move EAP-SIM DB conditional build into hostapd 2009-12-06 18:23:53 +02:00
eapol_auth Move internal EAPOL authenticator defines into their own file 2009-11-29 23:16:04 +02:00
eapol_supp Remove unnecessary defines 2009-12-05 22:51:08 +02:00
l2_packet Remove src/common from default header file path 2009-11-29 17:51:55 +02:00
radius Fix RADIUS client to cancel IPv6 socket read notifications 2009-12-19 18:52:42 +02:00
rsn_supp Fix rsn_preauth_scan_result() inline wrapper for no-EAP builds 2009-12-06 14:29:12 +02:00
tls Move asn1_test.c into tests subdirectory and split it in two 2009-12-06 16:45:36 +02:00
utils Add memory allocation analyzer to verify OS wrapper use 2009-12-19 21:47:56 +02:00
wps WPS: Remove parent pointer from advertisement state machine 2009-12-19 14:51:36 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile Move hlr_auc_gw into hostapd directory 2009-12-06 16:33:19 +02:00