summaryrefslogtreecommitdiffstats
path: root/kioslave/fish/ChangeLog
blob: 7f621f3d40f2e4705ea466c5fddab5322dcc189a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
1.2.3 by Willy De la Court <willy.delacourt@pandora.be>
	Changes in the EXEC code as Jörg Walter proposed.
	fixed 2 bugs when executing in Shell mode

1.2.2 by Willy De la Court <willy.delacourt@pandora.be>
	Security fix tempfile should not be world readable
	bugfix write to the file not the command

1.2.1 by Willy De la Court <willy.delacourt@pandora.be>
	implemented su for fish://localhost/
	fish://root@localhost/ will su to root
	fish://someuser@localhost/ will su to someuser
	fish://localhost:22/ will still use ssh
	strange problem with su when sending password need to wait a while (1 sec)
	after reception of the password prompt.
	some indentations fixed
	i18n all messages

1.2 by Willy De la Court <willy.delacourt@pandora.be>
	implementation of the EXEC function
	made sure all the VER lines where the same
	used eval and system() for executing the command
	Send the VER command directly after the FISH command.
	After using kill to close the child process used wait to really make sure the child
	has died. If the child took some time to die the select()
	returns "Interrupted system call" error. This should solve some hanging problems.
	added hasExec so it can be tested.
	backport to BRANCH sendCommand(FISH_VER); and wait(NULL) to fix potential bugs.

1.1.4 by Willy De la Court <willy.delacourt@pandora.be>
	fixes Bug 49881: file time differs by 1 hour
	and backported to BRANCH

1.1.3
	removed compression option, which fixes 2 bugs: #45448 and an
	untracked user report about ssh version misdetect; also, is
	more consistent with overall design policy: leave connection
	details to the ssh client

	fixed a bug which made lots of ssh zombie processes hang around

1.1.2
	fixed a bug which made inserting shell args via fish:-URL possible

1.1.1
	fixed shell mode symlink display

	made perl server compatible with 5.005

1.1
	added a perl server implementation which is transferred
	and started automatically if perl is present

	added KDE3 support

	added support for commercial SSH

	modifed shell commands to use file(1)'s -i option (version
	3.37 and up) instead of local hack

	fixed an annoying bug with copying/moving dir trees

	fixed bug which made creating new files fail sometimes

	added support for changing the user name in the pass dialog

1.0.1
	added #include <sys/resource.h> (needed on some platforms)

1.0
	initial release