-
It would be nice if pwsafe supported the ability to do a 3-way merge. If one were using pwsafe with a sysadmin team to share system passwords, for example, one could store the binary database with a regular revision-control tool such as Subversion and use a 3-way merge to incorporate changes from the server into a working copy, before then committing the database. Currently, when one pulls down...
2009-09-25 00:53:30 UTC by wcooley
-
Oh come on... By symlinking /lib/libreadline.so.6 to /lib/libreadline.so.5, pwsafe works again. That's cheap...
2009-07-11 23:37:51 UTC by dante4d
-
Since update of readline to version 6, pwsafe cannot start because of missing dependency:
pwsafe: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory
I feel like this is the end of the road for pwsafe, as it's unmaintainded. Let's see what can I do about it.
2009-07-11 23:12:15 UTC by dante4d
-
This is exactly what brought me to the project page today. I have 120 accounts I need to list the passwords for. It would be nice to be able to dump all at once without the exportdb.
2009-07-01 18:27:09 UTC by nsanders
-
I have a dual boot system running windows XP and windows 7. I have PWSafe installed on both with the database installed in another partition so i can access it from both operating systems. My problem is some of the passwords are not available in win7 that were created in winXP.
2009-05-13 04:01:45 UTC by johncroydon
-
This can be closed, see this patch for followup:
https://sourceforge.net/tracker/?func=detail&aid=2789346&group_id=100205&atid=626673.
2009-05-09 07:46:56 UTC by anarcat
-
it seems I can't upload a patch for 2789307, so I'm opening a new issue.
this totally needs work, as there are a few issues right now:
1. this uses fscanf. i am very sorry about that and will sacrifice my cat in exchange for forgiveness (it should be "secure" since i limit the size of the %s, but I never trust fscanf)
2. when importing from the result of --exportdb, the quotes are not...
2009-05-09 07:45:58 UTC by anarcat
-
--exportdb sounds useful, but it's kind of limited if we can't import too. an --importdb command would be useful to migrate from another tool.
2009-05-09 04:10:46 UTC by nobody
-
$make check
g++ -DHAVE_CONFIG_H -I. -I. -I. -lncurses -L/usr/X11R6/lib -g -O2 -c pwsafe.cpp
pwsafe.cpp: In function 'secstring getpw(const char*)':
pwsafe.cpp:1407: error: invalid conversion from 'int (*)()' to 'int (*)(const char*, int)'
pwsafe.cpp: In function 'secstring gettxt(const char*, const secstring&)':
pwsafe.cpp:1433: error: invalid conversion from 'int (*)()' to 'int...
2009-03-24 15:10:33 UTC by jhart
-
I'd like to have colored output from pwsafe, it would greatly improve readability. I already tried to implement it, check the screenshot.
I'm willing to do it myself if we settle on how I should implement it. For now I did it like (with adding -c|--color switch that fills arg_color bool variable):
void DB::list(const char* regex /* might be NULL */) {
...
// entry color formating.
2008-09-18 21:57:59 UTC by dante4d