Remove obsolete stuffs
This commit is contained in:
BIN
bin/laragon/utils/7z.exe
Normal file
BIN
bin/laragon/utils/7z.exe
Normal file
Binary file not shown.
125
bin/laragon/utils/License.txt
Normal file
125
bin/laragon/utils/License.txt
Normal file
@@ -0,0 +1,125 @@
|
||||
7-Zip Extra
|
||||
~~~~~~~~~~~
|
||||
License for use and distribution
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Copyright (C) 1999-2024 Igor Pavlov.
|
||||
|
||||
7-Zip Copyright (C) 1999-2024 Igor Pavlov.
|
||||
|
||||
The licenses for files are:
|
||||
|
||||
- 7za.exe:
|
||||
- The "GNU LGPL" as main license for most of the code
|
||||
- The "BSD 3-clause License" for some code
|
||||
- The "BSD 2-clause License" for some code
|
||||
- All other files: the "GNU LGPL".
|
||||
|
||||
Redistributions in binary form must reproduce related license information from this file.
|
||||
|
||||
Note:
|
||||
You can use 7-Zip Extra on any computer, including a computer in a commercial
|
||||
organization. You don't need to register or pay for 7-Zip.
|
||||
|
||||
It is allowed to digitally sign DLL and EXE files included into this package
|
||||
with arbitrary signatures of third parties.
|
||||
|
||||
|
||||
GNU LGPL information
|
||||
--------------------
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You can receive a copy of the GNU Lesser General Public License from
|
||||
http://www.gnu.org/
|
||||
|
||||
|
||||
|
||||
BSD 3-clause License in 7-Zip code
|
||||
----------------------------------
|
||||
|
||||
The "BSD 3-clause License" is used for the following code in 7za.exe
|
||||
- ZSTD data decompression.
|
||||
that code was developed using original zstd decoder code as reference code.
|
||||
The original zstd decoder code was developed by Facebook Inc,
|
||||
that also uses the "BSD 3-clause License".
|
||||
|
||||
Copyright (c) Facebook, Inc. All rights reserved.
|
||||
Copyright (c) 2023-2024 Igor Pavlov.
|
||||
|
||||
Text of the "BSD 3-clause License"
|
||||
----------------------------------
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its contributors may
|
||||
be used to endorse or promote products derived from this software without
|
||||
specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
||||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
BSD 2-clause License in 7-Zip code
|
||||
----------------------------------
|
||||
|
||||
The "BSD 2-clause License" is used for the XXH64 code in 7za.exe.
|
||||
|
||||
XXH64 code in 7-Zip was derived from the original XXH64 code developed by Yann Collet.
|
||||
|
||||
Copyright (c) 2012-2021 Yann Collet.
|
||||
Copyright (c) 2023-2024 Igor Pavlov.
|
||||
|
||||
Text of the "BSD 2-clause License"
|
||||
----------------------------------
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
||||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
---
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
bin/laragon/utils/helper.exe
Normal file
BIN
bin/laragon/utils/helper.exe
Normal file
Binary file not shown.
95
bin/laragon/utils/libcurl.def
Normal file
95
bin/laragon/utils/libcurl.def
Normal file
@@ -0,0 +1,95 @@
|
||||
EXPORTS
|
||||
curl_easy_cleanup @1
|
||||
curl_easy_duphandle @2
|
||||
curl_easy_escape @3
|
||||
curl_easy_getinfo @4
|
||||
curl_easy_header @5
|
||||
curl_easy_init @6
|
||||
curl_easy_nextheader @7
|
||||
curl_easy_option_by_id @8
|
||||
curl_easy_option_by_name @9
|
||||
curl_easy_option_next @10
|
||||
curl_easy_pause @11
|
||||
curl_easy_perform @12
|
||||
curl_easy_recv @13
|
||||
curl_easy_reset @14
|
||||
curl_easy_send @15
|
||||
curl_easy_setopt @16
|
||||
curl_easy_strerror @17
|
||||
curl_easy_unescape @18
|
||||
curl_easy_upkeep @19
|
||||
curl_escape @20
|
||||
curl_formadd @21
|
||||
curl_formfree @22
|
||||
curl_formget @23
|
||||
curl_free @24
|
||||
curl_getdate @25
|
||||
curl_getenv @26
|
||||
curl_global_cleanup @27
|
||||
curl_global_init @28
|
||||
curl_global_init_mem @29
|
||||
curl_global_sslset @30
|
||||
curl_global_trace @31
|
||||
curl_maprintf @32
|
||||
curl_mfprintf @33
|
||||
curl_mime_addpart @34
|
||||
curl_mime_data @35
|
||||
curl_mime_data_cb @36
|
||||
curl_mime_encoder @37
|
||||
curl_mime_filedata @38
|
||||
curl_mime_filename @39
|
||||
curl_mime_free @40
|
||||
curl_mime_headers @41
|
||||
curl_mime_init @42
|
||||
curl_mime_name @43
|
||||
curl_mime_subparts @44
|
||||
curl_mime_type @45
|
||||
curl_mprintf @46
|
||||
curl_msnprintf @47
|
||||
curl_msprintf @48
|
||||
curl_multi_add_handle @49
|
||||
curl_multi_assign @50
|
||||
curl_multi_cleanup @51
|
||||
curl_multi_fdset @52
|
||||
curl_multi_get_handles @53
|
||||
curl_multi_info_read @54
|
||||
curl_multi_init @55
|
||||
curl_multi_perform @56
|
||||
curl_multi_poll @57
|
||||
curl_multi_remove_handle @58
|
||||
curl_multi_setopt @59
|
||||
curl_multi_socket @60
|
||||
curl_multi_socket_action @61
|
||||
curl_multi_socket_all @62
|
||||
curl_multi_strerror @63
|
||||
curl_multi_timeout @64
|
||||
curl_multi_wait @65
|
||||
curl_multi_waitfds @66
|
||||
curl_multi_wakeup @67
|
||||
curl_mvaprintf @68
|
||||
curl_mvfprintf @69
|
||||
curl_mvprintf @70
|
||||
curl_mvsnprintf @71
|
||||
curl_mvsprintf @72
|
||||
curl_pushheader_byname @73
|
||||
curl_pushheader_bynum @74
|
||||
curl_share_cleanup @75
|
||||
curl_share_init @76
|
||||
curl_share_setopt @77
|
||||
curl_share_strerror @78
|
||||
curl_slist_append @79
|
||||
curl_slist_free_all @80
|
||||
curl_strequal @81
|
||||
curl_strnequal @82
|
||||
curl_unescape @83
|
||||
curl_url @84
|
||||
curl_url_cleanup @85
|
||||
curl_url_dup @86
|
||||
curl_url_get @87
|
||||
curl_url_set @88
|
||||
curl_url_strerror @89
|
||||
curl_version @90
|
||||
curl_version_info @91
|
||||
curl_ws_meta @92
|
||||
curl_ws_recv @93
|
||||
curl_ws_send @94
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/laragon/utils/telnet.exe
Normal file
BIN
bin/laragon/utils/telnet.exe
Normal file
Binary file not shown.
53
bin/laragon/utils/telnet.ini
Normal file
53
bin/laragon/utils/telnet.ini
Normal file
@@ -0,0 +1,53 @@
|
||||
[Terminal]
|
||||
;Dumpfile=
|
||||
;Term=ansi
|
||||
;Telnet_Redir=0
|
||||
;Input_Redir=0
|
||||
;Output_Redir=0
|
||||
;Strip_Redir=FALSE
|
||||
;Destructive_Backspace=FALSE
|
||||
;Speaker_Beep=TRUE
|
||||
;Beep=TRUE
|
||||
;EightBit_Ansi=True
|
||||
;VT100_Mode=True
|
||||
;Disable_Break=FALSE
|
||||
;Preserve_Colors=FALSE
|
||||
;Wrap_Line=TRUE
|
||||
;Fast_Write=TRUE
|
||||
;Term_Width=-1
|
||||
;Term_Height=-1
|
||||
;Wide_Enable=FALSE
|
||||
;Buffer_Size=2048
|
||||
|
||||
[Colors]
|
||||
;Blink_bg=-1
|
||||
;Blink_fg=2
|
||||
;Underline_bg=-1
|
||||
;Underline_fg=3
|
||||
;UlBlink_bg=-1
|
||||
;UlBlink_fg=1
|
||||
;Normal_bg=0
|
||||
;Normal_fg=7
|
||||
;Scroll_bg=0
|
||||
;Scroll_fg=7
|
||||
;Status_bg=1
|
||||
;Status_fg=15
|
||||
|
||||
[Mouse]
|
||||
;Enable_Mouse=1
|
||||
|
||||
[Printer]
|
||||
;Printer_Name=LPT1
|
||||
|
||||
[Keyboard]
|
||||
;Escape_key=]
|
||||
;Scrollback_key=[
|
||||
;Dial_key=\
|
||||
;Alt_erase=FALSE
|
||||
;Keyboard_paste=FALSE
|
||||
;Keyfile=keys.cfg
|
||||
;Default_Config=vt100
|
||||
|
||||
[Scrollback]
|
||||
;Scroll_Mode=DUMP
|
||||
;Scroll_Enable=TRUE
|
||||
Reference in New Issue
Block a user