Skip to content

Releases: Snowflake-Labs/sansshell

Logging improvements

28 Mar 15:41
78d8162
Compare
Choose a tag to compare
  • #205 for including peer identity in logs
  • #201 for including evaluation result in logs
  • various dependency version bumps

Command line completion, directory of roots-of-trust

13 Mar 15:36
45541cb
Compare
Choose a tag to compare

Changes

  • #189
  • #186
  • A typo fix, a fix to use a context in the right place, and another dependency bump

Basic http debug UI and bug updates

08 Mar 19:57
0f42cb0
Compare
Choose a tag to compare

1.18 introduces a few minor changes. Biggest change of note is a webui enabled by default on the example server/proxy.

  • Make discovery of nobody's group more robust (#177)
  • Add an option for an extremely minimal web debug server (#190)
  • Enable dependabot and update various dependences

Fix fdb conf read CLI code

06 Dec 23:40
ad5c329
Compare
Choose a tag to compare
fix client code for fdb conf so reads emit output (#178)

* Fix fdb conf read so it prints output

* Add newline

Add DNS support

10 Nov 20:55
0add829
Compare
Choose a tag to compare
Adds convenience command to issue DNS queries (#175)

Fix https://github.com/Snowflake-Labs/sansshell/issues/167

v1.16.0: Make error reporting from a subprocess more consistent. (#173)

19 Oct 16:25
ef67dd3
Compare
Choose a tag to compare

Add a new Packages method - Cleanup. For yum this runs yum-complete-transaction --cleanup-only which may be needed if updating the sansshell package using sansshell.

Also fix error reporting from package installation so its clearer on failures.

v1.15.1: Don't skip processing for internal commands always. (#172)

17 Oct 19:31
19f7e07
Compare
Choose a tag to compare
We can only do this when they are in the first couple positions. Otherwise this becomes problematic once they get passed into a subcommand+subcommand where a nil Conn == panic.

v1.15.0: Add service enable/disable support and tests (#171)

17 Oct 16:46
6e1e71d
Compare
Choose a tag to compare

Add support for service enable/disable

v1.14.3: Add utilities for 1:1 (#168)

04 Oct 22:31
0e9016b
Compare
Choose a tag to compare
exec a remote command
remove a remote file

v1.14.2: Start providing helper functions to wrap common 1:1 functions: (#166)

27 Sep 01:29
8af6434
Compare
Choose a tag to compare
Read a file
Write a file
Copy a file
Restart a service.

N target varieties likely need to be written directly as handling N streams of output back is very implementation dependent and likely not worth abstracting.