summaryrefslogtreecommitdiffstats
path: root/libipulog/libipulog.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: fix compilation warning related to signed and unsigned comparisonsEric Leblond2008-07-311-1/+1
| | | | | | This patch fixes the warning related to signed and unsigned comparaison. Signed-off-by: Eric Leblond <eric@inl.fr>
* cleanup: remove unused timeout parameter in functionEric Leblond2008-07-311-1/+1
| | | | | | | | The function ipulog_read had a timeout parameter which was not used in the code. Signed-off-by: Eric Leblond <eric@inl.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* further 'make dist' fixes/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-081-1/+1
|
* use automake, move header filelaforge2005-11-051-1/+1
|
* fix signing issueslaforge2005-11-041-1/+2
|
* current working state (doesn't compile yet)laforge2005-04-171-2/+7
|
* check if messages are really coming from kernel (nl_pid == 0)laforge2003-11-141-10/+10
|
* add support for setting of SO_RCVBUF socket option to libipulog and ulogd ↵laforge2003-05-041-19/+14
| | | | (rmem config file entry)
* - if ipulog_read fails, print errno and ulog_errnolaforge2002-07-301-7/+6
| | | | | | - close stdin and call setsid() when we daemonize - make logfile rotate work - add comment about log levels to ulogd.conf
* license correction (explicitly GPLv2)laforge2001-09-011-4/+16
|
* 3rd attemt to make it right :)laforge2001-07-041-3/+4
|
* fixes _severe_ libipulog buglaforge2001-02-031-8/+7
|
* added support for multipart netlink messages (new ULOG target)laforge2001-01-301-7/+49
|
* email address changelaforge2000-09-221-3/+3
|
* reversed last change. James Morris corrected the correction (so I was rightlaforge2000-08-121-3/+3
| | | | in the first place)
* Various fixes due to Jan Echternachs comments on the mailinglist.laforge2000-08-111-3/+3
|
* rustys fixes merged inlaforge2000-07-311-10/+18
|
* Initial revisionlaforge2000-07-301-0/+199