Commit Graph
234 Commits
Author SHA1 Message Date
RandyTheSilly 324a5f9a7c Bug fixes for the revised config file format and server-side arguments 2022-10-08 21:10:47 -04:00
RandyTheSilly 2c1241a1bc Initial addition of offline mode 2022-10-06 16:42:58 -04:00
RandyTheSilly d069ab82f9 Client-side whitelist error message now shows up will all additional whitelist options 2022-10-06 09:02:32 -04:00
RandyTheSilly b8b99755f0 Added error message for when whitelist is used client-side 2022-10-06 08:57:48 -04:00
RandyTheSilly 88e97d0131 Use rstrip() in place of replace() where applicable 2022-10-06 08:47:38 -04:00
RandyTheSilly 012796f052 Added quick-unlock configuration, tweaked config files 2022-10-05 23:46:32 -04:00
RandyTheSilly 0a450018de Rename 'device name' to 'device id' 2022-10-04 23:47:19 -04:00
RandyTheSilly 773f27946e Whitelist bugfixes and polish 2022-10-04 22:50:05 -04:00
RandyTheSilly 5f7074e04e Initial quick-unlock whitelist implementation 2022-10-04 21:08:11 -04:00
RandyTheSilly 2a56a3c427 Optimized device type setup 2022-10-04 15:12:14 -04:00
RandyTheSilly a573778972 Properly detect whitelist argument 2022-10-04 15:03:27 -04:00
RandyTheSilly c009dd63ab Add dedicated server help menu 2022-10-04 14:37:04 -04:00
RandyTheSilly aadca0ad44 Allow some arguments when running as server 2022-10-04 13:42:21 -04:00
RandyTheSilly 6ffc65f0d0 Swap URL and note options in edit help menu for visual consistency 2022-10-04 13:25:31 -04:00
RandyTheSilly 1436cdfb90 Update license to GPL-3.0-only 2022-10-04 12:44:39 -04:00
RandyTheSilly f97c9ad4f9 Updated documentation for release v1.1.2 2022-08-27 13:12:58 -04:00
RandyTheSilly f1aca39fd1 Optimized cross-device entry deletion code 2022-08-27 12:46:54 -04:00
RandyTheSilly 1f0b23c25f rename() now uses entry_name_fetch() 2022-08-27 12:11:59 -04:00
RandyTheSilly 7355092cfe Properly handle exception for attempting to copy a field that does not exist 2022-08-26 18:04:01 -04:00
RandyTheSilly a83297c52b Added Alpine packaging support, fixed packaging woes regarding a bad shebang 2022-08-14 19:13:50 -04:00
RandyTheSilly 83a408ca0b Fixed gpg auto-generation adding extra spaces to gpg-gen file 2022-07-21 19:34:25 -04:00
RandyTheSilly b6d3f7c5d1 Fixed encrypt() using global tmp_dir 2022-07-21 01:37:53 -04:00
RandyTheSilly 0c975eab8f Improved encrypt() usability by extensions 2022-07-21 01:29:59 -04:00
RandyTheSilly 033bbd59de Exposed encrypt() function to be used by extensions 2022-07-20 16:23:43 -04:00
RandyTheSilly 5aeaee4c8f Bump version to v1.1.1 2022-07-17 07:29:56 -04:00
RandyTheSilly 2d40db5467 Convert add_entry() and gen() to use optimized_edit() 2022-07-17 07:25:12 -04:00
RandyTheSilly 8f318446bf Significant overhaul to entry format optimization 2022-07-17 05:37:54 -04:00
RandyTheSilly a4368d60eb Fixed compatibility check not adding the correct number of lines under certain circumstances 2022-07-16 19:32:57 -04:00
RandyTheSilly c5c110d0b4 Minor visual consistency tweak for Haiku gpg key generation 2022-07-14 02:53:39 -04:00
RandyTheSilly e2b8e31f50 Clean up for automatically created gpg generation file 2022-07-11 22:19:31 -04:00
RandyTheSilly a673404fae Fixed Haiku gpg key generation 2022-07-11 19:06:58 -04:00
RandyTheSilly d6bc4a2301 Greatly improved 'sshyp tweak' readability 2022-07-11 04:16:33 -04:00
rwinkhart faea36f6cd Reduced code used for argument parsing 2022-07-10 05:41:49 -04:00
rwinkhart f6875b15f0 Fixed entries readout not skipping lines between fields under certain conditions 2022-07-09 23:35:08 -04:00
rwinkhart 01d59ce79a Removed unused import 2022-07-08 06:17:06 -04:00
rwinkhart 9e49aa0bcb gpg key generation and input is now automated 2022-07-08 06:14:13 -04:00
rwinkhart 87ae61ae30 Added comments to every function 2022-07-08 00:39:48 -04:00
rwinkhart bf22987544 Updated compatibility with the upcoming sshyp-mfa extension 2022-06-30 22:11:19 -04:00
rwinkhart c7fa3e3d09 Disabled all arguments on server except for 'tweak' 2022-06-30 21:56:08 -04:00
rwinkhart 0c1f34bc30 In compliance with the XDG base directory spec, entries are now stored in ~/.local/share/sshyp/ 2022-06-30 21:22:20 -04:00
rwinkhart 9891fe4a81 Allow the user to choose preferred editor, drop nano as dependency 2022-06-30 20:27:59 -04:00
RandyTheSilly 37fe8e37e7 Update packaging for sshyp.py rename 2022-06-21 23:37:45 -04:00
RandyTheSilly 1f2543fe3f Removed unused code in entry_name_fetch() 2022-06-21 23:18:54 -04:00
RandyTheSilly c0f3296a75 Updated read_shortcut() to use argument_list[] notation 2022-06-21 23:12:03 -04:00
RandyTheSilly c2f43e563a Optimized import statement for random 2022-06-21 23:03:00 -04:00
RandyTheSilly db0142d202 Removed unnecessary arguments in usage of decrypt() 2022-06-21 22:58:39 -04:00
RandyTheSilly f184864e90 Compatibility with upcoming sshyp-mfa standalone extension 2022-06-21 22:44:10 -04:00
RandyTheSilly 4aa9036d42 Bump version to v1.0.1 2022-06-21 03:46:24 -04:00
RandyTheSilly 88417f5f67 Improved usage of Popen in copy() function + removed import statement for subprocess.STDOUT 2022-06-21 03:28:56 -04:00
RandyTheSilly 47e8383146 Optimized copy_name_check() function 2022-06-21 03:13:55 -04:00