Skip to content

Releases: schollz/croc

v8.0.7

09 Apr 17:13

Choose a tag to compare

Changelog

f9f4f29 use debug instead of warn/error addresses #205
cb025ae Add systemd service
c058bcb relay: show version on startup

v8.0.6

09 Apr 15:07

Choose a tag to compare

Changelog

9bf470e bump 8.0.6
11d4fea update deps
9c0bc3e bug fix: two read deadlines to prevent memory leak

v8.0.5

31 Mar 20:44

Choose a tag to compare

Changelog

7237894 update progressbar to v3, show external ip on receiver
b60a841 bug fix: prevent crazy number of bytes getting into comm

v8.0.4

24 Mar 15:41

Choose a tag to compare

Changelog

44c3d43 bump 8.0.4
7a605dd update deps
aae5604 bug fix: lock the chunk map

v8.0.3

08 Mar 14:17

Choose a tag to compare

Changelog

09d35d2 bump 8.0.3

v8.0.2

06 Mar 15:16

Choose a tag to compare

Changelog

1dd75c4 better error messages
8b6500a hide most of the code phrase to use as authentication

v8.0.1

02 Mar 17:36

Choose a tag to compare

Changelog

2d6206b bump 8.0.1

v8.0.0

02 Mar 17:08

Choose a tag to compare

This version introduces a breaking change. Namely it fixes a mistake where the client connects to the relay and transmits information (the relay password, the relay ports) in plaintext over the connection. Now, this is fixed so that the relay and client use PAKE to establish a secure connection and then all further information is transmitted securely encrypted.

Changelog

5e37a30 throw error when submitting bad passphrase to relay
c3adc29 encrypt external ip
5fce2a2 encrypt external ip
d5846bc encrypt all communication with relay

v6.4.11

18 Feb 19:33

Choose a tag to compare

Changelog

4c56ec2 bump 6.4.11
bc0841d update deps
d4cbe03 Merge pull request #198 from rkuprov/shared-secret-update
df79b2e croc: secret phrase parsing

v6.4.10

15 Jan 17:16

Choose a tag to compare

Changelog

29882db bump 6.4.10
073569f need to add network bind to snap