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
97441831e6
* Started reworking the jquery to read through the network.json file and parse the form, instead of looping through the form and reading the json file repeatedly.
* Made System->get_ips() smarter; it pulls DNS data from the route interface only.
Signed-off-by: Digimer <digimer@alteeve.ca>
|
7 years ago |
.. |
Account.pm
|
* Added Account->read_details to collect data on the given user name.
|
7 years ago |
Alert.pm
|
* Decided to abandon using apache security and to integrate it into Striker itself. This will allow for layers of access, easier account sync'ing, etc. Further, there is no proper way to handle logging out on apache, and they use md5 * 1000 iterations (with a salt, to be fair) for security... Not exactly the strongest.
|
7 years ago |
Convert.pm
|
* Changed all methods to take a 'debug' argument for setting log level on calls.
|
7 years ago |
Database.pm
|
* Moved the network default values into the main defaults hash.
|
7 years ago |
Get.pm
|
* Created Account->encrypt_password() for creating encrypted hashes of passwords. Set the default algorithm to sha256, a ~16 byte random salt and 500,000 re-encryptions (which takes a total of about 0.7 seconds on an Intel i7-6820HQ CPU).
|
7 years ago |
Log.pm
|
* Updated Log->variables to add dots when printing a variable/value pair per line so that variables line up vertically.
|
7 years ago |
Remote.pm
|
* Changed the Storage->copy() 'target' parameter to 'target_file' to avoid confusion with the often-used 'target' parameter for connecting to remote machines.
|
7 years ago |
Storage.pm
|
* Got tools/anvil-configure-striker updating the system passwords now.
|
7 years ago |
System.pm
|
* Started reworking the jquery to read through the network.json file and parse the form, instead of looping through the form and reading the json file repeatedly.
|
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
|
* Decided to abandon using apache security and to integrate it into Striker itself. This will allow for layers of access, easier account sync'ing, etc. Further, there is no proper way to handle logging out on apache, and they use md5 * 1000 iterations (with a salt, to be fair) for security... Not exactly the strongest.
|
7 years ago |