freeradius.git
2013-02-26 Arran Cudbard... Don't crash on server exit
2013-02-26 Arran Cudbard... Output last few lines of radius.log on error
2013-02-26 Arran Cudbard... Test target must trigger cert creation process, else...
2013-02-26 Arran Cudbard... Add configure script
2013-02-26 Arran Cudbard... Overwrite digest da *after* packing the TLV
2013-02-26 Arran Cudbard... Pass port to runtest.sh
2013-02-26 Arran Cudbard... Improve rlm_digest debug messages
2013-02-25 Arran Cudbard... Fix rlm_mschap builds on OSX
2013-02-25 Arran Cudbard... Fix test scripts [ci skip]
2013-02-25 Arran Cudbard... Install basic dependencies
2013-02-25 Arran Cudbard... Fix formatting in README.rst and add build status
2013-02-25 Arran Cudbard... Change README to README.rst
2013-02-25 Arran Cudbard... Build with clang and gcc
2013-02-25 Arran Cudbard... First attempt at integrating Travis
2013-02-25 Arran Cudbard... Fix typo
2013-02-25 Arran Cudbard... Fix eap-tnc configure script
2013-02-25 Arran Cudbard... Fix typos
2013-02-25 Arran Cudbard... Output required libcurl version
2013-02-25 Arran Cudbard... Remove reference to lvalue (when was this module last...
2013-02-25 Arran Cudbard... Check for OpenSSL support
2013-02-25 Alan T. DeKokUse boilermake for documentation.
2013-02-25 Alan T. DeKokFix typo
2013-02-25 Alan T. DeKokFix typos
2013-02-25 Alan T. DeKokMove scripts directory to boilermake
2013-02-25 Arran Cudbard... Dependencies need to be passed as LIBS
2013-02-25 Arran Cudbard... Try adding openssl libs to linkerflags when testing...
2013-02-25 Arran Cudbard... Fix eap-ikev2 configure script
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-23 Arran Cudbard... More formatting
2013-02-23 Arran Cudbard... Fix const free warnings
2013-02-23 Arran Cudbard... More jlibtool cleanups
2013-02-23 Arran Cudbard... Preliminary fix for linking in DynaLoader
2013-02-23 Arran Cudbard... Fixup formatting
2013-02-22 Arran Cudbard... Make rlm_perl configure script more verbose
2013-02-22 Arran Cudbard... Not needed as were using C99 types
2013-02-22 Arran Cudbard... Reformat base64 code, use library base64 functions...
2013-02-21 Alan T. DeKokFix error strings to make more sense
2013-02-21 Alan T. DeKokStatic declarations of structures belong in C files...
2013-02-21 Alan T. DeKokmark unused
2013-02-21 Alan T. DeKokdup may return < 0
2013-02-21 Alan T. DeKokfix for coverity
2013-02-21 Alan T. DeKokfix for coverity
2013-02-21 Alan T. DeKokFix for coverity
2013-02-21 Alan T. DeKokSkip encrypted, tagged, etc. attrs for zero-length CUI
2013-02-21 Alan T. DeKokCheck for !cs before expanding variables
2013-02-21 Alan T. DeKokFree variables on exit
2013-02-21 Alan T. DeKokFix typo
2013-02-21 Alan T. DeKokForce buffer to be terminated
2013-02-20 Arran Cudbard... Fix typo
2013-02-20 Arran Cudbard... Use talloc to alloc conn memory
2013-02-20 Arran Cudbard... Remove conn
2013-02-20 Arran Cudbard... Merge pull request #203 from alanbuxey/master
2013-02-20 Arran Cudbard... Avoid calling fr_connection_reconnect if were in a...
2013-02-20 Arran Cudbard... More docs, rename struct from auth_req to request
2013-02-20 Alan Buxeygoodbye policy.txt
2013-02-20 Alan T. DeKokNo longer need LT_OBJDIR
2013-02-20 Arran Cudbard... Some documentation for the request struct
2013-02-20 Alan T. DeKokRemove --with-system-libtool/libltdl
2013-02-20 Alan T. DeKokDisable strict aliasing.
2013-02-20 Alan T. DeKokBuild raddb/, too
2013-02-20 Alan T. DeKokLast fix to colourise stuff
2013-02-20 Alan T. DeKokreset only if we changed the colors
2013-02-20 Alan T. DeKokColorise only if we mean to
2013-02-20 Alan T. DeKokiUpdate configure to have AC_OUTPUT
2013-02-20 Alan T. DeKokFIx build errors
2013-02-20 Arran Cudbard... Revert "Unlock mutex when we find a matching connection"
2013-02-20 Alan T. DeKokRe-run autoconf
2013-02-20 Alan T. DeKokAdd missing JLIBTOOL definition
2013-02-20 Alan T. DeKokRemove option to NOT use boilermake
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-20 Alan T. DeKokRemove compiler warning
2013-02-20 Alan T. DeKokUnknown types in CONF_PARSER are catastrophic failures
2013-02-19 Arran Cudbard... Remove last reference to cf_section_parse_free
2013-02-19 Arran Cudbard... Fixup documentation
2013-02-19 Alan T. DeKokAssociate client lists with a parent section.
2013-02-19 Alan T. DeKok-M implies -m, too
2013-02-19 Alan T. DeKokRemove compile warnings
2013-02-19 Alan T. DeKokRe-add TGT_PREREQS for libfreeradius-radius
2013-02-19 Alan T. DeKokUse destructor
2013-02-19 Alan T. DeKokShouldn't be any config when we boot
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-19 Arran Cudbard... Convert rad_alloc and rad_free to use talloc
2013-02-19 Arran Cudbard... Talloc REQUESTs
2013-02-19 Alan T. DeKokMove virtual servers to talloc
2013-02-19 Alan T. DeKokClean up modules, etc. before freeing mainconfig
2013-02-19 Alan T. DeKokUse talloc for clients.c
2013-02-19 Alan T. DeKokMake modules use talloc
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-19 Alan T. DeKokMove all pair* to talloc
2013-02-19 Arran Cudbard... Use talloc functions to allocate and free valuepairs
2013-02-19 Arran Cudbard... Add context pointer to pairalloc
2013-02-19 Arran Cudbard... Add talloc memory report on -M
2013-02-19 Arran Cudbard... Add libtalloc to version.c
2013-02-19 Alan T. DeKokUse talloc
2013-02-19 Arran Cudbard... Cleanup checkval
2013-02-19 Arran Cudbard... Cleanup chap
2013-02-19 Arran Cudbard... Set vp->next to NULL on copy vp data
next