September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
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 9, 2002 | ||
---|---|---|
View 0fcf9d39eb
- fixed freebsd listen on ipv6 & ipv4 bugAndrei Pelinescu-Onciul authored on 09/09/2002 21:08:35 |
||
View 535315280f
- bsd fixesAndrei Pelinescu-Onciul authored on 09/09/2002 20:29:20 |
||
View 57e2cd15b8
- listen & alias accept lists (e.g. listen= 1.2.3.4 5.6.7.8) - listen & -l accept interface names (e.g -l eth0 or listen= eth0 eth1) - if no interface is specified ser will listen on all the UP ipv4 interfaces it can find - ser will remove duplicate addresses automatically (e.g -l 1.2.3.4 -l 1.2.3.4 works now)Andrei Pelinescu-Onciul authored on 09/09/2002 19:44:20 |
September 5, 2002 | ||
---|---|---|
View 4c9f3fdec6
- dns srv fixes changes (str2ip6, str2ip)Andrei Pelinescu-Onciul authored on 05/09/2002 18:03:15 |
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 |
May 28, 2002 | ||
---|---|---|
View 381659ac58
- compile fixes for freebsd & sun (won't compile on sun w/ ipv6)Andrei Pelinescu-Onciul authored on 28/05/2002 19:01:38 |
May 26, 2002 | ||
---|---|---|
View 36ef03290c
- made ipv4<->ipv6 possible - added different port numbers (eg. ser -l foo -p 1234 -l bar -p 4321 ) - small signal fixes (sigterm to evrybody on exit, exit if 1 child dies a.s.o)Andrei Pelinescu-Onciul authored on 26/05/2002 21:38:02 |
||
View 4e2fdd790c
- ipv6 support (-DUSE_IPV6) - changed all the sockaddr/ip addr structures - added gethostbyname/addr wrappers (resolve.h)Andrei Pelinescu-Onciul authored on 26/05/2002 13:50:48 |