]> git.ipfire.org Git - thirdparty/ulogd2.git/log
thirdparty/ulogd2.git
22 years agoThis patch fixes so the pathes in ulogd.conf matches what you gave to
laforge [Sun, 27 Apr 2003 07:47:26 +0000 (07:47 +0000)] 
This patch fixes so the pathes in ulogd.conf matches what you gave to
configure.. (Magnus Boden)

22 years agoreal fix for skb receive timestamp problem (Harald Welte), revert PCAP workaround
laforge [Sun, 27 Apr 2003 07:43:37 +0000 (07:43 +0000)] 
real fix for skb receive timestamp problem (Harald Welte), revert PCAP workaround

22 years agoFix broken OUTPUT timestamping since apparently kernel inits the sk_buff
laforge [Sun, 27 Apr 2003 07:39:07 +0000 (07:39 +0000)] 
Fix broken OUTPUT timestamping since apparently kernel inits the sk_buff
with a stamp.tv_sec of 0 and junk in stamp.tv_usec. (Curtis@GreenKey.net)

22 years agoInclude posgresql+redhat fix (Magnus Boden). Might fix the Mandrake postgresql<-...
laforge [Thu, 24 Apr 2003 18:55:39 +0000 (18:55 +0000)] 
Include posgresql+redhat fix (Magnus Boden). Might fix the Mandrake postgresql<->pgsql issue as well (unconfirmed)

22 years agoInclude fix for postgresql on redhat (Magnus Boden).
laforge [Thu, 24 Apr 2003 18:52:41 +0000 (18:52 +0000)] 
Include fix for postgresql on redhat (Magnus Boden).

22 years agofixes the boolean case in the mysql plugin to use actual value instead of forcing...
laforge [Tue, 18 Mar 2003 10:13:05 +0000 (10:13 +0000)] 
fixes the boolean case in the mysql plugin to use actual value instead of forcing "1" (Bob Hockney)

22 years agoAdd ulogd.8 manpage by Joerg Wendland
laforge [Mon, 10 Mar 2003 19:12:06 +0000 (19:12 +0000)] 
Add ulogd.8 manpage by  Joerg Wendland

22 years agomake pcap detection work
laforge [Wed, 5 Mar 2003 23:49:48 +0000 (23:49 +0000)] 
make pcap detection work

22 years agopostgresql include files are in /usr/include/postgresql
laforge [Wed, 5 Mar 2003 23:33:31 +0000 (23:33 +0000)] 
postgresql include files are in /usr/include/postgresql

22 years agowe only have one ulogd.h, indeed
laforge [Wed, 5 Mar 2003 23:28:49 +0000 (23:28 +0000)] 
we only have one ulogd.h, indeed

22 years agoupdate changelog for version 1.00
laforge [Wed, 5 Mar 2003 23:14:48 +0000 (23:14 +0000)] 
update changelog for version 1.00

22 years agoupdate version information and copyright info
laforge [Wed, 5 Mar 2003 23:03:49 +0000 (23:03 +0000)] 
update version information and copyright info

22 years agoupdate specfile to 1.00
laforge [Wed, 5 Mar 2003 22:58:25 +0000 (22:58 +0000)] 
update specfile to 1.00

22 years agocan't see any endian problems anymore
laforge [Wed, 5 Mar 2003 22:57:55 +0000 (22:57 +0000)] 
can't see any endian problems anymore

22 years agoadd cvs version
laforge [Wed, 5 Mar 2003 22:50:42 +0000 (22:50 +0000)] 
add cvs version

22 years agobig documenttion update, bring docs in sync with reality
laforge [Wed, 5 Mar 2003 22:46:04 +0000 (22:46 +0000)] 
big documenttion update, bring docs in sync with reality

22 years agofix typo
laforge [Sat, 8 Feb 2003 12:21:36 +0000 (12:21 +0000)] 
fix typo

22 years agomore verbose error message
laforge [Sat, 8 Feb 2003 12:21:18 +0000 (12:21 +0000)] 
more verbose error message

22 years agoincrease version to 1.0pre1, we are just before 1.0 comes out
laforge [Mon, 13 Jan 2003 13:37:56 +0000 (13:37 +0000)] 
increase version to 1.0pre1, we are just before 1.0 comes out

