freeradius.git
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
2013-02-18 Arran Cudbard... Fix for coverity (missed mutex free)
2013-02-18 Alan T. DeKokMore debug macros
2013-02-18 Alan T. DeKokTurn colorize off only if it was one
2013-02-18 Arran Cudbard... Check return code of pairmark_xlat
2013-02-18 Arran Cudbard... Whitespace fixes
2013-02-18 Arran Cudbard... value.xlat should be set to NULL after being freed
2013-02-18 Alan T. DeKokSimplify copying of xlat value
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-18 Arran Cudbard... Remove redundant checks for colourisation
2013-02-18 Arran Cudbard... Check whether it's appropriate to output colourised...
2013-02-18 Arran Cudbard... Quick hack for colourising log output to stderr/stdout
2013-02-18 Arran Cudbard... Write newline on buffer truncation too
2013-02-17 Arran Cudbard... Be explicit about why were not building rlm_rest
2013-02-17 Arran Cudbard... Update autoconf.h.in
2013-02-17 Arran Cudbard... Check for libcurl >= 17.9.1
2013-02-17 Alan T. DeKokdir can't be NULL
2013-02-17 Alan T. DeKokCheck pointers before using them
2013-02-17 Alan T. DeKokCheck length of ascend secrets
2013-02-17 Alan T. DeKokRemove finger functionality from radwho. No one uses...
2013-02-17 Alan T. DeKokCheck for NULL before incrementing
2013-02-17 Alan T. DeKokCheck array[0], not array
2013-02-17 Alan T. DeKokError if the dictionaries weren't initialized
2013-02-17 Alan T. DeKokCorrect args to memset
2013-02-17 Alan T. DeKokUse strlcpy instead of strcpy
2013-02-17 Alan T. DeKokUse sizeof instead of strlen
2013-02-17 Alan T. DeKokReturn on error
2013-02-17 Alan T. DeKokEOL is EOL
2013-02-17 Alan T. DeKokEOL is EOL
2013-02-17 Alan T. DeKokFix build error
2013-02-17 Alan T. DeKokd_namlen is BSD, not posix
2013-02-17 Arran Cudbard... Fix for coverity (printf of non null terminated string)
2013-02-17 Alan T. DeKokClean up and sanitize pairread()
2013-02-17 Arran Cudbard... Fix for coverity (potential buffer overflow in radlog_r...
2013-02-17 Alan T. DeKokFix race condition in conf file
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... Fix for coverity (redundant default statement)
2013-02-17 Arran Cudbard... Fix for coverity (redundant condition)
2013-02-17 Arran Cudbard... Fix for coverity (duplicate case statements)
2013-02-17 Arran Cudbard... Fix for coverity (remove redundant default statement)
2013-02-17 Arran Cudbard... Output proper error messages for prthread_setspecific...
2013-02-17 Arran Cudbard... Fix for coverity (verify we parsed the proxy config...
2013-02-17 Arran Cudbard... Fix for covertiy
2013-02-17 Arran Cudbard... Fix for coverity (check setsockopt in listen.c)
2013-02-17 Arran Cudbard... Fix for coverity (check return of ip_hton in detail.c)
2013-02-17 Alan T. DeKokCheck return code of dup()
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 Arran Cudbard... Fix for coverity (bail if we can't stat the file in...
2013-02-17 Arran Cudbard... Fix for coverity (more radrecv stuff)
2013-02-17 Arran Cudbard... Fix for coverity
2013-02-17 Alan T. DeKokUse strlcpy, and check sizeof module name
2013-02-17 Alan T. DeKokUse strlcpy
2013-02-17 Alan T. DeKokFail safely if the directory exists in rad_mkdir
2013-02-17 Alan T. DeKokInitialize IPaddr
2013-02-17 Alan T. DeKokSign error
2013-02-17 Alan T. DeKokClear memory using correct size
2013-02-17 Alan T. DeKokDon't expand variables if cs==NULL
2013-02-17 Arran Cudbard... Fix for coverity (don't need to check recvfrom return...
2013-02-17 Arran Cudbard... Fix for coverity (check return value of setsockopt)
2013-02-17 Arran Cudbard... Fix for coverity
2013-02-17 Alan T. DeKokRemove dead code
2013-02-17 Alan T. DeKokRemove dead code.
next