aboutsummaryrefslogtreecommitdiffstats
path: root/src/radius
Commit message (Expand)AuthorAgeFilesLines
* RADIUS DAS: Support Chargeable-User-Identity with Disconnect-RequestJouni Malinen2012-06-172-0/+8
* RADIUS: Fix a typo in attribute name in debug messagesJouni Malinen2012-06-171-1/+1
* RADIUS DAS: Add Event-Timestamp attribute into ACK/NAK messagesJouni Malinen2012-06-171-3/+9
* RADIUS DAS: Add support for Disconnect-RequestJouni Malinen2012-06-172-4/+79
* RADIUS DAS: Check Disconnect-Request attributesJouni Malinen2012-06-173-7/+68
* RADIUS DAS: Validate Event-TimestampJouni Malinen2012-06-172-2/+30
* Add preliminary RADIUS dynamic authorization server (RFC 5176)Jouni Malinen2012-05-064-3/+393
* Remove extra linefeed from hostapd_logger messageJouni Malinen2012-04-011-1/+1
* Fix potential double free and use of freed memory in RADIUS clientAlexander Couzens2012-04-011-1/+1
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-116-48/+12
* Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attributeMichael Braun2011-12-112-0/+120
* Add MSK dump mechanism into hostapd RADIUS server for testingJouni Malinen2011-12-092-2/+36
* Make radius_msg_add_attr_user_password() easier for static analyzersJouni Malinen2011-11-131-3/+2
* hostapd: Fix RADIUS client configuration update on reconfigJouni Malinen2011-02-102-0/+10
* EAP-pwd: Add support for EAP-pwd server and peer functionalityDan Harkins2010-09-142-0/+16
* Remove unnecessary SUBDIRS loops from src/*/MakefileJouni Malinen2010-04-171-1/+0
* AP: Add wpa_msg() events for EAP server state machineGregory Detal2010-04-072-0/+12
* Enable IPv6 support for libutils.a and libradius.aJouni Malinen2009-12-241-1/+1
* Comment out CONFIG_IPV6 for now in RADIUS library buildJouni Malinen2009-12-241-1/+1
* Add build rules for src/radius/libradius.aJouni Malinen2009-12-242-3/+18
* Fix RADIUS client to cancel IPv6 socket read notificationsJouni Malinen2009-12-191-0/+6
* Fix RADIUS server deinit to cancel timeout for session removalJouni Malinen2009-12-191-4/+3
* Make struct radius_msg private to radius.cJouni Malinen2009-12-194-64/+95
* Convert RADIUS message code to use wpabuf internallyJouni Malinen2009-12-194-90/+62
* Change radius_msg_free() to free the bufferJouni Malinen2009-12-194-44/+39
* RADIUS message initialization cleanupJouni Malinen2009-12-191-25/+21
* Add documentation for RADIUS code and some minor cleanupJouni Malinen2009-12-192-25/+54
* Remove conditional no-RADIUS build from src/radiusJouni Malinen2009-12-063-68/+0
* Add more Doxygen documentation for RADIUS server implementationJouni Malinen2009-12-022-4/+362
* Remove src/crypto from default include pathJouni Malinen2009-11-291-2/+2
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+0
* Complete Doxygen documentation for RADIUS clientJouni Malinen2009-11-292-12/+115
* Remove unused RADIUS client reconfig functionJouni Malinen2009-11-282-66/+0
* Move acct_interim_interval away from RADIUS client configurationJouni Malinen2009-11-281-7/+0
* Improved Doxygen documentation for RADIUS client codeJouni Malinen2009-11-282-49/+363
* Use type-punning to avoid breaking strict aliasing rulesJouni Malinen2009-11-051-11/+15
* radius_server: clean up completed sessions soonerAlex Badea2009-09-091-1/+5
* Disable PMTU discovery for RADIUS packets (sent them without DF)Jouni Malinen2009-08-231-0/+18
* Disable PMTU discovery for RADIUS packets (sent them without DF)Stefan Winter2009-08-231-2/+22
* Add root .gitignore file to cleanup ignore listsJouni Malinen2009-06-291-1/+0
* Fix hostapd build with RADIUS support removedJouni Malinen2009-03-021-0/+12
* Improved 'make install' (use BINDIR/LIBDIR, install shared objects)Daniel Mierswa2009-02-151-0/+3
* Moved RADIUS Class attribute helpers into RADIUS moduleJouni Malinen2009-01-132-0/+56
* Added support for removing RADIUS accounting and RADIUS in generalJouni Malinen2009-01-081-0/+28
* Mark shared secret const in RADIUS client routinesJouni Malinen2009-01-084-15/+18
* Mark functions static if not used elsewhere and use proper prototypesJouni Malinen2009-01-031-3/+3
* Add RADIUS server support for identity selection hint (RFC 4284)Jouni Malinen2008-12-262-0/+23
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-232-0/+4
* EAP-FAST: Allow A-ID and A-ID-Info to be configured separatelyJouni Malinen2008-10-192-4/+19
* EAP-FAST: Make PAC-Key lifetime values configurableJouni Malinen2008-10-082-0/+8