]> git.sesse.net Git - betaftpd/history - cmds.c
Fixed a security problem where the custom snprintf() would always be used. Thanks...
[betaftpd] / cmds.c
2003-04-12 sgundersonFixed a few problems reported by Valgrind (still not...
2001-10-09 sgundersonFixed a problem where unknown commands would just cause...
2001-10-09 sgundersonFixed a problem where the server might segfault if...
2001-08-30 sgundersonFixed another ordering bug with respect to seteuid...
2001-07-20 sgundersonFixed a bug where option parsing would begin parse...
2001-04-21 sgundersonFixed the order of a leftover seteuid()/setegid() pair.
2001-04-20 sgundersonNow does setegid() before seteuid(), since you can...
2001-03-26 sgundersonMade xferlog support slightly more standards-compliant...
2001-03-10 sgundersonUpdated cmd_exit() to fit with the others' prototypes.
2001-03-09 sgundersonAdded some system header files and changed the order...
2001-02-23 sgundersonBetaFTPD now switches group ID properly, not just user...
2000-11-05 sgundersonFixed a license typo (all files were saying "version...
2000-09-30 sgundersonFixed the ls -R' seems to ignore its argument.
2000-09-30 sgundersonDidn't make use of the new code separation in dcache...
2000-09-17 sgundersonMoved most of the dcache stuff into its own file. Updat...
2000-09-17 sgundersonget_num_files(): Fixed a memory leak (thanks, mtrace...
2000-08-20 sgundersonImplemented directory listing recursion (not very much...
2000-08-20 sgundersoncmd_type(), cmd_stru(): Unknown arguments are now refus...
2000-08-17 sgundersoncmd_rnfr(), cmd_nrto(): Better cleanup (RNFR,RNTO,RNTO...
2000-08-16 sgundersonReport "File not found" etc. instead of just "Not a...
2000-07-27 sgundersonUse S_IS*() macros instead of testing the bitflags...
2000-07-27 sgundersonASCII mode is now displayed in STAT replies (it used...
2000-07-26 sgundersonroot (or in fact, any user with uid=0) can no longer...
2000-07-25 sgundersonInitial revision