OSDN Git Service

ffftp/ffftp.git
12 years agoMessageUtil_GetUTF8StaticBinaryBlock function: Protect string memory area by using... msg-utf8
Moriguchi, Hirokazu [Fri, 20 Jan 2012 22:58:27 +0000 (07:58 +0900)]
MessageUtil_GetUTF8StaticBinaryBlock function: Protect string memory area by using VirtualProtect API

12 years agoMessageUtil_GetUTF8StaticBinaryBlock: Find key string by bsearch()
Moriguchi, Hirokazu [Fri, 20 Jan 2012 15:43:13 +0000 (00:43 +0900)]
MessageUtil_GetUTF8StaticBinaryBlock: Find key string by bsearch()

12 years agoUpdate how-to-build docs about message resources
Moriguchi, Hirokazu [Tue, 17 Jan 2012 21:27:59 +0000 (06:27 +0900)]
Update how-to-build docs about message resources

12 years agoDelete mbtoutf8 and encutf8 files
Moriguchi, Hirokazu [Tue, 17 Jan 2012 21:26:15 +0000 (06:26 +0900)]
Delete mbtoutf8 and encutf8 files

12 years agoNormalize half / full width characters
Moriguchi, Hirokazu [Tue, 17 Jan 2012 21:22:39 +0000 (06:22 +0900)]
Normalize half / full width characters

12 years agoAdd 'u8' macro and msgutil module for UTF-8 string resource in mesg-jpn.h
Moriguchi, Hirokazu [Mon, 16 Jan 2012 19:48:58 +0000 (04:48 +0900)]
Add 'u8' macro and msgutil module for UTF-8 string resource in mesg-jpn.h

* u8 macro: We can get UTF-8 binary string by u8("u-string") expression
* u8 macro is mapped to MessageUtil_GetUTF8StaticBinaryBlock() function defined in msgutil.c
* Change parameter types in some exsisting functions: char* to const char*

12 years agoAmend VS2005EE build
Moriguchi, Hirokazu [Tue, 17 Jan 2012 15:51:05 +0000 (00:51 +0900)]
Amend VS2005EE build

12 years agoAdd support for MLSD responses from some broken hosts.
s_kawamoto [Wed, 18 Jan 2012 16:09:51 +0000 (01:09 +0900)]
Add support for MLSD responses from some broken hosts.

12 years agoModify documents.
s_kawamoto [Mon, 16 Jan 2012 14:46:00 +0000 (23:46 +0900)]
Modify documents.
Modify copyrights.

12 years agoCompile executable files.
s_kawamoto [Mon, 16 Jan 2012 13:41:39 +0000 (22:41 +0900)]
Compile executable files.

12 years agoUpdate encoded messages.
s_kawamoto [Mon, 16 Jan 2012 13:32:30 +0000 (22:32 +0900)]
Update encoded messages.

12 years agoMerge commit 'a7e5034b7e8ee3d3cf0449be7a0bde3fccb247e8' into test
s_kawamoto [Mon, 16 Jan 2012 13:31:36 +0000 (22:31 +0900)]
Merge commit 'a7e5034b7e8ee3d3cf0449be7a0bde3fccb247e8' into test

12 years agoNormalize characters.
s_kawamoto [Mon, 16 Jan 2012 13:25:14 +0000 (22:25 +0900)]
Normalize characters.

12 years agoMerge commit '54fbba48345efc266d90204375d464738a31c3ba' into test
s_kawamoto [Mon, 16 Jan 2012 13:11:55 +0000 (22:11 +0900)]
Merge commit '54fbba48345efc266d90204375d464738a31c3ba' into test

12 years agoChange "MS Sans Serif" into "MS Shell Dlg".
s_kawamoto [Mon, 16 Jan 2012 13:07:38 +0000 (22:07 +0900)]
Change "MS Sans Serif" into "MS Shell Dlg".
Modify resource files.

12 years agoChange "MS Sans Serif" into "MS Shell Dlg".
s_kawamoto [Mon, 16 Jan 2012 13:01:29 +0000 (22:01 +0900)]
Change "MS Sans Serif" into "MS Shell Dlg".

12 years agoMerge commit '6a29d875d5ea2ac915bf1fb3b24c6bd136649e35' into test
s_kawamoto [Mon, 16 Jan 2012 12:58:56 +0000 (21:58 +0900)]
Merge commit '6a29d875d5ea2ac915bf1fb3b24c6bd136649e35' into test

