summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* mysql autoconf detectionlaforge2000-11-202-304/+2
|
* huge reorganization for 0.9laforge2000-11-206-85/+471
| | | | | | | | | - 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-162-18/+340
| | | | - lot of bugfixes
* Major update. Almost everything has changed.laforge2000-11-163-144/+171
| | | | | | - 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-223-11/+12
|