@@ -44,29 +44,29 @@ CHANGES
44
44
45
45
* zsh support
46
46
* Fix issue #13 (https://github.com/neurobin/shc/issues/13)
47
-
47
+
48
48
49
49
3.9.2 Fri Aug 21 16:12:33 BDT 2015
50
-
50
+
51
51
Added BusyBox support with patch taken from:
52
52
https://onedrive.live.com/prev?cid=18a41d08a9f3c543&id=18A41D08A9F3C543!231&authkey=!AJQ6Iah_5D3WJ60&v=TextFileEditor
53
53
as suggested by https://github.com/marcoburatto
54
54
55
55
3.9.1 Fri Apr 03 00:22:11 GMT 2015
56
-
56
+
57
57
Renamed option -T to -U and reversed it's logic.
58
58
So now, the executable prepared will execute without using sudo,
59
59
by default.
60
60
61
61
62
- 3.9.0 Wed Apr 01 08:35:22 AM GMT 2015
62
+ 3.9.0 Wed Apr 01 08:35:22 AM GMT 2015
63
63
64
64
(http://github.com/neurobin)
65
65
Added output file option with [-o filename]
66
66
and fixed bug on make install (manual install failed)
67
67
Now you can access manual by entering command: man shc
68
68
in a terminal.
69
-
69
+
70
70
71
71
72
72
3.8.9 Wed Apr 25 09:24:25 CEST 2012
@@ -122,8 +122,8 @@ CHANGES
122
122
- Fixed bug: "rlax" used after encryption.
123
123
124
124
Thanks to Nalneesh Gaur <
[email protected] > for:
125
- - Read permision of the script.x exposes it to disassembling.
126
- - Group and others read permision is now removed by default.
125
+ - Read permission of the script.x exposes it to disassembling.
126
+ - Group and others read permission is now removed by default.
127
127
128
128
129
129
@@ -227,16 +227,15 @@ SCO, both not used now.
227
227
3.0b1 Wed Feb 26 14:27:22 WET 1997
228
228
229
229
The main difference with 2.4 is that in it the script was
230
- compressed an then shuffle around, now int 3.0 the script is encripted
231
- with an inline code, so not needend any external comand to work, and been
232
- faster at startup. Other related adventage is that the only information
233
- not encripted in .x.c is an stamp, expiration date and provider email
230
+ compressed an then shuffle around, now int 3.0 the script is encrypted
231
+ with an inline code, so not needing any external command to work, and been
232
+ faster at startup. Other related advantage is that the only information
233
+ not encrypted in .x.c is an stamp, expiration date and provider email
234
234
address.
235
235
236
- Something equivalent to cheksums have been used to enforced at
236
+ Something equivalent to checksums have been used to enforced at
237
237
execution that the executing shell has not been modified from the time
238
- the script was compiled. If anybody tries to change the excuting shell,
238
+ the script was compiled. If anybody tries to change the executing shell,
239
239
.x will refuse to execute.
240
240
241
241
The generated .x.c source code is now readable.
242
-
0 commit comments