1
0
Fork 0

1642 Commits (451d424d1c569394da25453ae0064ff1441e397d)
 

Author SHA1 Message Date
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
Philip O'Toole 7478af36cb
Update RESTORE_FROM_SQLITE.md 7 years ago
Philip O'Toole 406180ecd0
Update RESTORE_FROM_SQLITE.md 7 years ago
Philip O Toole fb3cc19680 More GoDoc 7 years ago
Philip O'Toole 34ce8c2a88
Merge pull request #381 from rqlite/always_linting
ABL
7 years ago
Philip O Toole 6bbdc88c1d ABL
Always be linting.
7 years ago
Philip O'Toole fb15e57c36
4.2.1 is going out 7 years ago
Philip O'Toole ae58cca220
Merge pull request #378 from rqlite/refactor_exec_query_req
New QueryRequest and ExecuteRequest types
7 years ago
Philip O'Toole 2a1b6c65c3 New QueryRequest and ExecuteRequest types
The Query() and Execute() functions on the Store now take a complex type
that encapsulates the statements, and associated parameters. This will
make it easier to add more control parameters when making requests.
7 years ago
Philip O Toole 4b811c41d3 Ignore rqbench binaries 7 years ago
Philip O'Toole e2390781a6
Update README.md 7 years ago
Philip O'Toole 700b2b1414
Update CHANGELOG.md 7 years ago
Philip O'Toole 22cd70fbcd
Merge pull request #374 from rqlite/bench_tweak
More informative output during load testing
7 years ago
Philip O Toole 9f32f026e2 More informative output during load testing 7 years ago
Philip O'Toole cd2d1e506e
Update README.md 7 years ago
Philip O'Toole 486f2a9f74
Merge pull request #373 from rqlite/rqbench
rqlite benchmarking tool
7 years ago
Philip O'Toole ba08c01069 Update CHANGELOG 7 years ago
Philip O'Toole 6e4082ad45 Simple INSERT-only benchmarking tool 7 years ago
Philip O'Toole 984de79649
Merge pull request #372 from rqlite/actual_artifacts
Store artifacts on CircleCI
7 years ago
Philip O'Toole 29ad215a85 Only package on 1 container 7 years ago
Philip O'Toole 3de60cd141 Store artifacts on CircleCI 7 years ago
Philip O'Toole e2c3b53b3f
Merge pull request #370 from rqlite/no_cli_indent
CLI doesn't need to send indented JSON
7 years ago
Philip O'Toole 6152f33da4 Update CHANGELOG 7 years ago
Philip O'Toole 4dbe5c1fae CLI doesn't need to send indented JSON 7 years ago
Philip O'Toole a3896b109b
Remove active projects 7 years ago
Philip O'Toole 92593f3d6d
Merge pull request #368 from rqlite/cli_auth
CLI checks for HTTP 401
7 years ago
Philip O Toole 917cfe83ad Update CHANGELOG 7 years ago
Philip O Toole 0fe34905ff CLI checks for HTTP 401
The CLI doesn't yet support passing authentication credentials, but this change means the user will know what is happening.
7 years ago
Philip O'Toole 29a2cd9b38
Merge pull request #367 from rqlite/strip_leading_cli_space
CLI package seems to be adding extra space now
7 years ago