I'm really starting to gain an interest in security. I am trying so hard to learn C past printf(). ;) It's not easy for me because I have a hard time remembering what I read. I used to be so good at reading/comprehension...something went wrong a long time ago and it just isn't so anymore. =(
But anyway, I just want to audit code for a while and see what I can pick up on just by reading full (not just partial clippings) code examples of bad and good code side by side. I am finally beginning my security approaches on my server because I think it's time I start using some of the things I keep talking about to other people or I just think about.
Oh and since it's pretty much a dead issue now I figure I'll go ahead and paste my codered scan count. =)
[carl@carbon]$ grep default.ida access_log.* | wc -l
1903
[carl@carbon]$ grep default.ida access_log.* | awk '{print
$1}' | sort -u | wc -l
1247
They're both from the same IP.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!