forked from jedsoft/bbftp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges.txt
More file actions
24 lines (24 loc) · 1.23 KB
/
changes.txt
File metadata and controls
24 lines (24 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Changes since 3.2.1
0. Numerous cleanups, memory leaks corrected, etc. See README and NEWS.
1. Code cleanup and simplification of directory listing and file
retrieval code.
2. bbftpd: Use RSA_generate_key_ex instead of deprecated
RSA_generate_key. Additional code simplification/cleanup in
bbftpd_crypt.c.
3. bbftpd: bbftpd_log_reopen was not opening the user-specified
logfile in child processes
4. bbftpd: Simplified the bbftpd_store functions by removing
large sections of duplicated code and added additional log
messages. Other supporting code changes were made.
5. bbftpd: If an error occured during the creation of the data transfer
sockets, the previously opened sockets were not being closed.
6. Updated the bbftp-get script with a --verbose option
7. bbftp: Make connectviassh static; updated help message to indicate
that -D implies version 2 protocol
8. bbftp: Rewrote essentually all of bbft.c to make it more
maintainable.
9. bbftp: Refactored the reconnecttoserver function to simplify and
make it easier to maintain.
10. Fixed a typo in a warning message in the bbftp client; updated the
bbftp-get script to support an output file for bbftp messages.
11. Updated the test script to remove temporary files