Navigation


source: freeDiameter/libfdproto/messages.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1559:2dbc816d48f4   3 years wiz Fail when a peer with empty Origin-Realm tries to connect. Empty …
(edit) @1554:566bb46cc73f   4 years Sebastien Decugis Updated copyright information
(edit) @1549:19ab8ac08a36   4 years Sebastien Decugis Merge
(edit) @1539:d25ce064c667   4 years luke Correctly fix compiler warnings ASSERT() is only used #ifndef …
(edit) @1442:915450ee91c7   4 years luke fix gcc 9.1.1 compile warnings Use snprintf instead of strncpy to …
(edit) @1423:67c263056d78   4 years luke fd_msg_search_avp: search msg_or_avp, not just msg Change …
(edit) @1405:3cbe458fbfa9   4 years luke Fix compiler warnings
(edit) @1403:6a35c5470ef4   4 years Sebastien Decugis Security fix: check invalid incoming data
(edit) @1327:82b386714795   6 years tk Set callback data also when only setting expire callback (and not …
(edit) @1305:84a3c9c4b834   8 years Sebastien Decugis Updated copyright information
(edit) @1300:3f1e79e1273e   9 years Sebastien Decugis Added new callbacks in the derived types definitions to improve value …
(edit) @1298:0f215b0dda5e   9 years Sebastien Decugis Fix some possible memory leaks in fd_msg_new
(edit) @1248:c9a160b815ea   10 years Sebastien Decugis Fix issue with anscb in the p_sr expiry mechanism. Thanks Guangming …
(edit) @1230:e72c9dad62ac   11 years Sebastien Decugis Fix issue with generating Failed-AVP when the error is …
(edit) @1229:4e52f009861a   11 years tk Fix setting of answer and expiry callbacks. This corrects the …
(edit) @1212:c38bb8b69c43   11 years Sebastien Decugis Fix message rtd handling for extensions based on this data
(edit) @1205:165569e8cba8   11 years Sebastien Decugis Allow NULL parameter in fd_msg_free
(edit) @1173:d0a7b76a3c1c   11 years Sebastien Decugis Fix typos
(edit) @1172:83d55d26ae80   11 years Sebastien Decugis Hand the case of invalid objects in the msg_dump functions
(edit) @1125:98d1ad9bf85a   11 years Sebastien Decugis Fix initialization of random number; Cleanup the dump message display
(edit) @1121:ccbd1426e04a   11 years Sebastien Decugis Improve testmesg_stress to measure impact of loaded dictionary
(edit) @1120:c473581adff2   11 years Sebastien Decugis Cleanup some traces
(edit) @1119:79dd22145f52   11 years Sebastien Decugis Fix a number of compilation warnings
(edit) @1113:eb4ce68b6e5c   11 years Sebastien Decugis Added calls to remaining hooks
(edit) @1103:d8591b1c56cd   11 years Sebastien Decugis Implemented a few hooks
(edit) @1101:40b48a3997a2   11 years Sebastien Decugis Merged
(edit) @1099:6ce5c99a40af   11 years tk Fix some typos.
(edit) @1098:f38d77f9cfd3   11 years Sebastien Decugis Initial implementation of the hook mechanism
(edit) @1096:97a257c80de0   11 years Sebastien Decugis Implemented remaining flavour of message dump function
(edit) @1095:647c7e7015af   11 years Sebastien Decugis Ported the fd_msg_dump_full function to the new mechanism
(edit) @1093:44f3e48dfe27   11 years Sebastien Decugis Align the behavior of all fd_*dump functions wrt final \n
(edit) @1092:e40374ddfeef   11 years Sebastien Decugis Optimization: do not attempt resolving dictionary objects again when …
(edit) @1085:7d7266115a34   11 years Sebastien Decugis Cleaning of the traces in progress
(edit) @1084:6b7966ea27fb   11 years Sebastien Decugis Fix a few compilation issues
(edit) @1078:74bba7975864   11 years Sebastien Decugis Cleanup the timing data and fd_msg_log feature that will be replaced …
(edit) @1062:56bf0377e2ff   11 years tk Raise "Conflicting rules" to error level since it causes validation …
(edit) @1036:aecdc2fbf222   11 years tk Add fd_msg_dump_full function that dumps a message in human-readable …
(edit) @1027:0117a7746b21   11 years Sebastien Decugis Fix a number of errors and warnings introduced/highlighted by recent …
(edit) @1014:908ffbb81f60   11 years Sebastien Decugis Added a second callback in fd_msg_send_timeout to handle more easily …
(edit) @1009:e22434c66126   11 years Sebastien Decugis Be more restrictive on fd_msg_send() called with answer messages, the …
(edit) @1005:1b0b1ab77be5   11 years tk Revert two \n.
(edit) @1001:d03f7e3805ad   11 years Sebastien Decugis Fix generation of the Proxy-Info AVP in fd_msg_new_answer_from_req
(edit) @995:2016a0c46bda   11 years Sebastien Decugis Fixed Proxy-Info duplication, added a test case for this
(edit) @992:80584f0e851a   11 years Sebastien Decugis Copy by default the Proxy-Info AVP included in requests into the …
(edit) @979:b90cb4c07160   11 years tk Remove more newlines.
(edit) @974:2091bf698fb1   11 years tk Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and …
(edit) @961:d95cd3ca9e8d   11 years tk merge latest 1.1 branch (one commit post 1.1.6)
(edit) @951:f97fa305467f   11 years tk Log messages into the same logfile where the error is reported. Remove …
(edit) @928:5053f1abcf5d   11 years Sebastien Decugis Updated copyright information
(edit) @924:877592751fee   11 years Sebastien Decugis Fix (tentative) for invalid handling of sessions fast …
(edit) @920:cb439d57d0c5   11 years Sebastien Decugis Fix parsing of incoming AVPs with 0-byte length at the end of the message
(edit) @919:b1776283d69e   11 years Sebastien Decugis Do not kill framework when a message with 0b session-id is dispatched
(edit) @916:058e95c3a336   11 years Sebastien Decugis Initialize dummy AVP for Failed-AVP content with 0s instead of FFs
(edit) @915:9bd18fa4e601   11 years Sebastien Decugis Fix macro to avoid infinite loop in some situations
(edit) @903:4382d7420e65   11 years Sebastien Decugis Add new AVP_BY_STRUCT method for searching vendor-specific AVPs. This …
(edit) @895:fbf77629cb7b   11 years Sebastien Decugis Added received and sent timestamps in the messages; added logs on …
(edit) @894:43fb27a9037f   11 years Sebastien Decugis Intrumented socket reception to store the timestamp along the received …
(edit) @893:8187364e39ea   11 years Sebastien Decugis Fix answers sending
(edit) @892:b2e8f1a3ef76   11 years Sebastien Decugis Allow the content of the Failed-AVP to be parseable to bufferize the …
(edit) @891:9432ac55823c   11 years Sebastien Decugis Tentative fix for the parse_or_error function
(edit) @889:4a299daed8b2   11 years Sebastien Decugis Add information about parsing errors
(edit) @871:254d81d21d0b   11 years tk Fix some typos.
(edit) @824:89c5849b0832   12 years Sebastien Decugis Allow retransmission of messages on timeout
(edit) @808:c0a88c1bcc1e   12 years Sebastien Decugis Updated copyright information
(edit) @804:c5b7d4a2cc77   12 years Sebastien Decugis Log message dumps in one call to the dump function to avoid …
(edit) @792:0f566e550813   12 years Sebastien Decugis improved the previous fix... not sure it was correct
(edit) @791:42fa209a8cc4   12 years Sebastien Decugis Attempt at fixing unaligned 64b direct memory access (sigbus on sparc)
(edit) @765:edbdb35a603f   13 years Sebastien Decugis Fix a few compilation warning, some are still remaining
(edit) @753:71833fa5e35f   13 years Sebastien Decugis allow applications to create empty AVP also
(edit) @752:9e9840ccf059   13 years Sebastien Decugis Attempt to handle more gracefully (invalid) AVPs that contain an empty …
(edit) @740:4a9f08d6b6ba   13 years Sebastien Decugis Updated my mail address
(edit) @730:e21d79595045   13 years Sebastien Decugis minor improvements
(edit) @720:2c7c423eaba9   13 years Sebastien Decugis Have AVP values 0-terminated for safety (one should not rely on this …
(edit) @710:e60376cb15e8   13 years Sebastien Decugis Minor changes
(edit) @706:4ffbc9f1e922   13 years Sebastien Decugis Large UNTESTED commit with the following changes: * Improved …
(edit) @704:289632905e19   13 years Sebastien Decugis Added new sanity check
(edit) @690:a29e4201d511   13 years Sebastien Decugis It seems FreeBSD does not unstack cancelation cleanups if we skip the …
(edit) @689:933d098fc75d   13 years Sebastien Decugis Cleanups in msg_log feature
(edit) @688:8c3dc8584dab   13 years Sebastien Decugis Prepared capability for messages logging to separate files / folders
(edit) @687:026802543f57   13 years Sebastien Decugis Prepare for new message log facility
(edit) @686:f83d9878bf66   13 years Sebastien Decugis Fixed in case of termination of several modules (before initialization …
(add) @658:f198d16fa7f4   13 years Sebastien Decugis Initial commit for 1.1.0: * Restructuring: * libfreeDiameter: …
Note: See TracRevisionLog for help on using the revision log.