Re: ftp problems with OpenBSD 3.9

2006-06-16 Thread Hannah Schroeter
Hi! On Thu, Jun 15, 2006 at 09:29:40PM -0400, Nick Holland wrote: Smith wrote: how do I compile it. I know I can look at previous patches and possible figure it out but I wouldn't know if it's the proper way to do it. I have a test machine all setup and ready and my pwd is

Re: ftp problems with OpenBSD 3.9

2006-06-16 Thread Smith
Okay, I followed Nick Holland's suggestion. First, I had setup an OpenBSD 3.9 test machine. The only configuration I did was to setup the ftpd service as described in a previous post. I tested it, the problem still persisted. Then I download src.tar.gz from the 3.8 directory on a mirror

Re: ftp problems with OpenBSD 3.9

2006-06-15 Thread Smith
I tried in /etc/rc.conf.local ftpd_flags=-DllUSAn4 and rebooted. Problem still persisted. I checked netstat -an to verify that it was not listening on tcp6 port 21. I'm going to do Nick Holland's suggestion and the tcpdump idea too.

Re: ftp problems with OpenBSD 3.9

2006-06-15 Thread Smith
how do I compile it. I know I can look at previous patches and possible figure it out but I wouldn't know if it's the proper way to do it. I have a test machine all setup and ready and my pwd is /usr/src/libexec/ftpd.

Re: ftp problems with OpenBSD 3.9

2006-06-15 Thread Nick Holland
Smith wrote: how do I compile it. I know I can look at previous patches and possible figure it out but I wouldn't know if it's the proper way to do it. I have a test machine all setup and ready and my pwd is /usr/src/libexec/ftpd. Just replied privately, but since you asked publicly also,

ftp problems with OpenBSD 3.9

2006-06-14 Thread Tim
I may be beat up for asking this question, but I'll endure it if it leads to an answer. In the past, I've setup OpenBSD 3.8 ftpd servers that my users access using Microsoft web folders. Everything works fine. A user double clicks on the web folder and the contents of the ftp folder pops up

Re: ftp problems with OpenBSD 3.9

2006-06-14 Thread Nick Guenther
On 6/14/06, Tim [EMAIL PROTECTED] wrote: I may be beat up for asking this question, but I'll endure it if it leads to an answer. In the past, I've setup OpenBSD 3.8 ftpd servers that my users access using Microsoft web folders. Everything works fine. A user double clicks on the web folder and

Re: ftp problems with OpenBSD 3.9

2006-06-14 Thread Smith
Sorry, a little more detail. Pf is not running on any of these ftpd servers. My ftpd setup consist mainly of: /etc/rc.conf.local = ftpd_flags=-DllUSAn /etc/ftpusers = has the admin account in there /etc/ftpchroot = the account that will receive the scans /etc/shells = /usr/bin/false the

Re: ftp problems with OpenBSD 3.9

2006-06-14 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] Sorry, a little more detail. Pf is not running on any of these ftpd servers. My ftpd setup consist mainly of: /etc/rc.conf.local = ftpd_flags=-DllUSAn /etc/ftpusers = has the admin account in there /etc/ftpchroot = the account that will receive the scans

Re: ftp problems with OpenBSD 3.9

2006-06-14 Thread Allen Theobald
I would ask: does it still work under 3.8? I'm not so sure 3.9 is the culprit. MS security updates hose this kind of stuff all the time (at least for me). Take care, Allen --- Tim [EMAIL PROTECTED] wrote: I may be beat up for asking this question, but I'll endure it if it leads to an

Re: ftp problems with OpenBSD 3.9

2006-06-14 Thread Smith
This will answer two post: It does work in 3.8 still. As a matter a fact, I have two servers on the intranet. The 3.8 works fine but not the 3.9. I tried the passive/active and still the problem persist. If I use the command line or filezilla (another windows ftp client that's open

Re: ftp problems with OpenBSD 3.9

2006-06-14 Thread Tobias Ulmer
On Wed, Jun 14, 2006 at 05:38:07PM -0700, Smith wrote: This will answer two post: It does work in 3.8 still. As a matter a fact, I have two servers on the intranet. The 3.8 works fine but not the 3.9. I tried the passive/active and still the problem persist. If I use the command line

Re: ftp problems with OpenBSD 3.9

2006-06-14 Thread Nick Holland
Smith wrote: This will answer two post: It does work in 3.8 still. As a matter a fact, I have two servers on the intranet. The 3.8 works fine but not the 3.9. I tried the passive/active and still the problem persist. If I use the command line or filezilla (another windows ftp client

Re: ftp problems with OpenBSD 3.9

2006-06-14 Thread Matthias Kilian
On Wed, Jun 14, 2006 at 10:27:43PM -0400, Nick Holland wrote: IF changing the FTP source code from 3.9's to 3.8's Fixes the problem, just start putting in change after change until it breaks. :) Could it just be this one, i.e. MS software tries to login without password? | CVSROOT: