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

Add unobfuscated code from @SirWumpus #2551

Merged
merged 1 commit into from
Jul 8, 2024
Merged
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
330 changes: 329 additions & 1 deletion 2004/hibachi/.entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
{ "author_handle" : "Anthony_C_Howe" }
],
"manifest" : [
{
"file_path" : "hibachi.alt.c",
"inventory_order" : 20,
"OK_to_edit" : true,
"display_as" : "c",
"display_via_github" : true,
"entry_text" : "author provided unobfuscated code"
},
{
"file_path" : "hibachi.c",
"inventory_order" : 20,
Expand All @@ -33,6 +41,22 @@
"display_via_github" : true,
"entry_text" : "original source code"
},
{
"file_path" : "src-alt/configure",
"inventory_order" : 100,
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "GNU Autoconf script for alt server"
},
{
"file_path" : "src-alt/localhost/index.html",
"inventory_order" : 100,
"OK_to_edit" : true,
"display_as" : "html",
"display_via_github" : false,
"entry_text" : "home page of alt HIBACHI web server"
},
{
"file_path" : "src/configure",
"inventory_order" : 100,
Expand All @@ -47,7 +71,63 @@
"OK_to_edit" : true,
"display_as" : "html",
"display_via_github" : false,
"entry_text" : "home page of HIBACHI web server"
"entry_text" : "home page of alt HIBACHI web server"
},
{
"file_path" : "src-alt/IOCCC-2004/mkentry.c",
"inventory_order" : 120,
"OK_to_edit" : true,
"display_as" : "c",
"display_via_github" : true,
"entry_text" : "IOCCC tool of 2004 to package entries"
},
{
"file_path" : "src-alt/ioccc.c",
"inventory_order" : 120,
"OK_to_edit" : true,
"display_as" : "c",
"display_via_github" : true,
"entry_text" : "IOCCC size tool"
},
{
"file_path" : "src-alt/localhost/reference/rfc2616.html",
"inventory_order" : 125,
"OK_to_edit" : true,
"display_as" : "html",
"display_via_github" : false,
"entry_text" : "RFC 2616 - Hypertext Transfer Protocol - alt server"
},
{
"file_path" : "src-alt/localhost/test/perl/index.html",
"inventory_order" : 125,
"OK_to_edit" : true,
"display_as" : "html",
"display_via_github" : false,
"entry_text" : "perl test page of alt HIBACHI server"
},
{
"file_path" : "src-alt/localhost/test/php/index.php",
"inventory_order" : 125,
"OK_to_edit" : true,
"display_as" : "php",
"display_via_github" : true,
"entry_text" : "PHP making an ISO 8601:2000 calendar for alt server"
},
{
"file_path" : "src-alt/localhost/test/ruby/index.rb",
"inventory_order" : 125,
"OK_to_edit" : true,
"display_as" : "ruby",
"display_via_github" : true,
"entry_text" : "ruby home page for alt server"
},
{
"file_path" : "src-alt/localhost/test/shell/test0.sh",
"inventory_order" : 125,
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "POSIX shell CGI home page for alt server"
},
{
"file_path" : "src/localhost/CHANGES-OBFUSCATED.TXT",
Expand Down Expand Up @@ -97,6 +177,30 @@
"display_via_github" : true,
"entry_text" : "POSIX shell CGI home page"
},
{
"file_path" : "src-alt/transform.sed",
"inventory_order" : 130,
"OK_to_edit" : true,
"display_as" : "sed",
"display_via_github" : true,
"entry_text" : "sed(1) script for building unobfuscated code"
},
{
"file_path" : "src-alt/hibachi-start.sh",
"inventory_order" : 150,
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "start the alt web server"
},
{
"file_path" : "src-alt/localhost/test/perl/yahoo-ticker.pl",
"inventory_order" : 150,
"OK_to_edit" : true,
"display_as" : "perl",
"display_via_github" : true,
"entry_text" : "stock price fetch example in Perl for alt server"
},
{
"file_path" : "src/hibachi-start.sh",
"inventory_order" : 150,
Expand All @@ -113,6 +217,30 @@
"display_via_github" : true,
"entry_text" : "stock price fetch example in Perl"
},
{
"file_path" : "src-alt/configure.in",
"inventory_order" : 200,
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "GNU Autoconf script for alt server"
},
{
"file_path" : "src-alt/hibachi-start.sh.in",
"inventory_order" : 200,
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "hibachi-start.sh declarations for alt server"
},
{
"file_path" : "src-alt/localhost/CHANGELOG.TXT",
"inventory_order" : 200,
"OK_to_edit" : true,
"display_as" : "text",
"display_via_github" : false,
"entry_text" : "obfuscation change log for alt server"
},
{
"file_path" : "src/configure.in",
"inventory_order" : 200,
Expand Down Expand Up @@ -177,6 +305,206 @@
"display_via_github" : true,
"entry_text" : "markdown source for this web page"
},
{
"file_path" : "src-alt/localhost/Img/cygwin-icon.gif",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/freebsd.gif",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/hibachi-256-oc-nc-300x150.gif",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/hot-coal-edge-110-indent.png",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/logosml.256.png",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/php-small-trans-light.gif",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/powered-by-hibachi-150x75.png",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/rectangle_power_perl.gif",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/sun_logo.gif",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/Img/win.gif",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "image",
"display_via_github" : false,
"entry_text" : "image for home page for alt server"
},
{
"file_path" : "src-alt/localhost/style.css",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "css",
"display_via_github" : true,
"entry_text" : "CSS for home page for alt server"
},
{
"file_path" : "src-alt/localhost/test/perl/yahoo-ticker.pl.in",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "perl",
"display_via_github" : true,
"entry_text" : "stock price fetch declarations for alt server"
},
{
"file_path" : "src-alt/localhost/test/php/Date.php",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "php",
"display_via_github" : true,
"entry_text" : "PHP example page support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/php/index_php.in",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "php",
"display_via_github" : true,
"entry_text" : "PHP example page support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/php/info.php",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "php",
"display_via_github" : true,
"entry_text" : "PHP example support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/php/info.php.in",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "php",
"display_via_github" : true,
"entry_text" : "PHP example page support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/php/sendform.html",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "html",
"display_via_github" : false,
"entry_text" : "php example page support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/php/sendform.php",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "php",
"display_via_github" : true,
"entry_text" : "PHP example page support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/php/sendform.php.in",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "php",
"display_via_github" : true,
"entry_text" : "PHP example page support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/ruby/LUHN.rb",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "ruby",
"display_via_github" : true,
"entry_text" : "ruby example page support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/ruby/index_rb.in",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "ruby",
"display_via_github" : true,
"entry_text" : "ruby example page support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/shell/dump.sh",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "POSIX shell script support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/shell/test1.sh",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "POSIX shell script support file for alt server"
},
{
"file_path" : "src-alt/localhost/test/shell/test2.sh",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "POSIX shell script support file for alt server"
},
{
"file_path" : "src-alt/makefile.in",
"inventory_order" : 4000000000,
"OK_to_edit" : true,
"display_as" : "man",
"display_via_github" : true,
"entry_text" : "makefile template for alt server"
},
{
"file_path" : "src/localhost/Img/cygwin-icon.gif",
"inventory_order" : 4000000000,
Expand Down
7 changes: 7 additions & 0 deletions 2004/hibachi/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# sort with: ../../bin/sgi.sh
*.dSYM
build
build-alt
hibachi.orig
indent
indent.c
Expand All @@ -12,3 +13,9 @@ src/config.status
src/hibachi
src/hibachi.c
src/makefile
src-alt/config.log
src-alt/config.status
src-alt/hibachi
src-alt/hibachi.alt
src-alt/hibachi.alt.c
src-alt/makefile
Loading