summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions/ulogd_BASE.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete patches and files and move ulogd to repository top-level ↵Patrick McHardy2008-05-181-569/+0
| | | | directory
* [Patch] ulogd, fix snprintf return/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-09-191-1/+5
| | | | | | The attached patch fixes the treatment of snprintf return. Eric Leblond <eric@inl.fr>
* fix wrong snprintf return value checking: never returns -1/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-06-091-1/+1
|
* Patches from Marius Tomaschewski <mt@suse.de>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-05-281-6/+14
| | | | | | | | | - Fixed sigterm_handler to close logfile and then call output_plugin->fini. The output_plugin->fini function may still use the logger (e.g. sqlite3 does), what causes a SEGV (really happens in case of sqlite3 db init error - as far as I remember) - Changed sighup_handler_print to not to call exit(2) on reopen failure, but try to reopen and fallback to continue using old descriptor on failure. - Fixed mac output in ulogd_BASE.c - Added explicit termination of the hostname buffer: "[...] if namelen is an insufficient length to hold the host name, then the returned name is truncated and it is unspecified whether the returned name is null-terminated. [...]" as SUSv2 specifies. - Added to print "\n" after ULOGD_RET_NONE type as well after an unspecified type. See example above at extensions/ulogd_BASE.c. - Fixed to set the '\0' at the end and not behind the buffer.
* use c99 initializerslaforge2005-02-121-105/+221
|
* fix TOS bits (Rich Bartell)laforge2004-07-231-2/+2
|
* fix number of keys to register (Martin Josefsson)laforge2004-02-131-5/+5
|
* add support for missing tcp/udp/icmp header fields (checksum and others)laforge2003-08-241-14/+43
|
* fix various compiler warningslaforge2003-08-231-10/+10
|
* make ulogd compile without any kernel headers (Joerg Wendland)laforge2003-08-231-7/+7
|
* timestamp_usec contains crap if timestamp_sec == 0laforge2003-04-271-3/+5
|
* real fix for skb receive timestamp problem (Harald Welte), revert PCAP ↵laforge2003-04-271-6/+13
| | | | workaround
* include <sys/socket.h> for sa_family_t; add typecasts to (struct in_addr) ↵laforge2003-01-131-2/+3
| | | | when calling inet_ntoa()
* fix include paths.laforge2002-12-091-3/+3
|
* add support for string- and inet- logging of ipadresses to postgresqllaforge2008-03-011-24/+15
| | | | (Martin Kähmer)
* Fix typo in ulogd_BASElaforge2008-03-011-3/+3
| | | | (Martin Kähmer)
* add support for PCAP outputlaforge2002-06-131-8/+17
|
* Fix ICMP type logging problem (Martin Josefsson)laforge2002-04-271-3/+3
|
* license correction (explicitly use GPLv2)laforge2001-09-011-4/+16
|
* huge reorganization for 0.9laforge2000-11-201-46/+95
| | | | | | | | | - 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-18/+97
| | | | - lot of bugfixes
* Major update. Almost everything has changed.laforge2000-11-161-119/+148
| | | | | | - 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!
* checksum addedlaforge2000-09-261-2/+5
|
* email addresses changedlaforge2000-09-221-5/+5
|
* added example config filelaforge2000-09-121-4/+3
| | | | | | bugfixes in conffile.c ulogd_log still prints obsolete \n cosmetic fixes
* various bugfixes (tcp interpreter), output for boolean typelaforge2000-08-141-8/+65
|
* first usable revisionlaforge2000-08-021-73/+31
|
* Initial revisionlaforge2000-08-021-0/+216