12 years agoModify project names.
s_kawamoto [Mon, 16 Jan 2012 12:55:21 +0000 (21:55 +0900)]
Modify project names.

12 years agoMerge commit '03151a6ab14a8ba2d0c163d97e596ae093003712' into test
s_kawamoto [Mon, 16 Jan 2012 12:52:22 +0000 (21:52 +0900)]
Merge commit '03151a6ab14a8ba2d0c163d97e596ae093003712' into test

12 years agoMerge commit '87a70762c4c6e9d9ce412bd48f7639b8f576df68' into test
s_kawamoto [Mon, 16 Jan 2012 12:43:25 +0000 (21:43 +0900)]
Merge commit '87a70762c4c6e9d9ce412bd48f7639b8f576df68' into test

12 years agoNormalize kana words: "user", "server", "viewer" kana-improved
Moriguchi, Hirokazu [Sat, 14 Jan 2012 22:07:02 +0000 (07:07 +0900)]
Normalize kana words: "user", "server", "viewer"

12 years agoNormalize half / full width characters
Moriguchi, Hirokazu [Sat, 14 Jan 2012 21:12:06 +0000 (06:12 +0900)]
Normalize half / full width characters

* Convert half width kana to full width
* Convert full width symbols / digits to half width
* Change the layout of hostlist_dlg dialog

12 years agoFont: Change "MS P Gothic" to "MS Shell Dlg(MS UI Gothic)"
Moriguchi, Hirokazu [Sat, 14 Jan 2012 20:33:05 +0000 (05:33 +0900)]
Font: Change "MS P Gothic" to "MS Shell Dlg(MS UI Gothic)"

* "MS Shell Dlg" is mapped to "MS UI Gothic" in Japanese environemnt, and is mapped to "MS Sans Serif" in other languages.
* "MS UI Gothic" that has better readability than "MS P Gothic"
* ref: 'Using MS Shell Dlg and MS Shell Dlg 2' http://msdn.microsoft.com/en-us/library/windows/desktop/dd374112(v=vs.85).aspx

12 years agoEnable to build by Visual C++ 2005 Express Edition
Moriguchi, Hirokazu [Sat, 14 Jan 2012 19:58:30 +0000 (04:58 +0900)]
Enable to build by Visual C++ 2005 Express Edition

* Change link lib setting
* ReplaceAfxresh.js: Replace including "afxres.h" line to <windows.h> and IDC_STATIC definition in FFFTP.rc
* Remove PuTTY project in VS2005EE solution
* Note: There are VS2005EE files for the ease of development, not for production build. (So we enabled to remove PuTTY project.)

12 years agoAdd project/solution files for Visual C++ 2005 Express Edition
Moriguchi, Hirokazu [Sat, 14 Jan 2012 19:35:55 +0000 (04:35 +0900)]
Add project/solution files for Visual C++ 2005 Express Edition

Copied from FFFTP.sln, FFFTP.vcproj and FFFTP_English.vcproj

12 years agoAdd support for HP NonStop Server
Yuji Tanaka [Tue, 10 Jan 2012 12:01:37 +0000 (21:01 +0900)]
Add support for HP NonStop Server

12 years agoFix bugs of simultaneous connection.
s_kawamoto [Sat, 7 Jan 2012 13:37:34 +0000 (22:37 +0900)]
Fix bugs of simultaneous connection.

12 years agoAdd test code for SFTP (still useless).
s_kawamoto [Mon, 26 Dec 2011 12:51:51 +0000 (21:51 +0900)]
Add test code for SFTP (still useless).

12 years agoFix bugs of uninitialized variables.
s_kawamoto [Fri, 16 Dec 2011 12:32:55 +0000 (21:32 +0900)]
Fix bugs of uninitialized variables.

12 years agoAdded support for displaying icons in the local file list.
s_kawamoto [Mon, 12 Dec 2011 12:03:28 +0000 (21:03 +0900)]
Added support for displaying icons in the local file list.
Modify documents.

12 years agoUpdate PuTTY to 0.62.
s_kawamoto [Sat, 10 Dec 2011 15:41:58 +0000 (00:41 +0900)]
Update PuTTY to 0.62.

