Commit Graph

164 Commits

Author SHA1 Message Date
a713ae7046 Use $EDITOR if it is set
Use user preferred editor if $EDITOR is set, else default system editor as before.
2024-06-17 15:46:37 +02:00
root
4747206c82 Merge branch 'master' of https://github.com/dsv-su/passman 2019-02-12 13:43:38 +01:00
root
d9152e5094 Added an exit keyword and minor gitignore change 2019-02-12 13:43:00 +01:00
Erik Thuning
a0142831cc Create LICENSE-gpl2.txt 2017-10-05 11:28:49 +02:00
520f5cc8e9 Completions file no longer needed 2017-06-21 16:53:49 +02:00
df69881d6b Added interactive completions when using rlwrap 2017-06-21 16:52:13 +02:00
bed6e6390a Fixed a typo 2017-06-20 15:32:48 +02:00
d22857fa96 Minor logic tweaks 2017-06-20 15:03:38 +02:00
b8bea2c5f3 Minor changes 2017-06-15 17:14:47 +02:00
3de4a5941f Changed the names of two functions so they aren't shadowed by ones declared in passman 2017-06-15 10:41:40 +02:00
38a542a554 Fixed some annoyances regarding exactly when user validation happens. 2017-06-15 10:40:28 +02:00
2df7506047 Minor changes to ensure minimal namespace clutter 2017-06-15 10:39:15 +02:00
8f35265369 Updated instructions 2017-06-14 17:39:40 +02:00
37c5fb6dd9 Added installation of the bash_completions file 2017-06-14 17:37:33 +02:00
4253d2c133 Adding a bash completion file 2017-06-14 17:32:04 +02:00
afd28f6771 Minor fixes 2017-06-14 17:30:57 +02:00
0b90e28b81 Updated the instructions to reflect recent changes 2017-06-14 14:51:18 +02:00
e56e0d553e Cleaned up the config file 2017-06-14 14:50:01 +02:00
54978553c6 Gave up on the tests 2017-06-14 14:49:07 +02:00
41e3904aea Added a linebreak when interactive mode is exited with C-d 2017-06-14 14:48:40 +02:00
38581674f2 MAde the installer less stupid 2017-06-14 14:04:59 +02:00
0914da66ab APPGROUP can now exist prior to installation 2017-06-14 14:01:50 +02:00
f6d6c7b536 Fixed a bug 2017-06-14 13:58:16 +02:00
8168aebed5 Moved a validation to a more logical place 2017-06-14 13:53:45 +02:00
73b5b377d7 Fixed an ancient glitch and made some stylistic changes 2017-06-14 13:47:27 +02:00
59f18f3452 Trying out new tests 2017-06-14 11:42:56 +02:00
13a83d6021 Pre-test sanity check done 2017-06-14 11:37:43 +02:00
2ed86c1b38 merp 2017-06-14 11:33:44 +02:00
8059254bb9 Fixed a syntax error 2017-06-14 11:32:09 +02:00
9db4c593eb Updating the tests 2017-06-14 11:30:18 +02:00
6699c8518f Fixed another syntax error 2017-06-14 11:06:50 +02:00
a1b30a8d7a Fixed a syntax error 2017-06-14 11:06:15 +02:00
ba6313fc88 Forgot to add the new config file 2017-06-14 11:05:29 +02:00
57a544d617 Style changes 2017-06-14 10:49:54 +02:00
Per Olofsson
e4fa2bde25 always touch ~/.passman_history to work around bug in rlwrap 2016-03-02 15:55:33 +01:00
908e51635a Changed the authentication behaviour
from asking for username to assuming the same passman username
as the system username (unless -u is used).
2015-05-21 12:06:22 +02:00
79f65d10fe Made the installer check for the existence of ccrypt 2015-05-20 17:37:02 +02:00
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