Source-Changes archive

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

CVS commit: src/libexec/ftpd



Module Name:    src
Committed By:   ginsbach
Date:           Wed Aug 24 15:51:41 UTC 2005

Modified Files:
        src/libexec/ftpd: conf.c extern.h ftpd.c ftpd.conf.5 version.h

Log Message:
* Add recvbufsize configuration option
  This allows for setting the passive socket's SO_RCVBUF.  Option works
  similarly to the current sendbufsize configuration option.
* Change how recveive_data() works
  When reading data from the socket for passive transfers to the server,
  receive_data() now works very similar to send_data_with_read().  Reads
  from the network are now done using either the filesystem block size or
  the configuration option readsize chunks.
* Crank version.h
  [Changes discussed with lukem.]


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/libexec/ftpd/conf.c
cvs rdiff -r1.53 -r1.54 src/libexec/ftpd/extern.h
cvs rdiff -r1.167 -r1.168 src/libexec/ftpd/ftpd.c
cvs rdiff -r1.29 -r1.30 src/libexec/ftpd/ftpd.conf.5
cvs rdiff -r1.61 -r1.62 src/libexec/ftpd/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index