summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions/ulogd_PWSNIFF.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete patches and files and move ulogd to repository top-level ↵Patrick McHardy2008-05-181-167/+0
| | | | directory
* Patches from Marius Tomaschewski <mt@suse.de>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-05-281-2/+2
| | | | | | | | | - 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 some warnings (Marius Tomaschewski)laforge2005-05-041-6/+6
|
* 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