tests: WPS ER OOM in PutWLANResponse generation
[mech_eap.git] / src / radius /
2015-08-23 Jouni MalinenEAP server: Add tls_session_lifetime configuration
2015-07-07 Jouni MalinenRADIUS DAS: Avoid compiler warning on abs()
2015-06-26 Maneesh Jainradius: Fix NULL dereference issue on allocation failure
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-22 Jouni Malinentests: Add ap-mgmt-fuzzer
2015-04-13 Michael BraunFix RSN preauthentication with dynamic_vlan enabled...
2015-03-28 Ben GreearImprove error messages related to EAP DB
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-22 Ben Greearhostapd: Debug messages for dodgy RADIUS servers
2015-01-19 Jouni MalinenFix RADIUS client with out-of-memory and missing shared...
2015-01-16 Jouni MalinenRADIUS DAS: Support Acct-Multi-Session-Id as a session...
2015-01-16 Jouni MalinenRADIUS DAS: Check for single session match for Disconne...
2014-12-14 Jouni MalinenERP: Add ERP_FLUSH for hostapd
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-12-04 Jouni MalinenERP: Add support for ERP on EAP server and authenticator
2014-12-04 Jouni MalinenERP: Add optional EAP-Initiate/Re-auth-Start transmission
2014-11-23 Jouni MalinenRADIUS client: Print a clear debug log entry if socket...
2014-10-18 Jouni MalinenRADIUS: Define new attributes from RFC 5580
2014-10-11 Jouni MalinenRADIUS: Remove unused write
2014-09-13 Jouni MalinenRADIUS server: Remove unreachable code
2014-09-07 Jouni MalinenRADIUS client: Check getsockname() return value
2014-09-07 Jouni MalinenRADIUS server: Fix IPv6 radiusAuthClientAddress mask
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 MalinenClear hostapd configuration keys explicitly
2014-07-02 Jouni MalinenRADIUS: Use os_memcmp_const() for hash/password comparisons
2014-06-02 Jouni MalinenRADIUS/EAP server: Use longer username buffer to avoid...
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
2014-05-27 Jouni MalinenHS 2.0R2: Fix subscr_remediation_method for RADIUS...
2014-05-11 Jouni MalinenRADIUS: Define EAP-Key-Name
2014-03-29 Jouni MalinenRADIUS server: Add support for MAC ACL
2014-03-16 Jouni MalinenTLS testing: Add new test cases for RSA-DHE primes
2014-03-09 Jouni MalinenTLS testing: Allow hostapd to be used as a TLS testing...
2014-03-09 Jouni MalinenRADIUS server: Allow EAP methods to log into SQLite DB
2014-03-09 Jouni MalinenRADIUS server: Add option for storing log information...
2014-03-08 Jouni MalinenAllow arbitrary RADIUS attributes to be added into...
2014-03-02 Jouni MalinenRADIUS server: Copy IPv4 address only when IPv6 is...
2014-02-25 Jouni MalinenHS 2.0R2: RADIUS server support to request Subscr Remed...
2014-02-25 Jouni MalinenHS 2.0R2 AP: Add support for Session Info URL RADIUS AVP
2014-02-25 Jouni MalinenHS 2.0R2 AP: Add support for deauthentication request
2014-02-25 Jouni MalinenHS 2.0R2 AP: Add definition and helper function for...
2014-02-20 Jouni MalinenRADIUS DAS: Add support for NAS identification attributes
2014-02-15 Jouni MalinenConvert RADIUS debug dumps to use wpa_printf()
2014-02-15 Jouni MalinenRADIUS: Add minimal accounting server support
2013-12-31 Jouni MalinenDeclare wpa_debug_* variables in src/utils/wpa_debug.h
2013-12-24 Johannes BergRADIUS server: Use monotonic time
2013-12-24 Johannes BergRADIUS client: Use monotonic time
2013-11-24 Jouni MalinenAdd CONFIG_CODE_COVERAGE=y option for gcov
2013-11-05 Jouni MalinenRemove a compiler warning from -O0 build
2013-11-02 Jouni MalinenConvert perror/printf calls to wpa_printf
2013-10-26 Jouni MalinenUse ARRAY_SIZE() macro
2013-07-07 Jouni MalinenAdd server identity configuration for EAP server
2012-11-25 Michael BraunExtend radius_msg_get_tunnel_password() to support...
2012-08-19 Jouni MalinenRADIUS DAS: Verify that Error-Code attribute is added
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 DAS: Support Chargeable-User-Identity with Disco...
2012-06-17 Jouni MalinenRADIUS: Fix a typo in attribute name in debug messages
2012-06-17 Jouni MalinenRADIUS DAS: Add Event-Timestamp attribute into ACK...
2012-06-17 Jouni MalinenRADIUS DAS: Add support for Disconnect-Request
2012-06-17 Jouni MalinenRADIUS DAS: Check Disconnect-Request attributes
2012-06-17 Jouni MalinenRADIUS DAS: Validate Event-Timestamp
2012-05-06 Jouni MalinenAdd preliminary RADIUS dynamic authorization server...
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-12-11 Michael BraunAllow WPA passphrase to be fetched with RADIUS Tunnel...
2011-12-08 Jouni MalinenAdd MSK dump mechanism into hostapd RADIUS server for...
2011-11-13 Jouni MalinenMake radius_msg_add_attr_user_password() easier for...
2011-02-10 Jouni Malinenhostapd: Fix RADIUS client configuration update on...
2010-09-15 Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...
2010-04-17 Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-07 Gregory DetalAP: Add wpa_msg() events for EAP server state machine
2009-12-24 Jouni MalinenEnable IPv6 support for libutils.a and libradius.a
2009-12-24 Jouni MalinenComment out CONFIG_IPV6 for now in RADIUS library build
2009-12-24 Jouni MalinenAdd build rules for src/radius/libradius.a
2009-12-19 Jouni MalinenFix RADIUS client to cancel IPv6 socket read notifications
2009-12-19 Jouni MalinenFix RADIUS server deinit to cancel timeout for session...
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-12-06 Jouni MalinenRemove conditional no-RADIUS build from src/radius
2009-12-02 Jouni MalinenAdd more Doxygen documentation for RADIUS server implem...
2009-11-29 Jouni MalinenRemove src/crypto from default include path
next