12 years agoFix bugs of parsing LIST response from linux-ftpd.
s_kawamoto [Wed, 7 Dec 2011 12:50:26 +0000 (21:50 +0900)]
Fix bugs of parsing LIST response from linux-ftpd.

12 years agoAdd support for linux-ftpd (untested).
s_kawamoto [Tue, 6 Dec 2011 14:56:07 +0000 (23:56 +0900)]
Add support for linux-ftpd (untested).

12 years agoFix bugs of routines for double click.
s_kawamoto [Sat, 3 Dec 2011 17:32:22 +0000 (02:32 +0900)]
Fix bugs of routines for double click.

12 years agoFix bugs of UTF-8 to UTF-16 API bridge.
s_kawamoto [Sat, 3 Dec 2011 16:21:09 +0000 (01:21 +0900)]
Fix bugs of UTF-8 to UTF-16 API bridge.
Change the temporary directory.

12 years agoFix bugs of routines for login.
s_kawamoto [Sat, 3 Dec 2011 14:55:36 +0000 (23:55 +0900)]
Fix bugs of routines for login.

12 years agoFix bugs of simultaneous connection.
s_kawamoto [Sat, 3 Dec 2011 13:33:21 +0000 (22:33 +0900)]
Fix bugs of simultaneous connection.
Fix bugs of parsing MLSD response.

12 years agoAdd support for 64 bit Windows.
s_kawamoto [Sat, 3 Dec 2011 07:53:59 +0000 (16:53 +0900)]
Add support for 64 bit Windows.

12 years agoChange the character code of windows into UTF-16 completely.
s_kawamoto [Tue, 29 Nov 2011 12:54:03 +0000 (21:54 +0900)]
Change the character code of windows into UTF-16 completely.
Add support for 64 bit Windows.

12 years agoRemove limits for multi CPUs.
s_kawamoto [Wed, 23 Nov 2011 14:12:31 +0000 (23:12 +0900)]
Remove limits for multi CPUs.

12 years agoUpdate to 6fe24d210e4c0a798422445c04170ebb89a0b240 (1.98d).
s_kawamoto [Wed, 23 Nov 2011 13:01:15 +0000 (22:01 +0900)]
Update to 6fe24d210e4c0a798422445c04170ebb89a0b240 (1.98d).

12 years agoModify documents for 1.98d.
s_kawamoto [Fri, 18 Nov 2011 15:21:50 +0000 (00:21 +0900)]
Modify documents for 1.98d.

12 years agoAdd UI for MLSD command.
s_kawamoto [Fri, 18 Nov 2011 14:30:26 +0000 (23:30 +0900)]
Add UI for MLSD command.

12 years agoAdd support for retrying file transfer.
s_kawamoto [Fri, 18 Nov 2011 12:58:10 +0000 (21:58 +0900)]
Add support for retrying file transfer.
Add UI for retrying file transfer.
Fix bugs of file transfer queues.
Modify documents.

12 years agoEnhance routines for connections with FTPIS.
s_kawamoto [Thu, 17 Nov 2011 15:55:30 +0000 (00:55 +0900)]
Enhance routines for connections with FTPIS.
Fix bugs of parsing PASV replies.

12 years agoAdd support for dummy commands for keep alive.
s_kawamoto [Wed, 16 Nov 2011 05:26:37 +0000 (14:26 +0900)]
Add support for dummy commands for keep alive.
Add UI for IPv6.
Modify documents.

12 years agoAdd support for SSL root CA certificates (please put "ssl.pem" manually).
s_kawamoto [Tue, 15 Nov 2011 14:47:39 +0000 (23:47 +0900)]
Add support for SSL root CA certificates (please put "ssl.pem" manually).
Fix bugs of opening wrong files when they contain no extensions.
Modify documents.

12 years agoChange to ask if a user wants to disable unused encryption method.
s_kawamoto [Mon, 14 Nov 2011 14:59:35 +0000 (23:59 +0900)]
Change to ask if a user wants to disable unused encryption method.

12 years agoFix bugs of routines for IPv6.
s_kawamoto [Mon, 14 Nov 2011 12:12:33 +0000 (21:12 +0900)]
Fix bugs of routines for IPv6.
Fix bugs of opening wrong files when they contain no extensions.
Fix bugs of UTF-8 to UTF-16 API bridge.
Fix bugs of treating local filenames.
Modify documents.

