October 13, 2003 | ||
---|---|---|
View 22c83b9200
- unnecesarry parameter removed from *_duplicate_rr (thanks to Daniel)Jan Janak authored on 13/10/2003 21:40:21 |
||
View b516633cfd
- digest credentials memory leak fixed.Jan Janak authored on 13/10/2003 21:26:58 |
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 |
||
View 9976cb2537
- check if the lump parameter is NULL to avoid segmentation faultDaniel-Constantin Mierla authored on 12/10/2003 10:46:27 |
October 10, 2003 | ||
---|---|---|
View fe81a67e6b
examples ported from stable to develJiri Kuthan authored on 10/10/2003 06:27:18 |
October 8, 2003 | ||
---|---|---|
View fcd237dfc9
merger errors fixedJiri Kuthan authored on 08/10/2003 20:23:18 |
||
View 0b15425f8d
received test functionalized for sanity and exporting to nathelper uac_nat_testJiri Kuthan authored on 08/10/2003 20:02:14 |
||
View ebc3080f4c
- Got rid of all the ~ at the beginning of functions that are not supposed to be called from scripts. It's a relict.Jan Janak authored on 08/10/2003 13:07:21 |
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 |
September 28, 2003 | ||
---|---|---|
View cd822b2915
this fixes a bug related to empty replies (empty body).Raphael Coeffic authored on 28/09/2003 17:16:01 |
September 26, 2003 | ||
---|---|---|
View 6be7215628
- added t_forward_nonack_uri() - same as t_forward_nonack() but takes no parameters -> forwards to uri - not added in tm_load structure - no use for it for the momentBogdan-Andrei Iancu authored on 26/09/2003 16:23:08 |
September 25, 2003 | ||
---|---|---|
View 4e01831047
Add -pthread into LIBS, which is necessary when compiling on FreeBSD/alpha and other FreeBSD arches for which no fast locking assembly code exists.Maxim Sobolev authored on 25/09/2003 18:04:27 |
September 23, 2003 | ||
---|---|---|
View 3b74a6c1f9
- Added an item into FAQJan Janak authored on 23/09/2003 18:56:40 |
September 22, 2003 | ||
---|---|---|
View 172403d119
- fixed EXTRA_DEBUG abort() segfault -- now it won't abort() on "detached" timers$Andrei Pelinescu-Onciul authored on 22/09/2003 14:40:19 |