177 Commits

Author SHA1 Message Date
Erik Thuning
a4b1914047 Updated the documentation to match the new manage syntax 2015-05-20 17:25:30 +02:00
Erik Thuning
4a8bd3d4d3 Changed group mapping to be more sane 2015-05-20 17:24:29 +02:00
root
3ce73ca90c Fixed the password existence check to only match complete names 2014-11-11 11:12:13 +01:00
root
e26b3ca202 Added a check for existence of a password and a corresponding error message. 2014-09-02 14:26:08 +02:00
Per Olofsson
2b41d148ff we actually want word splitting on action 2014-07-29 17:18:46 +02:00
Per Olofsson
0134cb6808 fix printf format for title 2014-07-29 17:15:44 +02:00
root
13dd7d0085 Ditto 2014-07-29 16:05:09 +02:00
root
88ef0cefea Missed a few instances of baq quoting, fixed. 2014-07-29 16:02:19 +02:00
root
fa1007e695 Quoted all variables that don't actively need to not be in passman 2014-07-29 15:56:53 +02:00
root
7f893d58ba Added quotes around all variables that don't explicitly need to be unquoted in cryptapi.sh 2014-07-29 15:21:04 +02:00
root
c033fba8a5 Fixed an issue where a password was being word-splitted when saved. 2014-07-29 14:51:37 +02:00
Per Olofsson
e7ba681b28 fix installation instructions in README.md 2014-07-28 17:13:18 +02:00
Per Olofsson
9ef2c6ce6f correct repo in install script 2014-07-28 17:10:11 +02:00
Per Olofsson
7794cbbc32 Create README.md 2014-07-28 17:06:22 +02:00
Per Olofsson
9707655d45 change window title in interactive mode 2014-07-28 16:53:32 +02:00
root
bee4d85351 add help on REGEX argument to list 2014-07-28 16:48:17 +02:00
Per Olofsson
008fd88a94 don't word-break on anything in rlwrap 2014-07-28 16:45:07 +02:00
Per Olofsson
c76f8d086e fix argument passing 2014-07-28 16:42:23 +02:00
Per Olofsson
129d98001e the tip about rlwrap doesn't work because sudo cleans the env 2014-07-28 11:50:29 +02:00
Per Olofsson
42240dc4f1 forgot to add completions 2014-07-28 11:46:38 +02:00
Per Olofsson
b310db1281 Add completion 2014-07-28 11:45:24 +02:00
Per Olofsson
c8b650a5ab Add command line editing using rlwrap 2014-07-28 11:31:58 +02:00
Per Olofsson
f3f5ef7cb3 Add test mode env var $PASSMAN_TEST 2014-07-27 16:57:36 +02:00
Per Olofsson
570758e4b8 replace $SCRIPT with passman in help 2014-07-27 16:56:12 +02:00
Per Olofsson
2b21ba5a10 Add help texts for all commands. 2014-07-27 16:45:40 +02:00
root
ca3a2eb9e0 ignore .ssh 2014-07-27 13:46:46 +02:00
root
f19cae706f Fixed a formatting error in cryptapi.sh/list-available 2014-01-24 16:29:21 +01:00
root
302b603f46 Changed the output style so that lists are newline-delimited instead of space-delimited. 2014-01-24 16:14:41 +01:00
root
6273ad9327 Added a TODO notice on detailed help items. 2014-01-24 15:01:13 +01:00
Erik Thuning
2613c1a2f2 Fxed a slight inconsistency in the install/bootstrap process. 2013-09-27 18:15:06 +02:00
Erik Thuning
16dc261240 Cintinuing on the help function. 2013-09-27 17:58:50 +02:00
Erik Thuning
7efe27148e Started making better help. 2013-09-27 17:35:43 +02:00
Erik Thuning
a23ff13f24 Updated the used error codes in passman to reflect the new API 2013-09-25 17:38:32 +02:00
Erik Thuning
0693671774 Changed the error codes to be based on variables with meanings. 2013-09-25 17:37:00 +02:00
Erik Thuning
361f737550 Added proper error messages to the manage function. 2013-09-25 17:14:15 +02:00
Erik Thuning
f960d989eb Fixed a minor feedback bug 2013-07-03 13:35:39 +02:00
Erik Thuning
42687e6361 Changed the return value of 'get' to always reflect success/failure properly. 2013-07-03 13:32:32 +02:00
Erik Thuning
3c521cf6f8 Added feedback for successful actions.
Added feedback for wrong password.
Made sure no further actions are attempted when wrong password has been given.
2013-07-03 13:24:07 +02:00
Erik Thuning
fc9c0e7b0b Changed the naming of the sudoers file in the install script 2013-06-25 11:11:54 +02:00
Erik Thuning
bbcae4b901 modified the validation code 2013-05-21 14:29:04 +02:00
Erik Thuning
055d476544 Fixed a bug. 2013-05-15 17:18:23 +02:00
Erik Thuning
4f604bbe78 Modified the install script to use better group settings. 2013-05-15 16:42:29 +02:00
Erik Thuning
8984321c02 Made the password prompt clearer. 2013-05-15 16:09:02 +02:00
Erik Thuning
68303a33d7 Fixed a bug. 2013-05-15 16:07:30 +02:00
Erik Thuning
71fb214075 Fixed a bug. 2013-05-15 15:54:29 +02:00
Erik Thuning
e24a37aa0c Added ability to modify passwords. 2013-05-15 15:52:17 +02:00
Erik Thuning
d23e23c1e4 Updated the help message to reflect reality. 2013-05-15 10:48:58 +02:00
Erik Thuning
e85df5ae8d Fixed a minor bug. 2013-05-15 10:44:05 +02:00
Erik Thuning
9a3e1351cd Updated the mechanism for checking flags to compensate for echo otherwise eating my arguments. 2013-05-15 10:42:00 +02:00
Erik Thuning
4748e6e756 removed debug output 2013-05-14 18:16:47 +02:00