1
0
Fork 0

1920 Commits (654bfb18ad552402628d3b8e317e9398071710a2)
 

Author SHA1 Message Date
Philip O'Toole 9a7f4c0e27
Update CHANGELOG.md 5 years ago
Philip O'Toole a4b0645ff7 Remove non-applicable test 5 years ago
Philip O'Toole f7cdfc1432 Add vet and fmt checks 5 years ago
Philip O'Toole 20713065b2 Enable end-to-end in CircleCI 5 years ago
Philip O'Toole dd0162b6da Remove old files 5 years ago
Philip O'Toole 0d0d5e6fa3 Add Python end-to-end test 5 years ago
Philip O'Toole e77151a513 Add race testing 5 years ago
Philip O'Toole 234f3bea77 Try example CircleCI Go config 5 years ago
Philip O'Toole aaf9d67276 Circle config format 5 years ago
Philip O'Toole db69bfadcb Set GOPATH 5 years ago
Philip O'Toole dbcec19fed Add CircleCI 2.0 support 5 years ago
Philip O'Toole 33f6f6bf8e Move EnsureHTTPS into http module 5 years ago
Philip O'Toole 329e50ffbb Update comment re HTTP retry 5 years ago
Philip O'Toole e99819a004 Revert client comment 5 years ago
Philip O'Toole 9499a7f92d Revert changes to Disco client 5 years ago
Philip O'Toole de379a883c When joining try HTTPS if HTTP fails 5 years ago
Zac Medico f01e6b1b0a
Server -http-ca-cert and -node-ca-cert options
The -http-ca-cert and -node-ca-cert options allow the user to specify
trusted X.509 root CA certificates as an alternative to the
-http-no-verify and -node-no-verify options. This behavior is analogous
to the rqlite client -ca-cert option.
5 years ago
Philip O'Toole 8336150318
Merge pull request #551 from zmedico/client-ca-cert-option-4.3.0
Add rqlite -ca-cert option to specify trusted root CA certificate
5 years ago
Zac Medico 936ab69ba9
Add rqlite -ca-cert option to specify trusted root CA certificate
The -ca-cert option allows the user to specify a trusted X.509 root CA
certificate as an alternative to the --insecure option.
5 years ago
Philip O'Toole 2e91858e1e Allow Raft election timeout to be set 6 years ago
Philip O'Toole 6937a377ae Allow control of shutdown-on-remove
Defaults to leaving Raft run if the node is removed.
6 years ago
Philip O'Toole 77e345b97c
4.3.0 is going out 7 years ago
Philip O'Toole 2883094c2b
Update CHANGELOG.md 7 years ago
Philip O'Toole dfaa645036
Merge pull request #399 from rqlite/tweak_hash_2
Tweak hashed password implementation
7 years ago
Philip O'Toole 72dae6efe6 Update SECURITY with hashed password support 7 years ago
Philip O'Toole ac14f12cb9 Update CHANGELOG 7 years ago
Philip O'Toole 6fae0d4cee Tweak hashed password implementation 7 years ago
Philip O'Toole 1abbe0fa4b
Update CHANGELOG.md 7 years ago
Philip O'Toole dd4e494b23
Merge pull request #397 from sum12/hashedpass
auth: Added cmdline option to specify passwords are bcrypted
7 years ago
sum12 03dcfc47e0 auth: passwords can be maked as hashed (bcrypt)
Passwords stored in auth file can be bcrypt hashes of the password
passed via the basic auth of the received request.

However unmakred passwords will be considered plain text thus
maintaining backward compatibility.

Added testcases.

Closes #395
7 years ago
Philip O'Toole f6672dd3dd
4.2.3 is going out 7 years ago
Philip O'Toole 9ea300e00b
Merge pull request #392 from rqlite/500_on_delete
Return redirect if node removal executed on follower
7 years ago
Philip O'Toole efec4d4e42 Return redirect if remove on follower
Fixes issue #391.
7 years ago
Philip O'Toole 9601e6eb18
Update license years 7 years ago
Philip O'Toole eacd602e53
Merge pull request #389 from rqlite/log_data_path
Log Store directory path on startup
7 years ago
Philip O'Toole b5b2cb21db Log Store directory path on startup 7 years ago
Philip O'Toole e6779b4410
Merge pull request #387 from rqlite/less-cyclo
Reduce cyclo complexity
7 years ago
Philip O Toole 00d24ce06d Reduce cyclo complexity 7 years ago
Philip O'Toole ee168cef4c
Update package.sh 7 years ago
Philip O Toole 8cc8f4c783 Better top-level GoDoc 7 years ago
Philip O Toole c1e1509b93 Correct rqlite GoDoc 7 years ago
Philip O'Toole 9dcacb7e42
Update SECURITY.md 7 years ago
Philip O'Toole b9de2b3c5e
4.2.2 is going out 7 years ago
Philip O'Toole 8184ad0638 Tweak docs related to use of 0.0.0.0 7 years ago
Philip O'Toole f37f6714a5
Merge pull request #384 from rqlite/perm_for_diag
"status" permission is required for Go runtime info
7 years ago
Philip O'Toole dfcacf59df Update CHANGELOG 7 years ago
Philip O'Toole a0bf158111 Test 404 returned when Expvar and Pprof disabled 7 years ago
Philip O'Toole 272792fbef "status" permission required for Go runtime info 7 years ago
Philip O'Toole 7f0af36cf2
Merge pull request #383 from rqlite/fix_master_test_sqlite_changes
Fix unit tests due to SQLite master table changes
7 years ago
Philip O'Toole 6d5d4b3d81 Fix unit tests due to SQLite master table changes 7 years ago