ttls: return channel bindings on half round trip success
[freeradius.git] / src / lib /
2013-03-06 Sam HartmanMerge branch 'tr-integ' into kevin-chbind
2013-03-05 Alan DeKokMerge pull request #210 from arr2036/master
2013-03-05 Arran Cudbard-BellDHCP fixes from v2.1.x
2013-03-05 Arran Cudbard-BellWhitespace fixes
2013-03-03 Alan T. DeKokPrint option only N times, not N + 1
2013-03-02 Alan T. DeKokRemove unused variable
2013-03-02 Alan T. DeKokOnly string and integer types can have tags.
2013-03-02 Alan T. DeKokHacks for Coverity.
2013-03-01 Alan T. DeKokEnsure that the directory name always ends with /
2013-03-01 Alan T. DeKokRemove extraneous fprintf
2013-03-01 Alan T. DeKokProperly track relative / absolute filenames
2013-02-26 Alan T. DeKokRemoved old Makefiles, no longer used
2013-02-22 Arran Cudbard-BellNot needed as were using C99 types
2013-02-22 Arran Cudbard-BellReformat base64 code, use library base64 functions...
2013-02-21 Alan T. DeKokFix error strings to make more sense
2013-02-21 Alan T. DeKokfix for coverity
2013-02-21 Alan T. DeKokSkip encrypted, tagged, etc. attrs for zero-length CUI
2013-02-19 Arran Cudbard-BellFixup documentation
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-19 Alan T. DeKokMove all pair* to talloc
2013-02-19 Arran Cudbard-BellUse talloc functions to allocate and free valuepairs
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-19 Arran Cudbard-BellSet vp->next to NULL on copy vp data
2013-02-19 Alan T. DeKokAllocate from the dict pool, not via malloc
2013-02-19 Arran Cudbard-Bellvp_prints should check for NULL da
2013-02-19 Arran Cudbard-Belldict_attr_free should check pointer value
2013-02-18 Arran Cudbard-BellSet vp_strvalue to NULL if the pair is marked for xlat
2013-02-18 Alan T. DeKokFree newfd on error
2013-02-18 Alan T. DeKokFree correct VP
2013-02-18 Alan T. DeKokSimplify copying of xlat value
2013-02-17 Alan T. DeKokdir can't be NULL
2013-02-17 Alan T. DeKokCheck length of ascend secrets
2013-02-17 Alan T. DeKokCheck array[0], not array
2013-02-17 Alan T. DeKokReturn on error
2013-02-17 Alan T. DeKokEOL is EOL
2013-02-17 Alan T. DeKokFix build error
2013-02-17 Alan T. DeKokClean up and sanitize pairread()
2013-02-17 Arran Cudbard-BellFix for coverity (remove redundant default statement)
2013-02-17 Arran Cudbard-BellOutput proper error messages for prthread_setspecific...
2013-02-17 Arran Cudbard-BellFix for coverity (more radrecv stuff)
2013-02-17 Arran Cudbard-BellFix for coverity
2013-02-17 Arran Cudbard-BellFix for coverity (don't need to check recvfrom return...
2013-02-17 Arran Cudbard-BellFix for coverity (check return value of setsockopt)
2013-02-17 Arran Cudbard-BellFix for coverity
2013-02-17 Alan T. DeKokCheck for NULL da. Only if dictionary files are broken.
2013-02-17 Alan T. DeKokLimit attrlen to 128K.
2013-02-17 Arran Cudbard-BellFix for coverity (assign return from recvfrom to a...
2013-02-17 Alan T. DeKokFree vp on error
2013-02-17 Arran Cudbard-BellFix for coverity (zero out sizeof(*fi) not sizeof(fi...
2013-02-17 Arran Cudbard-BellFix for coverity (zero out sizeof(*packet) not sizeof...
2013-02-17 Arran Cudbard-BellFix for coverity (should use zu for sizeof)
2013-02-17 Arran Cudbard-BellFix for coverity (should check both octets of dv_type...
2013-02-17 Arran Cudbard-BellFix for coverity (check setsockopt succeeded)
2013-02-17 Arran Cudbard-BellFix for coverity (return error code if address family...
2013-02-17 Arran Cudbard-BellFix for coverity (deal with getsockname failure)
2013-02-17 Alan T. DeKokFree vp on error
2013-02-17 Alan T. DeKokClose fd on error
2013-02-17 Alan T. DeKokpairparsevalue() returns int, not VALUE_PAIR*
2013-02-17 Alan T. DeKokEnsure da is initialized and checked
2013-02-17 Alan T. DeKokDelete last vp->type as data type
2013-02-17 Alan T. DeKokMerge combo-IP fixes to use the new API
2013-02-17 Alan T. DeKokOne last fix so it builds
2013-02-16 Arran Cudbard-BellFixup Doxygen comments
2013-02-16 Arran Cudbard-BellUse DICT_ATTR for attribute number and vendor number
2013-02-16 Arran Cudbard-BellCopy xlat source values when copying attributes
2013-02-16 Arran Cudbard-BellRemove pairmake_xlat
2013-02-16 Arran Cudbard-BellModify pair read so that it parses values into a more...
2013-02-16 Arran Cudbard-BellUpdate pairmake_any to call dict_attrunknown
2013-02-16 Arran Cudbard-BellAdd pairmark_xlat
2013-02-16 Alan T. DeKokUse new RADIUS decoder.
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokMove tag out of "flags" struct.
2013-02-16 Alan T. DeKokMake the lib directory use vp->da
2013-02-16 Alan T. DeKokUpdate vp->da in pairalloc(), and update dictionary...
2013-02-16 Alan T. DeKokMade Vendor-Specific to be of data tyoe "vsa"
2013-02-16 Alan T. DeKokUpdated dictionary functions in preparation for new...
2013-02-13 Alan T. DeKokFix typo.
2013-02-13 Arran Cudbard-BellUse xlat for generating the OTP challenge reply-message
2013-02-13 Arran Cudbard-BellTypo
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-02-12 Arran Cudbard-Bellfree_dict_attr should set pointer to NULL after freeing
2013-02-12 Arran Cudbard-BellAdd function to create unknown attributes from text...
2013-02-12 Arran Cudbard-BellFix indentation in pairparsevalue
2013-02-12 Arran Cudbard-BellAdditional dictionary functions for working with dynami...
2013-02-12 Alan T. DeKokActually print out encoded options in debug mode.
2013-02-12 Alan T. DeKokClarify decoding code
2013-02-12 Alan T. DeKokAdded dict_attrbytype(attr, vendor, type)
2013-02-12 Arran Cudbard-BellRename unknown_attr to is_unkown (like is_tlv)
2013-02-12 Alan T. DeKokAdded "default" to switch statement
2013-02-12 Arran Cudbard-BellAdd dict_attrunknown function for when we don't have...
2013-02-12 Alan T. DeKokDecode extended TLVs correctly.
2013-02-12 Alan T. DeKokVP_TRACE using hex values for VID / attr
2013-02-12 Alan T. DeKokLook for extended attrs before RFC format ones
2013-02-12 Alan T. DeKokAdded dict_attrbyparent()
2013-02-10 Alan T. DeKokRemove maximum length checks in rad_packet_ok()
2013-01-20 Arran Cudbard-BellUse of 'op' instead of 'operator', and declare it as...
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-19 Alan T. DeKokDecode VSA TLVs, too
2013-01-16 Arran Cudbard-BellSwitch to using explicit template types
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
next