rclone/fs/config
Nick Craig-Wood 903ede52cd config: make config create/update encrypt passwords where necessary
Before this change when using "rclone config create" it wasn't
possible to add passwords in one go, it was necessary to call "rclone
config password" to add the passwords afterwards as "rclone config
create" didn't obscure passwords.

After this change "rclone config create" and "rclone config update"
will obscure passwords as necessary as will the corresponding API
calls config/create and config/update.

This makes "rclone config password" and its API config/password
obsolete, however they will be left for backwards compatibility.
2019-06-10 18:08:55 +01:00
..
configflags fs: add --ignore-case-sync for forced case insensitivity - fixes #2773 2019-06-03 21:12:10 +01:00
configmap all: fix go-critic linter suggestions 2018-08-06 21:14:03 +01:00
configstruct fix spelling 2019-04-30 14:12:18 +02:00
flags fix spelling 2019-04-30 14:12:18 +02:00
obscure Add tests for reveal functions 2018-08-07 20:51:50 +01:00
testdata Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_read_password_unsupported.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_read_password.go config: fix error reading password from piped input - fixes #1308 2018-06-28 11:54:15 +01:00
config_test.go config: make config create/update encrypt passwords where necessary 2019-06-10 18:08:55 +01:00
config_unix.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config.go config: make config create/update encrypt passwords where necessary 2019-06-10 18:08:55 +01:00
rc_test.go config: add rc operations for config 2018-11-05 15:44:40 +00:00
rc.go config: make config create/update encrypt passwords where necessary 2019-06-10 18:08:55 +01:00