Changelog

 

Shown below is the latest commits to the cvs tree of babyftpd. It is updated nightly from the developer cvs.

2005-09-01
20:49 Klas Lindfors <klali@chello.se> Connection.cpp 1.19
gnutls_certificate_get_peers() takes an unsigned int as second argument, not a size_t.
20:48 Klas Lindfors <klali@chello.se> Connection.h 1.19
unnecessary assertion when using enums.
2005-08-24
21:07 Klas Lindfors <klali@chello.se> Commands.cpp 1.251
Commands2.cpp 1.169
User.h 1.100
saving the email used for login as anonymous in User, putting that out when xferlogging as name.
18:59 Klas Lindfors <klali@chello.se> Commands2.cpp 1.168
setting the anonymous bit on anonymous login. not really sure what we'll use it for.
2005-08-23
19:34 Klas Lindfors <klali@chello.se> Configuration.cpp 1.101
Configuration.h 1.55
Connection.h 1.18
Log.cpp 1.32
Log.h 1.13
User.h 1.99
babyftpd.cpp 1.138
babyftpd.h 1.58
generic.h 1.98
exchanging the (all but one in Commands.h) groups of const ints for enums. much cuter, and it shows if someone does something really stupid.
19:32 Klas Lindfors <klali@chello.se> Commands2.cpp 1.167
Data.cpp 1.13
How did that end up as LOG_INFO and not TYPE_INFO? LOG_INFO is a system variable, we use TYPE_INFO.
19:05 Klas Lindfors <klali@chello.se> Commands2.cpp 1.166
Configuration.cpp 1.100
Configuration.h 1.54
examples/babyftpd.conf 1.19
anonymous support implemented. configured with general conf variable anonymous.
2005-07-24
11:23 Klas Lindfors <klali@chello.se> Configuration.cpp 1.99
Configuration.h 1.53
changing forgotten datatypes on only_home and only_passive from int to bool.
2005-07-23
19:57 Klas Lindfors <klali@chello.se> Commands2.cpp 1.165
Connection.h 1.17
Data.cpp 1.12
Handler.cpp 1.162
User.cpp 1.98
User.h 1.98
removing User::total_transfered, using Connection::transfered for everything instead.
18:01 Klas Lindfors <klali@chello.se> Configuration.cpp 1.98
Configuration.h 1.52
Handler.cpp 1.161
examples/babyftpd.conf 1.18
adding config parameter readonly in general section of config. it disables all commands that modify files/directories.
2005-07-11
20:23 Klas Lindfors <klali@chello.se> Connection.h 1.16
Data.h 1.11
User.h 1.97
rewriting the MEMBER macro, removing the third argument, one can build those names for oneself. cute.
20:14 Klas Lindfors <klali@chello.se> Data.h 1.10
User.h 1.96
removing friendship between User and Data and to data_wrapper. not needed with the latest abstractions.
2005-06-16
22:12 Klas Lindfors <klali@chello.se> babyftpd.cpp 1.137
single point of return is much better (or so they say).
20:48 Klas Lindfors <klali@chello.se> generic.h 1.97
clarifying commit for the wrapper macros used for rwlocks.
20:29 Klas Lindfors <klali@chello.se> User.cpp 1.97
missed a read lock on User::lock. also using the macro wrappers in get_user_it().

This Changelog was created on Mon May 8 00:00:36 2006 using a modified cl2html.