index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
eap_server
/
eap_server_aka.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EAP server: Convert Boolean to C99 bool
Jouni Malinen
2020-04-21
1
-14/+14
*
EAP server: Use struct eap_config to avoid duplicated definitions
Jouni Malinen
2019-08-18
1
-22/+24
*
EAP-SIM/AKA server: Allow pseudonym/fast reauth to be disabled
Jouni Malinen
2019-08-01
1
-2/+8
*
EAP-AKA server: Avoid void pointer arithmetic
Jouni Malinen
2019-07-24
1
-1/+1
*
EAP-AKA: Add Session-Id derivation during fast-reauth
Mohit Sethi
2019-05-25
1
-4/+25
*
EAP: Make method and IMSI available from server structures
Jouni Malinen
2018-12-14
1
-0/+4
*
Use os_memdup()
Johannes Berg
2017-03-07
1
-4/+2
*
EAP server: Simplify EAP method registration call
Jouni Malinen
2016-01-13
1
-11/+2
*
EAP server: Add getSessionId
Jouni Malinen
2014-11-30
1
-0/+24
*
EAP server: Clear keying material on deinit
Jouni Malinen
2014-07-02
1
-1/+1
*
EAP-SIM/AKA: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-2/+2
*
EAP-SIM/AKA: Pass EAP type as argument to eap_sim_msg_finish()
Jouni Malinen
2014-07-02
1
-4/+4
*
EAP-AKA server: Fix AUTS processing
Jouni Malinen
2013-09-29
1
-0/+1
*
EAP-AKA server: Fix fallback to full auth
Jouni Malinen
2013-01-08
1
-0/+11
*
EAP-SIM/AKA server: Fix memory leak in error path
Jouni Malinen
2012-11-11
1
-0/+1
*
EAP-AKA server: Skip AKA/Identity exchange if EAP identity recognized
Jouni Malinen
2012-09-02
1
-31/+96
*
EAP-AKA server: Remove unnecessary protocol version check
Jouni Malinen
2012-09-01
1
-8/+0
*
EAP-SIM DB: Use char* strings instead of u8* pointer and length
Jouni Malinen
2012-09-01
1
-36/+17
*
EAP-AKA server: Store permanent username in session data
Jouni Malinen
2012-09-01
1
-126/+111
*
EAP-AKA server: Split fullauth setup into a separate function
Jouni Malinen
2012-09-01
1
-1/+13
*
EAP-AKA server: Require AKA/Identity response to include identity
Jouni Malinen
2012-09-01
1
-8/+23
*
EAP-AKA server: Use simpler AKA/Identity request determination
Jouni Malinen
2012-09-01
1
-15/+15
*
EAP-SIM DB: Remove unnecessary aka_prime parameter
Jouni Malinen
2012-09-01
1
-1/+2
*
EAP-SIM/AKA server: Allow pseudonym to be used after unknown reauth id
Jouni Malinen
2012-06-15
1
-2/+12
*
EAP-AKA': Update to RFC 5448
Jouni Malinen
2012-05-02
1
-5/+12
*
EAP-AKA' server: Fix identity for MK derivation
Jouni Malinen
2012-05-02
1
-1/+1
*
EAP-SIM/AKA server: Fix re-authentication not to update pseudonym
Jouni Malinen
2012-02-16
1
-7/+7
*
Remove the GPL notification from files contributed by Jouni Malinen
Jouni Malinen
2012-02-11
1
-8/+2
*
EAP-AKA: Use strdup instead of strlen + malloc + memcpy
Jouni Malinen
2011-11-27
1
-2/+1
*
Annotate places depending on strong random numbers
Jouni Malinen
2010-11-23
1
-1/+2
*
Rename EAP server source files to avoid duplicate names
Jouni Malinen
2010-02-19
1
-0/+1277