22 years agoulogd.h has moved
laforge [Mon, 13 Jan 2003 13:36:59 +0000 (13:36 +0000)] 
ulogd.h has moved

22 years agoadd typecasts to (struct in_addr) when calling inet_ntoa()
laforge [Mon, 13 Jan 2003 13:36:26 +0000 (13:36 +0000)] 
add typecasts to (struct in_addr) when calling inet_ntoa()

22 years agoinclude <sys/socket.h> for sa_family_t; add typecasts to (struct in_addr) when callin...
laforge [Mon, 13 Jan 2003 13:35:58 +0000 (13:35 +0000)] 
include <sys/socket.h> for sa_family_t; add typecasts to (struct in_addr) when calling inet_ntoa()

22 years agoinclude sys/socket.h for struct in_addr_t
laforge [Mon, 13 Jan 2003 13:35:21 +0000 (13:35 +0000)] 
include sys/socket.h for struct in_addr_t

22 years agosignal handler has no return value
laforge [Mon, 13 Jan 2003 13:34:55 +0000 (13:34 +0000)] 
signal handler has no return value

22 years agoadd support for alternate configfile
laforge [Mon, 13 Jan 2003 13:33:23 +0000 (13:33 +0000)] 
add support for alternate configfile

22 years agonew ulogd requires '-d' to daemonize
laforge [Mon, 13 Jan 2003 12:34:37 +0000 (12:34 +0000)] 
new ulogd requires '-d' to daemonize

22 years agoGeneral code cleanup by Roberto Nibali:
laforge [Mon, 9 Dec 2002 15:03:51 +0000 (15:03 +0000)] 
General code cleanup by Roberto Nibali:
- 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()'

22 years agotodo update (add static linking + kernel-include)
laforge [Mon, 9 Dec 2002 14:47:21 +0000 (14:47 +0000)] 
todo update (add static linking + kernel-include)

22 years agofix include paths.
laforge [Mon, 9 Dec 2002 14:42:43 +0000 (14:42 +0000)] 
fix include paths.

17 years agoadd postgresql example table
laforge [Wed, 28 Aug 2002 09:42:50 +0000 (09:42 +0000)] 
add postgresql example table

(Martin Kähmer)

17 years agoadd support for string- and inet- logging of ipadresses to postgresql
laforge [Wed, 28 Aug 2002 09:41:17 +0000 (09:41 +0000)] 
add support for string- and inet- logging of ipadresses to postgresql

(Martin Kähmer)

17 years agorename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname tag
laforge [Wed, 28 Aug 2002 09:37:20 +0000 (09:37 +0000)] 
rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname tag

(Martin Kähmer)

17 years agoFix typo in ulogd_BASE
laforge [Sun, 25 Aug 2002 15:43:51 +0000 (15:43 +0000)] 
Fix typo in ulogd_BASE

(Martin Kähmer)

23 years agomake sysconfdir/sbindir in case they don't exist (Aurelien)
laforge [Mon, 5 Aug 2002 17:51:09 +0000 (17:51 +0000)] 
make sysconfdir/sbindir in case they don't exist (Aurelien)

23 years agofix misspelled name of Bogdan Dobrota
laforge [Thu, 1 Aug 2002 16:04:44 +0000 (16:04 +0000)] 
fix misspelled name of Bogdan Dobrota

23 years agoadd missing files
laforge [Thu, 1 Aug 2002 15:21:27 +0000 (15:21 +0000)] 
add missing files

23 years agomake ulogd_PCAP build conditional to the existance of pcap.h
laforge [Tue, 30 Jul 2002 08:00:47 +0000 (08:00 +0000)] 
make ulogd_PCAP build conditional to the existance of pcap.h

23 years agoChanges for 0.98
laforge [Tue, 30 Jul 2002 08:00:26 +0000 (08:00 +0000)] 
Changes for 0.98

23 years agoprint version number after startup
laforge [Tue, 30 Jul 2002 07:23:36 +0000 (07:23 +0000)] 
print version number after startup

