search for: c0re

Displaying 2 results from an estimated 2 matches for "c0re".

Did you mean: 0re
2006 Apr 29
2
iCal / Authentication / Site5 ?
So, I''m working on adding iCal support to my app. Since I want to restrict users to their own calendars, form-based authentication isn''t going to work, so I''m using the Basic HTTP Authorization from this page - http://blogs.23.nu/c0re/stories/7409/ Everything works fine in my dev machine, but on the server (Site5), I get the login prompt ad infinitum. Has anyone run into this? Have other suggestions I could try? Chasing down another theory, I noticed that "HTTP_AUTHORIZATION" doesn''t appear in request.en --...
2004 Nov 16
2
FireWire Security issues
...re - this file uses hard coded addresses for just # everything. You will at least have to change values in the addrs # dictionary to suit your own equipment. import sys, time import fw # import simple mapping of Apples FireWire API to Python # module available at http://c0re.23.nu/c0de/pyfw/ # this structure encodes FireWire GUID, start of the actual screen memory # resolution and bits per pixel # example values for a Dell Latitude X 200 running FreeBSD 5.3 addrs = { 0x00065b80030f21aeL: (0xe8000000L, 1024, 768, 4), } # enumerate devices on the FireWire bus and itera...