Organisationsmirageawa-sshbranch/mainBuild History

Build History for branch/main

Builds (20)
Merge pull request #84 from mirage/opam-repository Update according to opam-repo CI discoveries
920b35
Merge pull request #83 from mirage/close-test Server: eof, test_server: properly close
952f37
test: use mirage-mtime over mtime.clock.os
21b1ec
Merge pull request #82 from mirage/prepare-v0.5.2 Prepare for v0.5.2 release
fbc420
Merge pull request #81 from palainp/add-lookupuser make lookup_user public
9541e6
Merge pull request #80 from mirage/authie Add authentication information to auth Done state
add9c5
Add Server.close, fix close message semantics (#79) When receiving a SSH_MSG_CHANNEL_CLOSE message you are supposed to send back a SSH_MSG_CHANNEL_CLOSE **unless** you already sent one.
95e469
changes for 0.5.1
501ec7
Merge pull request #74 from reynir/banawa Refactor authentication, delay to effectful layer
9fb835
Merge pull request #78 from gravicappa/fix-outgoing-data Fixed [msg_channel_data] buffering and size issues.
422f7d
changes for 0.5.0
ffc436
Merge pull request #76 from hannesm/variants defunctorise
58ffe1
add maintenance intent
4617c9
Merge pull request #75 from reynir/fix-server-sig-algs Fix regression from 6379b473
5b5fe3
changes for 0.4.0
954307
Merge pull request #73 from hannesm/less-cstruct adapt to mirage-crypto 1.0.0 API changes
cb3a1b
changes for 0.3.1
dbe9c4
Adapt to mirage-flow 4 API (#70) * mirage: avoid an assert false, properly return an error * provide close and shutdown in Awa_mirage * simplify - a shutdown \`read_write is a close * mirage: preserve half-closed connections, and deal with them properly * mirage: avoid assertions * address @reynir review - and use inject_state * mirage: revise close and shutdown first to the ssh teardown, then do the underlying flow teardown * shutdown: don't shutdown the flow unless closed If we are in `Read_closed we may still want to read channel-close and when we are in `Write_closed we may still want to write channel-close. * mirage: set closed earlier in close(); also remove TODO comment * mirage: add comment about states and why errors may occur that we ignore (thanks to @dinosaure) * minor tweaks * shutdown: if in closed/error state, call close on the underlying flow nevertheless --------- Co-authored-by: Reynir Björnsson <reynir@reynir.dk> Co-authored-by: Romain Calascibetta <romain.calascibetta@gmail.com>
7c6613
Merge pull request #71 from reynir/fix-test-server Fix test server
389c1f
changes for 0.3.0
7f4331