K 10 svn:author V 3 yar K 8 svn:date V 27 2004-07-30T16:57:42.000000Z K 7 svn:log V 429 Open a socket for a data transfer in active mode using euid of the current user, not root. This will allow neat things like matching anonymous FTP data traffic with a single ipfw(8) rule: ipfw add ... tcp from any to any uid ftp Note that the control connection socket still belongs to the user ftpd(8) was started from, usually root. PR: bin/65928 Submitted by: Eugene Grosbein MFC after: 1 month END