12 years agoAdd routines for SSL root CA certificates.
s_kawamoto [Sun, 13 Nov 2011 17:14:34 +0000 (02:14 +0900)]
Add routines for SSL root CA certificates.
Fix bugs of routines for IPv6.

12 years agoFix bugs of routines for IPv6.
s_kawamoto [Sat, 12 Nov 2011 13:08:40 +0000 (22:08 +0900)]
Fix bugs of routines for IPv6.
Modify documents.

12 years agoFix bugs of automatic detection for Kanji code of filenames.
s_kawamoto [Sat, 12 Nov 2011 10:39:24 +0000 (19:39 +0900)]
Fix bugs of automatic detection for Kanji code of filenames.

12 years agoAdd support for IPv6 (not tested).
s_kawamoto [Sat, 12 Nov 2011 08:41:28 +0000 (17:41 +0900)]
Add support for IPv6 (not tested).

12 years agoAdd routines for IPv6.
s_kawamoto [Fri, 11 Nov 2011 15:40:56 +0000 (00:40 +0900)]
Add routines for IPv6.
Fix bugs of simultaneous connection.
Add support for reusing control connection.

12 years agoFix bugs of treating corrupted filenames.
s_kawamoto [Thu, 10 Nov 2011 15:57:34 +0000 (00:57 +0900)]
Fix bugs of treating corrupted filenames.

12 years agoEnhance behavior of automatic detection for Kanji code of filenames.
s_kawamoto [Thu, 10 Nov 2011 15:27:01 +0000 (00:27 +0900)]
Enhance behavior of automatic detection for Kanji code of filenames.
Add support for hosts that reply (a.b.c.d.e.f) on PASV.
Fix bugs of UTF-8 to UTF-16 API bridge.

12 years agoChange to encode reply messages with Kanji code of filenames.
s_kawamoto [Thu, 10 Nov 2011 10:48:20 +0000 (19:48 +0900)]
Change to encode reply messages with Kanji code of filenames.
Change URL strings.
Fix bugs of UTF-8 to UTF-16 API bridge.
Fix bugs of opening wrong files when they contain no extensions.

12 years agoFix bugs of decoding INI files.
s_kawamoto [Mon, 7 Nov 2011 16:38:59 +0000 (01:38 +0900)]
Fix bugs of decoding INI files.
Fix bugs of UTF-8 to UTF-16 API bridge.
Fix bugs of arbitrary code execution.
Add routines for checking UTF-8 redundant representation.
Fix spelling mistakes of filenames.

12 years agoUpdate to 25262d6da000ac0d10f84c5aa75e33166f9fa05b (1.98c).
s_kawamoto [Sat, 5 Nov 2011 08:55:16 +0000 (17:55 +0900)]
Update to 25262d6da000ac0d10f84c5aa75e33166f9fa05b (1.98c).
Modify documents for 1.99.
Add a batch file that create cab files automatically.

12 years agoModify documents.
s_kawamoto [Fri, 4 Nov 2011 12:00:16 +0000 (21:00 +0900)]
Modify documents.

12 years agoFix bugs of character code conversion of filenames.
s_kawamoto [Fri, 4 Nov 2011 11:13:10 +0000 (20:13 +0900)]
Fix bugs of character code conversion of filenames.
Enhance routines for canceling or aborting.

12 years agoFix bugs of UTF-8 to UTF-16 API bridge.
s_kawamoto [Fri, 4 Nov 2011 08:14:26 +0000 (17:14 +0900)]
Fix bugs of UTF-8 to UTF-16 API bridge.

12 years agoFix copyrights.
s_kawamoto [Wed, 2 Nov 2011 16:27:57 +0000 (01:27 +0900)]
Fix copyrights.

12 years agoChange behavior of drag and drop from local file list view.
s_kawamoto [Wed, 2 Nov 2011 04:22:09 +0000 (13:22 +0900)]
Change behavior of drag and drop from local file list view.

12 years agoFix bugs of receiving data on Windows 2000.
s_kawamoto [Tue, 1 Nov 2011 12:53:00 +0000 (21:53 +0900)]
Fix bugs of receiving data on Windows 2000.
Enhance routines for canceling or aborting.

