1
0
Fork 0

5253 Commits (b6457a46479aee2242f21d840fc4017060c11860)
 

Author SHA1 Message Date
Philip O'Toole b6457a4647 Remove unused joint TLS config creation
This was confusing and too clever.
9 months ago
Philip O'Toole 042d001e98
Merge pull request #1518 from rqlite/clearer-layer
Refactor internode networking implementation
9 months ago
Philip O'Toole 0155ef8aa0 Fix system testing 9 months ago
Philip O'Toole 7517c7df52 CHANGELOG 9 months ago
Philip O'Toole 954503dc66 Move Store to Layer and create NewLayer in tcp 9 months ago
Philip O'Toole 3f658a7cd8 Cluster service just needs a net.Listener 9 months ago
Philip O'Toole a7423b1b8f Cluster Transport doesn't need Dialer 9 months ago
Philip O'Toole e8ea575a57 Reorder unexpected function 9 months ago
Philip O'Toole 301ed85e23
Merge pull request #1516 from rqlite/add-py-node-tls-support
Add support to Python end-to-end for mTLS testing
9 months ago
Philip O'Toole 2423c513fd CHANGELOG 9 months ago
Philip O'Toole ecc5695337 Add support to Python end-to-end for mTLS testing 9 months ago
Philip O'Toole fd3de4b096
Merge pull request #1515 from rqlite/fix-mutual-log-message
Fix a log message related to mutual TLS
9 months ago
Philip O'Toole d0720db63d CHANGELOG 9 months ago
Philip O'Toole 59467c232a Fix a log message related to mutual TLS 9 months ago
Philip O'Toole b76a591416
Update README.md 9 months ago
Philip O'Toole cbaa35f7eb
Merge pull request #1512 from rqlite/fix-var-order
Fix order of variables passed to rtls
9 months ago
Philip O'Toole 3885fa4e70 CHANGELOG 9 months ago
Philip O'Toole 6342460f9b Fix order of variables passed to rtls
If these had been typed, would have all been good.
9 months ago
Philip O'Toole bdda037e48 Spelling mistakes 9 months ago
Philip O'Toole 8e306d6789
Update README.md 9 months ago
Philip O'Toole 34d7b0bd1d
Update CHANGELOG.md 9 months ago
Philip O'Toole bf8a0ae01b
Merge pull request #1511 from rqlite/fix-go-mod-versioning-v8
Bring go mod import path into compliance
9 months ago
Philip O'Toole 2435f755bc CHANGELOG 9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
Philip O'Toole dbb6dda957
Merge pull request #1510 from rqlite/remove-obsolete-http-flag
Remove obsolete http-no-verify command-line flag
9 months ago
Philip O'Toole f74ce18998 Correct help message related to joining 9 months ago
Philip O'Toole 06bb0d89b6 CHANGELOG 9 months ago
Philip O'Toole 551518be52 Remove http-no-verify command-line flag
It's been obsolete and ignored since 8.0 was released, because nodes now
join using the Raft port.
9 months ago
Philip O'Toole 5a3877677c
Merge pull request #1509 from rqlite/node-verify-server-name
Support setting the server name for cert verification
9 months ago
Philip O'Toole 8e3a50e46c CHANGELOG 9 months ago
Philip O'Toole 866e28f4ea Fix tests 9 months ago
Philip O'Toole 95d1c89763 Move to example.com cert and key 9 months ago
Philip O'Toole 3d3f4c7e51 ServerName unit tests 9 months ago
Philip O'Toole 58d6f1a260 More client-only use for ServerName 9 months ago
Philip O'Toole f41fb5de9e Node client comms only 9 months ago
Philip O'Toole 3cf4d46f39 Fix TCP unit tests 9 months ago
Philip O'Toole 0a8d87640f Fix HTTP unit tests 9 months ago
Philip O'Toole d9efa694eb ServerName only supported for client TLS config 9 months ago
Philip O'Toole 6dc05a99df Thread it through 9 months ago
Philip O'Toole 54ec6c3d60 rtls supports ServerName 9 months ago
Philip O'Toole a96bb50d89 CHANGELOG 9 months ago
Philip O'Toole e8edfd3186 Add command line flag -node-verify-server-name 9 months ago
Philip O'Toole 57342f8658 Log Join address checks
The log messages about "unsupported protocols" confused me, so this
should prevent it in the future.
9 months ago
Philip O'Toole 395498b6b6
Merge pull request #1505 from rqlite/rqlite-ipv6
Correct handling of IPv6 addresses in rqlite shell
9 months ago
Philip O'Toole c2cf8ec3ec CHANGELOG 9 months ago
Philip O'Toole 25403472ab Use standard library to join host and port
This way we get network addresses that are compatible with IPv6 hosts.
9 months ago
Philip O'Toole d5d2c35262 Factor out status/ check 9 months ago
Philip O'Toole 475d854ed7
Merge pull request #1503 from rqlite/rqlite-style-cli
Use SQLite-like help style in rqlite shell
9 months ago
Philip O'Toole 94198f0475 Fix CHANGELOG 9 months ago
Philip O'Toole 2b74d8c332 CHANGELOG 9 months ago