Maru's world
World of tonic Fluff

Mon, 03 Nov 2008

New RTSP patch format

Hello everyone,

Starting with 2.6.26 the format of the patch I provide will differ. With the former patch you had to patch your kernel by hand and enable the module in the configuration. A few people remakred that this was a little bit difficult to handle.

From now on the patch is setup as an external module. Just extract the tarball, enter the directory and call:

  • make
  • make install

You need to have NF_CONNTRACK_NAT enabled in your kernel configuration though. For more information consult the README file. You can get the source here.

The name starts with rtsp-module.

NB: As always, this code works for me, if you find any bugs or have fixes please contact me.

BTW this code also works with 2.7.27 so do not look for a tarball.

Thu, 24 Jul 2008

New RTSP conntrack patch for 2.6.26

So there is a patch for 2.6.26 now. As usual you can get it here. Some more changes to the API this time but it works for me.

NB: As always, this code works for me, if you find any bugs or have fixes please contact me.

If anyone is interested I also updated the POM repository for the RTSP patch. You can find it here as well.

Fri, 18 Apr 2008

New RTSP conntrack patch for 2.6.25 FINAL

Finally 2.6.25 is out. As usual you can get the RTSP patch here. There has been no change between this and the latest RC.

On a side note. I am curious who is actually using this patch. Of course I could read my apache logs but having a comment like "Yes, I am using it for ...." is so much nicer.

NB: As always, this code works for me, if you find any bugs or have fixes please contact me.

Sat, 08 Mar 2008

New RTSP conntrack patch for 2.6.25-rc4

Im am not dead ...yet. Just to inform the guys downloading the RTSP from here as soon as 2.6.25 proper is out I will put a patch online. The current -RC kernel works here but changes to the code might happen before the final release.

On a side note. I recently started playing around with a RAID-5 setup for my file server. After finishing it up, I'll probably post an entry or two.

Sat, 10 Nov 2007

New RTSP conntrack patch for 2.6.24-rc1

As promised here is the patch for 2.6.24-rc1. It should also work with rc2 but I haven't tested it myself yet. Debugging also changed. I now use pr_debug for output. This means you need to compile the modules with "-DDEBUG" to get the debug output.

NB: As always, this code works for me, if you find any bugs or have fixes please contact me.

Tue, 30 Oct 2007

RTSP conntrack for 2.6.24

Just FYI, the port for 2.6.24 is coming along ok. I will give it some more tests and wait for a few rcs before releasing it though.

Sun, 05 Aug 2007

New RTSP conntrack patch for 2.6.23-rc2

Ok, after finding out rather late that the rtsp patch did not work with 2.6.22, I downloaded 2.6.23-rc2 and ported it yet again. As always you can find the code here. I really hope that this patch will survive 2.6.23-final.

NB: As always, this code works for me, if you find any bugs or have fixes please contact me.

Mon, 30 Jul 2007

New RTSP conntrack patch for 2.6.22

Since some changes happened to the netfilter code in 2.6.22 a new version of the rtsp patch is online. Big thanks go out to Jan Engeldhardt who really helped me getting this patch done in such a short time.

The location of the patch is still the same so go and grab it.

NB: As always, this code works for me, if you find any bugs or have fixes please contact me.

Sun, 29 Apr 2007

RTSP conntrack module

An update to this site is really needed but in the mean time I proudly present my stab at linux kernel hacking. I ported the rtsp conntrack module to the new 2.6.20 netfilter API. I mostly did it because I need it to watch the Apple screencasts that appear every now and then.

So without much further ado I present the patch for the latest kernel releases.

NB: This code works for me, it might open a huge security hole on your firewall or kill your cat.