| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Simplify and make properly random the generation of the Request
Authenticator.
Signed-off-by: Nick Lowe <nick.lowe@lugatech.com>
|
|
|
|
|
|
| |
radius_example needs the -lrt option to build with some glibc versions.
Signed-off-by: Amit Khatri <amit.khatri@samsung.com>
|
|
|
|
|
|
|
|
|
| |
These were somewhat more hidden to avoid direct use, but there are now
numerous places where these are needed and more justification to make
the extern int declarations available from wpa_debug.h. In addition,
this avoids some warnings from sparse.
Signed-hostap: Jouni Malinen <j@w1.fi>
|
|
|
|
|
|
|
| |
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 text from the files that were
initially contributed by myself.
Signed-hostap: Jouni Malinen <j@w1.fi>
|
| |
|
|
|
|
|
| |
This needs to be used consistently in order to get correct size for
struct hostapd_ip_addr.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is not really needed since all signal handlers can use a context
pointer provided during signal handler registration.
|
|
|
|
|
| |
Since all callers were freeing the buffer immediately anyway, move
this operation into radius_msg_free() to reduce code size.
|
|
|
|
|
| |
Instead of using a define and conditional building of md5.c parts,
move the internal-MD5 into a separate file.
|
|
|