* Fixed a bug regarding changing uids/gids (Niki Waibel)
* Fixed a bug regarding changeroot (Niki Waibel)
* Clarified the setting of the umask of the logfile (Niki Waibel)
* Fixed a bug in the commonlog logging format (Andrew Zhoglo)
* Passing complete encrypted password to crypt, not only salt (Arkadius
Nowakowski)
* Allowing STOU command (Pawel Worach)
* Allowing more errors at the call to accept() that are connection related
and don't force us to shut down the server (Reil Brennan)
* Added option to close the connection after consequent protocol violations
* Fixed compiler warnings with gcc 3 (includes renaming of log() to jlog())
* Updated configure.in to new autoconf/automake versions
* "Entering Passive Mode" did not get logged because of "PASS" substring
(Yan, Dong)
* Changed xferlog-style (Toni)
* jftpgw didn't compile on NetBSD 2.0E because IPL_NAT is not known there
anymore - added #ifdef (Ray Phillips)
* annotated default configuration file
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
pkg/24414, with minor changes by me.
jftpgw is an FTP proxy/gateway that uses the FTP protocol (unlike
those FTP proxies that fetch an FTP file but work as an http proxy).
You can use it to make servers behind a firewall/NAT server
(masquerading server) accessible or to allow users behind such
solutions to transfer files to and from the outside of the LAN.