OSDN Git Service

Add support for process protection (prevents from loading untrustworthy DLLs with...
authors_kawamoto <s_kawamoto@users.sourceforge.jp>
Thu, 29 Sep 2011 09:12:38 +0000 (18:12 +0900)
committers_kawamoto <s_kawamoto@users.sourceforge.jp>
Thu, 29 Sep 2011 09:12:38 +0000 (18:12 +0900)
commit8b396c958da53ee94b3607ed50a87afd90ba7528
tree25c51a7c6598f4e7254fbfe7fa3a5ab067df4c90
parent1c37c2a54318b5b509da10b6f6a53d2cf1b4c6c2
Add support for process protection (prevents from loading untrustworthy DLLs with "--protect" command line option).
Fix bugs of UTF-8 to UTF-16 API bridge.
15 files changed:
FFFTP.vc90.vcproj
FFFTP.vcproj
FFFTP_Eng_Release/FFFTP.exe
FFFTP_English.vc90.vcproj
FFFTP_English.vcproj
Release/FFFTP.exe
config.h
connect.c
getput.c
main.c
mbswrapper.c
mbswrapper.h
protectprocess.c [new file with mode: 0644]
protectprocess.h [new file with mode: 0644]
socketwrapper.c