12 years agoEnhanced routine for simultaneous connection and canceling or aborting.
s_kawamoto [Mon, 31 Oct 2011 15:35:39 +0000 (00:35 +0900)]
Enhanced routine for simultaneous connection and canceling or aborting.

12 years agoFix bugs of corruption on resuming downloading files larger than 4GB.
s_kawamoto [Mon, 31 Oct 2011 11:20:31 +0000 (20:20 +0900)]
Fix bugs of corruption on resuming downloading files larger than 4GB.
Modify documents for 1.99.

12 years agoFix bugs of initialization of FTPIS.
s_kawamoto [Sat, 29 Oct 2011 14:41:13 +0000 (23:41 +0900)]
Fix bugs of initialization of FTPIS.

12 years agoAdd support for FTP over Implicit SSL/TLS (untested and please set the port number...
s_kawamoto [Fri, 28 Oct 2011 11:34:32 +0000 (20:34 +0900)]
Add support for FTP over Implicit SSL/TLS (untested and please set the port number to 990 manually).

12 years agoChange behavior of checking closed sockets for some Windows 2000 environments.
s_kawamoto [Fri, 28 Oct 2011 10:33:57 +0000 (19:33 +0900)]
Change behavior of checking closed sockets for some Windows 2000 environments.

12 years agoChange behavior of checking closed sockets for some Windows 2000 environments.
s_kawamoto [Fri, 28 Oct 2011 10:12:16 +0000 (19:12 +0900)]
Change behavior of checking closed sockets for some Windows 2000 environments.

12 years agoChange behavior of checking closed sockets for some Windows 2000 environments.
s_kawamoto [Fri, 28 Oct 2011 10:02:22 +0000 (19:02 +0900)]
Change behavior of checking closed sockets for some Windows 2000 environments.
Fix Solution files.
Change encoding of source codes into UTF-8.

12 years agoAdd VC++ Project files for PuTTY DLL without exported functions.
s_kawamoto [Tue, 25 Oct 2011 13:12:55 +0000 (22:12 +0900)]
Add VC++ Project files for PuTTY DLL without exported functions.

12 years agoFix bugs of resetting host on reconnecting.
s_kawamoto [Mon, 24 Oct 2011 11:04:00 +0000 (20:04 +0900)]
Fix bugs of resetting host on reconnecting.

12 years agoAdd support for encoding multi-byte domain name to Punycode.
s_kawamoto [Fri, 21 Oct 2011 15:05:09 +0000 (00:05 +0900)]
Add support for encoding multi-byte domain name to Punycode.

12 years agoModify documents for 1.99.
s_kawamoto [Tue, 18 Oct 2011 11:30:22 +0000 (20:30 +0900)]
Modify documents for 1.99.

12 years agoFix bugs of arbitrary code execution.
s_kawamoto [Mon, 17 Oct 2011 11:52:51 +0000 (20:52 +0900)]
Fix bugs of arbitrary code execution.

12 years agoModify documents.
s_kawamoto [Sun, 16 Oct 2011 15:52:54 +0000 (00:52 +0900)]
Modify documents.

12 years agoModify documents.
s_kawamoto [Sun, 16 Oct 2011 14:54:24 +0000 (23:54 +0900)]
Modify documents.

12 years agoFix bugs of importing INI file created by 1.97b or earlier.
s_kawamoto [Sun, 16 Oct 2011 14:12:58 +0000 (23:12 +0900)]
Fix bugs of importing INI file created by 1.97b or earlier.

12 years agoFix bugs of SSL connection management.
s_kawamoto [Sat, 15 Oct 2011 17:42:25 +0000 (02:42 +0900)]
Fix bugs of SSL connection management.

12 years agoFix bugs of asyncronous socket control.
s_kawamoto [Sat, 15 Oct 2011 17:11:32 +0000 (02:11 +0900)]
Fix bugs of asyncronous socket control.
Fix bugs of simultaneous connection.
Change to reuse SSL sessions.
This version may be nearly stable (not for 1.99 but for 1.98b).

12 years agoChange behavior of confirming certificate.
s_kawamoto [Sat, 15 Oct 2011 12:49:34 +0000 (21:49 +0900)]
Change behavior of confirming certificate.
Modify UI for encryption.

12 years agoChange behavior of quick connect.
s_kawamoto [Sat, 15 Oct 2011 08:52:10 +0000 (17:52 +0900)]
Change behavior of quick connect.

12 years agoFix bugs of copying URL to clipboard.
s_kawamoto [Sat, 15 Oct 2011 07:46:37 +0000 (16:46 +0900)]
Fix bugs of copying URL to clipboard.

12 years agoFix bugs of asyncronous socket control.
s_kawamoto [Sat, 15 Oct 2011 07:22:08 +0000 (16:22 +0900)]
Fix bugs of asyncronous socket control.
Fix bugs of deadlock around file deletion.
Adjust performance of simultaneous connection.
Fix bugs of UI for Kanji code of filenames.
Change handling timestamp that do not include year.
This version may be nearly stable (not for 1.99 but for 1.98b).

12 years agoModify documents for 1.99.
s_kawamoto [Fri, 14 Oct 2011 15:54:34 +0000 (00:54 +0900)]
Modify documents for 1.99.

12 years agoLet save hashes of confirmed certificate cache.
s_kawamoto [Fri, 14 Oct 2011 15:29:48 +0000 (00:29 +0900)]
Let save hashes of confirmed certificate cache.

12 years agoAdd dialog to confirm certificate for SSL (experimental).
s_kawamoto [Fri, 14 Oct 2011 14:02:53 +0000 (23:02 +0900)]
Add dialog to confirm certificate for SSL (experimental).
Prepare member variables for IPv6.

12 years agoUpdate to 391e3074b3447b3a0d5f9153eb82cb87c89dfede (1.98a) about bug fixes.
s_kawamoto [Fri, 14 Oct 2011 08:35:34 +0000 (17:35 +0900)]
Update to 391e3074b3447b3a0d5f9153eb82cb87c89dfede (1.98a) about bug fixes.

12 years agoFix bugs of file deletion code on transfer thread (but it is unused).
s_kawamoto [Thu, 13 Oct 2011 10:16:56 +0000 (19:16 +0900)]
Fix bugs of file deletion code on transfer thread (but it is unused).
Fix bugs on trying encrypted connection.
Remove log size limit for Windows 9x.

12 years agoUpdate to 5b5ec56126af820b2d3c86e94ce4c056bf3b9904 about bug fixes.
s_kawamoto [Thu, 13 Oct 2011 07:30:16 +0000 (16:30 +0900)]
Update to 5b5ec56126af820b2d3c86e94ce4c056bf3b9904 about bug fixes.
Add new member names to copyright.
Fix line feed codes (somehow commited automatically by TortoiseGit).

12 years agoAdd PuTTY 0.61 to contrib directory.
s_kawamoto [Thu, 13 Oct 2011 03:40:10 +0000 (12:40 +0900)]
Add PuTTY 0.61 to contrib directory.

12 years agoFix bugs of playing sound.
s_kawamoto [Thu, 13 Oct 2011 02:55:46 +0000 (11:55 +0900)]
Fix bugs of playing sound.

12 years agoFix line feed codes.
s_kawamoto [Wed, 12 Oct 2011 22:31:26 +0000 (07:31 +0900)]
Fix line feed codes.

12 years agoFix bugs of printing transfer rate.
s_kawamoto [Wed, 12 Oct 2011 16:07:47 +0000 (01:07 +0900)]
Fix bugs of printing transfer rate.

12 years agoFix bugs of host list dialog.
s_kawamoto [Wed, 12 Oct 2011 15:43:05 +0000 (00:43 +0900)]
Fix bugs of host list dialog.

12 years agoFix bugs of process protection on Windows 7.
s_kawamoto [Tue, 11 Oct 2011 16:36:39 +0000 (01:36 +0900)]
Fix bugs of process protection on Windows 7.
Restore FFFTP_SUCCESS to SUCCESS that are replaced by mistake.

12 years agoChange UI to enter a new master password.
s_kawamoto [Tue, 11 Oct 2011 15:36:43 +0000 (00:36 +0900)]
Change UI to enter a new master password.
Fix improper error handling of WinVerifyTrust.

12 years agoAdd process protection levels (--protect-high by default but --protect-medium and...
s_kawamoto [Mon, 10 Oct 2011 10:23:00 +0000 (19:23 +0900)]
Add process protection levels (--protect-high by default but --protect-medium and --protect-low mainly for halfway signed modules).