9fans archive / 2006 / 05 / 218    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: Skip Tavakkolian <9nut@9ne...> Subject: httpd/magic and authentication Date: Fri, 26 May 2006 20:04:30 -0700 Thanks. > By the way, I don't think digest authentication is useful in case we > want to protect some web contents from local users or other person's > CGI. i noticed httpdigest proto has been added to factotum. one of the suggestions in the old thread was for each user to run its own httpd. combining this with a change to the 'who' handler to redirect a ~user request to the user's httpd (port↔user mapping) should do it. each user's own httpd (probably with ssl) then challenges all incoming requests against his/her own factotum which would have a server side secret for httpdigest proto. > http://plan9.aichi-u.ac.jp/pegasus/eman-2.0/ > http://plan9.aichi-u.ac.jp/pegasus/eman-2.1/ I was able to look at 2.0 version but not 2.1.