0a03ff4866Updated documentation to reflect the current location of the mailing list and my address.
Joey Schulze
2001-11-20 19:49:33 +0000
48b01b926c* New upstream source (closes: Bug#87819, Bug#70790, Bug#32580, Bug#62358, Bug#71631) * Upstream: Doesn't re-set log-level if not requested (closes: Bug#76170, Bug#76170, Bug#85289) * Upstream: Ignore zero bytes (closes: Bug#85478, Bug#85478, Bug#41068) * Upstream: Corrected documentation for -s' (closes: Bug#87020) * Upstream: test for existence of syslogd-listfiles before calling them. This got lost due to 1.4.0 brokennes which was packaged and removed some hours later (closes: Bug#84872, Bug#66712) * Applied patch by Tommi Virtanen <tv@debian.org> splitting the package into sysklogd' and klogd' (closes:Bug#35586, Bug#72043, Bug#74864, Bug#72122) * Provide / depend on virtual packages system-log-daemon and linux-kernel-log-daemon (closes: Bug#67604) * Applied patch from Tim Janik <timj@gtk.org> to support -s pattern' in syslogd-listfiles * Transition to FHS, i.e. /usr/share/doc instead of /usr/doc and /usr/share/man instead of /usr/man (closes: Bug#79250, Bug#80771) * Use --exec for stopping services (closes: Bug#76757) * Corrected broken character in klogd.8 (cloes: Bug#75932) * Only rotate logfiles with size greater than zero. This got lost due to 1.4.0 brokennes which was packaged and removed some hours later (closes: Bug#74993, Bug#49824) * Added another note about modificability of cronjobs (closes: Bug#88741) * Since klogd replaces parts of sysklogd a proper Replaces line is there * Added final newline to CHANGES
Joey Schulze
2001-03-11 23:00:51 +0000
c6edf85cd6. Removed kernel.patch since it is no longer required
Joey Schulze
2001-03-11 19:35:52 +0000
dffa03bda1. klogd will only change the console log level if `-c' is supplied
Joey Schulze
2001-03-11 19:35:51 +0000
728d79d925Mon Sep 18 15:33:26 CEST 2000: Martin Schulze <joey@infodrom.ffis.de> Removed unixm/unix domain sockets and switch to Datagram Unix Sockets. This should remove one possibility to play DoS with syslogd. Thanks to Olaf Kirch <okir@caldera.de> for the patch.
Joey Schulze
2000-09-18 13:41:33 +0000
f5c0fbfb22Added patch to fix priority decoding after moving kernel messgages into "%s". Thanks to Solar Designer <solar@false.com> for the patch.
Joey Schulze
2000-09-18 07:34:12 +0000
d2a6fb08dcMon Sep 18 09:32:27 CEST 2000: Martin Schulze <joey@infodrom.ffis.de> Added patch to fix priority decoding after moving kernel messgages into "%s". Thanks to Solar Designer <solar@false.com> for the patch.
Joey Schulze
2000-09-18 07:34:11 +0000
e791826bd5bump up the version
Joey Schulze
2000-09-18 07:33:58 +0000
5433c6018bMon Sep 18 09:10:47 CEST 2000: Martin Schulze <joey@infodrom.ffis.de> Fixed bug in printchopped() that caused syslogd to emit kern.emerg messages when splitting long lines. Thanks to Daniel Jacobowitz <dan@debian.org> for the fix.
Joey Schulze
2000-09-18 07:13:08 +0000
03f751675fLast preparation for 1.4
Joey Schulze
2000-09-17 19:44:52 +0000
8638c1710eRemoved old announce
Joey Schulze
2000-09-17 19:42:58 +0000
a1775f1d8cSun Sep 17 21:26:16 CEST 2000: Martin Schulze <joey@infodrom.ffis.de> Don't close open sockets upon reload. Thanks to Bill Nottingham.
Joey Schulze
2000-09-17 19:30:50 +0000
afcd97602fSun Sep 17 20:45:33 CEST 2000: Martin Schulze <joey@infodrom.ffis.de> Fixed some bugs in printline() code that did not escape control characters '\177' through '\237' and contained a single-byte buffer overflow. Thanks to Solar Designer <solar@false.com>.
Joey Schulze
2000-09-17 18:49:39 +0000
50539e29d4. Close symbol file before returning with 0 when an error occurred while reading it. This will enable systems to umount that partition with no open file descriptor left over.
Joey Schulze
2000-09-12 21:53:31 +0000
2c81663786. Use lseek64() instead of llseek() which is deprecated these days . Keith Owens <kaos@ocs.com.au> - Fixed bug that caused klogd to die if there is no sym_array available. - When symbols are expanded, print the line twice. Once with addresses converted to symbols, once with the raw text. Allows external programs such as ksymoops do their own processing on the original data.
Joey Schulze
2000-09-12 21:15:28 +0000
955a093c05Two spaces after fullstop.
Joey Schulze
1999-08-21 10:49:14 +0000
8440db2b28. Started with CHANGES file . Skip newline when reading in klog messages
Joey Schulze
1999-08-21 10:28:44 +0000
c762d84561* Fixed typo in syslogd-listfiles (closes: Bug#35408) * Removed superflous call to utmpname() (closes: Bug#34733) * Added --ignore-size and limit for rotating log files at 2MB to syslogd-listfiles (closes: Bug#36198)
Joey Schulze
1999-05-23 08:41:06 +0000
64ce6b452eArgs, the last commit contained some mistakes.
Joey Schulze
1999-01-19 11:31:58 +0000
68b50092c7* `-m 0'' turns off -- MARK -- now. (closes: Bug#28629, Bug#31494) * Changed Greg's e-mail address to represent his current one. * Shortened line length for kernel logging slightly. * Corrected return value of AddModule (closes: Bug#30093) * Finally fixed an error with -a' processing, thanks to Topi Miettinen <tom@medialab.sonera.net> (closes: Bug#30462)
Joey Schulze
1999-01-19 00:09:12 +0000
7d36dc9402* Contains more patches from Topi Miettinen. * Fixed two mistakes from the most recent version * Fixed fd leak problem. Thanks to Topi for detecting it * Ouch! Looks like the released package again is broken. It worked locally.
Joey Schulze
1998-10-18 18:43:18 +0000
2b70a699f1* Re-Applied patch provided vom Topi Miettinen with regard to the people from OpenBSD. This provides the additional '-a' argument used for specifying additional UNIX domain sockets to listen to. This is been used with chroot()'ed named's for example. An example is described at http://www.psionic.com/papers/dns.html. This time the patch doesn't stall syslogd. Thanks to Topi Miettinen <tom@medialab.sonera.net> (closes: Bug#24893)
Joey Schulze
1998-10-17 18:23:19 +0000
3acc6c3a40* Reverted support for multiple Unix domain sockets since it caused syslogd to not accept more sockets after a certain (undefinitve) time. (opens: Bug#24893) * The complete code is still present, search for Bug#24893' * Commented out -a' in the syslogd.8 manpage
Joey Schulze
1998-10-15 17:35:38 +0000
7bc8d64bacAdded tklogd to clobber target.
Joey Schulze
1998-10-12 20:25:15 +0000
4f30ea0acdMon Oct 12 20:49:18 MET DST 1998: Martin Schulze <joey@infodrom.north.de> Avoid logging of SIGCHLD when syslogd is in the process of exiting and closing its files. Again thanks to Topi.
Joey Schulze
1998-10-12 20:20:25 +0000
8e054c5f41* Code cleanups with regard to bsd -> posix transition and stronger security (buffer length checking). Thanks to Topi Miettinen <tom@medialab.sonera.net> (closes: Bug#24894) . index() --> strchr() . sprintf() --> snprintf() . bcopy() --> memcpy() . bzero() --> memset() . UNAMESZ --> UT_NAMESIZE . sys_errlist --> strerror() * Added support for setutent()/getutent()/endutend() instead of binary reading the UTMP file. This is the the most portable way. Thanks to Topi Miettinen <tom@medialab.sonera.net>.
Joey Schulze
1998-10-12 18:24:48 +0000
30271480d1Added support for TESTING.
Joey Schulze
1998-10-12 16:58:12 +0000
3aed3fb33aAdded support for tklogd and tsyslogd which are testing environments.
Joey Schulze
1998-10-12 16:57:53 +0000
b1b46e241fChanged the define.
Joey Schulze
1998-10-12 16:47:05 +0000
f056a45925Added documentation for `-a' argument.
Joey Schulze
1998-10-12 16:46:11 +0000
b0720eb617Mon Oct 12 00:42:30 CEST 1998: Martin Schulze <joey@infodrom.north.de> Modified CheckVersion() . Use shift to decode the kernel version . Compare integers of kernel version . extract major.minor.patch from utsname.release via sscanf() The reason lays in possible use of kernel flavours which modify utsname.release but no the Version_ symbol.
Joey Schulze
1998-10-12 16:39:49 +0000
6abd86e133Sat Oct 10 20:01:48 CEST 1998: Martin Schulze <joey@infodrom.north.de> Added support for TESTING define which will turn klogd into stdio-mode used for debugging.
Joey Schulze
1998-10-12 16:38:30 +0000
0e4915d405Mon Oct 12 13:30:35 CEST 1998: Martin Schulze <joey@infodrom.north.de> Redirected some error output with regard to argument parsing to stderr.
Joey Schulze
1998-10-12 16:36:18 +0000
cf7e986344. Added support for TESTING define which will turn syslogd into stdio-mode used for debugging.
Joey Schulze
1998-10-12 11:35:02 +0000
c924428cb7* The code now is compilable without SYSLOG_INET again. Thanks to Enrik Berkhan <enrik@rzstud1.akk.org>.
Joey Schulze
1998-07-10 23:56:53 +0000
7326d197dd* Postinst will create files with correct file modes (closes: Bug#21212) * Made /dev/xconsole mode 0640 and root.adm (closes: Bug#11917) * Changed priority of exit message from LOG_ERR to LOG_INFO (closes Bug#21606)
Joey Schulze
1998-06-12 23:43:39 +0000
1f3d627188* Fixed typos in syslogd-listfiles(1), thanks to Francesco Potorti` <F.Potorti@cnuce.cnr.it> (closes: Bug#20903) * Corrected email address for Shane Alderton (closes: Bug#20765) * Fixed manpage to not reflect reverse implementated SIGALRM signal handler (closes: Bug#20647) * Modified behaviour with including <sys/module.h> (closes: Bug#20556) * Added correct prototype for llseek() (closes: Bug#20507, Bug#20220) * Added more log information if problems occurr while reading a system map file. * Modified System.map read function to try all possible map files until a file with matching version is found. * Added Debian release to klogd * Switched to fgets() as gets() is not buffer overrun secure. * Modified loop for detecting the correct system map.
Joey Schulze
1998-04-13 23:27:37 +0000
92fe2ad65d* Applied patch from Pedro Manuel Rodrigues <pmanuel@cindy.fe.up.pt> to let klogd work togther with >2GB address space.
Joey Schulze
1998-03-19 22:56:43 +0000
69331684e1* Corrected Topi's patch as it prevented forwarding during startup due to an unknown LogPort. * Finalized it
Joey Schulze
1998-02-25 12:20:58 +0000
de54a7e0c7Fixed little comparison mistake that prevented the MARK feature to work properly.
Joey Schulze
1998-02-25 09:53:47 +0000
d9d28b60d0* Applied patch from Topi Miettinen <Topi.Miettinen@ml.tele.fi> to open the UDP socket only if it is really needed. * Updated sysklogd(8) manpage * Added note to mailing list
Joey Schulze
1998-02-23 23:41:00 +0000
e7509db5e3* Removed killall-statement from postinst. Thanks to James Troup for reporting it. * Added chdir("/") to both daemons (fixes: Bug#17601)
Joey Schulze
1998-01-29 20:40:48 +0000
be8b841a11* Another patch for Linux/alpha by Christopher C Chimelis <chris@classnet.med.miami.edu> (fixes: Bug#17385)
Joey Schulze
1998-01-25 21:06:08 +0000
1a13ecfda1As the bug covering the %'s introduced a problem with unevaluated priorities I've worked out a real fix that strips %'s to an even number which is harmless for printf.
Joey Schulze
1998-01-25 20:52:12 +0000
5a279c7af7* Fixed small typo in syslogd-listfiles * Corrected debug output concerning remote receiption * Removed race condition in syslogd-listfiles * Modified logfile detection routine to take care of double listed logfiles. Thanks to Roman Hodek <roman@debian.org> for providing an appropriate patch. (Bug#17000)
Joey Schulze
1998-01-13 01:30:28 +0000
e9b180bb9b* Corrected some code that caused klogd to dump core when receiving some special messages from 2.1.78. Thanks to Chu-yeon Park <kokids@doit.ajou.ac.kr> for informing me. * Fixed bug that caused klogd to die if there is no System.map available. * Added -x switch to omit EIP translation and System.map evaluation. Thanks to Florian La Roche <florian@knorke.saar.de>. * Fixed small bugs in F_FORW_UNKN meachanism. Thanks to Torsten Neumann <torsten@londo.rhein-main.de> for pointing me to it. * Fixed problem with klogd not being able to be built on a kernel newer than 2.1.18. Worked in a patch from Alessandro Suardi <asuardi@uninetcom.it>
Joey Schulze
1998-01-10 18:02:57 +0000
f1bddb54ec* Corrected Standards-Version to 2.3.0.1 (Bug#16769) * Reworked one line of an older patch because it prevented syslogd from binding the socket with the result that no messages were forwarded to other hosts. * Changed the behaviour of klogd when receiving a terminate signal. Now the program terminates immediately instead of completing the receipt of a kernel message. (Bug#16796, Bug#16828, Bug#16148) * Noticed a bug which was closed by 1.3-18 (Bug#14776) * Changed Maintainer address to joey@debian.org
Joey Schulze
1998-01-09 00:03:55 +0000
05c061eaa5* Added test in postinst if user and group exist. Christoph Lameter run into trouble upgrading a RedHat system. * Fixed little mistake which prevented klogd from accepting a console log level of 8 to get <7> alias KERN_DEBUG displayed. * Linked against libc6 (Bug#11731) * Added SHELL=/bin/bash to rules as Herbert Xu suggested * Corrected syslog.conf(5) manpage * syslogd resets the ignore priority flag now. Thanks to Herbert Thielen. (Bug#12009) * Fixed bug that caused syslogd to write into wrong files under some race conditions. Thanks to Herbet Xu. (Bug#13506) * /var/log/auth.log will only be touch if needed (Bug#14329) * debian/conffiles is treated like a document (Bug#14521) * Added script for generic logfile detection and rotation and included that in cron scripts, included also its manpage (Bug#14610) * Modified restart messages in /etc/init.d/sysklogd (Bug#15840) * klogd will first try to load /boot/System.map-$ver, then /boot/System.map, then /System.map-$ver and after that /System.map * Modified ExpandKadds() because there were some problems accessing memory r/w. (Bug#15336)
Joey Schulze
1998-01-02 03:07:16 +0000
67383f9931* Fixed little mistake which prevented klogd from accepting a console log level of 8 to get <7> alias KERN_DEBUG displayed.
Joey Schulze
1997-08-21 10:14:52 +0000
ad6429b459Fixed stupid bug which caused klogd to eat up 90% cpu time.
Joey Schulze
1997-06-25 10:01:10 +0000
af05ec876fSome more glibc patches made by Michael Alan Dorman <mdorman@debian.org>.
Joey Schulze
1997-06-15 17:14:04 +0000
dd5def6ac9Added patch from Leland Olds which fixes a buffer overrun and improved symbol lookup.
Joey Schulze
1997-06-13 09:35:55 +0000
c05f39c39cIncluded upstream patches for 1.3.1 to 1.3.3 and modified debian/rules to support better debugging by including a patch to the modules package.
Joey Schulze
1997-06-13 07:42:20 +0000
8947ba8d2fIncluded improvements and bugfixes
Joey Schulze
1997-06-10 21:06:52 +0000
251da95efbUpgrading to version 1.3-15 from the archive
Joey Schulze
1997-06-02 17:42:34 +0000
7834544c60Import of bare source for 1.3
Joey Schulze
1997-06-02 17:21:41 +0000