cvs commit: src/lib/libfetch ftp.c

2008-01-24 Thread Dag-Erling Smorgrav
des 2008-01-24 08:07:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libfetch ftp.c Log: MFC: (1.101) replace fclose() with comment explaining why it's incorrect. Approved by:re (kensmith) Revision ChangesPath 1.96.2.2

Re: cvs commit: src/lib/libfetch ftp.c

2008-01-23 Thread Daniel Eischen
On Wed, 23 Jan 2008, Brooks Davis wrote: On Wed, Jan 23, 2008 at 05:40:41PM -0500, Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just writting to confirm the fix works on the orginial reported issue a stupid question what does MFC stand for? Merge From Current as

Re: cvs commit: src/lib/libfetch ftp.c

2008-01-23 Thread Brooks Davis
On Wed, Jan 23, 2008 at 05:40:41PM -0500, Aryeh M. Friedman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Just writting to confirm the fix works on the orginial reported > issue a stupid question what does MFC stand for? Merge From Current as googling for "what does MFC stand f

Re: cvs commit: src/lib/libfetch ftp.c

2008-01-23 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just writting to confirm the fix works on the orginial reported issue a stupid question what does MFC stand for? Dag-Erling Smorgrav wrote: > des 2008-01-23 20:57:59 UTC > > FreeBSD src repository > > Modified files: lib/libfetch f

cvs commit: src/lib/libfetch ftp.c

2008-01-23 Thread Dag-Erling Smorgrav
des 2008-01-23 20:57:59 UTC FreeBSD src repository Modified files: lib/libfetch ftp.c Log: Fix a regression introduced in rev 1.99: replace fclose(f) with a comment explaining why f cannot possibly be a valid FILE * at this point. MFC after: 1 day Rev

cvs commit: src/lib/libfetch ftp.c

2006-07-21 Thread Dag-Erling Smorgrav
des 2006-07-22 06:01:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libfetch ftp.c Log: MFC: (1.92, 1.94) use CDUP (1.93) ignore MODE failure (1.95) respect FETCH_BIND_ADDRESS Revision ChangesPath 1.91.2.1 +175 -

cvs commit: src/lib/libfetch ftp.c

2006-06-13 Thread Dag-Erling Smorgrav
des 2006-06-13 10:21:03 UTC FreeBSD src repository Modified files: lib/libfetch ftp.c Log: Respect FETCH_BIND_ADDRESS when opening the data connection. PR: misc/98872 Revision ChangesPath 1.95 +5 -0 src/lib/libfetch/ftp.c ___

cvs commit: src/lib/libfetch ftp.c

2006-06-13 Thread Dag-Erling Smorgrav
des 2006-06-13 10:19:59 UTC FreeBSD src repository Modified files: lib/libfetch ftp.c Log: Fix a bug introduced in rev 1.92, where, when changing from one directory to another, the first CWD after a string of CDUPs would incorrectly include a slash before the dire

Re: cvs commit: src/lib/libfetch ftp.c

2006-06-12 Thread Kris Kennaway
On Mon, Jun 12, 2006 at 03:28:57PM -0700, David O'Brien wrote: > On Fri, Aug 12, 2005 at 12:48:51PM +, Dag-Erling Smorgrav wrote: > > des 2005-08-12 12:48:51 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libfetch ftp.c > > Log: > > Change dire

Re: cvs commit: src/lib/libfetch ftp.c

2006-06-12 Thread David O'Brien
On Fri, Aug 12, 2005 at 12:48:51PM +, Dag-Erling Smorgrav wrote: > des 2005-08-12 12:48:51 UTC > > FreeBSD src repository > > Modified files: > lib/libfetch ftp.c > Log: > Change directory one level at a time, and use CDUP to back out. This is a > work in progr

cvs commit: src/lib/libfetch ftp.c

2006-01-19 Thread Dag-Erling Smorgrav
des 2006-01-19 08:31:47 UTC FreeBSD src repository Modified files: lib/libfetch ftp.c Log: In order to maintain interoperability with certain broken FTP servers, ignore a MODE failure if and only if the mode we attempted to set was S (which is supposed to be the d