├── .travis.yml ├── Authenticate.c ├── Authenticate.h ├── CHANGELOG ├── CLIENTPROGRAMS ├── ChrootHelper.c ├── ChrootHelper.h ├── DavProps.c ├── DavProps.h ├── Events.c ├── Events.h ├── FileDetailsPage.c ├── FileDetailsPage.h ├── FileProperties.c ├── FileProperties.h ├── ID3.c ├── ID3.h ├── INSTALL ├── LICENCE ├── Makefile ├── Makefile.in ├── MimeType.c ├── MimeType.h ├── README.md ├── UserAdminScreen.c ├── UserAdminScreen.h ├── VPath.c ├── VPath.h ├── alaya.conf ├── auth_access_token.c ├── auth_access_token.h ├── auth_alaya_native.c ├── auth_alaya_native.h ├── auth_client_certificate.c ├── auth_client_certificate.h ├── auth_pam.c ├── auth_pam.h ├── auth_unix.c ├── auth_unix.h ├── cgi.c ├── cgi.h ├── common.c ├── common.h ├── config.log ├── config.status ├── configure ├── configure.ac ├── directory_listing.c ├── directory_listing.h ├── http_session.c ├── http_session.h ├── icecast.c ├── icecast.h ├── install-sh ├── libUseful-bundled ├── Array.c ├── Array.h ├── CGI.c ├── CGI.h ├── CHANGELOG ├── CONTRIBUTING ├── COPYING ├── COPYING.LESSER ├── CommandLineParser.c ├── CommandLineParser.h ├── Compression.c ├── Compression.h ├── ConnectionChain.c ├── ConnectionChain.h ├── Container.c ├── Container.h ├── ContentType.c ├── ContentType.h ├── DataParser.c ├── DataParser.h ├── DataProcessing.c ├── DataProcessing.h ├── Encodings.c ├── Encodings.h ├── Encryption.c ├── Encryption.h ├── Entropy.c ├── Entropy.h ├── Errors.c ├── Errors.h ├── Expect.c ├── Expect.h ├── FileSystem.c ├── FileSystem.h ├── Gemini.c ├── Gemini.h ├── GeneralFunctions.c ├── GeneralFunctions.h ├── HMAC.c ├── HMAC.h ├── Hash.c ├── Hash.h ├── HashCRC32.c ├── HashCRC32.h ├── HashJH.c ├── HashJH.h ├── HashMD5.c ├── HashMD5.h ├── HashOpenSSL.c ├── HashOpenSSL.h ├── HashSHA.c ├── HashSHA.h ├── HashWhirlpool.c ├── HashWhirlpool.h ├── Http.c ├── Http.h ├── HttpChunkedTransfer.c ├── HttpChunkedTransfer.h ├── HttpServer.c ├── HttpServer.h ├── HttpUtil.c ├── HttpUtil.h ├── IPAddress.c ├── IPAddress.h ├── Inet.c ├── Inet.h ├── KeyCodes.h ├── LICENSE ├── LibSettings.c ├── LibSettings.h ├── LineEdit.c ├── LineEdit.h ├── List.c ├── List.h ├── Log.c ├── Log.h ├── Makefile ├── Makefile.in ├── Markup.c ├── Markup.h ├── OAuth.c ├── OAuth.h ├── OTP.c ├── OTP.h ├── OpenSSL.c ├── OpenSSL.h ├── PasswordFile.c ├── PasswordFile.h ├── PatternMatch.c ├── PatternMatch.h ├── Process.c ├── Process.h ├── Pty.c ├── Pty.h ├── Quickstart.md ├── README.md ├── RawData.c ├── RawData.h ├── Seccomp.c ├── Seccomp.h ├── SecureMem.c ├── SecureMem.h ├── Server.c ├── Server.h ├── Smtp.c ├── Smtp.h ├── Socket.c ├── Socket.h ├── SpawnPrograms.c ├── SpawnPrograms.h ├── Ssh.c ├── Ssh.h ├── StrLenCache.c ├── StrLenCache.h ├── Stream.c ├── Stream.h ├── StreamAuth.c ├── StreamAuth.h ├── String.c ├── String.h ├── StringList.c ├── StringList.h ├── SysInfo.c ├── SysInfo.h ├── Terminal.c ├── Terminal.h ├── TerminalBar.c ├── TerminalBar.h ├── TerminalCalendar.c ├── TerminalCalendar.h ├── TerminalChoice.c ├── TerminalChoice.h ├── TerminalKeys.c ├── TerminalKeys.h ├── TerminalMenu.c ├── TerminalMenu.h ├── TerminalProgress.c ├── TerminalProgress.h ├── TerminalTheme.c ├── TerminalTheme.h ├── TerminalWidget.c ├── TerminalWidget.h ├── Time.c ├── Time.h ├── Tokenizer.c ├── Tokenizer.h ├── URL.c ├── URL.h ├── Unicode.c ├── Unicode.h ├── UnitsOfMeasure.c ├── UnitsOfMeasure.h ├── UnixSocket.c ├── UnixSocket.h ├── Users.c ├── Users.h ├── Vars.c ├── Vars.h ├── WebSocket.c ├── WebSocket.h ├── base64.c ├── base64.h ├── baseXX.c ├── baseXX.h ├── config.log ├── config.status ├── configure ├── configure.ac ├── crc32.c ├── crc32.h ├── defines.h ├── examples │ ├── CMON.c │ ├── Config.c │ ├── Errors.c │ ├── FileCopy.c │ ├── HMAC.c │ ├── Hash.c │ ├── HttpServer.c │ ├── JSON.c │ ├── LineEdit.c │ ├── Makefile │ ├── Maps.c │ ├── ParseRSS.c │ ├── PasswordFile.c │ ├── README │ ├── SSLClient.c │ ├── Smtp.c │ ├── SpawnContainer.c │ ├── StrLen.c │ ├── SysInfo.c │ ├── TTYTest.c │ ├── TermBar.c │ ├── TermCalendar.c │ ├── TermChoice.c │ ├── TermMenu.c │ ├── TermProgress.c │ ├── Terminal.c │ ├── Tokenize.c │ ├── Vars.c │ ├── Websocket.c │ ├── WebsocketServer.c │ ├── YAML.c │ ├── asciiblast.conf │ ├── base32.c │ ├── base64.c │ ├── calendar.c │ ├── chroot.c │ ├── decrypt.c │ ├── encrypt.c │ ├── fmtduration.c │ ├── invoke.conf │ ├── movetest.c │ ├── nonewprivs.c │ ├── pattest.c │ ├── pbkdf2.c │ ├── seccomp.c │ ├── ssh-listfiles.c │ ├── ssh-time.c │ ├── ssh-tunnel.c │ └── uudecode.c ├── includes.h ├── install-sh ├── jh_ref.c ├── jh_ref.h ├── libUseful.h ├── libUseful.so.5 ├── md5-global.h ├── md5.h ├── md5c.c ├── sha1.c ├── sha1.h ├── sha2.c ├── sha2.h ├── unicode-names.conf ├── whirlpool.c └── whirlpool.h ├── linux.c ├── linux.h ├── main.c ├── proxy.c ├── proxy.h ├── server.c ├── server.h ├── settings.c ├── settings.h ├── tar.c ├── tar.h ├── upload.c ├── upload.h ├── url_short.c ├── url_short.h ├── websocket.c ├── websocket.h ├── xssi.c └── xssi.h /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/.travis.yml -------------------------------------------------------------------------------- /Authenticate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/Authenticate.c -------------------------------------------------------------------------------- /Authenticate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/Authenticate.h -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/CHANGELOG -------------------------------------------------------------------------------- /CLIENTPROGRAMS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/CLIENTPROGRAMS -------------------------------------------------------------------------------- /ChrootHelper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/ChrootHelper.c -------------------------------------------------------------------------------- /ChrootHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/ChrootHelper.h -------------------------------------------------------------------------------- /DavProps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/DavProps.c -------------------------------------------------------------------------------- /DavProps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/DavProps.h -------------------------------------------------------------------------------- /Events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/Events.c -------------------------------------------------------------------------------- /Events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/Events.h -------------------------------------------------------------------------------- /FileDetailsPage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/FileDetailsPage.c -------------------------------------------------------------------------------- /FileDetailsPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/FileDetailsPage.h -------------------------------------------------------------------------------- /FileProperties.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/FileProperties.c -------------------------------------------------------------------------------- /FileProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/FileProperties.h -------------------------------------------------------------------------------- /ID3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/ID3.c -------------------------------------------------------------------------------- /ID3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/ID3.h -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/INSTALL -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/LICENCE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/Makefile.in -------------------------------------------------------------------------------- /MimeType.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/MimeType.c -------------------------------------------------------------------------------- /MimeType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/MimeType.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/README.md -------------------------------------------------------------------------------- /UserAdminScreen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/UserAdminScreen.c -------------------------------------------------------------------------------- /UserAdminScreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/UserAdminScreen.h -------------------------------------------------------------------------------- /VPath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/VPath.c -------------------------------------------------------------------------------- /VPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/VPath.h -------------------------------------------------------------------------------- /alaya.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/alaya.conf -------------------------------------------------------------------------------- /auth_access_token.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_access_token.c -------------------------------------------------------------------------------- /auth_access_token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_access_token.h -------------------------------------------------------------------------------- /auth_alaya_native.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_alaya_native.c -------------------------------------------------------------------------------- /auth_alaya_native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_alaya_native.h -------------------------------------------------------------------------------- /auth_client_certificate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_client_certificate.c -------------------------------------------------------------------------------- /auth_client_certificate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_client_certificate.h -------------------------------------------------------------------------------- /auth_pam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_pam.c -------------------------------------------------------------------------------- /auth_pam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_pam.h -------------------------------------------------------------------------------- /auth_unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_unix.c -------------------------------------------------------------------------------- /auth_unix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/auth_unix.h -------------------------------------------------------------------------------- /cgi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/cgi.c -------------------------------------------------------------------------------- /cgi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/cgi.h -------------------------------------------------------------------------------- /common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/common.c -------------------------------------------------------------------------------- /common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/common.h -------------------------------------------------------------------------------- /config.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/config.log -------------------------------------------------------------------------------- /config.status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/config.status -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/configure -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/configure.ac -------------------------------------------------------------------------------- /directory_listing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/directory_listing.c -------------------------------------------------------------------------------- /directory_listing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/directory_listing.h -------------------------------------------------------------------------------- /http_session.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/http_session.c -------------------------------------------------------------------------------- /http_session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/http_session.h -------------------------------------------------------------------------------- /icecast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/icecast.c -------------------------------------------------------------------------------- /icecast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/icecast.h -------------------------------------------------------------------------------- /install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/install-sh -------------------------------------------------------------------------------- /libUseful-bundled/Array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Array.c -------------------------------------------------------------------------------- /libUseful-bundled/Array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Array.h -------------------------------------------------------------------------------- /libUseful-bundled/CGI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/CGI.c -------------------------------------------------------------------------------- /libUseful-bundled/CGI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/CGI.h -------------------------------------------------------------------------------- /libUseful-bundled/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/CHANGELOG -------------------------------------------------------------------------------- /libUseful-bundled/CONTRIBUTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/CONTRIBUTING -------------------------------------------------------------------------------- /libUseful-bundled/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/COPYING -------------------------------------------------------------------------------- /libUseful-bundled/COPYING.LESSER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/COPYING.LESSER -------------------------------------------------------------------------------- /libUseful-bundled/CommandLineParser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/CommandLineParser.c -------------------------------------------------------------------------------- /libUseful-bundled/CommandLineParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/CommandLineParser.h -------------------------------------------------------------------------------- /libUseful-bundled/Compression.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Compression.c -------------------------------------------------------------------------------- /libUseful-bundled/Compression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Compression.h -------------------------------------------------------------------------------- /libUseful-bundled/ConnectionChain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/ConnectionChain.c -------------------------------------------------------------------------------- /libUseful-bundled/ConnectionChain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/ConnectionChain.h -------------------------------------------------------------------------------- /libUseful-bundled/Container.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Container.c -------------------------------------------------------------------------------- /libUseful-bundled/Container.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Container.h -------------------------------------------------------------------------------- /libUseful-bundled/ContentType.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/ContentType.c -------------------------------------------------------------------------------- /libUseful-bundled/ContentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/ContentType.h -------------------------------------------------------------------------------- /libUseful-bundled/DataParser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/DataParser.c -------------------------------------------------------------------------------- /libUseful-bundled/DataParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/DataParser.h -------------------------------------------------------------------------------- /libUseful-bundled/DataProcessing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/DataProcessing.c -------------------------------------------------------------------------------- /libUseful-bundled/DataProcessing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/DataProcessing.h -------------------------------------------------------------------------------- /libUseful-bundled/Encodings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Encodings.c -------------------------------------------------------------------------------- /libUseful-bundled/Encodings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Encodings.h -------------------------------------------------------------------------------- /libUseful-bundled/Encryption.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Encryption.c -------------------------------------------------------------------------------- /libUseful-bundled/Encryption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Encryption.h -------------------------------------------------------------------------------- /libUseful-bundled/Entropy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Entropy.c -------------------------------------------------------------------------------- /libUseful-bundled/Entropy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Entropy.h -------------------------------------------------------------------------------- /libUseful-bundled/Errors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Errors.c -------------------------------------------------------------------------------- /libUseful-bundled/Errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Errors.h -------------------------------------------------------------------------------- /libUseful-bundled/Expect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Expect.c -------------------------------------------------------------------------------- /libUseful-bundled/Expect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Expect.h -------------------------------------------------------------------------------- /libUseful-bundled/FileSystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/FileSystem.c -------------------------------------------------------------------------------- /libUseful-bundled/FileSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/FileSystem.h -------------------------------------------------------------------------------- /libUseful-bundled/Gemini.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Gemini.c -------------------------------------------------------------------------------- /libUseful-bundled/Gemini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Gemini.h -------------------------------------------------------------------------------- /libUseful-bundled/GeneralFunctions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/GeneralFunctions.c -------------------------------------------------------------------------------- /libUseful-bundled/GeneralFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/GeneralFunctions.h -------------------------------------------------------------------------------- /libUseful-bundled/HMAC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HMAC.c -------------------------------------------------------------------------------- /libUseful-bundled/HMAC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HMAC.h -------------------------------------------------------------------------------- /libUseful-bundled/Hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Hash.c -------------------------------------------------------------------------------- /libUseful-bundled/Hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Hash.h -------------------------------------------------------------------------------- /libUseful-bundled/HashCRC32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashCRC32.c -------------------------------------------------------------------------------- /libUseful-bundled/HashCRC32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashCRC32.h -------------------------------------------------------------------------------- /libUseful-bundled/HashJH.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashJH.c -------------------------------------------------------------------------------- /libUseful-bundled/HashJH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashJH.h -------------------------------------------------------------------------------- /libUseful-bundled/HashMD5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashMD5.c -------------------------------------------------------------------------------- /libUseful-bundled/HashMD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashMD5.h -------------------------------------------------------------------------------- /libUseful-bundled/HashOpenSSL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashOpenSSL.c -------------------------------------------------------------------------------- /libUseful-bundled/HashOpenSSL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashOpenSSL.h -------------------------------------------------------------------------------- /libUseful-bundled/HashSHA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashSHA.c -------------------------------------------------------------------------------- /libUseful-bundled/HashSHA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashSHA.h -------------------------------------------------------------------------------- /libUseful-bundled/HashWhirlpool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashWhirlpool.c -------------------------------------------------------------------------------- /libUseful-bundled/HashWhirlpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HashWhirlpool.h -------------------------------------------------------------------------------- /libUseful-bundled/Http.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Http.c -------------------------------------------------------------------------------- /libUseful-bundled/Http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Http.h -------------------------------------------------------------------------------- /libUseful-bundled/HttpChunkedTransfer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HttpChunkedTransfer.c -------------------------------------------------------------------------------- /libUseful-bundled/HttpChunkedTransfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HttpChunkedTransfer.h -------------------------------------------------------------------------------- /libUseful-bundled/HttpServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HttpServer.c -------------------------------------------------------------------------------- /libUseful-bundled/HttpServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HttpServer.h -------------------------------------------------------------------------------- /libUseful-bundled/HttpUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HttpUtil.c -------------------------------------------------------------------------------- /libUseful-bundled/HttpUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/HttpUtil.h -------------------------------------------------------------------------------- /libUseful-bundled/IPAddress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/IPAddress.c -------------------------------------------------------------------------------- /libUseful-bundled/IPAddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/IPAddress.h -------------------------------------------------------------------------------- /libUseful-bundled/Inet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Inet.c -------------------------------------------------------------------------------- /libUseful-bundled/Inet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Inet.h -------------------------------------------------------------------------------- /libUseful-bundled/KeyCodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/KeyCodes.h -------------------------------------------------------------------------------- /libUseful-bundled/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/LICENSE -------------------------------------------------------------------------------- /libUseful-bundled/LibSettings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/LibSettings.c -------------------------------------------------------------------------------- /libUseful-bundled/LibSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/LibSettings.h -------------------------------------------------------------------------------- /libUseful-bundled/LineEdit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/LineEdit.c -------------------------------------------------------------------------------- /libUseful-bundled/LineEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/LineEdit.h -------------------------------------------------------------------------------- /libUseful-bundled/List.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/List.c -------------------------------------------------------------------------------- /libUseful-bundled/List.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/List.h -------------------------------------------------------------------------------- /libUseful-bundled/Log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Log.c -------------------------------------------------------------------------------- /libUseful-bundled/Log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Log.h -------------------------------------------------------------------------------- /libUseful-bundled/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Makefile -------------------------------------------------------------------------------- /libUseful-bundled/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Makefile.in -------------------------------------------------------------------------------- /libUseful-bundled/Markup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Markup.c -------------------------------------------------------------------------------- /libUseful-bundled/Markup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Markup.h -------------------------------------------------------------------------------- /libUseful-bundled/OAuth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/OAuth.c -------------------------------------------------------------------------------- /libUseful-bundled/OAuth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/OAuth.h -------------------------------------------------------------------------------- /libUseful-bundled/OTP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/OTP.c -------------------------------------------------------------------------------- /libUseful-bundled/OTP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/OTP.h -------------------------------------------------------------------------------- /libUseful-bundled/OpenSSL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/OpenSSL.c -------------------------------------------------------------------------------- /libUseful-bundled/OpenSSL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/OpenSSL.h -------------------------------------------------------------------------------- /libUseful-bundled/PasswordFile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/PasswordFile.c -------------------------------------------------------------------------------- /libUseful-bundled/PasswordFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/PasswordFile.h -------------------------------------------------------------------------------- /libUseful-bundled/PatternMatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/PatternMatch.c -------------------------------------------------------------------------------- /libUseful-bundled/PatternMatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/PatternMatch.h -------------------------------------------------------------------------------- /libUseful-bundled/Process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Process.c -------------------------------------------------------------------------------- /libUseful-bundled/Process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Process.h -------------------------------------------------------------------------------- /libUseful-bundled/Pty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Pty.c -------------------------------------------------------------------------------- /libUseful-bundled/Pty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Pty.h -------------------------------------------------------------------------------- /libUseful-bundled/Quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Quickstart.md -------------------------------------------------------------------------------- /libUseful-bundled/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/README.md -------------------------------------------------------------------------------- /libUseful-bundled/RawData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/RawData.c -------------------------------------------------------------------------------- /libUseful-bundled/RawData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/RawData.h -------------------------------------------------------------------------------- /libUseful-bundled/Seccomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Seccomp.c -------------------------------------------------------------------------------- /libUseful-bundled/Seccomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Seccomp.h -------------------------------------------------------------------------------- /libUseful-bundled/SecureMem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/SecureMem.c -------------------------------------------------------------------------------- /libUseful-bundled/SecureMem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/SecureMem.h -------------------------------------------------------------------------------- /libUseful-bundled/Server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Server.c -------------------------------------------------------------------------------- /libUseful-bundled/Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Server.h -------------------------------------------------------------------------------- /libUseful-bundled/Smtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Smtp.c -------------------------------------------------------------------------------- /libUseful-bundled/Smtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Smtp.h -------------------------------------------------------------------------------- /libUseful-bundled/Socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Socket.c -------------------------------------------------------------------------------- /libUseful-bundled/Socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Socket.h -------------------------------------------------------------------------------- /libUseful-bundled/SpawnPrograms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/SpawnPrograms.c -------------------------------------------------------------------------------- /libUseful-bundled/SpawnPrograms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/SpawnPrograms.h -------------------------------------------------------------------------------- /libUseful-bundled/Ssh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Ssh.c -------------------------------------------------------------------------------- /libUseful-bundled/Ssh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Ssh.h -------------------------------------------------------------------------------- /libUseful-bundled/StrLenCache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/StrLenCache.c -------------------------------------------------------------------------------- /libUseful-bundled/StrLenCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/StrLenCache.h -------------------------------------------------------------------------------- /libUseful-bundled/Stream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Stream.c -------------------------------------------------------------------------------- /libUseful-bundled/Stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Stream.h -------------------------------------------------------------------------------- /libUseful-bundled/StreamAuth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/StreamAuth.c -------------------------------------------------------------------------------- /libUseful-bundled/StreamAuth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/StreamAuth.h -------------------------------------------------------------------------------- /libUseful-bundled/String.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/String.c -------------------------------------------------------------------------------- /libUseful-bundled/String.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/String.h -------------------------------------------------------------------------------- /libUseful-bundled/StringList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/StringList.c -------------------------------------------------------------------------------- /libUseful-bundled/StringList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/StringList.h -------------------------------------------------------------------------------- /libUseful-bundled/SysInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/SysInfo.c -------------------------------------------------------------------------------- /libUseful-bundled/SysInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/SysInfo.h -------------------------------------------------------------------------------- /libUseful-bundled/Terminal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Terminal.c -------------------------------------------------------------------------------- /libUseful-bundled/Terminal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Terminal.h -------------------------------------------------------------------------------- /libUseful-bundled/TerminalBar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalBar.c -------------------------------------------------------------------------------- /libUseful-bundled/TerminalBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalBar.h -------------------------------------------------------------------------------- /libUseful-bundled/TerminalCalendar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalCalendar.c -------------------------------------------------------------------------------- /libUseful-bundled/TerminalCalendar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalCalendar.h -------------------------------------------------------------------------------- /libUseful-bundled/TerminalChoice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalChoice.c -------------------------------------------------------------------------------- /libUseful-bundled/TerminalChoice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalChoice.h -------------------------------------------------------------------------------- /libUseful-bundled/TerminalKeys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalKeys.c -------------------------------------------------------------------------------- /libUseful-bundled/TerminalKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalKeys.h -------------------------------------------------------------------------------- /libUseful-bundled/TerminalMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalMenu.c -------------------------------------------------------------------------------- /libUseful-bundled/TerminalMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalMenu.h -------------------------------------------------------------------------------- /libUseful-bundled/TerminalProgress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalProgress.c -------------------------------------------------------------------------------- /libUseful-bundled/TerminalProgress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalProgress.h -------------------------------------------------------------------------------- /libUseful-bundled/TerminalTheme.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalTheme.c -------------------------------------------------------------------------------- /libUseful-bundled/TerminalTheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalTheme.h -------------------------------------------------------------------------------- /libUseful-bundled/TerminalWidget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalWidget.c -------------------------------------------------------------------------------- /libUseful-bundled/TerminalWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/TerminalWidget.h -------------------------------------------------------------------------------- /libUseful-bundled/Time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Time.c -------------------------------------------------------------------------------- /libUseful-bundled/Time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Time.h -------------------------------------------------------------------------------- /libUseful-bundled/Tokenizer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Tokenizer.c -------------------------------------------------------------------------------- /libUseful-bundled/Tokenizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Tokenizer.h -------------------------------------------------------------------------------- /libUseful-bundled/URL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/URL.c -------------------------------------------------------------------------------- /libUseful-bundled/URL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/URL.h -------------------------------------------------------------------------------- /libUseful-bundled/Unicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Unicode.c -------------------------------------------------------------------------------- /libUseful-bundled/Unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Unicode.h -------------------------------------------------------------------------------- /libUseful-bundled/UnitsOfMeasure.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/UnitsOfMeasure.c -------------------------------------------------------------------------------- /libUseful-bundled/UnitsOfMeasure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/UnitsOfMeasure.h -------------------------------------------------------------------------------- /libUseful-bundled/UnixSocket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/UnixSocket.c -------------------------------------------------------------------------------- /libUseful-bundled/UnixSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/UnixSocket.h -------------------------------------------------------------------------------- /libUseful-bundled/Users.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Users.c -------------------------------------------------------------------------------- /libUseful-bundled/Users.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Users.h -------------------------------------------------------------------------------- /libUseful-bundled/Vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Vars.c -------------------------------------------------------------------------------- /libUseful-bundled/Vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/Vars.h -------------------------------------------------------------------------------- /libUseful-bundled/WebSocket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/WebSocket.c -------------------------------------------------------------------------------- /libUseful-bundled/WebSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/WebSocket.h -------------------------------------------------------------------------------- /libUseful-bundled/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/base64.c -------------------------------------------------------------------------------- /libUseful-bundled/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/base64.h -------------------------------------------------------------------------------- /libUseful-bundled/baseXX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/baseXX.c -------------------------------------------------------------------------------- /libUseful-bundled/baseXX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/baseXX.h -------------------------------------------------------------------------------- /libUseful-bundled/config.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/config.log -------------------------------------------------------------------------------- /libUseful-bundled/config.status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/config.status -------------------------------------------------------------------------------- /libUseful-bundled/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/configure -------------------------------------------------------------------------------- /libUseful-bundled/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/configure.ac -------------------------------------------------------------------------------- /libUseful-bundled/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/crc32.c -------------------------------------------------------------------------------- /libUseful-bundled/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/crc32.h -------------------------------------------------------------------------------- /libUseful-bundled/defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/defines.h -------------------------------------------------------------------------------- /libUseful-bundled/examples/CMON.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/CMON.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Config.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Errors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Errors.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/FileCopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/FileCopy.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/HMAC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/HMAC.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Hash.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/HttpServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/HttpServer.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/JSON.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/JSON.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/LineEdit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/LineEdit.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Makefile -------------------------------------------------------------------------------- /libUseful-bundled/examples/Maps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Maps.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/ParseRSS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/ParseRSS.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/PasswordFile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/PasswordFile.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/README -------------------------------------------------------------------------------- /libUseful-bundled/examples/SSLClient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/SSLClient.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Smtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Smtp.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/SpawnContainer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/SpawnContainer.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/StrLen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/StrLen.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/SysInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/SysInfo.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/TTYTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/TTYTest.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/TermBar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/TermBar.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/TermCalendar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/TermCalendar.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/TermChoice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/TermChoice.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/TermMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/TermMenu.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/TermProgress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/TermProgress.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Terminal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Terminal.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Tokenize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Tokenize.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Vars.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/Websocket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/Websocket.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/WebsocketServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/WebsocketServer.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/YAML.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/YAML.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/asciiblast.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/asciiblast.conf -------------------------------------------------------------------------------- /libUseful-bundled/examples/base32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/base32.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/base64.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/calendar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/calendar.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/chroot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/chroot.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/decrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/decrypt.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/encrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/encrypt.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/fmtduration.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/fmtduration.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/invoke.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/invoke.conf -------------------------------------------------------------------------------- /libUseful-bundled/examples/movetest.c: -------------------------------------------------------------------------------- 1 | #include "../libUseful.h" 2 | 3 | main() 4 | { 5 | FileMoveToDir("/etc/hosts", "/tmp/"); 6 | } 7 | -------------------------------------------------------------------------------- /libUseful-bundled/examples/nonewprivs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/nonewprivs.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/pattest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/pattest.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/pbkdf2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/pbkdf2.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/seccomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/seccomp.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/ssh-listfiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/ssh-listfiles.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/ssh-time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/ssh-time.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/ssh-tunnel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/ssh-tunnel.c -------------------------------------------------------------------------------- /libUseful-bundled/examples/uudecode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/examples/uudecode.c -------------------------------------------------------------------------------- /libUseful-bundled/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/includes.h -------------------------------------------------------------------------------- /libUseful-bundled/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/install-sh -------------------------------------------------------------------------------- /libUseful-bundled/jh_ref.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/jh_ref.c -------------------------------------------------------------------------------- /libUseful-bundled/jh_ref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/jh_ref.h -------------------------------------------------------------------------------- /libUseful-bundled/libUseful.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/libUseful.h -------------------------------------------------------------------------------- /libUseful-bundled/libUseful.so.5: -------------------------------------------------------------------------------- 1 | libUseful.so.5.58 -------------------------------------------------------------------------------- /libUseful-bundled/md5-global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/md5-global.h -------------------------------------------------------------------------------- /libUseful-bundled/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/md5.h -------------------------------------------------------------------------------- /libUseful-bundled/md5c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/md5c.c -------------------------------------------------------------------------------- /libUseful-bundled/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/sha1.c -------------------------------------------------------------------------------- /libUseful-bundled/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/sha1.h -------------------------------------------------------------------------------- /libUseful-bundled/sha2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/sha2.c -------------------------------------------------------------------------------- /libUseful-bundled/sha2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/sha2.h -------------------------------------------------------------------------------- /libUseful-bundled/unicode-names.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/unicode-names.conf -------------------------------------------------------------------------------- /libUseful-bundled/whirlpool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/whirlpool.c -------------------------------------------------------------------------------- /libUseful-bundled/whirlpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/libUseful-bundled/whirlpool.h -------------------------------------------------------------------------------- /linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/linux.c -------------------------------------------------------------------------------- /linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/linux.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/main.c -------------------------------------------------------------------------------- /proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/proxy.c -------------------------------------------------------------------------------- /proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/proxy.h -------------------------------------------------------------------------------- /server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/server.c -------------------------------------------------------------------------------- /server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/server.h -------------------------------------------------------------------------------- /settings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/settings.c -------------------------------------------------------------------------------- /settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/settings.h -------------------------------------------------------------------------------- /tar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/tar.c -------------------------------------------------------------------------------- /tar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/tar.h -------------------------------------------------------------------------------- /upload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/upload.c -------------------------------------------------------------------------------- /upload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/upload.h -------------------------------------------------------------------------------- /url_short.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/url_short.c -------------------------------------------------------------------------------- /url_short.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/url_short.h -------------------------------------------------------------------------------- /websocket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/websocket.c -------------------------------------------------------------------------------- /websocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/websocket.h -------------------------------------------------------------------------------- /xssi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/xssi.c -------------------------------------------------------------------------------- /xssi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColumPaget/Alaya/HEAD/xssi.h --------------------------------------------------------------------------------