1
mirror of https://github.com/rclone/rclone synced 2024-11-18 18:46:07 +01:00
rclone/fs
klauspost bfd7601cf9 Add configuration file encryption
See #317 for details.

Use `rclone config` to add/change/remove password.

Tests that loads the default configuration will now fail with a better error message, and add a switch that makes it possible to disable password prompts and fail instead.

Make it possible to use the "RCLONE_CONFIG_PASS" environment variable as password for configuration.
2016-02-16 16:32:05 +01:00
..
all Make canonical place for all fs in fs/all/all.go 2016-01-03 14:12:45 +00:00
testdata Add configuration file encryption 2016-02-16 16:32:05 +01:00
accounting.go Protect accounting from being closed twice 2015-11-06 15:26:58 +00:00
buffer_test.go Add async readahead buffer 2015-10-12 08:30:27 +01:00
buffer.go Add async readahead buffer 2015-10-12 08:30:27 +01:00
config_test.go Add configuration file encryption 2016-02-16 16:32:05 +01:00
config.go Add configuration file encryption 2016-02-16 16:32:05 +01:00
driveletter_windows.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
driveletter.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
error.go Factor common error handling into fs module 2015-11-06 15:26:58 +00:00
filter_test.go Make --include rules add their implict exclude * at the end of the filter list 2016-01-10 11:42:53 +00:00
filter.go Make --include rules add their implict exclude * at the end of the filter list 2016-01-10 11:42:53 +00:00
fs.go Fix typo in error strings 2016-02-09 16:15:50 +00:00
glob_test.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
glob.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
hash_test.go Add support for multiple hash types. 2016-01-11 13:39:33 +01:00
hash.go Fix formatting problem in sha1sum 2016-01-17 13:56:42 +00:00
limited.go Add support for multiple hash types. 2016-01-11 13:39:33 +01:00
loghttp.go Fix crash in http logging - fixes #223 2015-12-17 13:30:58 +00:00
operations_test.go Add configuration file encryption 2016-02-16 16:32:05 +01:00
operations.go Fix delete command to wait until all finished - fixes missing deletes. 2016-02-15 16:43:59 +00:00
test_all.go Prefix all test remotes with rclone-test- and make names more pronouncable 2016-01-24 12:37:46 +00:00
version.go Version 1.27 2016-01-31 17:50:13 +00:00