Commit Graph

483 Commits (c0b10cdffa505fa57cd769d3a14c900e2a7922ca)
 

Author SHA1 Message Date
Richard Fuchs 4f2d6d4c58 enable ice/stun processing also if no ice was previously present
12 years ago
Richard Fuchs 0be4fa311e support dual-stack ICE offers
12 years ago
Richard Fuchs 1c830108ad misinterpreted the meaning of the "trust address" flag
12 years ago
Richard Fuchs 87ec55b7b5 we do need to initialized that random() generator
12 years ago
Richard Fuchs 72f6cc97f9 support non-forced insertion of ice candidates
12 years ago
Richard Fuchs eadbc1c3ab crc32 is a long
12 years ago
Richard Fuchs ab30ae966e detect stun packets in kernel module and pass them through
12 years ago
Richard Fuchs bc4685c98c support stun indications
12 years ago
Richard Fuchs 27a9e92872 support unknown-attributes error response
12 years ago
Richard Fuchs 2ea1fe3a47 generate stun responses and clean up some code mess
12 years ago
Richard Fuchs cbd26eb124 perform message integrity check aka auth
12 years ago
Richard Fuchs f685d9743b get some constants out of the way
12 years ago
Richard Fuchs 4aa3017555 The FINGERPRINT mechanism MUST be used for connectivity checks
12 years ago
Richard Fuchs 9c8075ca87 agents MUST ignore all other attributes that follow MESSAGE-INTEGRITY
12 years ago
Richard Fuchs 0ed8587e05 move ice_ufrag/pwd into peer struct
12 years ago
Richard Fuchs 6ceb187abb increate length of random strings
12 years ago
Richard Fuchs 1758e586ce generate stun errors
12 years ago
Richard Fuchs 2784cb41a3 hack to prevent stale children
12 years ago
Richard Fuchs a37bd78355 rename ARRAY_SIZE to ARRAYSIZE to avoid naming conflict
12 years ago
Richard Fuchs edf5f11140 parse stun attributes
12 years ago
Richard Fuchs 7787ad3b28 reorder headers and fix resulting errors
12 years ago
Richard Fuchs 8c06d3254a start work on stun support
12 years ago
Richard Fuchs 033b7d1f55 more bettererer optimizing
12 years ago
Richard Fuchs bff00fdab6 support b=RR:0 and b=RS:0 to disable rtcp
12 years ago
Richard Fuchs d928ccd37d clean up the mess
12 years ago
Richard Fuchs 3c10c9ac17 add support for non-standard rtcp ports
12 years ago
Richard Fuchs 3faa9f8a8f parse out rtcp attribute
12 years ago
Richard Fuchs 1a2e0d75ea create a random but constant "foundation" string for ice candidates
12 years ago
Richard Fuchs dc7c4e7fba s/ufrag_pwd_chars/ice_chars/
12 years ago
Richard Fuchs cd3264b7ef i dont like long variable names
12 years ago
Richard Fuchs 581b1bf948 build a hash table of sdp attributes when parsing them
12 years ago
Richard Fuchs 902f47da28 remove redundancy in struct member names
12 years ago
Richard Fuchs 68f91da68e split up attributes even more when parsing them
12 years ago
Richard Fuchs 33ef09b470 insert ice candidate for rtcp
12 years ago
Richard Fuchs f107ab461a adding rudimentary insertion of ICE attributes
12 years ago
Richard Fuchs 36d21eb8ed dont add debian build flags for debug builds
12 years ago
Richard Fuchs c18c1d64eb unify copy_remainder and copy_up_to, create copy_up_to_end_of
12 years ago
Richard Fuchs 30669f2cd3 support removal of ICE attributes
12 years ago
Richard Fuchs 4914d6babb fix skip_over off by one bug
12 years ago
Richard Fuchs adaaa1e59e parse out sdp attributes
12 years ago
Andreas Granig 650fbedb79 Fix NG port.
13 years ago
Richard Fuchs fc246e64d3 cant guarantee that the call struct is still valid when the response is sent, to copy strings
13 years ago
Richard Fuchs bd9671a8cc more convenience functions
13 years ago
Richard Fuchs 697d152796 to avoid confusion with debian version numbers, use sequentials integers for ABI versioning
13 years ago
Richard Fuchs 0230985e91 get rid of another useless variable
13 years ago
Richard Fuchs 55380807f8 tags can be NULL
13 years ago
Richard Fuchs bf4df4dff9 remove more code duplication
13 years ago
Richard Fuchs 504995e47c return call stats in NG delete message reply
13 years ago
Richard Fuchs feb3b6bde1 adding some const for good measure
13 years ago
Richard Fuchs 3c764bed52 split NG stats collection into ng_call_stats()
13 years ago