You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(55) |
Oct
(44) |
Nov
(156) |
Dec
(123) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(130) |
Feb
(156) |
Mar
(162) |
Apr
(171) |
May
(97) |
Jun
(127) |
Jul
(58) |
Aug
(81) |
Sep
(86) |
Oct
(45) |
Nov
(41) |
Dec
(84) |
| 2003 |
Jan
(71) |
Feb
(87) |
Mar
(133) |
Apr
(152) |
May
(151) |
Jun
(232) |
Jul
(320) |
Aug
(237) |
Sep
(271) |
Oct
(536) |
Nov
(301) |
Dec
(393) |
| 2004 |
Jan
(393) |
Feb
(184) |
Mar
(314) |
Apr
(225) |
May
(139) |
Jun
(77) |
Jul
(87) |
Aug
(75) |
Sep
(139) |
Oct
(50) |
Nov
(8) |
Dec
(28) |
| 2005 |
Jan
(66) |
Feb
(63) |
Mar
(14) |
Apr
(14) |
May
(8) |
Jun
(23) |
Jul
(21) |
Aug
(6) |
Sep
(29) |
Oct
(55) |
Nov
(38) |
Dec
(8) |
| 2006 |
Jan
(5) |
Feb
(10) |
Mar
(1) |
Apr
(15) |
May
(32) |
Jun
(44) |
Jul
(11) |
Aug
(8) |
Sep
(9) |
Oct
(14) |
Nov
(4) |
Dec
(3) |
| 2007 |
Jan
(3) |
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(35) |
Aug
(49) |
Sep
(8) |
Oct
(42) |
Nov
(44) |
Dec
(7) |
| 2008 |
Jan
(2) |
Feb
(7) |
Mar
(8) |
Apr
(80) |
May
(74) |
Jun
(29) |
Jul
(5) |
Aug
(7) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
|
| 2009 |
Jan
(8) |
Feb
(19) |
Mar
(3) |
Apr
(24) |
May
(22) |
Jun
(23) |
Jul
(8) |
Aug
(23) |
Sep
(8) |
Oct
(27) |
Nov
(52) |
Dec
(27) |
| 2010 |
Jan
(36) |
Feb
(29) |
Mar
(17) |
Apr
(28) |
May
(21) |
Jun
(4) |
Jul
|
Aug
(28) |
Sep
(18) |
Oct
(6) |
Nov
(34) |
Dec
(16) |
| 2011 |
Jan
(18) |
Feb
(12) |
Mar
|
Apr
|
May
(9) |
Jun
(1) |
Jul
(5) |
Aug
(5) |
Sep
(7) |
Oct
(16) |
Nov
(26) |
Dec
(17) |
| 2012 |
Jan
(6) |
Feb
(34) |
Mar
(52) |
Apr
(10) |
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(4) |
| 2013 |
Jan
(5) |
Feb
|
Mar
|
Apr
(5) |
May
(4) |
Jun
|
Jul
|
Aug
(14) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(2) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(11) |
| 2015 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Heiko Z. <he...@zu...> - 2002-04-05 00:23:18
|
Friedrich Lobenstock wrote:
> Hi!
>
> I just found out that without a running klogd everytime a logging filterrule
> is hit it gets printed on the console and not only in the syslog. I had to
> replace the busybox klogd and then start "klogd -c 1". Now it is possible to
> work on the console while your are eg. under attack and lot of log rules get
> hit.
>
> I'd like to check in my modifications, but I don't know the motivations
> behind why klogd wasn't started before.
When you specify debug (7) as loglevel, then you don't have any problems.
Here is an example I use:
$IPTABLES -N LOG_AND_DROP
$IPTABLES -A LOG_AND_DROP -j LOG --log-level debug \
--log-prefix "DROP " -m limit --limit $LOG_LIMIT
$IPTABLES -A LOG_AND_DROP -j DROP
--
cu
Heiko
We are Penguin, Resistance is futile!
http://www.devil-linux.org
|
|
From: Friedrich L. <fl...@fl...> - 2002-04-04 23:55:37
|
Hi! I just found out that without a running klogd everytime a logging filterrule is hit it gets printed on the console and not only in the syslog. I had to replace the busybox klogd and then start "klogd -c 1". Now it is possible to work on the console while your are eg. under attack and lot of log rules get hit. I'd like to check in my modifications, but I don't know the motivations behind why klogd wasn't started before. -- MfG / Regards Friedrich Lobenstock |
|
From: <no...@so...> - 2002-04-04 22:09:09
|
Bugs item #539475, was opened at 2002-04-04 17:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=539475&group_id=34096 Category: Package Group: None Status: Open Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: update wvdial Initial Comment: v1.52 is available http://open.nit.ca/wvdial/ ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=539475&group_id=34096 |
|
From: <no...@so...> - 2002-04-04 02:51:24
|
Bugs item #532275, was opened at 2002-03-19 19:54 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=532275&group_id=34096 Category: Base System Group: None >Status: Deleted Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: update e2fsprogs to v1.27 Initial Comment: http://sourceforge.net/project/showfiles.php?group_id=2406 ---------------------------------------------------------------------- >Comment By: Heiko Zuerker (smiley73) Date: 2002-04-03 21:51 Message: Logged In: YES user_id=112133 was already done ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=532275&group_id=34096 |
|
From: <no...@so...> - 2002-04-04 02:49:57
|
Bugs item #532286, was opened at 2002-03-19 20:40 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=532286&group_id=34096 Category: Base System Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: udpate util-linux to v2.11o Initial Comment: http://freshmeat.net/projects/util-linux/ ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=532286&group_id=34096 |
|
From: Heiko Z. <smi...@zu...> - 2002-04-04 01:41:18
|
Friedrich Lobenstock wrote: > no...@so... wrote: > >>we could use this one >>http://spazioweb.inwind.it/stefko5/RotTlog/ >> > > Did you test it? Nope, just collecting information. If you know others, add it to the tracker. -- cu Heiko We are Penguin, Resistance is futile! http://www.devil-linux.org |
|
From: Friedrich L. <fl...@fl...> - 2002-04-04 00:18:25
|
no...@so... wrote: > > we could use this one > http://spazioweb.inwind.it/stefko5/RotTlog/ Did you test it? -- MfG / Regards Friedrich Lobenstock |
|
From: <no...@so...> - 2002-04-03 22:24:39
|
Bugs item #537261, was opened at 2002-03-30 19:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=537261&group_id=34096 Category: Package Group: None Status: Open Resolution: None Priority: 8 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: add logrotate Initial Comment: logrotate is needde, otherwise the log file will get to big ---------------------------------------------------------------------- >Comment By: Heiko Zuerker (smiley73) Date: 2002-04-03 17:24 Message: Logged In: YES user_id=112133 we could use this one http://spazioweb.inwind.it/stefko5/RotTlog/ ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=537261&group_id=34096 |
|
From: <no...@so...> - 2002-04-03 22:19:40
|
Feature Requests item #538967, was opened at 2002-04-03 17:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=538967&group_id=34096 Category: Packages Group: None Status: Open Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: add snare Initial Comment: http://www.intersectalliance.com/projects/Snare/ Enhancing the security of the Linux operating system, by providing a comprehensive event logging facility ..... A combination of the features outlined above will allow you to specify rules such as "Tell me whenever any user except root, attempts to write to the file /etc/passwd" ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=538967&group_id=34096 |
|
From: <no...@so...> - 2002-04-03 22:10:16
|
Bugs item #538963, was opened at 2002-04-03 17:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=538963&group_id=34096 Category: Build System Group: None Status: Open Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: update cdrecord Initial Comment: v1.11a20 has fixed in mkisofs ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=538963&group_id=34096 |
|
From: Heiko Z. <he...@zu...> - 2002-04-03 21:51:13
|
Friedrich Lobenstock wrote: > Heiko Zuerker wrote: > >>I thought that was already replaced ? > > No it was not so I had to add killall to the copy_base.lst file. > What did you do, because you think that it was already done? I just had the feeling, that it was included. Of course, I could be wrong. -- cu Heiko We are Penguin, Resistance is futile! http://www.devil-linux.org |
|
From: Friedrich L. <fl...@fl...> - 2002-04-03 19:23:55
|
Heiko Zuerker wrote: > > I thought that was already replaced ? No it was not so I had to add killall to the copy_base.lst file. What did you do, because you think that it was already done? -- MfG / Regards Friedrich Lobenstock |
|
From: Heiko Z. <he...@zu...> - 2002-04-03 15:24:44
|
I thought that was already replaced ? Heiko no...@so... wrote: > Feature Requests item #538683, was opened at 2002-04-03 13:46 > You can respond by visiting: > http://sourceforge.net/tracker/?func=detail&atid=410646&aid=538683&group_id=34096 > > Category: Base System > Group: None > >>Status: Closed >> > Priority: 5 > Submitted By: Friedrich Lobenstock (friedl) > Assigned to: Friedrich Lobenstock (friedl) > Summary: replace busybox killall > > Initial Comment: > the busybox killall does not support some needed > commandline options > > ---------------------------------------------------------------------- > > You can respond by visiting: > http://sourceforge.net/tracker/?func=detail&atid=410646&aid=538683&group_id=34096 > > _______________________________________________ > Devil-linux-develop mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-develop > > -- cu Heiko We are Penguin, Resistance is futile! http://www.devil-linux.org |
|
From: <no...@so...> - 2002-04-03 11:50:56
|
Feature Requests item #538683, was opened at 2002-04-03 13:46 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=538683&group_id=34096 Category: Base System Group: None Status: Open Priority: 5 Submitted By: Friedrich Lobenstock (friedl) Assigned to: Friedrich Lobenstock (friedl) Summary: replace busybox killall Initial Comment: the busybox killall does not support some needed commandline options ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=538683&group_id=34096 |
|
From: <no...@so...> - 2002-04-03 11:47:00
|
Feature Requests item #538683, was opened at 2002-04-03 13:46 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=538683&group_id=34096 Category: Base System Group: None >Status: Closed Priority: 5 Submitted By: Friedrich Lobenstock (friedl) Assigned to: Friedrich Lobenstock (friedl) Summary: replace busybox killall Initial Comment: the busybox killall does not support some needed commandline options ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=538683&group_id=34096 |
|
From: <no...@so...> - 2002-04-03 02:35:33
|
Bugs item #534036, was opened at 2002-03-23 10:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=534036&group_id=34096 Category: Configuration / Scripts Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: nic without ip address Initial Comment: modify the network start script, so it can bring up an interface without an ip address. this is needed to build a snort sensor, which is not reachable over the listening interface. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=534036&group_id=34096 |
|
From: <no...@so...> - 2002-04-03 02:22:25
|
Bugs item #537269, was opened at 2002-03-30 19:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=537269&group_id=34096 Category: Build System Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: missing XFS param in ../software file Initial Comment: INSTALL_XFS_UTIL is missing in /etc/sysconfig/software ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=537269&group_id=34096 |
|
From: <no...@so...> - 2002-04-03 02:18:30
|
Bugs item #534733, was opened at 2002-03-25 11:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=534733&group_id=34096 Category: Configuration / Scripts Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: owner for /etc/* Initial Comment: After unpacking the config, a chown -R 0.0 /etc/* should be run, otherwise the "init S" could fail. permissions.base needs to be updated, to restore the correct permissions after the system starts booting. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=534733&group_id=34096 |
|
From: <no...@so...> - 2002-04-03 02:09:56
|
Bugs item #535339, was opened at 2002-03-26 13:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=535339&group_id=34096 Category: Package Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: /var/log/snort missing Initial Comment: /var/log/snort must be created and put into the tarball ---------------------------------------------------------------------- Comment By: Heiko Zuerker (smiley73) Date: 2002-03-26 16:05 Message: Logged In: YES user_id=112133 create the directory within the snort start script ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=535339&group_id=34096 |
|
From: <no...@fr...> - 2002-04-02 23:33:53
|
This email is to inform you of release '1.0.17' of 'JFS for Linux' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/jfs/ The changes in this release are as follows: Fixes to the filesystem and utilities. Project description: JFS for Linux is IBM's journaling filesystem, ported to Linux. If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects you're subscribed to in the right column, which you may cancel by highlighting the project in question and clicking the 'delete' button. Sincerely, freshmeat.net |
|
From: <no...@so...> - 2002-04-01 14:54:12
|
Feature Requests item #537738, was opened at 2002-04-01 09:54 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=537738&group_id=34096 Category: Base System Group: None Status: Open Priority: 7 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: serial console support Initial Comment: add serial console support, so debugging of startup problems is easier. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=537738&group_id=34096 |
|
From: <no...@fr...> - 2002-04-01 06:26:17
|
This email is to inform you of release '1.9.5-pre2' of 'grsecurity' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/grsecurity/ The changes in this release are as follows: There are major code cleanups in this version, as well as a new pivot_root restriction in chroot, log bursting, and time support for the ACL system. Project description: grsecurity is a complete security system for Linux 2.4. It features buffer overflow protection, kernel auditing, an advanced ACL system, and many (around 80) other features that allow you to restrict access for your users or provide additional network stealth and security. If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects you're subscribed to in the right column, which you may cancel by highlighting the project in question and clicking the 'delete' button. Sincerely, freshmeat.net |
|
From: <no...@so...> - 2002-03-31 19:23:21
|
Feature Requests item #537478, was opened at 2002-03-31 14:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=537478&group_id=34096 Category: Base System Group: None Status: Open Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: add usb support Initial Comment: just add it ;-) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410646&aid=537478&group_id=34096 |
|
From: <no...@so...> - 2002-03-31 00:50:00
|
Bugs item #537269, was opened at 2002-03-30 19:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=537269&group_id=34096 Category: Build System Group: None Status: Open Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: missing XFS param in ../software file Initial Comment: INSTALL_XFS_UTIL is missing in /etc/sysconfig/software ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=537269&group_id=34096 |
|
From: <no...@so...> - 2002-03-31 00:04:18
|
Bugs item #537261, was opened at 2002-03-30 19:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=537261&group_id=34096 Category: Package Group: None Status: Open Resolution: None Priority: 8 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: add logrotate Initial Comment: logrotate is needde, otherwise the log file will get to big ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=537261&group_id=34096 |