summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-04Release awwan v0.8.0 (2023-10-04)v0.8.0Shulhan
2023-10-04go.mod: update share moduleShulhan
2023-09-30testdata/decrypt-wrong-privatekey: replace symlink on .awwan.env.vaultShulhan
2023-09-30all: add option to bypass input passphrase from terminalShulhan
2023-09-29all: update README related to support for encryptionShulhan
2023-09-28_www: fix execute request that still use "begin_at" and "end_at"Shulhan
2023-09-28internal: replace esbuild api.Build with api.BuildContextShulhan
2023-09-28all: move field bufout and buferr out of httpServer structShulhan
2023-09-28all: create struct to handle HTTP serverShulhan
2023-09-28all: split type fsRequest to its separate fileShulhan
2023-09-28all: rename http_api.go to http_server.goShulhan
2023-09-27go.mod: update share to fix error checkingShulhan
2023-09-27all: print any path relative to base directoryShulhan
2023-09-27all: add tests for local with empty and invalid passphraseShulhan
2023-09-27all: make .Vars, .Val, and .Vals panic if values is emptyShulhan
2023-09-27all: change default path for private key to be located under .ssh directoryShulhan
2023-09-26go.mod: update share moduleShulhan
2023-09-26testdata: rename "encrypt" to "local"Shulhan
2023-09-26all: test local put without encrypted fileShulhan
2023-09-26all: add prefix "awwan." to the name of temporary directoryShulhan
2023-09-26all: move ssh and sftp client into separate structShulhan
2023-09-26all: call loadEnvFromPaths inside newSessionShulhan
2023-09-26all: move fields and methods related to encryption to struct cryptoContextShulhan
2023-09-26all: make the magic word "#put" able to copy encrypted fileShulhan
2023-09-23all: move the parseTemplate as method of Session generateFileInputShulhan
2023-09-23all: merge some functions into NewScript and ParseScriptShulhan
2023-09-23all: allow empty passphrase when running commandShulhan
2023-09-23go.mod: update all dependenciesShulhan
2023-09-22all: implement reading encrypted awwan environment ".awwan.env.vault"Shulhan
2023-09-22all: update the comment on Request typeShulhan
2023-09-22all: split the decrypt into separate functionShulhan
2023-09-22all: make the private key loaded when Awwan initializedShulhan
2023-09-22doc: fix comment related to awwan README file nameShulhan
2023-09-21all: rename file range to line_range to match with its typeShulhan
2023-09-21all: return the encrypted file in Encrypt methodShulhan
2023-09-20all: replace rsa.Decrypt/EncryptOAEP with libcrypto.Decrypt/EncryptOaepShulhan
2023-09-20cmd/awwan: implement command to decrypt file using private keyShulhan
2023-09-20all: implement method to decrypt file using private keyShulhan
2023-09-20all: remove rand.SeedShulhan
2023-09-20cmd/awwan: implement command to encrypt fileShulhan
2023-09-20all: add method Encrypt to AwwanShulhan
2023-09-17Makefile: replace linter golangci-lintShulhan
2023-09-17go.mod: update go version to 1.20 and dependenciesShulhan
2023-09-06all: remove unused parameter isLocal on parseScriptShulhan
2023-09-04internal: update embedded memfs contentShulhan
2023-09-04go.mod: update share moduleShulhan
2023-09-04all: fix #require does not get executed on the same start positionShulhan
2023-09-04all: do not expand environment during parseScriptShulhan
2023-05-14Release awwan v0.7.0 (2023-05-14)v0.7.0Shulhan
2023-05-14all: convert README from Asciidoc to MarkdownShulhan