RADIUS: Add EACCES to list of recognized send() errno values
[mech_eap.git] / src / radius / radius_client.c
2015-12-24 Jouni MalinenRADIUS: Add EACCES to list of recognized send() errno...
2015-10-05 Helmut Schaahostapd: Force RADIUS socket renewal on RADIUS auth...
2015-03-01 Jouni MalinenRADIUS client: Fix server failover on return-to-primary...
2015-03-01 Jouni MalinenRADIUS client: Fix a copy-paste error in accounting...
2015-02-28 Jouni MalinenRADIUS client: Fix previous failover change
2015-02-28 Jouni MalinenRADIUS client: Re-try connection if socket is closed...
2015-02-28 Jouni MalinenRADIUS client: Fix server connection recovery after...
2015-01-19 Jouni MalinenFix RADIUS client with out-of-memory and missing shared...
2014-11-23 Jouni MalinenRADIUS client: Print a clear debug log entry if socket...
2014-09-07 Jouni MalinenRADIUS client: Check getsockname() return value
2014-05-30 Jouni MalinenRADIUS client: Trigger failover more quickly if socket...
2014-05-30 Jouni MalinenRADIUS client: Do not flush pending messages if server...
2014-05-30 Jouni MalinenRADIUS client: Fix socket close/re-open on server change
2014-05-30 Jerry YangRADIUS client: Fix crash issue in radius_client_timer()
2014-05-30 Jouni MalinenRADIUS client: Handle ENETUNREACH similarly to other...
2014-05-30 Jouni MalinenRADIUS client: Do not try to send message without socket
2013-12-24 Johannes BergRADIUS client: Use monotonic time
2013-11-02 Jouni MalinenConvert perror/printf calls to wpa_printf
2012-08-13 Jouni MalinenConvert os_realloc() for an array to use os_realloc_array()
2012-04-01 Jouni MalinenRemove extra linefeed from hostapd_logger message
2012-04-01 Alexander CouzensFix potential double free and use of freed memory in...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-02-10 Jouni Malinenhostapd: Fix RADIUS client configuration update on...
2009-12-19 Jouni MalinenFix RADIUS client to cancel IPv6 socket read notifications
2009-12-19 Jouni MalinenMake struct radius_msg private to radius.c
2009-12-19 Jouni MalinenConvert RADIUS message code to use wpabuf internally
2009-12-19 Jouni MalinenChange radius_msg_free() to free the buffer
2009-11-29 Jouni MalinenComplete Doxygen documentation for RADIUS client
2009-11-28 Jouni MalinenRemove unused RADIUS client reconfig function
2009-11-28 Jouni MalinenImproved Doxygen documentation for RADIUS client code
2009-08-23 Stefan WinterDisable PMTU discovery for RADIUS packets (sent them...
2009-01-08 Jouni MalinenMark shared secret const in RADIUS client routines
2009-01-03 Jouni MalinenMark functions static if not used elsewhere and use...
2008-06-05 Jouni MalinenFixed RADIUS client local address forcing for IPv6...
2008-03-30 Tomasz Wolniewiczeapol_test: Allow client IP address to be specified
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...