Added attribute and values for EAP channel binding response codes.
[freeradius.git] / src / modules /
2011-12-04 Alan T. DeKokMore strlen fixes
2011-12-04 Alan T. DeKokMore strlen fixes
2011-12-04 Alan T. DeKokMore strlen fixes
2011-12-04 Alan T. DeKokReplace strlen with more efficient check
2011-12-04 Alan T. DeKokReplace strlen with simpler check
2011-12-04 Alan T. DeKokPerl clone should be called sequentially, not in parallel.
2011-12-04 Alan T. DeKokPrint out real password, not username
2011-11-29 Alan T. DeKokMove do_xlat=1 code to pairmake_xlat()
2011-11-28 Alan T. DeKokFixed typo
2011-11-28 Alan T. DeKokMore lvalue -> vp_* changes
2011-11-24 Alan T. DeKokMore quiet builds
2011-11-22 Alan T. DeKokDon't use lvalue, use the correct struct name
2011-11-22 Alan T. DeKokNo need to sprintf "%s"
2011-11-22 Alan T. DeKokManually pull rlm_securid from the v2.1.x branch
2011-11-17 Alan T. DeKokAdded minor debug message
2011-11-14 Alan T. DeKokClean up for 3.0
2011-11-14 Alan T. DeKokDEBUG -> RDEBUG
2011-10-27 Alan T. DeKokMake Session-Timeout the default
2011-10-27 Alan T. DeKokClean upo logic See bug #181
2011-10-27 Alan T. DeKokConvert error messages to debug messages.
2011-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-10-19 Alan T. DeKokQuiet compiler warning
2011-10-19 Alan T. DeKokFree memory on error
2011-10-19 Alan T. DeKokFree memory on instantiation error
2011-10-19 Alan T. DeKokCatch case where User-Name may be > 250 octets
2011-10-19 Alan T. DeKokFix sizeof() checks found by coverity
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-17 Alan T. DeKokRemove unused configuration parameters
2011-10-17 Alan T. DeKokRemoved knowledge of sqlsocket->id
2011-10-17 Alan T. DeKokUse new connection pool API
2011-10-09 Alan T. DeKokClean up build to be less verbose
2011-10-09 Alan T. DeKokFix typo
2011-10-07 Arran Cudbard-BellAdd a Message-Authenticator attribute to the response...
2011-10-04 Alan T. DeKokAdded simple module to "clean" the request of non-UTF...
2011-09-26 Arran Cudbard-BellAdd EAP-Failure if EAP is called in Post-Auth REJECT...
2011-09-20 Alan T. DeKokFixed typo
2011-09-19 Alan DeKokMerge pull request #18 from bmork/radsniff-decode
2011-09-18 Dmitry BorodaenkoFix rlm_sql noop for accounting start
2011-09-18 John DennisDocument all command line args & add missing man pages
2011-09-18 Arran Cudbard-BellUse our instead of the old vars pragma, and turn on...
2011-09-14 Alan T. DeKokWARNING on potential proxy loop
2011-09-10 Alan T. DeKokFixed typo in huntgroup name addition
2011-09-10 Alan T. DeKokNo one uses this
2011-09-07 Alan T. DeKokFixed typo
2011-09-07 Alan T. DeKokDocument keepalive
2011-09-03 Alan T. DeKokAdded %{rand:...} to generate uniformly distributed...
2011-08-20 Alan T. DeKokAdd mkdir, based on patch from Oliver Schroder
2011-08-15 Alan T. DeKokClean up debug message
2011-08-10 Alan T. DeKokAdd support for encoding/decode 64-bit integers inside...
2011-07-29 Dmitry BorodaenkoConfigurable file permissions in rlm_linelog
2011-07-28 Arran Cudbard-BellReplace stale version of oracle configure script with...
2011-07-09 Stephen R. van den... Get rid of some absurd warnings
2011-07-09 Alan T. DeKokFixes for v3 API
2011-07-08 Phil Mayerssave all attributes in the Access-Accept when proxying...
2011-07-07 Arran Cudbard-BellFix xlat expansion of values assigned in rlm_attr_filter
2011-07-07 Alan T. DeKokInitialize answer variable
2011-07-04 Arran Cudbard-BellAdd relax-filter check item to override the relaxed...
2011-07-03 Arran Cudbard-BellAdd 'relaxed' option to rlm_attr_filter, when 'yes...
2011-06-27 Petr Uzelrlm_mschap: silence gcc buffer overflow detection mechanism
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2011-06-24 Alan T. DeKokfclose() frees buffers, too
2011-06-07 Alan T. DeKokFix typo. Closes bug #150
2011-05-31 Alan T. DeKokMove \t into vp_print, just like the last commit
2011-05-31 Alan T. DeKokvp_print should add a "\n" to the end
2011-05-30 Alan T. DeKokRevert most of the "checked_write" code.
2011-05-25 Alan T. DeKokFix API for 3.0
2011-05-25 Alan T. DeKokHandle CHAP-Challenge
2011-05-25 Alan T. DeKokUse rlm_redis CFLAGS and LDFLAGS
2011-05-25 Alan T. DeKokMark "replicate" as stable
2011-05-25 Alan T. DeKokMake it build && work.
2011-05-25 Alan T. DeKokInitial version of rlm_replicate
2011-05-20 Alan T. DeKokDon't build radeapclient for now
2011-05-20 Alan T. DeKokAdded deprecated flag to old config variables
2011-05-19 Alan T. DeKokAdd installation rule for man page
2011-05-18 Alan T. DeKokCleaned up the "checked write" code a fair bit
2011-05-18 Alan T. DeKokMove the "install binaries" code to rules.mak
2011-05-13 Ruslan Shevchenkoadded support of dhcp to rlm_ippool
2011-05-13 Phil MayersDEBUG message changes to make it more obvious which...
2011-05-13 Phil Mayersre-work rlm_eap_mschapv2 state machine - handle mschapv...
2011-05-13 Phil Mayerssave the new challenge in MS-CHAP-Error, to allow authe...
2011-05-13 Phil Mayersadd support for MS-CHAPv2 password changes to rlm_mschap
2011-05-12 DanteGlue TLS code into listen.c
2011-05-12 Alan T. DeKokHack radeapclient to make it build.
2011-05-11 Alan T. DeKokNow that log_packet_header is documented, make sure...
2011-05-11 Alan T. DeKokMove more code into server core
2011-05-11 Alan T. DeKokMove more functions to global namespace
2011-05-10 Alan T. DeKokBuild when there are no detail files
2011-05-10 Alan T. DeKokRemoved EAP names from global TLS definitions and struc...
2011-05-10 Alan T. DeKokMove more TLS functions into the server core.
2011-05-10 Alan T. DeKokRemoved references to EAP from code now in server core.
2011-05-10 Alan T. DeKokMoved TLS functions to a common area.
2011-05-10 Alan T. DeKokMove TLS functions to new header file
2011-05-10 Alan T. DeKokClean up SSL set/get ex data handlers.
2011-05-10 Alan T. DeKokIf accounting start/interim/stop doesn't do anything...
2011-05-09 Alan T. DeKokFix typo
2011-05-09 Alan T. DeKokCall fnmatch only if the packet was read from the detai...
2011-04-27 Alan T. DeKokMark the module as HUP-safe
2011-04-22 Alan T. DeKokAdded SQL triggers
2011-04-12 Alan T. DeKokFix arguments for 3.0 API
2011-04-12 Alan T. DeKokFix arguments to pairmove2
next