Date: Wed, 22 Jun 2011 20:00:27 +0000 (UTC) From: "Andrey V. Elsukov" <ae@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet/libalias alias_db.c alias_ftp.c alias_local.h libalias.3 Message-ID: <201106222000.p5MK0gSP037110@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ae 2011-06-22 20:00:27 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias_db.c alias_ftp.c alias_local.h libalias.3 Log: SVN rev 223437 on 2011-06-22 20:00:27Z by ae Export AddLink() function from libalias. It can be used when custom alias address needs to be specified. Add inbound handler to the alias_ftp module. It helps handle active FTP transfer mode for the case with external clients and FTP server behind NAT. Fix passive FTP transfer case for server behind NAT using redirect with external IP address different from NAT ip address. PR: kern/157957 Submitted by: Alexander V. Chernikov Revision Changes Path 1.81 +6 -18 src/sys/netinet/libalias/alias_db.c 1.34 +103 -21 src/sys/netinet/libalias/alias_ftp.c 1.38 +7 -0 src/sys/netinet/libalias/alias_local.h 1.61 +11 -0 src/sys/netinet/libalias/libalias.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106222000.p5MK0gSP037110>