Removed Makefile.in, no longer needed
[freeradius.git] / src / modules /
2013-02-26 Alan T. DeKokRemoved Makefile.in, no longer needed
2013-02-26 Alan T. DeKokRemoved old Makefiles, no longer used
2013-02-26 Alan T. DeKokMoved raddb/ to use boilermake
2013-02-26 Arran Cudbard-BellMerge pull request #193 from candlerb/candlerb/redis_fi...
2013-02-26 Brian CandlerRemove superfluous redis_escape_func
2013-02-26 Brian Candlerrlm_redis argument splitting
2013-02-26 Arran Cudbard-BellFix redis configure script
2013-02-26 Arran Cudbard-BellAdd configure script
2013-02-26 Arran Cudbard-BellImprove rlm_digest debug messages
2013-02-25 Arran Cudbard-BellFix rlm_mschap builds on OSX
2013-02-25 Arran Cudbard-BellFix typo
2013-02-25 Arran Cudbard-BellFix eap-tnc configure script
2013-02-25 Arran Cudbard-BellFix typos
2013-02-25 Arran Cudbard-BellOutput required libcurl version
2013-02-25 Arran Cudbard-BellRemove reference to lvalue (when was this module last...
2013-02-25 Arran Cudbard-BellCheck for OpenSSL support
2013-02-25 Alan T. DeKokFix typos
2013-02-25 Arran Cudbard-BellDependencies need to be passed as LIBS
2013-02-25 Arran Cudbard-BellTry adding openssl libs to linkerflags when testing...
2013-02-25 Arran Cudbard-BellFix eap-ikev2 configure script
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-22 Arran Cudbard-BellMake rlm_perl configure script more verbose
2013-02-22 Arran Cudbard-BellReformat base64 code, use library base64 functions...
2013-02-21 Alan T. DeKokStatic declarations of structures belong in C files...
2013-02-21 Alan T. DeKokFix for coverity
2013-02-21 Alan T. DeKokFix typo
2013-02-20 Arran Cudbard-BellFix typo
2013-02-20 Arran Cudbard-BellUse talloc to alloc conn memory
2013-02-20 Arran Cudbard-BellRemove conn
2013-02-20 Arran Cudbard-BellMerge pull request #203 from alanbuxey/master
2013-02-20 Arran Cudbard-BellAvoid calling fr_connection_reconnect if were in a...
2013-02-20 Alan T. DeKokiUpdate configure to have AC_OUTPUT
2013-02-20 Alan T. DeKokFIx build errors
2013-02-20 Alan T. DeKokRe-run autoconf
2013-02-20 Alan T. DeKokRemove the old build system.
2013-02-20 Alan T. DeKokMake EAP-Key-Name things work
2013-02-20 Alan T. DeKokSimplify warning message
2013-02-20 Alan T. DeKokFix compiler warning
2013-02-19 Alan T. DeKokRemove compile warnings
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-19 Arran Cudbard-BellCleanup checkval
2013-02-19 Arran Cudbard-BellCleanup chap
2013-02-19 Alan T. DeKokDon't free parsed items
2013-02-19 Alan T. DeKokPrint out better message on operations error
2013-02-19 Alan T. DeKokMake more debug messages errors
2013-02-19 Alan T. DeKokRemoved unused definitions for LTDL
2013-02-19 Alan T. DeKokDon't use strncpy
2013-02-19 Arran Cudbard-BellChange slightly confusing log message
2013-02-18 Alan T. DeKokDon't free config data manually.
2013-02-18 Alan T. DeKokCall cf_section_parse_free before freeing sub-modules
2013-02-18 Alan T. DeKokNo longer need to free conf file stuff manually.
2013-02-18 Alan T. DeKokOne more check for size > 253
2013-02-18 Alan T. DeKokAdd empty field to struct
2013-02-18 Arran Cudbard-BellFix for coverity (missed mutex free)
2013-02-18 Alan T. DeKokMore debug macros
2013-02-18 Arran Cudbard-BellCheck return code of pairmark_xlat
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-17 Arran Cudbard-BellBe explicit about why were not building rlm_rest
2013-02-17 Arran Cudbard-BellCheck for libcurl >= 17.9.1
2013-02-17 Alan T. DeKokCheck pointers before using them
2013-02-17 Alan T. DeKokCorrect args to memset
2013-02-17 Alan T. DeKokUse strlcpy instead of strcpy
2013-02-17 Alan T. DeKokFix typo
2013-02-17 Alan T. DeKokCheck for =~ and !~
2013-02-17 Alan T. DeKokCheck for no challenge/response in packet
2013-02-17 Alan T. DeKokRemove unused variables
2013-02-17 Alan T. DeKokRemove unused variable
2013-02-17 Arran Cudbard-BellFix for coverity (redundant default statement)
2013-02-17 Arran Cudbard-BellOutput proper error messages for prthread_setspecific...
2013-02-17 Alan T. DeKokDon't check array for existence.
2013-02-17 Alan T. DeKokDon't check an array for existence
2013-02-17 Alan T. DeKokUse strlcpy
2013-02-17 Alan T. DeKokSign error
2013-02-17 Alan T. DeKokDon't free data returned from gdbm_fetch
2013-02-17 Alan T. DeKokRemove dead code.
2013-02-17 Alan T. DeKokCheck for NULL.
2013-02-17 Arran Cudbard-BellFix for coverity
2013-02-17 Arran Cudbard-BellFix for coverity
2013-02-17 Arran Cudbard-BellFix for coverity (don't segv if the ruby function retur...
2013-02-17 Alan T. DeKokUnlock on error
2013-02-17 Alan T. DeKokAdd missing break
2013-02-17 Alan T. DeKokAdd missing break
2013-02-17 Alan T. DeKokNote fall-through
2013-02-17 Alan T. DeKokAdd missing break
2013-02-17 Alan T. DeKokRemove unnecessary check
2013-02-17 Alan T. DeKokUse sizeof(struct) not sizeof(*struct)
2013-02-17 Alan T. DeKokCheck size of raw attributes in TTLS
2013-02-17 Arran Cudbard-BellFix for coverity (check return value of cf_section_parse)
2013-02-17 Arran Cudbard-BellFix for coverity (ensure inst is not NULL before derefe...
2013-02-17 Arran Cudbard-BellFix for coverity (don't segfault if rlm_realm is called...
2013-02-17 Alan T. DeKokpairparsevalue() returns int, not VALUE_PAIR*
2013-02-17 Alan T. DeKokAdd vp to request->packet->vps
2013-02-17 Alan T. DeKokDon't use strcpy
2013-02-17 Alan T. DeKokDon't use uninitialized variables
2013-02-17 Alan T. DeKokEnsure conn is initialized
2013-02-17 Alan T. DeKokorrectly remove trailing \n in smbencrypt
2013-02-17 Alan T. DeKokFix for coverity issue #982114
next