]> err.no Git - pwstore/log
pwstore
12 years agoMerge remote branch 'formorer/master'
Peter Palfrader [Sun, 17 Jul 2011 08:03:48 +0000 (10:03 +0200)]
Merge remote branch 'formorer/master'

* formorer/master:
  Add header, reorder headlines

12 years agoAdd header, reorder headlines
Alexander Wirt [Sun, 17 Jul 2011 08:00:16 +0000 (10:00 +0200)]
Add header, reorder headlines

12 years agomore nits
Peter Palfrader [Sun, 17 Jul 2011 07:51:39 +0000 (09:51 +0200)]
more nits

12 years agofix prompts
Peter Palfrader [Sun, 17 Jul 2011 07:50:49 +0000 (09:50 +0200)]
fix prompts

12 years agomention that one should keep stuff in git
Peter Palfrader [Sun, 17 Jul 2011 07:49:34 +0000 (09:49 +0200)]
mention that one should keep stuff in git

12 years agoadd an introduction paragraph, move ~/.pws-trusted-users below .users
Peter Palfrader [Sun, 17 Jul 2011 07:45:46 +0000 (09:45 +0200)]
add an introduction paragraph, move ~/.pws-trusted-users below .users

12 years agoMerge remote branch 'formorer/master'
Peter Palfrader [Sun, 17 Jul 2011 07:29:50 +0000 (09:29 +0200)]
Merge remote branch 'formorer/master'

* formorer/master:
  Add documentation for pws

12 years agoAdd documentation for pws
Alexander Wirt [Sun, 17 Jul 2011 07:26:37 +0000 (09:26 +0200)]
Add documentation for pws

12 years agoSyntax updates for ruby 1.9 compatibility
Peter Palfrader [Thu, 7 Jul 2011 12:24:23 +0000 (14:24 +0200)]
Syntax updates for ruby 1.9 compatibility

Patch supplied by Stefan Ritter <xeno@thehappy.de>.

14 years agoCatch EOFerror in read_input, making it mean the default answer was selected
Peter Palfrader [Tue, 15 Dec 2009 11:25:23 +0000 (12:25 +0100)]
Catch EOFerror in read_input, making it mean the default answer was selected

14 years agoTry to handle the case where an editor re-creates files. Untested.
Peter Palfrader [Sat, 5 Dec 2009 01:36:11 +0000 (02:36 +0100)]
Try to handle the case where an editor re-creates files.  Untested.

14 years agoTry to handle the case where we cannot exec gnupg
Peter Palfrader [Sat, 5 Dec 2009 01:02:28 +0000 (02:02 +0100)]
Try to handle the case where we cannot exec gnupg

15 years agochange default keyserver
Peter Palfrader [Wed, 3 Jun 2009 20:50:50 +0000 (22:50 +0200)]
change default keyserver

15 years agoCopyright year
Peter Palfrader [Sun, 8 Mar 2009 19:52:45 +0000 (20:52 +0100)]
Copyright year

15 years agopws now uses a .keyring file if such exists. Also add a command to create/update...
Peter Palfrader [Sun, 8 Mar 2009 19:43:04 +0000 (20:43 +0100)]
pws now uses a .keyring file if such exists.  Also add a command to create/update that file

15 years agoRemove debug output
Peter Palfrader [Fri, 16 Jan 2009 21:46:52 +0000 (22:46 +0100)]
Remove debug output

15 years agoDeleting members while we do an .each on an array is not good
Peter Palfrader [Fri, 16 Jan 2009 21:46:08 +0000 (22:46 +0100)]
Deleting members while we do an .each on an array is not good

15 years agoSay --armor when encrypting
Peter Palfrader [Thu, 9 Oct 2008 17:45:41 +0000 (19:45 +0200)]
Say --armor when encrypting

15 years agoSay what gnupg complained about on stdout also
Peter Palfrader [Mon, 22 Sep 2008 19:45:44 +0000 (21:45 +0200)]
Say what gnupg complained about on stdout also

