Add a require_message_authenticator configuration option
[mech_eap.git] / src / radius / radius.c
2016-08-07 Nick LoweAdd a require_message_authenticator configuration option
2016-05-16 Jouni MalinenCheck md5_vector() result in decrypt_ms_key()
2016-05-16 Jouni MalinenCheck hmac_md5() result in radius_msg_verify_msg_auth()
2016-05-16 Jouni MalinenCheck md5_vector() result in radius_msg_verify()
2016-04-08 Ayala BekerRADIUS: Fix a possible memory leak on an error path
2016-02-19 Nick LoweAdd RADIUS Service-Type attribute with a value of Framed
2016-02-17 Michael Braunradius: Add tagged VLAN parsing
2016-02-07 Nick LoweUse stronger PRNG for MS-MPPE-Send/Recv-Key salt
2016-02-06 Jouni MalinenRADIUS: Share a single function for generating session IDs
2016-02-06 Nick LoweRADIUS: Redesign Request Authenticator generation
2015-10-25 Jouni MalinenRADIUS: Avoid undefined behavior in pointer arithmetic
2015-10-17 Jouni MalinenAdd Framed-IP-Address to Accounting-Request if STA...
2015-04-29 Jouni MalinenRADIUS: Fix a copy-paste error in variable name
2015-04-25 Mikael KanstrupDeclare all read only data structures as const
2015-04-13 Michael BraunFix RSN preauthentication with dynamic_vlan enabled...
2015-01-22 Ben Greearhostapd: Debug messages for dodgy RADIUS servers
2014-10-18 Jouni MalinenRADIUS: Define new attributes from RFC 5580
2014-10-11 Jouni MalinenRADIUS: Remove unused write
2014-07-31 Jouni MalinenAdd RSN cipher/AKM suite attributes into RADIUS messages
2014-07-31 Jouni MalinenAdd WLAN-HESSID into RADIUS messages
2014-07-31 Jouni MalinenAdd Mobility-Domain-Id into RADIUS messages
2014-07-02 Jouni MalinenRADIUS: Use os_memcmp_const() for hash/password comparisons
2014-05-11 Jouni MalinenRADIUS: Define EAP-Key-Name
2014-03-29 Jouni MalinenRADIUS server: Add support for MAC ACL
2014-02-25 Jouni MalinenHS 2.0R2 AP: Add definition and helper function for...
2014-02-15 Jouni MalinenConvert RADIUS debug dumps to use wpa_printf()
2014-02-15 Jouni MalinenRADIUS: Add minimal accounting server support
2013-10-26 Jouni MalinenUse ARRAY_SIZE() macro
2012-11-25 Michael BraunExtend radius_msg_get_tunnel_password() to support...
2012-08-13 Jouni MalinenConvert os_realloc() for an array to use os_realloc_array()
2012-08-13 Jouni MalinenConvert os_zalloc() for an array to use os_calloc()
2012-08-07 Jouni MalinenRADIUS: Add explicit attribute length validation checks...
2012-08-07 Jouni MalinenAdd sparse endianness annotation for RADIUS header
2012-08-07 Jouni MalinenReturn wpabuf from radius_msg_get_eap()
2012-06-17 Jouni MalinenRADIUS: Fix a typo in attribute name in debug messages
2012-06-17 Jouni MalinenRADIUS DAS: Check Disconnect-Request attributes
2012-05-06 Jouni MalinenAdd preliminary RADIUS dynamic authorization server...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-12-11 Michael BraunAllow WPA passphrase to be fetched with RADIUS Tunnel...
2011-11-13 Jouni MalinenMake radius_msg_add_attr_user_password() easier for...
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-12-19 Jouni MalinenRADIUS message initialization cleanup
2009-12-19 Jouni MalinenAdd documentation for RADIUS code and some minor cleanup
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-01-13 Jouni MalinenMoved RADIUS Class attribute helpers into RADIUS module
2009-01-08 Jouni MalinenMark shared secret const in RADIUS client routines
2008-03-30 Tomasz WolniewiczChargeable-User-Identity (RFC 4372) in eapol_test
2008-02-28 Jouni MalinenEnforce non-zero MPPE key length
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...