freebsd-src/lib
Ruslan Ermilov c1dd00f75c Fixed the bug that prevented communication with FTP servers behind
NAT in extended passive mode if the server's public IP address was
different from the main NAT address.  This caused a wrong aliasing
link to be created that did not route the incoming packets back to
the original IP address of the server.

	natd -v -n pub0 -redirect_address localFTP publicFTP

Note that even if localFTP == publicFTP, one still needs to supply
the -redirect_address directive.  It is needed as a helper because
extended passive mode's 229 reply does not contain the IP address.

MFC after:	1 week
2001-09-21 14:38:36 +00:00
..
compat Replace our stale-lib cleanup with a better one. (less bloated) 2001-09-21 11:32:51 +00:00
csu Make sure stack is aligned to 16 bytes. 2001-08-21 16:53:23 +00:00
libalias Fixed the bug that prevented communication with FTP servers behind 2001-09-21 14:38:36 +00:00
libatm Revamp FBSDID's for libatm. Restore original import rcsid as per bde 2001-09-15 19:36:55 +00:00
libbind
libbz2
libc Document the FTS_ROOTPARENTLEVEL and FTS_ROOTLEVEL constants. 2001-09-20 12:32:45 +00:00
libc_r Use ``.Rv -std'' wherever possible. 2001-08-31 09:57:38 +00:00
libcalendar
libcam Mark some functions as __printflike() and/or taking const char * arguments 2001-08-20 12:53:36 +00:00
libcom_err
libcompat
libcrypt Implement __FBSDID() 2001-09-16 21:35:07 +00:00
libdevinfo Implement __FBSDID() 2001-09-16 21:35:07 +00:00
libdevstat Implement __FBSDID() 2001-09-16 21:35:07 +00:00
libdisk Mark some functions as __printflike() and/or taking const char * arguments 2001-08-20 12:53:36 +00:00
libedit mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
libfetch Use fseeko() instead of fseek() (u->offset is already an off_t), and mark 2001-09-05 12:22:28 +00:00
libform
libftpio
libgnumalloc
libio Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
libipsec mdoc(7) police: fixed the "new sentence" bogons. 2001-08-10 15:03:10 +00:00
libipx
libisc
libkse Mark some functions as __printflike() and/or taking const char * arguments 2001-08-20 12:53:36 +00:00
libkvm Implement __FBSDID() 2001-09-16 21:35:07 +00:00
libm mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
libmd
libmenu
libmp Don't claim to be mp(3). 2001-08-21 20:05:39 +00:00
libncp Mark some functions as __printflike() and/or taking const char * arguments 2001-08-20 12:53:36 +00:00
libncurses Unbreak build-tools -- build and use up-to-date ${HEADERS}. 2001-09-14 15:27:51 +00:00
libnetgraph mdoc(7) police: markup nits. 2001-08-27 08:01:01 +00:00
libopie Remove the WANT_INSECURE_OPIE option - it is now a default. This is not 2001-08-12 18:47:56 +00:00
libpam 1) repair the return value in the PAM_RETURN() macro (Side effects!!). 2001-09-04 17:05:08 +00:00
libpanel
libpcap
libpthread Use ``.Rv -std'' wherever possible. 2001-08-31 09:57:38 +00:00
libradius
libresolv
librpcsvc Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
libsbuf
libsmdb
libsmutil
libstand Add support for loading bzip2-compressed filesystems. Among other things 2001-09-18 13:01:12 +00:00
libtacplus mdoc(7) police: Fixed broken xrefs. 2001-08-22 14:16:31 +00:00
libtelnet No functional changes, but: 2001-08-20 12:04:53 +00:00
libusb mdoc(7) police: Fixed broken xrefs. 2001-08-22 14:16:31 +00:00
libusbhid mdoc(7) police: Fixed broken xrefs. 2001-08-22 14:16:31 +00:00
libutil Disable per-user .login_conf support due to incorrect merging of local 2001-09-16 16:48:40 +00:00
libvgl Implement __FBSDID() 2001-09-16 21:35:07 +00:00
libwrap
libxpg4
liby
libz Add zopen(), a stdio wrapper for gzipped data streams. 2001-09-06 09:14:49 +00:00
msun mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
ncurses Unbreak build-tools -- build and use up-to-date ${HEADERS}. 2001-09-14 15:27:51 +00:00
Makefile Adjust dependancies and build order. PAM needs RPC. 2001-08-26 17:49:51 +00:00
Makefile.inc