23 years agomake MYBUFSIZ constant a configuration parameter (bogdan dobrota)
laforge [Tue, 30 Jul 2002 07:15:54 +0000 (07:15 +0000)] 
make MYBUFSIZ constant a configuration parameter (bogdan dobrota)

23 years agoadd logrotate.conf for ulogd (Anders K. Pedersen)
laforge [Tue, 30 Jul 2002 07:04:37 +0000 (07:04 +0000)] 
add logrotate.conf for ulogd (Anders K. Pedersen)

23 years ago- if ipulog_read fails, print errno and ulog_errno
laforge [Tue, 30 Jul 2002 07:04:11 +0000 (07:04 +0000)] 
- if ipulog_read fails, print errno and ulog_errno
- close stdin and call setsid() when we daemonize
- make logfile rotate work
- add comment about log levels to ulogd.conf

23 years agoadd LOCALTIME interpreter
laforge [Thu, 13 Jun 2002 15:34:40 +0000 (15:34 +0000)] 
add LOCALTIME interpreter

23 years agofix -V version output
laforge [Thu, 13 Jun 2002 12:57:25 +0000 (12:57 +0000)] 
fix -V version output

23 years agofix bug in ulog_test.c
laforge [Thu, 13 Jun 2002 12:56:53 +0000 (12:56 +0000)] 
fix bug in ulog_test.c

23 years agomore details on netfilter patch-o-matic
laforge [Thu, 13 Jun 2002 12:56:16 +0000 (12:56 +0000)] 
more details on netfilter patch-o-matic

23 years agotypo fix
laforge [Thu, 13 Jun 2002 12:55:59 +0000 (12:55 +0000)] 
typo fix

23 years agoadd support for PCAP output
laforge [Thu, 13 Jun 2002 12:55:21 +0000 (12:55 +0000)] 
add support for PCAP output

23 years agoadd PROTO=%d line if not tcp/udp/icmp (by Martin Josefsson)
laforge [Sat, 27 Apr 2002 19:45:51 +0000 (19:45 +0000)] 
add PROTO=%d line if not tcp/udp/icmp (by Martin Josefsson)

23 years agoFix ICMP type logging problem (Martin Josefsson)
laforge [Sat, 27 Apr 2002 19:45:27 +0000 (19:45 +0000)] 
Fix ICMP type logging problem (Martin Josefsson)

23 years agocommand line option support
laforge [Tue, 16 Apr 2002 12:44:41 +0000 (12:44 +0000)] 
command line option support

23 years agoold mysql detection was missing a '-D'
laforge [Sat, 3 Nov 2001 08:52:31 +0000 (08:52 +0000)] 
old mysql detection was missing a '-D'

23 years agoadd pcap output TODO item
laforge [Mon, 29 Oct 2001 13:31:45 +0000 (13:31 +0000)] 
add pcap output TODO item

23 years agoAdded Jakab Laszlo's support for PostgreSQL
laforge [Tue, 2 Oct 2001 16:39:17 +0000 (16:39 +0000)] 
Added Jakab Laszlo's support for PostgreSQL

23 years agoupdate Changelog about LOGEMU MAC address bug
laforge [Thu, 27 Sep 2001 15:46:06 +0000 (15:46 +0000)] 
update Changelog about LOGEMU MAC address bug

23 years agoFix MAC address printing if there is none (by Andrej Ota)
laforge [Thu, 27 Sep 2001 15:45:25 +0000 (15:45 +0000)] 
Fix MAC address printing if there is none (by Andrej Ota)

23 years agolicense correction (explicitly GPLv2) and debugging wrt. endless loops
laforge [Sat, 1 Sep 2001 11:56:27 +0000 (11:56 +0000)] 
license correction (explicitly GPLv2) and debugging wrt. endless loops

23 years agolicense correction (explicitly GPLv2)
laforge [Sat, 1 Sep 2001 11:52:56 +0000 (11:52 +0000)] 
license correction (explicitly GPLv2)

23 years agolicense correction (explicitly use GPLv2)
laforge [Sat, 1 Sep 2001 11:51:53 +0000 (11:51 +0000)] 
license correction (explicitly use GPLv2)

