January 29, 2003 | ||
---|---|---|
View 534092baac
- more tcp error checkingAndrei Pelinescu-Onciul authored on 29/01/2003 16:14:13 |
January 24, 2003 | ||
---|---|---|
View e1e6c91475
- replies will be sent to rport if present - finished adding new via param (i=tcp_connection_id_in_rev_hex) [ not it's not only parsed but also used ]Andrei Pelinescu-Onciul authored on 24/01/2003 17:56:42 |
January 23, 2003 | ||
---|---|---|
View 2d4b798ec2
determination of outbound interace introduced (get_out_socket)Jiri Kuthan authored on 23/01/2003 12:27:50 |
December 17, 2002 | ||
---|---|---|
View a6982b85d8
parse_uri cleanup: - It does no create copy of strings anymore - Fields are not zero terminated - Prototype of some low-level functions changed to accept str* instead of char*, that includes: mk_proxy, sip_resolvehost, str2ip, str2ip6, ip_addr2he - All modules updated (hopefully)Jan Janak authored on 17/12/2002 18:14:32 |
December 12, 2002 | ||
---|---|---|
View f2f969dda6
- changed sip_msg (new rcv member containing all the ips, ports, protocol) - added a "proto" parameter to forward_request, via_builder, get_send_sock etc. - added 2 new script commands: forward_udp & forward_tcp - lots of tcp bloat - changed parse_via to recognize TCP - more functions added to ip_addr.h (cmp for ips & sockaddrs etc.)Andrei Pelinescu-Onciul authored on 12/12/2002 21:46:37 |
December 10, 2002 | ||
---|---|---|
View 6ee62314b8
- even more tcp receive bs - sip msg.buff & orig are no longer 0 terminated (to avoid an extra copy in the tcp case)Andrei Pelinescu-Onciul authored on 10/12/2002 19:41:44 |
October 24, 2002 | ||
---|---|---|
View faa9e46f23
Line 321 - a comma was missing! ;-)Bogdan-Andrei Iancu authored on 24/10/2002 14:21:08 |
October 23, 2002 | ||
---|---|---|
View 1baa06b5df
- myself matches now also the uri port - modified check_self, add_alias & grep_alias to accept port numbers - added loopback check - modified get_send_socket to return the first non loopback ipv4 interface if bind_address==0Andrei Pelinescu-Onciul authored on 23/10/2002 15:12:20 |
October 14, 2002 | ||
---|---|---|
View ed65c5a9d2
- fixed bug in update_sock_struct_from_ipAndrei Pelinescu-Onciul authored on 14/10/2002 16:39:23 |
September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
September 11, 2002 | ||
---|---|---|
View 1f3deacfb4
- rr fix (s/sock_info/bind_address/)Andrei Pelinescu-Onciul authored on 11/09/2002 15:08:25 |
September 10, 2002 | ||
---|---|---|
View 741db91318
- sockaddr_union len fixes (needed for bind/sun) - new macro sockaddru_len(su) -> returns the len of a sockaddr_union (sizeof(sockaddr) or sizeof(sockaddr_in6)) - removed the len parameter in udp_send (not needed) and updated the modules using it (im, msilo, sl, tm)Andrei Pelinescu-Onciul authored on 10/09/2002 13:49:23 |
September 5, 2002 | ||
---|---|---|
View 4c9f3fdec6
- dns srv fixes changes (str2ip6, str2ip)Andrei Pelinescu-Onciul authored on 05/09/2002 18:03:15 |
August 20, 2002 | ||
---|---|---|
View e278821b00
- added aliases (names that ser will think are his own) - now the offical name will be put in sock_info[r] and the aliases in the. host_alias list. - added new script config. parameter: alias=Andrei Pelinescu-Onciul authored on 20/08/2002 09:34:12 |
August 19, 2002 | ||
---|---|---|
View 855c2e68ee
- added myself==src_ip/dst_ip/uri condition - created parse_sip_msg_uri which puts the result in msg->parsed_uri & updates msg->parsed_rui_ok - changed default value of syn_branch to 1Andrei Pelinescu-Onciul authored on 19/08/2002 11:51:31 |