February 12, 2004 | ||
---|---|---|
View 7e0a410fdf
some backporting: - log_facility parameter - swiched from LOG to DBG some msg for SIGCHLD (done on unstable by Jan)Bogdan-Andrei Iancu authored on 12/02/2004 16:17:48 |
December 3, 2003 | ||
---|---|---|
View beb35d9548
- tcp switched to non-blocking sockets - tcp timeouts on send/connect introduced (see NEWS for cfg.) - fifo error msg. fixAndrei Pelinescu-Onciul authored on 03/12/2003 12:15:04 |
October 29, 2003 | ||
---|---|---|
View 59653eb856
- changed tcp to support port aliases (major changes) - added via alias parameter parsing - added script var. tcp_accept_aliases= yes|no (honour or not via alias param) - added script. cmd. force_tcp_alias( <void>|port_no) [for more info read the NEWS file]Andrei Pelinescu-Onciul authored on 29/10/2003 17:41:27 |
October 26, 2003 | ||
---|---|---|
View ed7856ed2b
- param "fifo_db_url" added in script - db_fifo interface updated to DB interface modifications.Bogdan-Andrei Iancu authored on 26/10/2003 19:17:43 |
October 14, 2003 | ||
---|---|---|
View e5f4cdaf27
- added fifo_dir to the cfg. files (default /tmp, fifo replies dir) - preliminary proto:host:port suport in cfg.{y,lex}: proto:host:port supported (but only the port is used for now) - e.g: tcp:[fec0::1]:5060 or listen= eth0:5062 eth1 127.0.0.1:5060Andrei Pelinescu-Onciul authored on 14/10/2003 14:49:42 |
October 12, 2003 | ||
---|---|---|
View dda578bae9
- if () {} do not have to be followed by ';' anymore - added switch to check the config file (-c) and display aliases and listen interface list if the config is ok. - changes: removed len_gt() and replaced with if (msg:len op number|max_len) - more operators supported: != for special operations (e.g. myself or ip comparisons), != for strings (==, !=, ~=), !=, >, <, >=, <= for numbers (e.g msg:len >= max_len). - updated NEWSAndrei Pelinescu-Onciul authored on 12/10/2003 15:09:08 |
October 7, 2003 | ||
---|---|---|
View 584812784b
- cfg.lex: hex & octal numbers are supported now (fifo_mode e.g. 0xab or 0777) - fifo fixes: check for fifo (normal files will not be allowed for reply fifo), check for hardlinks (hardlinked fifos will not be allowed), check for softlink (a softlink to a fifo will not be allowed) [still missing: * ser fifo dir (e.g. /tmp/.ser)]Andrei Pelinescu-Onciul authored on 07/10/2003 15:43:25 |
October 3, 2003 | ||
---|---|---|
View 6bfaa042d6
- added suuport for setting the source address and port in the sip requests (adevertised_address= ip|string, advertised_port= no, set_advertised_address(ip|string), set_advertised_port(no) )Andrei Pelinescu-Onciul authored on 03/10/2003 07:19:41 |
July 6, 2003 | ||
---|---|---|
View 057f0454f5
- more tls config. vars added (tls_method, tls_log, tls_port_no)Andrei Pelinescu-Onciul authored on 06/07/2003 14:13:05 |
July 3, 2003 | ||
---|---|---|
View 46506980e0
- added tls config parameters supportAndrei Pelinescu-Onciul authored on 03/07/2003 19:40:02 |
July 1, 2003 | ||
---|---|---|
View e9b02e8ee8
- more tls hooksAndrei Pelinescu-Onciul authored on 01/07/2003 20:23:51 |
April 22, 2003 | ||
---|---|---|
View 1d9f91d66c
strip_tail added (on Bill's request)Jiri Kuthan authored on 22/04/2003 21:15:46 |
April 15, 2003 | ||
---|---|---|
View 5dcfb23d56
- added disable tcp support (-T or disable_tcp=yes in the cfg) - the number of tcp "worker" processes is now setable (-N or tcp_children=NN) - replaced get_out_socket w/ get_send_socket in tm/uac.c & fixed some proto stuff (proto was not set properly when called w/ PROTO_NONE) - updated man pages & INSTALLAndrei Pelinescu-Onciul authored on 15/04/2003 20:39:37 |
April 12, 2003 | ||
---|---|---|
View 3e8c3475a5
- added force rport (force_rport command in script, FL_FORCE_RPORT flags, msg->msg_flags) - added chroot and wdir in script (to bring it in line with the cmd. line options)Andrei Pelinescu-Onciul authored on 12/04/2003 19:26:15 |
April 7, 2003 | ||
---|---|---|
View 15dde484cb
- fixed ONREPLY_ROUTE & FAILURE_ROUTE redefinition (same name in lex/yacc & sr_module.h) - dumbed down the make install part to work with the brain damaged solaris original installAndrei Pelinescu-Onciul authored on 07/04/2003 16:44:06 |