summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanup unused structs / memberslaforge2005-11-041-11/+2
|
* remvoe unneeded structure memberslaforge2005-10-081-3/+0
|
* too many changes to comment on. ulogd now compiles again.laforge2005-10-021-8/+40
|
* minor updateslaforge2005-06-241-3/+2
|
* current snapshot (still not compiling)laforge2005-04-171-0/+2
| | | | | - add more sophisticated signal delivery to pluginstances - partial LOGEMU port to ulogd2
* current working state (doesn't compile yet)laforge2005-04-172-10/+15
|
* add netfilter ipfix vendor idlaforge2005-04-171-0/+2
|
* add file descriptor handling of main select loop, fix typo, update copyright ↵laforge2005-04-171-0/+19
| | | | notice
* minor cosmetic updateslaforge2005-04-161-7/+10
|
* intermediate development snapshotlaforge2004-10-101-15/+20
|
* - remove 'config_entry_t' typedef. use structure name.laforge2004-10-031-6/+10
| | | | | | - fix typo in debug message - now uses arrays of 'struct config_entry' instead of linked list - introduce 'struct config_kset' to describe array of config_entries
* add pluginstance stack parsing/building routineslaforge2004-10-021-0/+2
|
* commit my latest changes from Ottawa (July 2004)laforge2004-08-223-51/+114
|
* add linux list apilaforge2004-07-241-0/+360
|
* add core select() routine and (un-)registration functionslaforge2004-07-231-0/+20
|
* - add .init and .fini member to output pluginlaforge2004-04-241-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)laforge2003-09-281-7/+4
|
* signal handler has no return valuelaforge2003-01-131-3/+3
|
* typo fixlaforge2002-06-131-5/+5
|
* make it compile again (small bugfixes after sighandler checkin)laforge2001-06-171-2/+3
|
* Support for logfile cycling (SIGHUP handler)laforge2001-06-141-2/+4
|
* added a few syntactic correctionslaforge2001-05-262-5/+5
|
* fix minor bug in new ulogd_log macro (prevented additional args)laforge2001-02-041-4/+4
|
* - fixes segfault bug when packet received but no interpreters registered ↵laforge2001-02-041-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.9laforge2000-11-202-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 targetlaforge2000-11-161-2/+20
| | | | - lot of bugfixes
* Major update. Almost everything has changed.laforge2000-11-161-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 filelaforge2000-09-121-4/+10
| | | | | | bugfixes in conffile.c ulogd_log still prints obsolete \n cosmetic fixes
* ulogd_log now a functionlaforge2000-09-121-2/+11
|
* made nlgroup + pluginpath configurablelaforge2000-09-091-4/+8
| | | | | added default values for all config keys started writing ulogd_log
* various bugfixes (tcp interpreter), output for boolean typelaforge2000-08-141-3/+8
|
* logfile externallaforge2000-08-021-3/+3
|
* first usable revisionlaforge2000-08-021-3/+27
|
* Initial revisionlaforge2000-08-021-0/+55