index
:
awwan
dev
main
Configuration management software, scriptable shell with SSH support.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-10-04
Release awwan v0.8.0 (2023-10-04)
v0.8.0
Shulhan
2023-10-04
go.mod: update share module
Shulhan
2023-09-30
testdata/decrypt-wrong-privatekey: replace symlink on .awwan.env.vault
Shulhan
2023-09-30
all: add option to bypass input passphrase from terminal
Shulhan
2023-09-29
all: update README related to support for encryption
Shulhan
2023-09-28
_www: fix execute request that still use "begin_at" and "end_at"
Shulhan
2023-09-28
internal: replace esbuild api.Build with api.BuildContext
Shulhan
2023-09-28
all: move field bufout and buferr out of httpServer struct
Shulhan
2023-09-28
all: create struct to handle HTTP server
Shulhan
2023-09-28
all: split type fsRequest to its separate file
Shulhan
2023-09-28
all: rename http_api.go to http_server.go
Shulhan
2023-09-27
go.mod: update share to fix error checking
Shulhan
2023-09-27
all: print any path relative to base directory
Shulhan
2023-09-27
all: add tests for local with empty and invalid passphrase
Shulhan
2023-09-27
all: make .Vars, .Val, and .Vals panic if values is empty
Shulhan
2023-09-27
all: change default path for private key to be located under .ssh directory
Shulhan
2023-09-26
go.mod: update share module
Shulhan
2023-09-26
testdata: rename "encrypt" to "local"
Shulhan
2023-09-26
all: test local put without encrypted file
Shulhan
2023-09-26
all: add prefix "awwan." to the name of temporary directory
Shulhan
2023-09-26
all: move ssh and sftp client into separate struct
Shulhan
2023-09-26
all: call loadEnvFromPaths inside newSession
Shulhan
2023-09-26
all: move fields and methods related to encryption to struct cryptoContext
Shulhan
2023-09-26
all: make the magic word "#put" able to copy encrypted file
Shulhan
2023-09-23
all: move the parseTemplate as method of Session generateFileInput
Shulhan
2023-09-23
all: merge some functions into NewScript and ParseScript
Shulhan
2023-09-23
all: allow empty passphrase when running command
Shulhan
2023-09-23
go.mod: update all dependencies
Shulhan
2023-09-22
all: implement reading encrypted awwan environment ".awwan.env.vault"
Shulhan
2023-09-22
all: update the comment on Request type
Shulhan
2023-09-22
all: split the decrypt into separate function
Shulhan
2023-09-22
all: make the private key loaded when Awwan initialized
Shulhan
2023-09-22
doc: fix comment related to awwan README file name
Shulhan
2023-09-21
all: rename file range to line_range to match with its type
Shulhan
2023-09-21
all: return the encrypted file in Encrypt method
Shulhan
2023-09-20
all: replace rsa.Decrypt/EncryptOAEP with libcrypto.Decrypt/EncryptOaep
Shulhan
2023-09-20
cmd/awwan: implement command to decrypt file using private key
Shulhan
2023-09-20
all: implement method to decrypt file using private key
Shulhan
2023-09-20
all: remove rand.Seed
Shulhan
2023-09-20
cmd/awwan: implement command to encrypt file
Shulhan
2023-09-20
all: add method Encrypt to Awwan
Shulhan
2023-09-17
Makefile: replace linter golangci-lint
Shulhan
2023-09-17
go.mod: update go version to 1.20 and dependencies
Shulhan
2023-09-06
all: remove unused parameter isLocal on parseScript
Shulhan
2023-09-04
internal: update embedded memfs content
Shulhan
2023-09-04
go.mod: update share module
Shulhan
2023-09-04
all: fix #require does not get executed on the same start position
Shulhan
2023-09-04
all: do not expand environment during parseScript
Shulhan
2023-05-14
Release awwan v0.7.0 (2023-05-14)
v0.7.0
Shulhan
2023-05-14
all: convert README from Asciidoc to Markdown
Shulhan
[next]