Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor: Fix spelling require->requires #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ CHANGES
- Fixed bug: "rlax" used after encryption.

Thanks to Nalneesh Gaur <[email protected]> for:
- Read permision of the script.x exposes it to disassembling.
- Group and others read permision is now removed by default.
- Read permission of the script.x exposes it to disassembling.
- Group and others read permission is now removed by default.



Expand Down Expand Up @@ -227,15 +227,15 @@ SCO, both not used now.
3.0b1 Wed Feb 26 14:27:22 WET 1997

The main difference with 2.4 is that in it the script was
compressed an then shuffle around, now int 3.0 the script is encripted
with an inline code, so not needend any external comand to work, and been
faster at startup. Other related adventage is that the only information
not encripted in .x.c is an stamp, expiration date and provider email
compressed an then shuffle around, now int 3.0 the script is encrypted
with an inline code, so not needend any external command to work, and been
faster at startup. Other related advantage is that the only information
not encrypted in .x.c is an stamp, expiration date and provider email
address.

Something equivalent to cheksums have been used to enforced at
Something equivalent to checksums has been used to enforce at
execution that the executing shell has not been modified from the time
the script was compiled. If anybody tries to change the excuting shell,
the script was compiled. If anybody tries to change the executing shell,
.x will refuse to execute.

The generated .x.c source code is now readable.
Expand Down
Loading