Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



> Module Name:  src
> Committed By: darrenr
> Date:         Wed Jun 30 13:29:43 UTC 2004
> 
> Modified Files:
>       src/dist/pf/libexec/ftp-proxy: ftp-proxy.8 ftp-proxy.c util.c util.h
>       src/libexec/ftp-proxy: Makefile
> Added Files:
>       src/dist/pf/libexec/ftp-proxy: ipf.c pf.c
> 
> Log Message:
> Modify ftp-proxy to support both ipfilter and pf.  It now requires at least
> one command line option to specify which firewall it is meant to interact
> with.  The implementation here puts the firewall specific code into separate
> files with markers for future changes that could enable a fully transparent
> mode for non-private network proxying.


@@ -441,7 +444,7 @@ new_dataconn(int server)
                        exit(EX_OSERR);
                }
                if (listen(server_listen_socket, 5) != 0) {
-                       syslog(LOG_INFO, "server socket listen() failed (%m)");
+                       syslog(LOG_INFO, "server socket Listen() failed (%m)");
                        exit(EX_OSERR);
                }
        } else {

can you revert this part?
i believe that it's better to keep local changes minimum.

YAMAMOTO Takashi




Home | Main Index | Thread Index | Old Index