Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add pluginstance stack parsing/building routines | laforge | 2004-10-02 | 1 | -0/+2 | |
| | ||||||
* | commit my latest changes from Ottawa (July 2004) | laforge | 2004-08-22 | 3 | -51/+114 | |
| | ||||||
* | add linux list api | laforge | 2004-07-24 | 1 | -0/+360 | |
| | ||||||
* | add core select() routine and (un-)registration functions | laforge | 2004-07-23 | 1 | -0/+20 | |
| | ||||||
* | - add .init and .fini member to output plugin | laforge | 2004-04-24 | 1 | -1/+5 | |
| | | | | | - defer file opens + other initialization until after setuid() was called - cosmetic cleanup (no _ in static functions, use 'static' whenever possible) | |||||
* | new configuration file syntax (Magnus Boden) | laforge | 2003-09-28 | 1 | -7/+4 | |
| | ||||||
* | signal handler has no return value | laforge | 2003-01-13 | 1 | -3/+3 | |
| | ||||||
* | typo fix | laforge | 2002-06-13 | 1 | -5/+5 | |
| | ||||||
* | make it compile again (small bugfixes after sighandler checkin) | laforge | 2001-06-17 | 1 | -2/+3 | |
| | ||||||
* | Support for logfile cycling (SIGHUP handler) | laforge | 2001-06-14 | 1 | -2/+4 | |
| | ||||||
* | added a few syntactic corrections | laforge | 2001-05-26 | 2 | -5/+5 | |
| | ||||||
* | fix minor bug in new ulogd_log macro (prevented additional args) | laforge | 2001-02-04 | 1 | -4/+4 | |
| | ||||||
* | - fixes segfault bug when packet received but no interpreters registered ↵ | laforge | 2001-02-04 | 1 | -3/+6 | |
| | | | | | | | (reported by Drori Ghiora) - fixes logfile bug: wrong filename and line number displayed - fixes logfile bug: logfile is fflush()ed after each line (reported by Drori Ghiora) | |||||
* | huge reorganization for 0.9 | laforge | 2000-11-20 | 2 | -20/+91 | |
| | | | | | | | | | - added hashtables everywhere - no more dynamic allocation for each packet - mysql output plugin - more keys in ulogd_BASE - moved libipulog into ulogd directory - introduced autoconf | |||||
* | - new syslog emulation output target | laforge | 2000-11-16 | 1 | -2/+20 | |
| | | | | - lot of bugfixes | |||||
* | Major update. Almost everything has changed. | laforge | 2000-11-16 | 1 | -5/+36 | |
| | | | | | | - no more dynamic allocations at runtime - only once at startup - less list traversal through interpreter and key hashes - output plugins can request only certain results! | |||||
* | added example config file | laforge | 2000-09-12 | 1 | -4/+10 | |
| | | | | | | bugfixes in conffile.c ulogd_log still prints obsolete \n cosmetic fixes | |||||
* | ulogd_log now a function | laforge | 2000-09-12 | 1 | -2/+11 | |
| | ||||||
* | made nlgroup + pluginpath configurable | laforge | 2000-09-09 | 1 | -4/+8 | |
| | | | | | added default values for all config keys started writing ulogd_log | |||||
* | various bugfixes (tcp interpreter), output for boolean type | laforge | 2000-08-14 | 1 | -3/+8 | |
| | ||||||
* | logfile external | laforge | 2000-08-02 | 1 | -3/+3 | |
| | ||||||
* | first usable revision | laforge | 2000-08-02 | 1 | -3/+27 | |
| | ||||||
* | Initial revision | laforge | 2000-08-02 | 1 | -0/+55 | |