March 2, 2004 | ||
---|---|---|
View 58ec33d5d1
UNIX Domain socket server, it allows more flexible communication between ser and SEMS or AA than the FIFO interface.Jan Janak authored on 02/03/2004 15:19:47 |
February 12, 2004 | ||
---|---|---|
View 26456acefe
- logging facility can be configure - usefull when you config syslogd to divert all ser loggings into a separat file. Config param is log_facility=LOG_LOCAL0 (see syslog(3) man page)Bogdan-Andrei Iancu authored on 12/02/2004 15:47:37 |
February 6, 2004 | ||
---|---|---|
View 3eabab21d4
LOG(L_INFO, "SIGCHLD received...") changed to DBG(..) because otherwise log is full of these messages when exec is used.Jan Janak authored on 06/02/2004 23:00:04 |
||
View 1580c8214e
- basics for users preferences: - script param. "avp_db_url" added - scrit function "load_avp" with 2 or 3 params added - do_action updated - init. of bd connection from core on startup per each proccess - reseting avp list after main route and reply/failure_route executionBogdan-Andrei Iancu authored on 06/02/2004 18:56:49 |
November 26, 2003 | ||
---|---|---|
View d18ca80ce2
- group fixed (segfault on start when group specified) - ISSUES updated to reflect thisAndrei Pelinescu-Onciul authored on 26/11/2003 23:43:59 |
October 29, 2003 | ||
---|---|---|
View 49de5d20a6
- fixed no fork w/ no udp listen addresses bug (not allowed)Andrei Pelinescu-Onciul authored on 29/10/2003 15:56:15 |
October 27, 2003 | ||
---|---|---|
View faa66933d5
- minor tls typo fixAndrei Pelinescu-Onciul authored on 27/10/2003 16:47:01 |
October 24, 2003 | ||
---|---|---|
View 9f4c52ce6c
- sock_lists completely re-organizedAndrei Pelinescu-Onciul authored on 24/10/2003 20:23:58 |
October 22, 2003 | ||
---|---|---|
View 2b2ad46418
- basic support for fifo DB interfaceBogdan-Andrei Iancu authored on 22/10/2003 10:34:59 |
October 21, 2003 | ||
---|---|---|
View 50d5fa87f9
- aliases proto supportAndrei Pelinescu-Onciul authored on 21/10/2003 23:28:46 |
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 |
July 7, 2003 | ||
---|---|---|
View 2dbd0868e6
melog level changedJiri Kuthan authored on 07/07/2003 14:08:26 |
June 30, 2003 | ||
---|---|---|
View e8f8146efb
- cleaned up examples.bak (examples had no g write permissions, I had to mv it to examples.bak & cp examples.bak to examples; chmod g+w because the examples owner was "ser") - undoed some tls stuffAndrei Pelinescu-Onciul authored on 30/06/2003 16:23:36 |
||
View b484b77497
- merged from stable (rel0_8_11): - kill_all_children (fixes 'we kill our launching script bug ') - debian updates - tm & sl destroy when not init fixes - ver no. updatedAndrei Pelinescu-Onciul authored on 30/06/2003 15:48:44 |
||
View f22b996bef
- preliminary tls support - added qm_realloc/pkg_realloc/shm_realloc (needed by libssl)Andrei Pelinescu-Onciul authored on 30/06/2003 10:04:02 |