Sopranos
I grabbed a copy of the The Sopranos – The Complete Fifth Season today. Probably going to save this one for the weekend otherwise I’ll end up watching it all tonight
Basic Portscanner and Windows Installer
Did some work and I believe I have the basic portscanner working under Windows now. The only remaining issue (which is also a problem in the Gtk# version too) is that there is no progess bar displayed during a scan so it can look like the program has hung. I also updated the Windows installer [...]
Hell Freezes Over
I never really thought I’d see the day when Apple switched to Intel but here it is. I saw the news on the weekend but I was still not convinced until I saw the official announcement. I wonder if that means the end for Linux/PPC? (except maybe for IBM big iron). We sure live in [...]
writeSystemInfo (win32) / Sussen Wiki
Implemented writeSystemInfo() for Sussen.Oval.Windows. I haven’t checked in the code yet though, I’ll do that later on. Also spent some time this morning on the Sussen Wiki. I wrote some new content and it’s somewhat useful now. Still could use some help with the layout, I’m not much of a web designer.
sussen-win update / sussen-server –run-nasl
Merge some code from the trunk into the sussen-win branch today. In the OvalResults class I created a new abstract method writeSystemInfo() which allowed me to move some platform specific code into Sussen.Oval.Unix and Sussen.Oval.Windows. I also added a new option to sussen-server which is –run-nasl [filename]. This allows you to run a specified NASL [...]
Fedora Directory Server Project
I heard that Redhat announced the creation of the Fedora Directory Server project. I downloaded a copy and tried to build it on one of my x86_64 boxes but it didn’t really work out: ~/tmp/fedora-ds-7.1 $ make cat: ./x86_64-unknown-linuxoldld/buildnum.dat: No such file or directory cat: /etc/redhat-release: No such file or directory if test ! -d [...]
LAT – SSL Support
Last night I was hacking on SSL support in LAT. At first I couldn’t make an SSL connection, I kept getting errors about the certificate. Turns out I needed to use the certmgr tool in Mono to import the certificate into the user’s certificate store: $ certmgr -ssl ldaps://ldap.example.com:636 Once I did that I could [...]