Commit graph

222 commits

Author SHA1 Message Date
_Frky
61a8cebf8f
Merge pull request #93 from Unactived/master
Option to avoid responding to chosen IP addresses
2022-12-09 12:10:05 +01:00
_Frky
58fba4bf31 Fix command line options in tests 2022-12-08 21:40:38 +01:00
_Frky
deb7df490b Update README with new options 2022-12-08 21:28:50 +01:00
_Frky
bad2c5e02c Rename options for IP (self and remote) for more clarity 2022-12-08 21:28:03 +01:00
Pierre
044b1a1b14
Merge pull request #97 from ivre/dependabot/cargo/clap-4.0.29
Bump clap from 4.0.27 to 4.0.29
2022-11-30 12:05:03 +01:00
dependabot[bot]
1d208c769b
Bump clap from 4.0.27 to 4.0.29
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.27 to 4.0.29.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.27...v4.0.29)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 00:22:22 +00:00
Pierre
9fde25ca27
Merge pull request #94 from ivre/enh-ssh-banner
SSH: reply with the client's banner
2022-11-25 14:44:03 +01:00
_Frky
ad7d9bd4f0
Merge pull request #95 from ivre/dependabot/cargo/flate2-1.0.25
Bump flate2 from 1.0.24 to 1.0.25
2022-11-25 07:14:36 +01:00
dependabot[bot]
adbbf2259a
Bump flate2 from 1.0.24 to 1.0.25
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/commits/1.0.25)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 06:00:49 +00:00
_Frky
d6768cac11
Merge pull request #96 from ivre/dependabot/cargo/clap-4.0.27
Bump clap from 4.0.26 to 4.0.27
2022-11-25 06:59:24 +01:00
dependabot[bot]
67a2113fd9
Bump clap from 4.0.26 to 4.0.27
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.26 to 4.0.27.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.26...v4.0.27)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 00:24:22 +00:00
_Frky
1181d6eb93 SSH: reply with the client's banner 2022-11-24 19:24:09 +01:00
_Frky
e541d1f5ee Add unit test for IPv6 blacklist 2022-11-24 17:12:37 +01:00
_Frky
b136728f8f Add unit test for IPv4 blacklist 2022-11-24 17:12:32 +01:00
Unactive
ca3b9a75fc
Fix typo in options 2022-11-24 15:56:33 +01:00
Unactive
774af0b781 Document ignore and format options 2022-11-24 15:49:56 +01:00
Unactive
0f8ef335a0 Added option to forbid responding to chosen IP addresses 2022-11-24 15:00:35 +01:00
Pierre
29f89f21e4
Merge pull request #92 from ivre/dependabot/cargo/pcap-1.0.0
Bump pcap from 0.11.0 to 1.0.0
2022-11-21 09:21:49 +01:00
dependabot[bot]
86e8b6a607
Bump pcap from 0.11.0 to 1.0.0
Bumps [pcap](https://github.com/rust-pcap/pcap) from 0.11.0 to 1.0.0.
- [Release notes](https://github.com/rust-pcap/pcap/releases)
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v0.11.0...v1.0.0)

---
updated-dependencies:
- dependency-name: pcap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 01:14:22 +00:00
Pierre
668f8a143c
Merge pull request #91 from ivre/dependabot/cargo/clap-4.0.26
Bump clap from 4.0.25 to 4.0.26
2022-11-17 17:29:55 +01:00
dependabot[bot]
fd4f04671f
Bump clap from 4.0.25 to 4.0.26
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.25 to 4.0.26.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.25...v4.0.26)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 00:27:26 +00:00
Pierre
e38e2e6e6f
Merge pull request #90 from ivre/dependabot/cargo/clap-4.0.25
Bump clap from 4.0.24 to 4.0.25
2022-11-16 02:34:28 +01:00
dependabot[bot]
1ccd464ba6
Bump clap from 4.0.24 to 4.0.25
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.24 to 4.0.25.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.24...v4.0.25)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 00:22:21 +00:00
Pierre
8bb6f6a41f
Merge pull request #88 from ivre/dependabot/cargo/chrono-0.4.23
Bump chrono from 0.4.22 to 0.4.23
2022-11-15 14:08:33 +01:00
dependabot[bot]
046ecfd443
Bump chrono from 0.4.22 to 0.4.23
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.22 to 0.4.23.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.22...v0.4.23)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 12:07:45 +00:00
Pierre
d5264c8077
Merge pull request #89 from ivre/dependabot/cargo/clap-4.0.24
Bump clap from 4.0.22 to 4.0.24
2022-11-15 13:05:36 +01:00
dependabot[bot]
eb1228a7aa
Bump clap from 4.0.22 to 4.0.24
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.24.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.22...v4.0.24)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 00:09:55 +00:00
Pierre
38a0384f82
Merge pull request #86 from ivre/dependabot/cargo/clap-4.0.22
Bump clap from 4.0.18 to 4.0.22
2022-11-08 11:21:51 +01:00
Pierre
890451b0b4
Merge pull request #85 from ivre/dependabot/cargo/stderrlog-0.5.4
Bump stderrlog from 0.5.3 to 0.5.4
2022-11-08 11:21:42 +01:00
dependabot[bot]
375f0e3d04
Bump clap from 4.0.18 to 4.0.22
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.18 to 4.0.22.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.18...v4.0.22)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 00:27:59 +00:00
dependabot[bot]
b564e9762f
Bump stderrlog from 0.5.3 to 0.5.4
Bumps [stderrlog](https://github.com/cardoe/stderrlog-rs) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/cardoe/stderrlog-rs/releases)
- [Changelog](https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cardoe/stderrlog-rs/compare/v0.5.3...v0.5.4)

---
updated-dependencies:
- dependency-name: stderrlog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 00:27:46 +00:00
Pierre
31544ff464
Merge pull request #84 from ivre/dependabot/cargo/clap-4.0.18
Bump clap from 4.0.17 to 4.0.18
2022-10-21 11:56:57 +02:00
dependabot[bot]
090770a5ee
Bump clap from 4.0.17 to 4.0.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.17 to 4.0.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.17...v4.0.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 01:00:28 +00:00
Pierre
523e2117b4
Merge pull request #83 from ivre/fix-clap
Fix other bug in clap
2022-10-21 00:18:00 +02:00
_Frky
ae175e7b77 Fix other bug in clap 2022-10-20 20:03:15 +02:00
_Frky
d5d2e7c966
Merge pull request #82 from ivre/fix-clap
Fix clap default options since last update
2022-10-20 19:46:22 +02:00
_Frky
04c9621c7e Fix clap default options since last update 2022-10-20 17:49:36 +02:00
Pierre
6573194b6e
Merge pull request #81 from ivre/dependabot/cargo/clap-4.0.17
Bump clap from 4.0.15 to 4.0.17
2022-10-19 08:58:47 +02:00
dependabot[bot]
4932805271
Bump clap from 4.0.15 to 4.0.17
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.15 to 4.0.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.15...v4.0.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 00:33:07 +00:00
Pierre
c1e2da5714
Merge pull request #80 from ivre/dependabot/cargo/clap-4.0.15
Bump clap from 4.0.14 to 4.0.15
2022-10-14 15:08:56 +02:00
dependabot[bot]
e86fadf32e
Bump clap from 4.0.14 to 4.0.15
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.14 to 4.0.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.14...v4.0.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 00:34:29 +00:00
Pierre
cd1cbcfa53
Merge pull request #79 from ivre/dependabot/cargo/clap-4.0.14
Bump clap from 4.0.13 to 4.0.14
2022-10-13 08:20:24 +02:00
dependabot[bot]
87c789953b
Bump clap from 4.0.13 to 4.0.14
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.13 to 4.0.14.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.13...v4.0.14)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 00:22:33 +00:00
Pierre
ba66e7ccaa
Merge pull request #78 from ivre/dependabot/cargo/clap-4.0.13
Bump clap from 4.0.12 to 4.0.13
2022-10-12 14:20:57 +02:00
dependabot[bot]
29400cba61
Bump clap from 4.0.12 to 4.0.13
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.12 to 4.0.13.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.12...v4.0.13)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 00:48:41 +00:00
Pierre
7cf72610b8
Merge pull request #77 from ivre/dependabot/cargo/clap-4.0.12
Bump clap from 4.0.11 to 4.0.12
2022-10-11 10:57:36 +02:00
dependabot[bot]
0fc137ac3b
Bump clap from 4.0.11 to 4.0.12
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.11 to 4.0.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.11...v4.0.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 00:47:27 +00:00
Pierre
b4dc2e210e
Merge pull request #76 from ivre/dependabot/cargo/clap-4.0.11
Bump clap from 4.0.10 to 4.0.11
2022-10-10 11:44:08 +02:00
dependabot[bot]
409efd4bc5
Bump clap from 4.0.10 to 4.0.11
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.10 to 4.0.11.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.10...v4.0.11)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 01:10:06 +00:00
_Frky
0fbdbaa4a1
Merge pull request #74 from Unactived/master
Format option and Logfmt support
2022-10-08 12:28:49 +02:00