newvector should be a bool
[freeradius.git] / src / lib / radius.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-13 Arran Cudbard-BellDeclare more things as arrays
2014-06-11 Arran Cudbard-BellAdd TALLOC_CTX to RADIUS protocol decoder. We're not...
2014-06-06 Arran Cudbard-BellFixup md5 function names
2014-06-06 Arran Cudbard-BellSwap order of arguments in hmac functions so output...
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellAdd PW_TYPE_COMBO_IP_PREFIX (conffile parser only)
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-21 Arran Cudbard-BellDeal with boolean in more switch statements
2014-05-20 Alan T. DeKokCreate new type PW_TYPE_TIMEVAL
2014-05-15 Arran Cudbard-BellFix CUI processing
2014-05-02 Arran Cudbard-BellFix scan-build detected issue with copying garbage...
2014-05-02 Arran Cudbard-BellMake sending/receiving debug messages consistent, and...
2014-05-02 Arran Cudbard-BellBackport radsniff and additional required library code...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-07 Alan T. DeKokDoxygen
2014-04-07 Alan T. DeKokAdded copy packet functionality
2014-04-06 Arran Cudbard-BellMove more things to doing pairmemcpy instead of calling...
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-04-03 Arran Cudbard-BellAdd macro for checking the validity of a radius packet...
2014-03-25 Alan T. DeKokEncrypted attrs can only be for old-style attrs.
2014-03-20 Alan T. DeKokoreect Message-Authenticator calculation for CoA packets.
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-31 Alan T. DeKokMake TCP sockets work with udpfromto.
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-24 Arran Cudbard-BellFix rad_vp2data consting
2014-01-22 Arran Cudbard-BellWork around const
2014-01-22 Arran Cudbard-BellRemove value length limit in base64/hex xlats
2014-01-19 Arran Cudbard-BellChange priority of encoding error messages
2013-12-11 Alan T. DeKokWe can only decode attributes of 256 bytes or less
2013-11-04 Alan T. DeKokStop trying to encode things if the packet is full
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-11-01 Alan T. DeKokDecode last fragment of extended attrs properly
2013-10-28 Alan T. DeKokReturn if alloc fails
2013-10-14 Alan T. DeKokBe more careful about initialization in a loop
2013-10-14 Arran Cudbard-BellSeeing as we now encode ethernet, and we check that...
2013-09-23 Alan T. DeKokClean up non-udpfromto code
2013-09-10 Arran Cudbard-BellUse correct macros for defining IP string buffer lengths
2013-08-28 Arran Cudbard-BellSprinkle VERIFY_VP throughout the encoder
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse VALUE_PAIR const order
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-23 Arran Cudbard-BellWe *MUST NOT* free the data pointer explicitly. Anythin...
2013-07-17 Alan T. DeKokBe more careful about decoding malformed attributes
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
2013-06-24 Alan T. DeKokEnsure that only short attributes can be encrypted
2013-06-23 Alan T. DeKokMore sanity fixes for encoder / decoder
2013-06-23 Alan T. DeKokFix vp2data encoding
2013-06-23 Alan T. DeKokRemove PW_FLAG_LONG. It's no longer used
2013-06-23 Alan T. DeKokCorrectly decode abinary
2013-06-18 Alan T. DeKokAllow for "long" extended attrs
2013-06-17 Arran Cudbard-BellRename VERIFY macro to VERIFY_VP and use it in more...
2013-05-08 Alan T. DeKokDecoded VPs are associated with the packet
2013-05-08 Alan T. DeKokMade decoder handle concatenated attributes
2013-05-07 Alan T. DeKok"concatenated" attributes get split when encoded
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-05-03 Alan T. DeKokCorrectly encode WiMAX "signed" integer type
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-17 Arran Cudbard-BellBetter way to disable deprecated API warnings
2013-04-16 Alan T. DeKokShucks
2013-04-13 Arran Cudbard-BellRemove more deprecated API warnings
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-19 Alan T. DeKokMove recv() functions to talloc.
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-14 Alan T. DeKokMore fixes for Coverity.
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-02 Alan T. DeKokOnly string and integer types can have tags.
2013-03-02 Alan T. DeKokHacks 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 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-17 Alan T. DeKokCheck length of ascend secrets
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 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 (should check both octets of dv_type...
2013-02-17 Alan T. DeKokFree vp on error
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. DeKokUpdated dictionary functions in preparation for new...
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-02-12 Alan T. DeKokClarify decoding code
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-10 Alan T. DeKokRemove maximum length checks in rad_packet_ok()
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
next