1 1.2.3 by Willy De la Court <willy.delacourt@pandora.be>
2 Changes in the EXEC code as Jörg Walter proposed.
3 fixed 2 bugs when executing in Shell mode
5 1.2.2 by Willy De la Court <willy.delacourt@pandora.be>
6 Security fix tempfile should not be world readable
7 bugfix write to the file not the command
9 1.2.1 by Willy De la Court <willy.delacourt@pandora.be>
10 implemented su for fish://localhost/
11 fish://root@localhost/ will su to root
12 fish://someuser@localhost/ will su to someuser
13 fish://localhost:22/ will still use ssh
14 strange problem with su when sending password need to wait a while (1 sec)
15 after reception of the password prompt.
16 some indentations fixed
19 1.2 by Willy De la Court <willy.delacourt@pandora.be>
20 implementation of the EXEC function
21 made sure all the VER lines where the same
22 used eval and system() for executing the command
23 Send the VER command directly after the FISH command.
24 After using kill to close the child process used wait to really make sure the child
25 has died. If the child took some time to die the select()
26 returns "Interrupted system call" error. This should solve some hanging problems.
27 added hasExec so it can be tested.
28 backport to BRANCH sendCommand(FISH_VER); and wait(NULL) to fix potential bugs.
30 1.1.4 by Willy De la Court <willy.delacourt@pandora.be>
31 fixes Bug 49881: file time differs by 1 hour
32 and backported to BRANCH
35 removed compression option, which fixes 2 bugs: #45448 and an
36 untracked user report about ssh version misdetect; also, is
37 more consistent with overall design policy: leave connection
38 details to the ssh client
40 fixed a bug which made lots of ssh zombie processes hang around
43 fixed a bug which made inserting shell args via fish:-URL possible
46 fixed shell mode symlink display
48 made perl server compatible with 5.005
51 added a perl server implementation which is transferred
52 and started automatically if perl is present
56 added support for commercial SSH
58 modifed shell commands to use file(1)'s -i option (version
59 3.37 and up) instead of local hack
61 fixed an annoying bug with copying/moving dir trees
63 fixed bug which made creating new files fail sometimes
65 added support for changing the user name in the pass dialog
68 added #include <sys/resource.h> (needed on some platforms)