erth9960
9ed57d28f7
Removed rlwrap suport since it seems terminally broken.
...
Keeping the completion file (completion.pm) around in case of
a resurrection effort.
2024-10-11 15:17:06 +02:00
erth9960
41e425657c
Added a check for existence of pwgen
2024-10-11 14:22:53 +02:00
thuning @ admin
09cf23e7d0
Switched rlwrap arguments to long names for readability
2024-10-11 14:20:49 +02:00
thuning @ admin
1c7a197cc1
Whitespace
2024-10-11 13:57:44 +02:00
Erik Thuning
9e6013a7ba
Fix rlwrap bug in debian bookworm
...
rlwrap started complaining about the lack of valid word delimiters when running under bookworm. The reason for setting an empty delimiter set is unclear and removing the flag seems to not cause any harm, so removing it.
2024-10-10 16:52:00 +02:00
Erik Thuning
c29b01e9d0
Update README.md
...
Reverted referring to booski/passman instead of dsv-su/passman
2024-10-10 16:50:00 +02:00
Erik Thuning
fa96343159
Merge pull request #4 from booski/master
...
Pulling changes from booski/passman
2024-10-10 16:48:34 +02:00
Erik Thuning
8a1c7b60c2
Merge pull request #3 from dsv-su/use-editor-variable
...
Use $EDITOR if it is set
2024-06-17 15:50:01 +02:00
bbohm
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
Erik Thuning
e1d48057cf
Merge pull request #3 from dsv-su/master
...
Pulling in fork changes
2017-10-05 11:26:50 +02:00
Erik Thuning
af6e0deed7
Create LICENSE-gpl2.txt
2017-10-05 11:24:29 +02:00
erth9960
520f5cc8e9
Completions file no longer needed
2017-06-21 16:53:49 +02:00
erth9960
df69881d6b
Added interactive completions when using rlwrap
2017-06-21 16:52:13 +02:00
erth9960
bed6e6390a
Fixed a typo
2017-06-20 15:32:48 +02:00
Erik Thuning
a001889ea9
Update README.md
2017-06-20 15:08:22 +02:00
Erik Thuning
387b654424
Merge pull request #2 from dsv-su/master
...
Catching up with the fork again
2017-06-20 15:07:47 +02:00
erth9960
d22857fa96
Minor logic tweaks
2017-06-20 15:03:38 +02:00
erth9960
b8bea2c5f3
Minor changes
2017-06-15 17:14:47 +02:00
erth9960
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
erth9960
38a542a554
Fixed some annoyances regarding exactly when user validation happens.
2017-06-15 10:40:28 +02:00
erth9960
2df7506047
Minor changes to ensure minimal namespace clutter
2017-06-15 10:39:15 +02:00
erth9960
8f35265369
Updated instructions
2017-06-14 17:39:40 +02:00
erth9960
37c5fb6dd9
Added installation of the bash_completions file
2017-06-14 17:37:33 +02:00
erth9960
4253d2c133
Adding a bash completion file
2017-06-14 17:32:04 +02:00
erth9960
afd28f6771
Minor fixes
2017-06-14 17:30:57 +02:00
erth9960
0b90e28b81
Updated the instructions to reflect recent changes
2017-06-14 14:51:18 +02:00
erth9960
e56e0d553e
Cleaned up the config file
2017-06-14 14:50:01 +02:00
erth9960
54978553c6
Gave up on the tests
2017-06-14 14:49:07 +02:00
erth9960
41e3904aea
Added a linebreak when interactive mode is exited with C-d
2017-06-14 14:48:40 +02:00
erth9960
38581674f2
MAde the installer less stupid
2017-06-14 14:04:59 +02:00
erth9960
0914da66ab
APPGROUP can now exist prior to installation
2017-06-14 14:01:50 +02:00
erth9960
f6d6c7b536
Fixed a bug
2017-06-14 13:58:16 +02:00
erth9960
8168aebed5
Moved a validation to a more logical place
2017-06-14 13:53:45 +02:00
erth9960
73b5b377d7
Fixed an ancient glitch and made some stylistic changes
2017-06-14 13:47:27 +02:00
erth9960
59f18f3452
Trying out new tests
2017-06-14 11:42:56 +02:00
erth9960
13a83d6021
Pre-test sanity check done
2017-06-14 11:37:43 +02:00
erth9960
2ed86c1b38
merp
2017-06-14 11:33:44 +02:00
erth9960
8059254bb9
Fixed a syntax error
2017-06-14 11:32:09 +02:00
erth9960
9db4c593eb
Updating the tests
2017-06-14 11:30:18 +02:00
erth9960
6699c8518f
Fixed another syntax error
2017-06-14 11:06:50 +02:00
erth9960
a1b30a8d7a
Fixed a syntax error
2017-06-14 11:06:15 +02:00
erth9960
ba6313fc88
Forgot to add the new config file
2017-06-14 11:05:29 +02:00
erth9960
57a544d617
Style changes
2017-06-14 10:49:54 +02:00
Erik Thuning
4a26cbdb78
Merge pull request #1 from dsv-su/master
...
Catching up with the fork
2016-09-19 11:21:41 +02:00
Per Olofsson
e4fa2bde25
always touch ~/.passman_history to work around bug in rlwrap
2016-03-02 15:55:33 +01:00
erth9960
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
erth9960
79f65d10fe
Made the installer check for the existence of ccrypt
2015-05-20 17:37:02 +02:00