summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions
Commit message (Collapse)AuthorAgeFilesLines
* 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-286-13/+31
| | | | | | | | | - 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.
* fix loglevel config parsing/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-251-2/+2
|
* fix printing of "PROTO=XX" where XX != (TCP,UDP,ICMP,ESP)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-251-2/+2
|
* fix typolaforge2005-09-241-1/+1
|
* fix some warnings (Marius Tomaschewski)laforge2005-05-041-6/+6
|
* apply C99 initializers fix (Roberto Nibali)laforge2005-02-142-3/+3
|
* use c99 initializerslaforge2005-02-123-119/+245
|
* use c99 initializers, move logefile parsing to correct functionlaforge2005-02-121-11/+17
|
* fix coding style, use c99 initializers, hostname ends with first '.' in namelaforge2005-02-121-34/+35
|
* fix DEBUg to DEBUGlaforge2005-02-091-2/+2
|
* fix TOS bits (Rich Bartell)laforge2004-07-231-2/+2
|
* - add .init and .fini member to output pluginlaforge2004-04-243-37/+73
| | | | | - defer file opens + other initialization until after setuid() was called - cosmetic cleanup (no _ in static functions, use 'static' whenever possible)
* - fix int/pointer issuelaforge2004-04-241-8/+14
| | | | - use C99 initializers
* fix number of keys to register (Martin Josefsson)laforge2004-02-131-5/+5
|
* print AH/ESP SPI like ipt_LOG.c (Yoshihiro Kawabe)laforge2003-10-161-1/+9
|
* add 'real' syslog target (untested)laforge2003-10-105-225/+416
|
* new configuration file syntax (Magnus Boden)laforge2003-09-282-11/+9
|
* fix printing of time, bug introduced in 1.01 (Henry Yang)laforge2003-09-121-3/+3
|
* add support for missing tcp/udp/icmp header fields (checksum and others)laforge2003-08-241-14/+43
|
* fix various compiler warningslaforge2003-08-233-15/+15
|
* crosscompile-ready makefiles/configure scripts for ulogd (Dan Eble)laforge2003-08-231-5/+5
|
* make ulogd compile without any kernel headers (Joerg Wendland)laforge2003-08-233-12/+45
|
* use oob.time.sec instead of reading our own timelaforge2003-08-231-43/+44
|
* explicitly link against dynamic libs (Joerg Wendland)laforge2003-08-111-1/+1
|
* fix a bug where we've been running out of an array boundary (Magnus Boden)laforge2003-05-031-4/+6
|
* 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
* add typecasts to (struct in_addr) when calling inet_ntoa()laforge2003-01-131-5/+7
|
* include <sys/socket.h> for sa_family_t; add typecasts to (struct in_addr) ↵laforge2003-01-131-2/+3
| | | | when calling inet_ntoa()
* include sys/socket.h for struct in_addr_tlaforge2003-01-131-2/+3
|
* General code cleanup by Roberto Nibali:laforge2002-12-092-4/+8
| | | | | | | | | - 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-096-16/+16
|
* add support for string- and inet- logging of ipadresses to postgresqllaforge2008-03-011-24/+15
| | | | (Martin Kähmer)
* rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname taglaforge2008-03-012-76/+99
| | | | (Martin Kähmer)
* Fix typo in ulogd_BASElaforge2008-03-011-3/+3
| | | | (Martin Kähmer)
* make ulogd_PCAP build conditional to the existance of pcap.hlaforge2002-07-301-228/+0
|
* add LOCALTIME interpreterlaforge2002-06-131-0/+76
|
* add support for PCAP outputlaforge2002-06-132-8/+245
|
* add PROTO=%d line if not tcp/udp/icmp (by Martin Josefsson)laforge2002-04-271-2/+5
|
* Fix ICMP type logging problem (Martin Josefsson)laforge2002-04-271-3/+3
|
* Fix MAC address printing if there is none (by Andrej Ota)laforge2001-09-271-3/+5
|
* license correction (explicitly use GPLv2)laforge2001-09-014-14/+62
|
* Support for logfile cycling (SIGHUP handler)laforge2001-06-142-11/+50
|
* included DESTDIR support for easier packaginglaforge2001-05-201-2/+2
|
* moved doc-generation to distribution-time, not compile-timelaforge2001-05-201-0/+3
|
* 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
|
* mysql didn't install beforelaforge2000-11-201-1/+1
|