FR-GV-302 - do checks based on pointers, not on decoded data
[freeradius.git] / src / lib / radius.c
2017-07-17 Alan T. DeKokFR-GV-302 - do checks based on pointers, not on decoded...
2017-07-17 Alan T. DeKokmake data2vp_extended() be more like data2vp_wimax()
2017-07-17 Alan T. DeKokFR-GV-301 - handle malformed WiMAX attributes
2017-07-17 Alan T. DeKokFR-GV-201 - check input / output length in make_secret()
2017-05-20 Stefan PaetowMerge branch 'v3.0.x' into v3.0.x
2017-05-19 Alan T. DeKokremove redundant check. Found by PVS-Studio
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2017-02-07 Alan T. DeKokreject packets which contain multiple kinds of authenti...
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-02-16 Alan T. DeKokmove MAX_PACKET_LEN to common header
2016-02-16 Alan T. DeKokBreak out early if we're at the end of the packet.
2016-02-16 Alan T. DeKokMore checks as per commit 39149c
2016-02-13 Alan T. DeKokmake code more consistent in API calls
2016-02-10 Alan T. DeKokGo to next attribute if we can't encode this one. ...
2016-01-15 Alan T. DeKokallow Message-Authenticator, too.
2016-01-14 Alan T. DeKokfix last commit
2016-01-14 Alan T. DeKokSkip encoding zero-length attributes
2015-12-31 Alan T. DeKokfix for accounting packets
2015-12-30 Alan T. DeKokSimplify the code
2015-12-30 Alan T. DeKokEnsure that the authentication vectors are always updated
2015-12-30 Alan T. DeKokMake rad_print_hex take const
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-11-18 Arran Cudbard-BellVarious fixes for LEAP proxying
2015-10-20 Alan T. DeKokPrint attribute name, too
2015-10-02 Alan DeKokMerge pull request #1294 from mcnewton/lintian30x
2015-10-02 Matthew Newtontidy up a load of lintian warnings
2015-10-01 Alan DeKokMerge pull request #1270 from mcnewton/v3.0.x
2015-09-26 Arran Cudbard-BellToo many spaces
2015-09-26 Jorge PereiraShow who is sending the wrong packets
2015-09-14 Alan T. DeKokTruncate to actual length, not by trailing zeros
2015-09-14 Alan T. DeKokFor encrypted attributes, set explicit length if given
2015-09-08 Alan T. DeKokpacket->proto is int, not unsigned int
2015-08-19 Alan T. DeKokPrint out code, too
2015-08-19 Alan T. DeKokPrint out packet code by name
2015-08-14 Alan T. DeKokPrint out socket, proto, and src / dst, IP / port in...
2015-08-08 Alan T. DeKokMore tests for tunnel password encryption
2015-08-01 Alan DeKokMerge pull request #1169 from jpereira/devel/bsd-kevent1
2015-07-31 Alan T. DeKokTests for Tunnel-Password
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-15 Arran Cudbard-BellMerge pull request #1059 from jpereira/develop-rlm_repl...
2015-06-15 Alan T. DeKokDisallow "TLV" types to have any data
2015-06-15 Alan T. DeKokExpose rad_data2vp_tlvs
2015-06-12 Alan T. DeKokDecode EVS data types correctly.
2015-06-04 Arran Cudbard-BellOnly print decode errors if we're running in debug...
2015-06-04 Alan T. DeKokprint out "bad packet" errors only in debug mode
2015-06-04 Alan T. DeKokNo need for WARNING in message
2015-06-04 Arran Cudbard-BellLog the reason *WHY* we're rejecting malformed packets...
2015-06-03 Alan T. DeKokFix LGPL text broken by 1af9582b2
2015-05-15 Alan T. DeKokShorten passwords from the end. Fixes #1013
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-05 Alan T. DeKokCheck for vendor with Message-Authenticator. Fixes...
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-02-10 Alan T. DeKokMake rad_recv() take a TALLOC_CTX
2015-01-22 Alan T. DeKokDon't dereference NULL. Fixes #888
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-02 Arran Cudbard-BellAdditional check for RFC attr passed to vsa encoder
2015-01-02 Arran Cudbard-BellFormatting
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellFix bad VP array type value accesses
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-10 Alan T. DeKokDisallow attribute zero in the dictionaries. Closes...
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-04 Arran Cudbard-BellFormatting
2014-10-30 Arran Cudbard-BellSame for prefix
2014-10-30 Alan T. DeKokIt's COMBO_IP_ADDR
2014-10-29 Alan T. DeKokDecode unknown VSAs which are in RFC format
2014-10-28 Arran Cudbard-BellRemove the debug_pair calls from the protocol encoders...
2014-10-23 Alan T. DeKokMore debugging messages
2014-10-23 Alan T. DeKokDecode Starent attributes properly
2014-10-23 Arran Cudbard-BellMore minor doxygen fixes
2014-10-23 Arran Cudbard-BellDoxygen fixups
2014-10-01 Nikolai KondrashovAccess union value_data members consistently
2014-09-27 Arran Cudbard-BellUse memory within value_pair_tmpl_t structs to hold...
2014-09-17 Alan T. DeKokFree unknown DICT_ATTRs. Closes #795
2014-09-01 Alan T. DeKokUse memmove instead of memcpy. Fixes coverity complaint.
2014-07-27 Arran Cudbard-BellMove net functions which don't depend on PCAP libraries...
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Arran Cudbard-BellRemove useless extern declarations
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...
next