15 years agoSay what gnupg complained about
Peter Palfrader [Mon, 22 Sep 2008 19:40:46 +0000 (21:40 +0200)]
Say what gnupg complained about

15 years agoDo not throw an exception of verifying the .users file cases gpg to exit with a non...
Peter Palfrader [Fri, 19 Sep 2008 17:06:30 +0000 (19:06 +0200)]
Do not throw an exception of verifying the .users file cases gpg to exit with a non-zero status

15 years agoPrevent gpg from fetching keys because it tries to verify a signature when LSing...
Peter Palfrader [Fri, 19 Sep 2008 16:56:16 +0000 (18:56 +0200)]
Prevent gpg from fetching keys because it tries to verify a signature when LSing a file

15 years agognupg is broken. news @11
Peter Palfrader [Fri, 19 Sep 2008 16:35:46 +0000 (18:35 +0200)]
gnupg is broken.  news @11

15 years agoFix handling of new files, handle encryption errors
Peter Palfrader [Fri, 19 Sep 2008 16:28:27 +0000 (18:28 +0200)]
Fix handling of new files, handle encryption errors

15 years agoNow requires that the .users file be signed by a trusted key
Peter Palfrader [Fri, 19 Sep 2008 16:12:59 +0000 (18:12 +0200)]
Now requires that the .users file be signed by a trusted key

15 years agoCatch if nothing has changed but the list of keys is different now
Peter Palfrader [Fri, 19 Sep 2008 16:00:07 +0000 (18:00 +0200)]
Catch if nothing has changed but the list of keys is different now

15 years agoAsk before re-encrypting if nothing changed. Make the default to abort if decrypting...
Peter Palfrader [Thu, 18 Sep 2008 22:02:40 +0000 (00:02 +0200)]
Ask before re-encrypting if nothing changed.  Make the default to abort if decrypting was weird

15 years agoAdd a TODO file
Peter Palfrader [Thu, 18 Sep 2008 21:58:52 +0000 (23:58 +0200)]
Add a TODO file

15 years agoCatch if we run ls in a dir that isn't a store
Peter Palfrader [Thu, 18 Sep 2008 21:08:02 +0000 (23:08 +0200)]
Catch if we run ls in a dir that isn't a store

15 years agoCheck if we are encrypting this to ourselves
Peter Palfrader [Thu, 18 Sep 2008 21:05:28 +0000 (23:05 +0200)]
Check if we are encrypting this to ourselves

15 years agoSupport creating new files
Peter Palfrader [Thu, 18 Sep 2008 21:00:10 +0000 (23:00 +0200)]
Support creating new files

15 years agoCommand parsing
Peter Palfrader [Thu, 18 Sep 2008 20:53:17 +0000 (22:53 +0200)]
Command parsing

15 years agoSupport editing stuff
Peter Palfrader [Thu, 18 Sep 2008 20:47:02 +0000 (22:47 +0200)]
Support editing stuff

15 years agoStart editing and parsing userfile
Peter Palfrader [Thu, 18 Sep 2008 20:16:53 +0000 (22:16 +0200)]
Start editing and parsing userfile

15 years agoHandle files not readable by unix permissions
Peter Palfrader [Thu, 18 Sep 2008 18:43:32 +0000 (20:43 +0200)]
Handle files not readable by unix permissions

15 years agoCheck gpg's exitcode
Peter Palfrader [Thu, 18 Sep 2008 18:36:37 +0000 (20:36 +0200)]
Check gpg's exitcode

15 years agoMake ls even smarter about -a
Peter Palfrader [Thu, 18 Sep 2008 18:28:31 +0000 (20:28 +0200)]
Make ls even smarter about -a

15 years agoFigure out if we can access files
Peter Palfrader [Thu, 18 Sep 2008 16:40:48 +0000 (18:40 +0200)]
Figure out if we can access files

15 years agoImplement ls
Peter Palfrader [Thu, 18 Sep 2008 16:02:03 +0000 (18:02 +0200)]
Implement ls