]> git.sesse.net Git - betaftpd/history - ftpd.c
Fixed a security problem where the custom snprintf() would always be used. Thanks...
[betaftpd] / ftpd.c
2003-11-01 sgundersonFixed a security problem where the custom snprintf... master
2003-05-29 sgundersonFixed a compile error with --disable-upload.
2003-04-12 sgundersonFixed a few problems reported by Valgrind (still not...
2001-10-09 sgundersonFixed a file transfer bug, where the initial "150 Openi...
2001-10-09 sgundersonFixed a problem where a trailing null byte would be...
2001-10-09 sgundersonFixed a problem where the server might segfault if...
2001-05-26 sgundersonFixed a bug, where passive mode FTP would leave a rando...
2001-04-20 sgundersonFinally fixed (hopefully) upload hang bug -- it was...
2001-03-26 sgundersonMade xferlog support slightly more standards-compliant...
2001-03-10 sgundersonIf the xferlog file doesn't exist, BetaFTPD will now...
2001-03-10 sgundersonAdded FreeBSD support for sendfile() (thanks to <liangy...
2001-03-09 sgundersonAdded some system header files and changed the order...
2000-11-05 sgundersonFixed a license typo (all files were saying "version...
2000-11-05 sgunderson(Hopefully) fixed a bug that prevented uploading from...
2000-09-17 sgundersonMore dcache separation.
2000-09-17 sgundersonMoved most of the dcache stuff into its own file. Updat...
2000-09-15 sgundersonIncluded <linux/tcp.h> (if needed), for libc5 users.
2000-09-02 sgundersonMultiple fixes for sendfile() where running kernel...
2000-09-02 sgundersondo_download(): Removed the check for f->upload :-D
2000-08-20 sgundersonprocess_all_clients(): Made the poll() checking code...
2000-08-17 sgundersonprocess_all_clients(): Fixed a bug (reporting and much...
2000-08-17 sgundersondo_upload(): Removed unused variable `avail\'.
2000-08-17 sgundersonlist_readmes(): Replace temp with pglob.gl_pathv[i...
2000-08-17 sgundersonlist_readmes(): Allocate less memory, use snprintf...
2000-08-17 sgundersondump_file(): Allocate slightly less memory. Comment...
2000-07-25 sgundersonInitial revision