freeradius.git
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
2013-02-19 Arran Cudbard... Update configure script to add -ltalloc
2013-02-19 Alan T. DeKokDon't free parsed items
2013-02-19 Alan T. DeKokAllocate from the dict pool, not via malloc
2013-02-19 Arran Cudbard... vp_prints should check for NULL da
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... Change slightly confusing log message
2013-02-19 Arran Cudbard... dict_attr_free should check pointer value
2013-02-18 Alan T. DeKokOlder systems don't have strlcpy
2013-02-18 Alan T. DeKokDon't free config data manually.
2013-02-18 Arran Cudbard... Set vp_strvalue to NULL if the pair is marked for xlat
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. DeKokCall cf_section_parse_free before calling the module...
2013-02-18 Alan T. DeKokcf_section_parse_free() recurses into sub-sections
2013-02-18 Alan T. DeKokFix coverity errors
2013-02-18 Alan T. DeKokUnlock mutex when we find a matching connection
2013-02-18 Alan T. DeKokFree newfd on error
2013-02-18 Alan T. DeKokFree correct VP
2013-02-18 Alan T. DeKokOne more check for size > 253
2013-02-18 Alan T. DeKokAdd empty field to struct
next