Commit Graph

5823 Commits (3d40c7603da741d9bb10a04da97832af946ca8fb)
 

Author SHA1 Message Date
orignal 3872c2a3f5 use published encrypted instead orig type 5 years ago
orignal e6a09b49c9 published encrypted flag 5 years ago
orignal db107602bd handle messages with \r\n 5 years ago
orignal a6558a61a7 Recognize RedDSA_SHA512_Ed25519 signature type 5 years ago
orignal 254d2b82b3 fixed #1393. store streams by recvStreamID 5 years ago
Zetok Zalbavar 2c9fa2f738
Fix and update i2pd.service
- /var/run on distros with systemd is a symlink to /run , hence the
path changes.

- Remove unnecessary runtime dependency on `/bin/kill` which is
provided by `procps` and might not be available on minimal installs
(e.g. containers). Instead use `/bin/sh` which has a built-in `kill`.

- `PrivateDevices=yes` causes i2pd to fail to start on latest Debian
unstable. Service exits with the following:

```
i2pd.service: Failed to execute command: Operation not permitted
i2pd.service: Failed at step EXEC spawning /usr/sbin/i2pd: Operation not permitted
i2pd.service: Control process exited, code=exited, status=203/EXEC
i2pd.service: Failed with result 'exit-code'.
Failed to start I2P Router written in C++.
```

According to `man systemd.exec` exit code 203 corresponds to the
`execve(2)` system call failing. So it looks like i2pd tries to do
something it shouldn't be doing. The proper fix would be in i2pd, but
who knows how long that would actually take, so to allow people to
actually launch i2pd in meanwhile the line has been removed from the
service file.

Also, surprisingly, right after installing i2pd it started without any
problems, and only after restarting the box i2pd started to fail for no
apparent reason.
5 years ago
orignal 97d9795fc9 pass encrepted LeaseSet auth keys 5 years ago
orignal 54071b0e5d set and handle unpublished LeaseSet flag 5 years ago
orignal 925e8316c7 read i2cp.leaseSetAuthType, i2cp.leaseSetClient.dh.nnn and i2cp.leaseSetClient.psk.nnn from tunnel config 5 years ago
orignal 99e1b74023 create encrypted LeaseSet2 with authentication 5 years ago
orignal 7d68ccca53 create encrypted LeaseSet2 with authentication 5 years ago
orignal a090114066 send data message wih raw type fpr raw datagrams 5 years ago
orignal a204841abb handle RAW SEND 5 years ago
orignal cc451809cc send/receive raw datagrams through the SAM 5 years ago
orignal a605e4bab6 send and recieve raw datagrams 5 years ago
orignal 3f0534134d check for malformed b33 5 years ago
orignal 3acfb129cd 2.27.0 5 years ago
orignal 6ccef66920 call shutdown before close 5 years ago
orignal e9fa4e94a6
Merge pull request #1374 from rszibele/openssl
BOB: fix status command.
5 years ago
orignal fecc0c4640 don't call destructor twice 5 years ago
rszibele b759294975 BOB: fix status command. 5 years ago
rszibele a23e845c03 BOB: improve comment and remove error log in list command 5 years ago
rszibele cb8373e487 BOB: status response now correctly starts with "OK DATA". 5 years ago
orignal 8e919ddc8e use monotonic clock for uptime 5 years ago
orignal 832a9ab6b5 don't set random NTCP2 port if already set 5 years ago
orignal 13732ac333 fix #1363 try connect in SSU's thread 5 years ago
orignal 3e932a55f4 fixed typo 5 years ago
orignal 74e8610ec9 DH auth for encrypted LeaseSet2 5 years ago
orignal 089a60ded6
Merge pull request #1367 from rszibele/openssl
fix build on BSDs, as "isset" is a defined macro.
5 years ago
rszibele c8eeefe194 fix build on BSDs, as "isset" is a defined macro. 5 years ago
orignal 85eeba14c1 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 5 years ago
orignal f6f45eab39 flood encrypted LeaseSet2 with store hash 5 years ago
R4SAS a74065f775 [qt] dont build UnixDaemon.cpp 5 years ago
R4SAS 48d02f7e09 [qt] update headers, fix ChaCha source name, remove duplicates 5 years ago
R4SAS e60549f8df [qt] fix build 5 years ago
orignal 41f4f4713e handle i2cp.leaseSetPrivKey 5 years ago
orignal 213a292fd5 correct offsets for auth data 5 years ago
R4SAS 79630e844b
2.26.0 5 years ago
orignal 1c9e46dbb3 2.26.0 5 years ago
orignal 0a299284f8 correct check for PSK auth 5 years ago
orignal 347a5f7346 pass secret to encrypted LeaseSet2 5 years ago
R4SAS c6a903572c [HTTP] add PROFIND support 5 years ago
orignal 14f0d6d26b extract client auth data 5 years ago
orignal 485f105555 fixed typo 5 years ago
orignal 686c0b776f common blinding code for public and private keys 5 years ago
orignal 828862ea49 store hash for ECDSA blidning 5 years ago
orignal c4dffa4dc8 remove obsolete reseeds 5 years ago
orignal 3c1906e3d4
Merge pull request #1360 from khumarahn/openssl
link libi2pd to boost and zlib
5 years ago
Alexey Korepanov 7147a3694c link libi2pd to boost and zlib 5 years ago
orignal 64707dbb22 key blinding test 5 years ago