summaryrefslogtreecommitdiffstats
path: root/extensions/ulogd_LOGEMU.c
Commit message (Collapse)AuthorAgeFilesLines
* use oob.time.sec instead of reading our own timelaforge2003-08-231-43/+44
|
* add typecasts to (struct in_addr) when calling inet_ntoa()laforge2003-01-131-5/+7
|
* General code cleanup by Roberto Nibali:laforge2002-12-091-4/+7
| | | | | | | | | - linking for dlopen() needs to be after the object generation - fix small typo in Rules.make.in - #ifdef DEBUG all functions that are not used - add missing #include's - fix sloppy braceing - added return for 'int main()'
* fix include paths.laforge2002-12-091-4/+4
|
* add PROTO=%d line if not tcp/udp/icmp (by Martin Josefsson)laforge2002-04-271-2/+5
|
* Fix MAC address printing if there is none (by Andrej Ota)laforge2001-09-271-3/+5
|
* license correction (explicitly use GPLv2)laforge2001-09-011-3/+15
|
* Support for logfile cycling (SIGHUP handler)laforge2001-06-141-4/+23
|
* added support for synchronous writes to ulogd_LOGEMU (Michael Stolovitzsky)laforge2001-05-201-7/+20
|
* added date and hostname printing to be more syslog-alikelaforge2001-03-251-4/+37
|
* fixed bug: old code assumed host-order is little-endian :(laforge2001-02-041-12/+5
|
* huge reorganization for 0.9laforge2000-11-201-15/+23
| | | | | | | | | - 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-0/+243
- lot of bugfixes