]>
git.ipfire.org Git - thirdparty/ulogd2.git/log
laforge [Sun, 28 Sep 2003 15:19:25 +0000 (15:19 +0000)]
new configuration file syntax (Magnus Boden)
laforge [Fri, 12 Sep 2003 09:00:21 +0000 (09:00 +0000)]
fix printing of time, bug introduced in 1.01 (Henry Yang)
laforge [Sun, 24 Aug 2003 08:25:10 +0000 (08:25 +0000)]
add support for missing tcp/udp/icmp header fields (checksum and others)
laforge [Sat, 23 Aug 2003 18:03:06 +0000 (18:03 +0000)]
add manpage
laforge [Sat, 23 Aug 2003 17:52:37 +0000 (17:52 +0000)]
update version to 1.01, update changelog and documentation.
laforge [Sat, 23 Aug 2003 17:46:45 +0000 (17:46 +0000)]
fix various compiler warnings
laforge [Sat, 23 Aug 2003 17:38:54 +0000 (17:38 +0000)]
make Makefiles ready for cross-compiling/linking
laforge [Sat, 23 Aug 2003 17:37:53 +0000 (17:37 +0000)]
remove unused functions/variables, fix wrong printf paramtypes (-Wall)
laforge [Sat, 23 Aug 2003 17:25:59 +0000 (17:25 +0000)]
remove unused variables
laforge [Sat, 23 Aug 2003 13:27:29 +0000 (13:27 +0000)]
crosscompile-ready makefiles/configure scripts for ulogd (Dan Eble)
laforge [Sat, 23 Aug 2003 13:02:11 +0000 (13:02 +0000)]
make ulogd compile without any kernel headers (Joerg Wendland)
laforge [Sat, 23 Aug 2003 11:47:32 +0000 (11:47 +0000)]
i _did_ mean to call real_connect. sigh.
laforge [Sat, 23 Aug 2003 11:47:09 +0000 (11:47 +0000)]
use oob.time.sec instead of reading our own time
laforge [Sat, 23 Aug 2003 11:40:54 +0000 (11:40 +0000)]
have to call mysql_init() before mysql_real_connect()
laforge [Mon, 11 Aug 2003 19:46:36 +0000 (19:46 +0000)]
explicitly link against dynamic libs (Joerg Wendland)
laforge [Mon, 11 Aug 2003 19:44:07 +0000 (19:44 +0000)]
use mysql_real_connect for MySQL4 (Joerg Wendland)
laforge [Tue, 15 Jul 2003 12:18:50 +0000 (12:18 +0000)]
check for more posgresql include paths (supposedly fixes problem with rh7.2)
laforge [Sun, 4 May 2003 10:00:10 +0000 (10:00 +0000)]
add support for setting of SO_RCVBUF socket option to libipulog and ulogd (rmem config file entry)
laforge [Sat, 3 May 2003 12:44:15 +0000 (12:44 +0000)]
fix a bug where we've been running out of an array boundary (Magnus Boden)
laforge [Sun, 27 Apr 2003 20:57:13 +0000 (20:57 +0000)]
include pcap log in ulogd.logrotate (Magnus Boden)
laforge [Sun, 27 Apr 2003 20:56:15 +0000 (20:56 +0000)]
timestamp_usec contains crap if timestamp_sec == 0
laforge [Sun, 27 Apr 2003 11:34:24 +0000 (11:34 +0000)]
don't link mysql plugin with postgresql libs and vice versa (Magnus Boden)
laforge [Sun, 27 Apr 2003 10:08:31 +0000 (10:08 +0000)]
change a couple of if/then/if/then constructs to use elif (Roberto Nibali)
laforge [Sun, 27 Apr 2003 07:49:37 +0000 (07:49 +0000)]
use /lib/modules/`uname -r`/build instead of /usr/src/linux (Magnus Boden)
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)
laforge [Sun, 27 Apr 2003 07:43:37 +0000 (07:43 +0000)]
real fix for skb receive timestamp problem (Harald Welte), revert PCAP workaround
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)
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)
laforge [Thu, 24 Apr 2003 18:52:41 +0000 (18:52 +0000)]
Include fix for postgresql on redhat (Magnus Boden).
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)
laforge [Mon, 10 Mar 2003 19:12:06 +0000 (19:12 +0000)]
Add ulogd.8 manpage by Joerg Wendland
laforge [Wed, 5 Mar 2003 23:49:48 +0000 (23:49 +0000)]
make pcap detection work
laforge [Wed, 5 Mar 2003 23:33:31 +0000 (23:33 +0000)]
postgresql include files are in /usr/include/postgresql
laforge [Wed, 5 Mar 2003 23:28:49 +0000 (23:28 +0000)]
we only have one ulogd.h, indeed
laforge [Wed, 5 Mar 2003 23:14:48 +0000 (23:14 +0000)]
update changelog for version 1.00
laforge [Wed, 5 Mar 2003 23:03:49 +0000 (23:03 +0000)]
update version information and copyright info
laforge [Wed, 5 Mar 2003 22:58:25 +0000 (22:58 +0000)]
update specfile to 1.00
laforge [Wed, 5 Mar 2003 22:57:55 +0000 (22:57 +0000)]
can't see any endian problems anymore
laforge [Wed, 5 Mar 2003 22:50:42 +0000 (22:50 +0000)]
add cvs version
laforge [Wed, 5 Mar 2003 22:46:04 +0000 (22:46 +0000)]
big documenttion update, bring docs in sync with reality
laforge [Sat, 8 Feb 2003 12:21:36 +0000 (12:21 +0000)]
fix typo
laforge [Sat, 8 Feb 2003 12:21:18 +0000 (12:21 +0000)]
more verbose error message
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
laforge [Mon, 13 Jan 2003 13:36:59 +0000 (13:36 +0000)]
ulogd.h has moved
laforge [Mon, 13 Jan 2003 13:36:26 +0000 (13:36 +0000)]
add typecasts to (struct in_addr) when calling inet_ntoa()
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()
laforge [Mon, 13 Jan 2003 13:35:21 +0000 (13:35 +0000)]
include sys/socket.h for struct in_addr_t
laforge [Mon, 13 Jan 2003 13:34:55 +0000 (13:34 +0000)]
signal handler has no return value
laforge [Mon, 13 Jan 2003 13:33:23 +0000 (13:33 +0000)]
add support for alternate configfile
laforge [Mon, 13 Jan 2003 12:34:37 +0000 (12:34 +0000)]
new ulogd requires '-d' to daemonize
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()'
laforge [Mon, 9 Dec 2002 14:47:21 +0000 (14:47 +0000)]
todo update (add static linking + kernel-include)
laforge [Mon, 9 Dec 2002 14:42:43 +0000 (14:42 +0000)]
fix include paths.
laforge [Wed, 28 Aug 2002 09:42:50 +0000 (09:42 +0000)]
add postgresql example table
(Martin Kähmer)
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)
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)
laforge [Sun, 25 Aug 2002 15:43:51 +0000 (15:43 +0000)]
Fix typo in ulogd_BASE
(Martin Kähmer)
laforge [Mon, 5 Aug 2002 17:51:09 +0000 (17:51 +0000)]
make sysconfdir/sbindir in case they don't exist (Aurelien)
laforge [Thu, 1 Aug 2002 16:04:44 +0000 (16:04 +0000)]
fix misspelled name of Bogdan Dobrota
laforge [Thu, 1 Aug 2002 15:21:27 +0000 (15:21 +0000)]
add missing files
laforge [Tue, 30 Jul 2002 08:00:47 +0000 (08:00 +0000)]
make ulogd_PCAP build conditional to the existance of pcap.h
laforge [Tue, 30 Jul 2002 08:00:26 +0000 (08:00 +0000)]
Changes for 0.98
laforge [Tue, 30 Jul 2002 07:23:36 +0000 (07:23 +0000)]
print version number after startup
laforge [Tue, 30 Jul 2002 07:15:54 +0000 (07:15 +0000)]
make MYBUFSIZ constant a configuration parameter (bogdan dobrota)
laforge [Tue, 30 Jul 2002 07:04:37 +0000 (07:04 +0000)]
add logrotate.conf for ulogd (Anders K. Pedersen)
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
laforge [Thu, 13 Jun 2002 15:34:40 +0000 (15:34 +0000)]
add LOCALTIME interpreter
laforge [Thu, 13 Jun 2002 12:57:25 +0000 (12:57 +0000)]
fix -V version output
laforge [Thu, 13 Jun 2002 12:56:53 +0000 (12:56 +0000)]
fix bug in ulog_test.c
laforge [Thu, 13 Jun 2002 12:56:16 +0000 (12:56 +0000)]
more details on netfilter patch-o-matic
laforge [Thu, 13 Jun 2002 12:55:59 +0000 (12:55 +0000)]
typo fix
laforge [Thu, 13 Jun 2002 12:55:21 +0000 (12:55 +0000)]
add support for PCAP output
laforge [Sat, 27 Apr 2002 19:45:51 +0000 (19:45 +0000)]
add PROTO=%d line if not tcp/udp/icmp (by Martin Josefsson)
laforge [Sat, 27 Apr 2002 19:45:27 +0000 (19:45 +0000)]
Fix ICMP type logging problem (Martin Josefsson)
laforge [Tue, 16 Apr 2002 12:44:41 +0000 (12:44 +0000)]
command line option support
laforge [Sat, 3 Nov 2001 08:52:31 +0000 (08:52 +0000)]
old mysql detection was missing a '-D'
laforge [Mon, 29 Oct 2001 13:31:45 +0000 (13:31 +0000)]
add pcap output TODO item
laforge [Tue, 2 Oct 2001 16:39:17 +0000 (16:39 +0000)]
Added Jakab Laszlo's support for PostgreSQL
laforge [Thu, 27 Sep 2001 15:46:06 +0000 (15:46 +0000)]
update Changelog about LOGEMU MAC address bug
laforge [Thu, 27 Sep 2001 15:45:25 +0000 (15:45 +0000)]
Fix MAC address printing if there is none (by Andrej Ota)
laforge [Sat, 1 Sep 2001 11:56:27 +0000 (11:56 +0000)]
license correction (explicitly GPLv2) and debugging wrt. endless loops
laforge [Sat, 1 Sep 2001 11:52:56 +0000 (11:52 +0000)]
license correction (explicitly GPLv2)
laforge [Sat, 1 Sep 2001 11:51:53 +0000 (11:51 +0000)]
license correction (explicitly use GPLv2)
laforge [Wed, 4 Jul 2001 00:22:54 +0000 (00:22 +0000)]
3rd attemt to make it right :)
laforge [Tue, 3 Jul 2001 14:45:16 +0000 (14:45 +0000)]
export ipulog_errno
laforge [Tue, 3 Jul 2001 14:44:25 +0000 (14:44 +0000)]
i'm stupid... now it compiles
laforge [Tue, 3 Jul 2001 14:37:10 +0000 (14:37 +0000)]
grr...
laforge [Tue, 3 Jul 2001 14:36:19 +0000 (14:36 +0000)]
added fix to handle read errors (prevent endless packet logs)
laforge [Sun, 17 Jun 2001 20:08:30 +0000 (20:08 +0000)]
make it compile again (small bugfixes after sighandler checkin)
laforge [Thu, 14 Jun 2001 19:25:25 +0000 (19:25 +0000)]
Support for logfile cycling (SIGHUP handler)
laforge [Sat, 26 May 2001 23:19:28 +0000 (23:19 +0000)]
added a few syntactic corrections
laforge [Mon, 21 May 2001 19:15:16 +0000 (19:15 +0000)]
glibc 2.0 compatibility
laforge [Sun, 20 May 2001 16:15:26 +0000 (16:15 +0000)]
even more changes for 0.96
laforge [Sun, 20 May 2001 16:05:29 +0000 (16:05 +0000)]
added initscript for RedHat-style distributions
laforge [Sun, 20 May 2001 15:32:36 +0000 (15:32 +0000)]
included DESTDIR support for easier packaging
laforge [Sun, 20 May 2001 15:25:38 +0000 (15:25 +0000)]
moved doc-generation to distribution-time, not compile-time
laforge [Sun, 20 May 2001 15:07:45 +0000 (15:07 +0000)]
added support for synchronous writes to ulogd_LOGEMU (Michael Stolovitzsky)
laforge [Sun, 20 May 2001 15:01:35 +0000 (15:01 +0000)]
added hint to mailinglist
laforge [Sun, 20 May 2001 14:44:37 +0000 (14:44 +0000)]
more verbose comments, so people could actually understand it
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