aboutsummaryrefslogtreecommitdiffstats
path: root/radius_example
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leaks on radius_client_send error pathsJouni Malinen2012-04-011-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 MalinenJouni Malinen2012-02-112-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 deinitJouni Malinen2009-12-241-0/+1
|
* Comment out CONFIG_IPV6 for now in RADIUS library buildJouni Malinen2009-12-241-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*.aJouni Malinen2009-12-241-20/+16
|
* Fix RADIUS client callback function parametersJouni Malinen2009-12-241-1/+2
|
* Fix radius_example buildJouni Malinen2009-12-242-1/+2
|
* eloop: Remove global user data pointerJouni Malinen2009-12-191-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 bufferJouni Malinen2009-12-191-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_MD5Johannes Berg2009-07-281-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 releaseJouni Malinen2008-02-274-0/+249