Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory leaks on radius_client_send error paths | Jouni Malinen | 2012-04-01 | 1 | -1/+2 |
| | | | | | | | In case this function returns an error, the RADIUS message needs to freed in the caller. Signed-hostap: Jouni Malinen <j@w1.fi> | ||||
* | Remove the GPL notification from files contributed by Jouni Malinen | Jouni Malinen | 2012-02-11 | 2 | -14/+4 |
| | | | | | | | Remove the GPL notification text from the files that were initially contributed by myself. Signed-hostap: Jouni Malinen <j@w1.fi> | ||||
* | radius_example: Fix memory leak on deinit | Jouni Malinen | 2009-12-24 | 1 | -0/+1 |
| | |||||
* | Comment out CONFIG_IPV6 for now in RADIUS library build | Jouni Malinen | 2009-12-24 | 1 | -0/+2 |
| | | | | | This needs to be used consistently in order to get correct size for struct hostapd_ip_addr. | ||||
* | Build radius_example using src/*/lib*.a | Jouni Malinen | 2009-12-24 | 1 | -20/+16 |
| | |||||
* | Fix RADIUS client callback function parameters | Jouni Malinen | 2009-12-24 | 1 | -1/+2 |
| | |||||
* | Fix radius_example build | Jouni Malinen | 2009-12-24 | 2 | -1/+2 |
| | |||||
* | eloop: Remove global user data pointer | Jouni Malinen | 2009-12-19 | 1 | -1/+1 |
| | | | | | This is not really needed since all signal handlers can use a context pointer provided during signal handler registration. | ||||
* | Change radius_msg_free() to free the buffer | Jouni Malinen | 2009-12-19 | 1 | -3/+0 |
| | | | | | Since all callers were freeing the buffer immediately anyway, move this operation into radius_msg_free() to reduce code size. | ||||
* | Crypto build cleanup: remove INTERNAL_MD5 | Johannes Berg | 2009-07-28 | 1 | -2/+1 |
| | | | | | Instead of using a define and conditional building of md5.c parts, move the internal-MD5 into a separate file. | ||||
* | Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release | Jouni Malinen | 2008-02-27 | 4 | -0/+249 |