summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions/ulogd_PWSNIFF.c
Commit message (Collapse)AuthorAgeFilesLines
* use c99 initializerslaforge2005-02-121-10/+17
|
* fix various compiler warningslaforge2003-08-231-3/+3
|
* make ulogd compile without any kernel headers (Joerg Wendland)laforge2003-08-231-5/+6
|
* fix a bug where we've been running out of an array boundary (Magnus Boden)laforge2003-05-031-4/+6
|
* include sys/socket.h for struct in_addr_tlaforge2003-01-131-2/+3
|
* fix include paths.laforge2002-12-091-3/+3
|
* license correction (explicitly use GPLv2)laforge2001-09-011-4/+16
|
* huge reorganization for 0.9laforge2000-11-201-9/+11
| | | | | | | | | - 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
* Major update. Almost everything has changed.laforge2000-11-161-22/+20
| | | | | | - 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!
* email addresses changedlaforge2000-09-221-3/+4
|
* pwsniff addedlaforge2000-08-171-0/+143