Re: Privacy concerns and countermeasures

2003-03-07 Thread Kai Raven
2) Which anonymous services would you recommend? For websurfing the Java Anon Proxy as Java application or as 'standalone' proxytest daemon. http://anon.inf.tu-dresden.de/index_en.html For mails and postings Mixmaster (perhaps mixed with GnuPG encrypted content) http://mixmaster.sourc

Re: Webserver relaying mail

2002-02-23 Thread kai
the webserver. Kai On Wed, Feb 20, 2002 at 04:09:17PM -0700, Lisa Bogar wrote: > > Someone on campus called me yesterday inquiring about how to stop relaying > through sendmail. He thought he had configured his sendmail.cf to not > allow relaying, but then got notified he was r

Re: SQL injection with MySQL, PHP

2002-02-08 Thread kai
p function addslashes. BE CAREFUL about turning this on if it is off. There may be applications on the server which call addslashes manually. If you turn magic_quotes_gpc things will I think get double slashed Kai On Thu, Feb 07, 2002 at 03:43:30PM +1000, Ashley Woodbridge wrote: > -BEG