November 15, 2004 | ||
---|---|---|
View 7dfb54d743
- avp aliases support: any module can register and avp_galias (global alias) which will be visible for all other modules. Aliases should be exported as soon as possible, in modparam (by using function callbacks for processing the params) so that other modules will see them both in mod_init and fixup functions. In config scripts all aliases should start with "$".Andrei Pelinescu-Onciul authored on 15/11/2004 16:46:14 |
July 17, 2004 | ||
---|---|---|
View a9fae28b8e
- forward ported all the compile/warning fixes from 0.8.14Andrei Pelinescu-Onciul authored on 17/07/2004 19:02:18 |
June 8, 2004 | ||
---|---|---|
View a1e488b48c
-minor todo updateAndrei Pelinescu-Onciul authored on 08/06/2004 10:47:24 |
April 29, 2004 | ||
---|---|---|
View 71fd3ebd95
- new config variables: sock_mode = <permissions> (e.g. sock_mode=0600: default value = 0660) ser unix sockets and fifo will be created with this permissions (old name fifo_mode is still supported, but deprecated) sock_user = username|"uid" sock_group = groupname|"gid" change the owner and/or group of the ser unix sockets or fifo Short example config snippet: sock_mode=0600 # ser socket/fifo mode sock_user="www-data" # ser socket/fifo owner sock_group=nogroup user=nobody # ser user (ser will suid to it) - typo fixed in socket_info (thanks to Jan)Andrei Pelinescu-Onciul authored on 29/04/2004 15:39:39 |
February 26, 2004 | ||
---|---|---|
View 518c933984
- replaced tcp_blocking_write with more generic tsend_stream(fd, buf, len, timeout) & tsend_dgram(fd, buf, len, timeout, to, tolen) so that they can be used from ser modules a.s.o.Andrei Pelinescu-Onciul authored on 26/02/2004 18:00:49 |
December 3, 2003 | ||
---|---|---|
View 2d0f29be1e
- todo update - tcp comment fixAndrei Pelinescu-Onciul authored on 03/12/2003 20:21:54 |
November 20, 2003 | ||
---|---|---|
View a46e0068c0
- todo updateAndrei Pelinescu-Onciul authored on 20/11/2003 21:03:05 |
November 19, 2003 | ||
---|---|---|
View 0cc11fe633
- todo updateAndrei Pelinescu-Onciul authored on 19/11/2003 19:24:32 |
November 8, 2003 | ||
---|---|---|
View 6cfeede083
- bug fixAndrei Pelinescu-Onciul authored on 08/11/2003 15:22:50 |
November 6, 2003 | ||
---|---|---|
View 804ca8baaa
- body len is computed using the message len (it's not taken any more from the msg. content-length)Andrei Pelinescu-Onciul authored on 06/11/2003 15:03:34 |
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 24, 2003 | ||
---|---|---|
View 9f4c52ce6c
- sock_lists completely re-organizedAndrei Pelinescu-Onciul authored on 24/10/2003 20:23:58 |
October 21, 2003 | ||
---|---|---|
View 50d5fa87f9
- aliases proto supportAndrei Pelinescu-Onciul authored on 21/10/2003 23:28:46 |
October 20, 2003 | ||
---|---|---|
View 4c37101e0f
- added body_lumps (jan patches + some changes) - anchor_lump & del_lump compare the offset with msg->eoh and add the lump to add_rm or body_lumps, so make sure to parse_headers(HDR_EOH) if you lumps might modify the body. - changed all the {anchor,del}_lump callsAndrei Pelinescu-Onciul authored on 20/10/2003 17:10:13 |
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 |