New build path variable
[freeradius.git] / src / modules / rlm_eap /
2010-11-16 Sam HartmanUse assert not rad_assert
2010-11-10 Alexander ClouterAdd support for xlat'd challenge in rlm_eap_gtc
2010-10-21 Alan T. DeKokMore checks on handler_tree
2010-10-15 Alan T. DeKokLink with libradius, too
2010-10-13 Alan T. DeKokCheck data_len for internal TLVs
2010-10-13 Alan T. DeKokFixes to build without PTHREADs
2010-10-13 Alan T. DeKokAdded REQUEST to soh_verify() parameters
2010-10-12 Alan T. DeKokProtect SoH server messages
2010-10-12 Alan T. DeKokUse handler mutex for checks, not session mutex
2010-10-08 Alan T. DeKokCode in src/lib shouldn't reference the REQUEST structure
2010-10-08 Alan T. DeKokFixes for porting to "stable" branch
2010-10-08 Phil MayersAdded SoH functionality to the PEAP module
2010-10-08 Phil MayersMoved "fake request" code into its own function
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-09-17 Alan T. DeKokUse local EAP, even if the realm doesn't exist
2010-09-09 Alan T. DeKokFree memory if out of memory
2010-09-09 Alan T. DeKokAdded missing check for lookup
2010-09-07 Alan T. DeKokLog issuer, not root cert.
2010-09-07 Alan T. DeKokMinor fixes as suggested by Michael Ross
2010-09-03 Alan T. DeKokAdded ability to verify client certificates
2010-09-03 Alan T. DeKokRemove \n from log messages
2010-09-03 Alan T. DeKokCreate Module-Failure-Message for *all* callback errors
2010-09-03 Alan T. DeKokFixed typo
2010-08-27 Alan T. DeKokCreate new mutex for Access-Challenge debug code.
2010-08-25 Alan T. DeKokAdded support for TLS-Cert-* and TLS-Client-Cert-*...
2010-08-12 Alan T. DeKokMkae sure we show EAP-Message in the debug output
2010-08-12 Alan T. DeKokUse pairmake() which is in libradius, not radius_pairmake()
2010-08-09 Alan T. DeKokAdd Cached-Session-Policy attribute.
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-08-09 Alan T. DeKokSlightly lower impact way of cleaning up old sessions
2010-08-09 Alan T. DeKokMore errors to Module-Failure-Message
2010-08-07 Alan T. DeKokFixes for 2.2 API
2010-08-07 Alan T. DeKokRegularize error messages
2010-07-30 Alan T. DeKokPut SSL errors into Module-Failure-Message
2010-07-26 Alan T. DeKokCreate MS-CHAP-User-Name, which is taken from the MS...
2010-07-15 Alan T. DeKokFix arguments to paircreate
2010-07-08 Alan T. DeKokRe-worked PEAP state machine to be clearer
2010-07-08 Alan T. DeKokMoved eappeap_identity to its own function.
2010-07-08 Alan T. DeKokChanged multiple "if" statements to switch.
2010-07-01 Alan T. DeKokProvisions for RTLD_SELF, when all of the modules are...
2010-06-30 Alan T. DeKokALWAYS save the MPPE keys for later.
2010-06-10 Alan T. DeKokCleaned up debug output to be readable
2010-06-10 Alan T. DeKokUse correct variable to look up attributes in the dicti...
2010-06-10 Alan T. DeKokFix proxying of inner tunneled requests
2010-06-10 Alan T. DeKokTell OpenSSL to NOT do "no session Id" sessions
2010-06-10 Alan T. DeKokFix typo
2010-06-10 Alan T. DeKokPlain EAP-MSCHAPv2 should return the MPPE keys.
2010-05-31 Alan T. DeKokRemove all references to "vp->attribute & 0xffff"
2010-05-31 Alan T. DeKokRemove all limitations on vendor IDs being less than 64K
2010-05-31 Alan T. DeKokUse new API
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-04-30 Alan T. DeKokUse pairadd() properly.
2010-04-26 Alan T. DeKokMore WITH_PROXY fixes
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-04-14 Alan T. DeKokappend tunneled reply, rather than moving it
2010-04-14 Alan T. DeKokPrint out hex for invalid data in PEAP tunnel.
2010-03-31 Alan T. DeKokRegenerated configure scripts using common version...
2010-03-31 Alan T. DeKokFixed typo
2010-03-31 Alan T. DeKokMade 'reconfig' target use PHONY subdirectories, too
2010-03-30 Alan T. DeKokMove to using phony targets for subdirectories.
2010-02-04 Alan T. DeKokSet flag CORRECTLY for resumed session
2009-11-22 Alan T. DeKokPrint names for unsupported eap types
2009-10-13 Alan T. DeKokFix typo
2009-10-12 Alan T. DeKokDon't use source IP for EAP packets.
2009-10-01 Alan T. DeKokPrint more descriptive error message for too many EAP...
2009-09-24 bduncanGet private key passphrase from keychain using certadmi...
2009-09-24 Alan T. DeKokEnsure that cached SSL sessions have data
2009-09-05 Alan T. DeKokReplace references to <ltdl.h> with <freeradius-devel...
2009-08-12 Alan T. DeKokMove restrictions on vendor ID from 32767 to 65535
2009-07-29 Alan T. DeKokLog reasons for failure.
2009-06-01 Alan T. DeKokCopy the User-Name by value
2009-05-24 Alan T. DeKokCheck for misconfigured systems
2009-05-08 Alan T. DeKokCatch invalid ACKs
2009-05-07 Alan T. DeKokAdd option "include_length" for TTLS, too.
2009-01-30 Arnaud EbalardFix broken EAP-TLS (bug introduced 2008/08/24 by b51a3a82)
2008-12-15 Alan T. DeKokFree memory on error && exit.
2008-11-26 Alan T. DeKokUse "ln -s" rather than "cp" for in-tree operation
2008-11-25 Alan T. DeKokAdd EVP_sha256 for WiMAX certificates
2008-10-15 Alan T. DeKokfake->server may be NULL
2008-09-24 Alan T. DeKokGet session resumption working for EAP-TLS, too
2008-09-23 Alan T. DeKokExpose MSK and EMSK
2008-09-21 Alan T. DeKokRemoved duplicate variable definitions
2008-09-05 Alan T. DeKokCorrected typo
2008-08-29 Alan T. DeKokUse functions from libfreeradius
2008-08-29 Alan T. DeKokMark session as resumed
2008-08-27 Alan T. DeKokFix compiler warnings
2008-08-27 Alan T. DeKokLoad CA's only if CA file or CA path are set
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-25 Alan T. DeKokEnforce session cache enable.
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
2008-08-24 Alan T. DeKokPEAP & TTLS support for session resumption.
2008-08-24 Alan T. DeKokFirst draft of session resumption.
2008-08-24 Alan T. DeKokClean up debug && log messages
2008-08-24 Alan T. DeKokAutomatically calculate MPPE keys
2008-08-24 Alan T. DeKokDEBUG -> RDEBUG
2008-08-24 Alan T. DeKokDEBUG -> RDEBUG
2008-08-24 Alan T. DeKokGenerate ephemeral RSA keys
next