October 26, 2001 | ||
---|---|---|
View 5ada8f8a66
- fixed a memroy leak (rewritehost/uri/etc.) - added forward to uri support (forward(uri:host, uri:port) ). - improved free_lump_list speed (could be dangerous)Andrei Pelinescu-Onciul authored on 26/10/2001 20:28:55 |
||
View 34fd2612cd
- added support for maximum 2 parameters per cmd call - added parameters no. for every function (can be 0, 1 or 2). - new example module (textops)Andrei Pelinescu-Onciul authored on 26/10/2001 00:39:42 |
October 24, 2001 | ||
---|---|---|
View 58996a657e
- on BSD dlopen is in libc => removed -ldl from LIBSAndrei Pelinescu-Onciul authored on 24/10/2001 22:02:56 |
||
View 66fe760d27
- fixed LIBS in SunOS Makefile part - added special case for SunOS in print/Makefile (other LDFLAGS, -G required)Andrei Pelinescu-Onciul authored on 24/10/2001 21:58:38 |
||
View 227ef4fa6a
*** empty log message ***Andrei Pelinescu-Onciul authored on 24/10/2001 19:20:49 |
||
View 96001c5015
- added module support (loadmodule "...") - added example dummy print moduleAndrei Pelinescu-Onciul authored on 24/10/2001 19:17:54 |
||
View 3bf76e49cd
- added loadable module support (sr_module.*) - bumped ver. no (WARNING: not tested yet)Andrei Pelinescu-Onciul authored on 24/10/2001 12:43:39 |
October 23, 2001 | ||
---|---|---|
View 831faabf7c
- added preliminary forward request plugin supportAndrei Pelinescu-Onciul authored on 23/10/2001 19:59:08 |
October 21, 2001 | ||
---|---|---|
View 675b74122f
- added test udp flood program & config - prototype plugin interfaceAndrei Pelinescu-Onciul authored on 21/10/2001 18:33:24 |
October 11, 2001 | ||
---|---|---|
View f20a56a2b7
- new config style: if expr cmd else cmd; - expr can now contain commands (e.g: forward("proxy") && src_ip==1.2.3.4) - introduced boolean values in expr. (yes/no; true/false; on/off; 1/0) e.g.: if ( true ) log("..."); - changed name to ser, ser.cfg - bumped ver. no (0.7)Andrei Pelinescu-Onciul authored on 11/10/2001 23:03:42 |
||
View 0ae4dfdcd8
- preliminary windows-cygwin support added to the MakefileAndrei Pelinescu-Onciul authored on 11/10/2001 17:13:05 |
October 6, 2001 | ||
---|---|---|
View f938f5eeb7
Tools for automated network profiling.Jiri Kuthan authored on 06/10/2001 22:20:55 |
||
View 726efa25b0
Added NOCR and MACROEATER compile-time speed-up options. NOCR replaces a 'for' cycle with 'memchr' and MACROEATER replaces 'eater' functions with macros. The -V command-line options shows now which of these options are enabled. A signal handler is added which calls exit(0) on INT signal ... good for profiling.Jiri Kuthan authored on 06/10/2001 22:17:53 |
||
View 92d818f3db
*** empty log message ***Andrei Pelinescu-Onciul authored on 06/10/2001 00:19:11 |
October 5, 2001 | ||
---|---|---|
View 45072d7ac6
- fixed extra '@' added when rewritting the host part of uris w/o an username.Andrei Pelinescu-Onciul authored on 05/10/2001 23:58:55 |