24 years ago3rd attemt to make it right :)
laforge [Wed, 4 Jul 2001 00:22:54 +0000 (00:22 +0000)] 
3rd attemt to make it right :)

24 years agoexport ipulog_errno
laforge [Tue, 3 Jul 2001 14:45:16 +0000 (14:45 +0000)] 
export ipulog_errno

24 years agoi'm stupid... now it compiles
laforge [Tue, 3 Jul 2001 14:44:25 +0000 (14:44 +0000)] 
i'm stupid... now it compiles

24 years agogrr...
laforge [Tue, 3 Jul 2001 14:37:10 +0000 (14:37 +0000)] 
grr...

24 years agoadded fix to handle read errors (prevent endless packet logs)
laforge [Tue, 3 Jul 2001 14:36:19 +0000 (14:36 +0000)] 
added fix to handle read errors (prevent endless packet logs)

24 years agomake it compile again (small bugfixes after sighandler checkin)
laforge [Sun, 17 Jun 2001 20:08:30 +0000 (20:08 +0000)] 
make it compile again (small bugfixes after sighandler checkin)

24 years agoSupport for logfile cycling (SIGHUP handler)
laforge [Thu, 14 Jun 2001 19:25:25 +0000 (19:25 +0000)] 
Support for logfile cycling (SIGHUP handler)

24 years agoadded a few syntactic corrections
laforge [Sat, 26 May 2001 23:19:28 +0000 (23:19 +0000)] 
added a few syntactic corrections

24 years agoglibc 2.0 compatibility
laforge [Mon, 21 May 2001 19:15:16 +0000 (19:15 +0000)] 
glibc 2.0 compatibility

24 years agoeven more changes for 0.96
laforge [Sun, 20 May 2001 16:15:26 +0000 (16:15 +0000)] 
even more changes for 0.96

24 years agoadded initscript for RedHat-style distributions
laforge [Sun, 20 May 2001 16:05:29 +0000 (16:05 +0000)] 
added initscript for RedHat-style distributions

24 years agoincluded DESTDIR support for easier packaging
laforge [Sun, 20 May 2001 15:32:36 +0000 (15:32 +0000)] 
included DESTDIR support for easier packaging

24 years agomoved doc-generation to distribution-time, not compile-time
laforge [Sun, 20 May 2001 15:25:38 +0000 (15:25 +0000)] 
moved doc-generation to distribution-time, not compile-time

24 years agoadded support for synchronous writes to ulogd_LOGEMU (Michael Stolovitzsky)
laforge [Sun, 20 May 2001 15:07:45 +0000 (15:07 +0000)] 
added support for synchronous writes to ulogd_LOGEMU (Michael Stolovitzsky)

24 years agoadded hint to mailinglist
laforge [Sun, 20 May 2001 15:01:35 +0000 (15:01 +0000)] 
added hint to mailinglist

24 years agomore verbose comments, so people could actually understand it
laforge [Sun, 20 May 2001 14:44:37 +0000 (14:44 +0000)] 
more verbose comments, so people could actually understand it

24 years agoincluded --with-log-ip-as-string option
laforge [Sun, 20 May 2001 13:51:46 +0000 (13:51 +0000)] 
included --with-log-ip-as-string option
removed ./configure (run autoconf)
autoconf now adds -I/usr/src/linux/include to CFLAGS

24 years agodocumentation updates (no RH binary rpms anymore, ...)
laforge [Sun, 20 May 2001 13:50:05 +0000 (13:50 +0000)] 
documentation updates (no RH binary rpms anymore, ...)
mysql.table.ipaddr-as-string added

24 years agoSupport for old MySQL databases (Alexander Janssen)
laforge [Thu, 17 May 2001 15:06:57 +0000 (15:06 +0000)] 
Support for old MySQL databases (Alexander Janssen)

24 years ago0.95 changes
laforge [Thu, 26 Apr 2001 19:36:38 +0000 (19:36 +0000)] 
0.95 changes

24 years ago0.94
laforge [Thu, 12 Apr 2001 13:30:04 +0000 (13:30 +0000)] 
0.94

