Reed Loden

Show:

What's happening?

  • Comment: Uninitialized memory accessed by NAMES 0

    Indeed, I can confirm this. It doesn't require the server to not have any channels, either. Looking at the code, it definitely looks like we're not null-terminating `buf` before sending it to send_reply(), for one thing.

    2009-11-12 05:34:32 UTC in Undernet IRC Server Development

  • IncrediBL

    r33d committed revision 4 to the IncrediBL SVN repository, changing 18 files.

    2009-04-22 14:16:07 UTC in IncrediBL

  • IncrediBL

    r33d changed the public information on the IncrediBL project.

    2009-04-22 13:44:51 UTC in IncrediBL

  • IncrediBL

    r33d changed the public information on the IncrediBL project.

    2009-04-22 13:39:34 UTC in IncrediBL

  • check_file_age - Add option (-m) to allow for missing file

    I'm using check_file_age to monitor for stale lock files, which means it's ok for such a file to not exist. The attached patch adds support for an -m (missing) option to make the check return OK if the file is missing rather than CRITICAL. Patch against Plugin Version (-V output): check_file_age v1750 (nagios-plugins 1.4.13) Plugin Name: check_file_age Example Plugin Commandline...

    2009-03-24 05:48:31 UTC in Nagios Plugin Development

  • Comment: Spam received at my @users.sourceforge.net address

    Yes, here's a few since I filed this ticket: From: SmartDataWorld® To: r33d@users.sourceforge.net Reply-to: sales@smartdataworld.com Subject: [SPAM] Achieving 2009 Sales Target made easy! Date: Mon, 02 Mar 2009 18:15:16 +0400 Sender: heycet@eim.ae From: "Conly Jackowski" To: Reply-To: Conly Jackowski...

    2009-02-24 19:49:35 UTC in SourceForge.net

  • Comment: Spam received at my @users.sourceforge.net address

    As I mentioned in my original comment, I don't use my @users.sourceforge.net address for any type of e-mail at all, so they clearly generated the address using my username and the hostname in order to spam me. Within an hour an a half after receiving the original spam message, I received three other copies of the exact spam to three other addresses (a personal address, a work address, and a...

    2009-01-21 17:03:11 UTC in SourceForge.net

  • Comment: Spam received at my @users.sourceforge.net address

    Sure, it's understood that it's easy to screen-scrape usernames and spam, but I figured I'd report this one anyway so it could possibly be blocked at the server level so others don't get this spam, since I bet they are spamming lots of @users.sf.net addresses. Thanks, again!

    2009-01-20 23:28:42 UTC in SourceForge.net

  • Spam received at my @users.sourceforge.net address

    [Marking this private since I'm attaching full headers that include my e-mail address] I never use my @users.sourceforge.net e-mail address for anything, so somebody is clearly getting usernames off of SF.net and sending spam to them. I'd appreciate it if you all would block this junk mail at the server level. I will also report the spam to the sender, as per the headers. Thanks, guys...

    2009-01-20 23:13:15 UTC in SourceForge.net

  • BackupConfig() doesn't set proper permissions on backup conf

    CZNC::BackupConfig() makes a copy of the currently running znc.conf to znc.conf-backup, but it doesn't set any permissions on the new file, so it gets 0644, which means anybody can open it and read it. This is a security issue, as anybody on the machine could just read the backup config for passwords and other things. There's a number of ways to fix this, but I'll list a few possibilities: *...

    2008-12-07 05:22:40 UTC in ZNC - Advanced IRC Bouncer