Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Digimer
ea43896fca
* Created the new Remote module, and in it, moved System->remote_call to Remote->call() and created the new add_target_to_known_hosts() method (and two private helper methods). These are adapted from the m2 code.
...
* Updated Storage->read_file and Storage->write_file to support reading and writing on remote systems (untested though)
* Created System->change_shell_user_password() that changes a shell user's password by manually generating an sha512 salted hash of the given password and uses the resulting hash to modify the target user's password, so the password should never be visible in the process list. Works on both local and remote systems, though it still needs testing.
* Created Storage->rsync() to handle moving files between the local and a remote system.
Signed-off-by: Digimer <digimer@alteeve.ca>
7 years ago
..
Alert.pm
* Changed all methods to take a 'debug' argument for setting log level on calls.
7 years ago
Convert.pm
* Changed all methods to take a 'debug' argument for setting log level on calls.
7 years ago
Database.pm
* Updated the database components to use the name 'anvil' and the user 'admin'. The 'database: ❌ :user' and 'database: ❌ :name' variables are still supported, but now hidden.
7 years ago
Get.pm
* Created the new Remote module, and in it, moved System->remote_call to Remote->call() and created the new add_target_to_known_hosts() method (and two private helper methods). These are adapted from the m2 code.
7 years ago
Log.pm
* Fixed a bug in the network_interfaces SQL procedure that broke how data was recorded in the history schema.
7 years ago
Remote.pm
* Created the new Remote module, and in it, moved System->remote_call to Remote->call() and created the new add_target_to_known_hosts() method (and two private helper methods). These are adapted from the m2 code.
7 years ago
Storage.pm
* Created the new Remote module, and in it, moved System->remote_call to Remote->call() and created the new add_target_to_known_hosts() method (and two private helper methods). These are adapted from the m2 code.
7 years ago
System.pm
* Created the new Remote module, and in it, moved System->remote_call to Remote->call() and created the new add_target_to_known_hosts() method (and two private helper methods). These are adapted from the m2 code.
7 years ago
Template.pm
* Changed all methods to take a 'debug' argument for setting log level on calls.
7 years ago
Validate.pm
* Changed all methods to take a 'debug' argument for setting log level on calls.
7 years ago
Words.pm
* Changed all methods to take a 'debug' argument for setting log level on calls.
7 years ago