24 years agoupdated changes to reflect LOGEMU change, rules.make was missing some escaping
laforge [Sun, 25 Mar 2001 18:26:33 +0000 (18:26 +0000)] 
updated changes to reflect LOGEMU change, rules.make was missing some escaping

24 years agoadded date and hostname printing to be more syslog-alike
laforge [Sun, 25 Mar 2001 18:25:01 +0000 (18:25 +0000)] 
added date and hostname printing to be more syslog-alike

24 years agochanges ...
laforge [Mon, 5 Mar 2001 20:35:49 +0000 (20:35 +0000)] 
changes ...

24 years agocompile the right configfile path into ulogd
laforge [Sun, 4 Mar 2001 09:54:59 +0000 (09:54 +0000)] 
compile the right configfile path into ulogd

24 years agoULOGD_RET_BOOL was unsupported ! (reported by Diego Torres)
laforge [Fri, 16 Feb 2001 18:07:52 +0000 (18:07 +0000)] 
ULOGD_RET_BOOL was unsupported ! (reported by Diego Torres)

24 years agofixed bug: old code assumed host-order is little-endian :(
laforge [Sun, 4 Feb 2001 13:39:31 +0000 (13:39 +0000)] 
fixed bug: old code assumed host-order is little-endian :(

24 years agoadded new generic get_word() function to do better parsing
laforge [Sun, 4 Feb 2001 13:08:02 +0000 (13:08 +0000)] 
added new generic get_word() function to do better parsing

24 years agofix minor bug in new ulogd_log macro (prevented additional args)
laforge [Sun, 4 Feb 2001 13:07:22 +0000 (13:07 +0000)] 
fix minor bug in new ulogd_log macro (prevented additional args)

24 years ago- fixes segfault bug when packet received but no interpreters registered (reported...
laforge [Sun, 4 Feb 2001 10:15:19 +0000 (10:15 +0000)] 
- fixes segfault bug when packet received but no interpreters registered (reported by Drori Ghiora)
- fixes logfile bug: wrong filename and line number displayed
- fixes logfile bug: logfile is fflush()ed after each line (reported by Drori Ghiora)

24 years agono makefile!
laforge [Sat, 3 Feb 2001 19:11:50 +0000 (19:11 +0000)] 
no makefile!

24 years agoconfigfile didn't respect autoconf's sysconfdir
laforge [Sat, 3 Feb 2001 19:08:22 +0000 (19:08 +0000)] 
configfile didn't respect autoconf's sysconfdir

24 years agoupdated to version 0.92
laforge [Sat, 3 Feb 2001 18:49:53 +0000 (18:49 +0000)] 
updated to version 0.92

24 years agodeleting libipulog from this dir
laforge [Sat, 3 Feb 2001 18:42:07 +0000 (18:42 +0000)] 
deleting libipulog from this dir

24 years agoremoved libipulog from this directory
laforge [Sat, 3 Feb 2001 18:41:18 +0000 (18:41 +0000)] 
removed libipulog from this directory

24 years agofixes _severe_ libipulog bug
laforge [Sat, 3 Feb 2001 18:38:31 +0000 (18:38 +0000)] 
fixes _severe_ libipulog bug

24 years agoupdate to 0.91
laforge [Tue, 30 Jan 2001 11:56:51 +0000 (11:56 +0000)] 
update to 0.91

24 years agoadded support for multipart netlink messages
laforge [Tue, 30 Jan 2001 11:32:11 +0000 (11:32 +0000)] 
added support for multipart netlink messages

24 years agochanged nlgroup to "1", which is the same as the libipt_ULOG default value
laforge [Tue, 30 Jan 2001 11:28:01 +0000 (11:28 +0000)] 
changed nlgroup to "1", which is the same as the libipt_ULOG default value

24 years agoadded support for multipart netlink messages (new ULOG target)
laforge [Tue, 30 Jan 2001 09:28:04 +0000 (09:28 +0000)] 
added support for multipart netlink messages (new ULOG target)

24 years agoadded support for multipart netlink messages. Updated docs
laforge [Mon, 29 Jan 2001 11:45:22 +0000 (11:45 +0000)] 
added support for multipart netlink messages. Updated docs