nl80211: Add driver parameter force_bss_selection
[mech_eap.git] / src / eap_server /
2013-11-24 Jouni MalinenAdd CONFIG_CODE_COVERAGE=y option for gcov
2013-11-24 Jouni MalinenEAP server: Handle EAP method initialization failures...
2013-11-24 Jouni MalinenReject TLS-based EAP server method if TLS context not...
2013-11-02 Jouni MalinenConvert perror/printf calls to wpa_printf
2013-09-29 Jouni MalinenEAP-AKA server: Fix AUTS processing
2013-07-07 Jouni MalinenEAP-EKE: Add server implementation
2013-07-07 Jouni MalinenEAP-SAKE: Use configured server identity
2013-07-07 Jouni MalinenEAP-PSK: Use configured server identity
2013-07-07 Jouni MalinenEAP-MSCHAPv2: Use configured server identity
2013-07-07 Jouni MalinenEAP-IKEv2 server: Use configured server identity
2013-07-07 Jouni MalinenEAP-GPSK server: Use configured server identity
2013-07-07 Jouni MalinenAdd server identity configuration for EAP server
2013-04-27 Jouni MalinenAdd dup_binstr() to help common binary string tasks
2013-02-08 Jouni MalinenEAP-IKEV2 server: Fix invalid memory freeing operation
2013-01-08 Jouni MalinenEAP-AKA server: Fix fallback to full auth
2012-11-11 Jouni MalinenEAP-SIM/AKA server: Fix memory leak in error path
2012-10-07 Jouni MalinenEAP-TLS: Add extra validation for TLS Message Length
2012-10-07 Jouni MalinenEAP-TLS server: Fix TLS Message Length validation
2012-09-02 Jouni MalinenEAP-SIM DB: Remove unnecessary username prefix checks
2012-09-02 Jouni MalinenEAP-AKA server: Skip AKA/Identity exchange if EAP ident...
2012-09-01 Jouni MalinenEAP-SIM server: Move subtype validation from check...
2012-09-01 Jouni MalinenEAP-SIM server: Use Notification before EAP-Failure
2012-09-01 Jouni MalinenEAP-SIM server: Add support for AT_COUNTER_TOO_SMALL
2012-09-01 Jouni MalinenEAP-SIM DB: Use pointer to struct eap_sim_db_data inste...
2012-09-01 Jouni MalinenEAP-SIM DB: Add debug print for AKA reauth identity...
2012-09-01 Jouni MalinenEAP-AKA server: Remove unnecessary protocol version...
2012-09-01 Jouni MalinenEAP-SIM DB: Get rid of unnecessary wrapper functions
2012-09-01 Jouni MalinenEAP-SIM DB: Return pseudonym username instead of struct...
2012-09-01 Jouni MalinenEAP-SIM DB: Remove unneeded SQLite value copying
2012-09-01 Jouni MalinenEAP-SIM DB: Store permanent username as string in SQLite DB
2012-09-01 Jouni MalinenEAP-SIM DB: Rename valid_pseudonym_string to valid_db_s...
2012-09-01 Jouni MalinenEAP-SIM DB: Use char* strings instead of u8* pointer...
2012-09-01 Jouni MalinenEAP-SIM DB: Remove unused eap_sim_db_identity_known()
2012-09-01 Jouni MalinenEAP-AKA server: Store permanent username in session...
2012-09-01 Jouni MalinenEAP-AKA server: Split fullauth setup into a separate...
2012-09-01 Jouni MalinenEAP-AKA server: Require AKA/Identity response to includ...
2012-09-01 Jouni MalinenEAP-AKA server: Use simpler AKA/Identity request determ...
2012-09-01 Jouni MalinenEAP-SIM server: Store permanent username in session...
2012-09-01 Jouni MalinenEAP-SIM server: Require SIM/Start response to include...
2012-09-01 Jouni MalinenEAP-SIM server: Use simpler SIM/Start identity request...
2012-09-01 Jouni MalinenEAP-SIM DB: Remove unnecessary aka_prime parameter
2012-08-30 Jouni MalinenEAP-SIM DB: Optional use of SQLite database for reauth...
2012-08-30 Jouni MalinenEAP-SIM DB: Optional use of SQLite database for pseudonyms
2012-08-22 Jouni MalinenAdd UNAUTH-TLS vendor specific EAP type
2012-08-22 Jouni MalinenUse proper private enterprise number for EAP VENDOR...
2012-08-19 Jouni MalinenEAP-SIM DB: Fix a memory leak on DB connection re-opening
2012-08-19 Jouni MalinenEAP-SIM DB: Do not require external program at startup
2012-08-19 Jouni MalinenRemove unnecessary base64.h inclusion
2012-08-19 Jouni MalinenFix memory allocation failure handling in EAP-TTLS...
2012-08-16 Jouni MalinenEAP-MD5: Verify that CHAP operation succeeds
2012-08-07 Jouni MalinenAdd extra validation of EAP header length field
2012-07-02 Jouni MalinenEAP-pwd: Replace direct OpenSSL HMAC use with wrapper
2012-06-15 Jouni MalinenEAP-SIM/AKA server: Allow pseudonym to be used after...
2012-05-02 Jouni MalinenEAP-AKA': Update to RFC 5448
2012-05-02 Jouni MalinenEAP-AKA' server: Fix identity for MK derivation
2012-02-16 Jouni MalinenEAP-SIM/AKA server: Fix re-authentication not to update...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-02-11 Jouni MalinenRemove the GPL notification from EAP-pwd implementation
2012-02-11 Dan HarkinsEAP-pwd: Add support for fragmentation
2011-12-06 Jouni MalinenEAP server: Force identity request after eapRestart...
2011-12-06 Jouni MalinenRevert "EAP server: Force identity request after INITIA...
2011-12-04 Jouni MalinenUse explicit type casting to avoid sign extensions
2011-12-04 Jouni MalinenCheck nt_password_hash() return code
2011-12-03 Jouni MalinenEAP server: Force identity request after INITIALIZE...
2011-11-27 Jouni MalinenEAP-AKA: Use strdup instead of strlen + malloc + memcpy
2011-11-27 Jouni MalinenEAP-PEAP: Remove unused hdr assignment
2011-11-27 Jouni MalinenEAP-PSK: Fix memory leak on error path
2011-11-27 Jouni MalinenRename tls_prf() to tls_prf_sha1_md5()
2011-11-19 Jouni MalinenEAP-pwd: Remove struct eap_pwd_hdr
2011-11-19 Dan HarkinsEAP-pwd: Fix zero-padding of input to H()
2011-11-17 Jouni MalinenUse a single define for maximum number of EAP methods
2011-11-17 Jouni MalinenAvoid 0-length memmove from buffer end to keep static...
2011-11-13 Jouni MalinenPEAP: Verify peap_prfplus() result
2011-09-25 Jouni MalinenRemove EAP-TTLSv1 and TLS/IA
2011-09-21 Pavel RoskinFix typos found by codespell
2011-08-28 Jouni MalinenEAP: Add "expanded" EAP type to get_name functions
2011-05-17 Jouni MalinenWPS: Add a workaround for Windows 7 capability discover...
2011-04-13 Jouni MalinenTNC: Fix TNC_{TNCC,TNCS}_ReportMessageTypes copy type
2011-02-07 Jouni MalinenP2P: Allow WPS_PBC command on GO to select on P2P Devic...
2011-01-16 Dan HarkinsEAP-pwd: Fix some interoperability issues
2010-11-23 Jouni MalinenAnnotate places depending on strong random numbers
2010-11-07 Jouni MalinenFix EAP standalone server
2010-10-09 Jouni MalinenEAP server: Allow reauth to be started with passthrough
2010-09-15 Jouni MalinenEAP-pwd: Fix couple of memory leaks
2010-09-15 Jouni MalinenEAP-pwd: Move bnctx into per-protocol instance structure
2010-09-15 Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...
2010-09-09 Jouni MalinenP2P: Use PSK format in WPS Credential
2010-09-04 Jouni MalinenWPS: Use more defensive design to avoid theoretical...
2010-08-19 Jouni MalinenEAP-FAST server: Add I-ID into PAC-Info
2010-07-27 Jouni MalinenWPS: Allow AP to start in Enrollee mode without AP...
2010-07-21 Jouni MalinenEAP server: Add support for configuring fragment size
2010-04-18 Jouni MalinenTNC: Add more debug infor to EAP-TNC server state changes
2010-04-18 Jouni MalinenTNC: Fix EAP-TNC fragmentation of the last message
2010-04-18 Jouni MalinenTNCS: Fix uninit in error case to not double free IMVs
2010-04-17 Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-11 Jouni MalinenUse unsigned bitfield for 1-bit values
2010-04-07 Gregory DetalAP: Add wpa_msg() events for EAP server state machine
2010-04-04 Jouni MalinenFix Windows compilation issues with AP mode code
2010-03-06 Jouni MalinenAvoid warnings on unused function/variables if debug...
2010-02-19 Jouni MalinenRename EAP server source files to avoid duplicate names
next