]> err.no Git - pwstore/log
pwstore
10 years agoNicer error messages when used interactively master
Tollef Fog Heen [Mon, 10 Mar 2014 09:24:26 +0000 (10:24 +0100)]
Nicer error messages when used interactively

10 years agoAdd myself to authors
Tollef Fog Heen [Mon, 10 Mar 2014 09:24:14 +0000 (10:24 +0100)]
Add myself to authors

10 years agoAdd configuration file and use that to look up per-repository trusted uesrs
Tollef Fog Heen [Mon, 10 Mar 2014 09:21:57 +0000 (10:21 +0100)]
Add configuration file and use that to look up per-repository trusted uesrs

10 years agoMerge remote-tracking branch 'tollef/master'
Peter Palfrader [Tue, 25 Feb 2014 17:42:59 +0000 (18:42 +0100)]
Merge remote-tracking branch 'tollef/master'

* tollef/master:
  Add symlink for direct use

10 years agoAdd symlink for direct use
Tollef Fog Heen [Tue, 25 Feb 2014 17:41:24 +0000 (18:41 +0100)]
Add symlink for direct use

10 years agoUpdate copyright statement
Peter Palfrader [Tue, 25 Feb 2014 17:23:24 +0000 (18:23 +0100)]
Update copyright statement

10 years agoMerge remote-tracking branch 'tfheen/master'
Peter Palfrader [Tue, 25 Feb 2014 17:22:01 +0000 (18:22 +0100)]
Merge remote-tracking branch 'tfheen/master'

* tfheen/master:
  Whitespace
  Add Fastly copyright
  Raise error instead of calling exit unconditionally
  Make it possible to override what .users file to use
  Allow passing extra args to gpg
  Allow alternative trusted_users files
  Only run parse_command if run directly
  Move pws to pws.rb and add symlink back

10 years agoWhitespace
Tollef Fog Heen [Tue, 25 Feb 2014 12:42:49 +0000 (13:42 +0100)]
Whitespace

10 years agoAdd Fastly copyright
Tollef Fog Heen [Tue, 25 Feb 2014 12:42:37 +0000 (13:42 +0100)]
Add Fastly copyright

10 years agoRaise error instead of calling exit unconditionally
Tollef Fog Heen [Tue, 25 Feb 2014 12:42:25 +0000 (13:42 +0100)]
Raise error instead of calling exit unconditionally

10 years agoMake it possible to override what .users file to use
Tollef Fog Heen [Tue, 25 Feb 2014 12:41:55 +0000 (13:41 +0100)]
Make it possible to override what .users file to use

10 years agoAllow passing extra args to gpg
Tollef Fog Heen [Tue, 25 Feb 2014 12:41:21 +0000 (13:41 +0100)]
Allow passing extra args to gpg

10 years agoAllow alternative trusted_users files
Tollef Fog Heen [Tue, 25 Feb 2014 12:40:55 +0000 (13:40 +0100)]
Allow alternative trusted_users files

10 years agoOnly run parse_command if run directly
Tollef Fog Heen [Tue, 25 Feb 2014 12:38:49 +0000 (13:38 +0100)]
Only run parse_command if run directly

10 years agoMove pws to pws.rb and add symlink back
Tollef Fog Heen [Tue, 25 Feb 2014 16:56:40 +0000 (17:56 +0100)]
Move pws to pws.rb and add symlink back

This is in preparation for making pws into a useful library.

10 years agoMerge remote-tracking branch 'formorer/master'
Peter Palfrader [Sat, 5 Oct 2013 10:35:13 +0000 (12:35 +0200)]
Merge remote-tracking branch 'formorer/master'

* formorer/master:
  Ignore YAML document seperator
  Revert "Ignore YAML document seperator"
  Ignore YAML document seperator

10 years agoIgnore YAML document seperator
Alexander Wirt [Sat, 5 Oct 2013 10:30:47 +0000 (12:30 +0200)]
Ignore YAML document seperator

10 years agoRevert "Ignore YAML document seperator"
Alexander Wirt [Sat, 5 Oct 2013 10:30:10 +0000 (12:30 +0200)]
Revert "Ignore YAML document seperator"

This reverts commit fe46536c96213a9f98dbd1b6d5b2edadba9c490e.

10 years agoIgnore YAML document seperator
Alexander Wirt [Sat, 5 Oct 2013 10:27:15 +0000 (12:27 +0200)]
Ignore YAML document seperator

10 years agoadd reencrypt helper
Stephen Gran [Wed, 14 Aug 2013 16:11:24 +0000 (17:11 +0100)]
add reencrypt helper

Signed-off-by: Stephen Gran <steve@lobefin.net>
Signed-off-by: Peter Palfrader <peter@palfrader.org>
10 years agoMerge remote-tracking branch 'tollef/master'
Peter Palfrader [Mon, 29 Jul 2013 09:30:57 +0000 (11:30 +0200)]
Merge remote-tracking branch 'tollef/master'

* tollef/master:
  Use ./.keyring when learning key fingerprints too
  Fix up GROUP_PATTERN support so it allows multiple access items on a line
  Fix up formatting of queries, list keys

10 years agoUse ./.keyring when learning key fingerprints too
Tollef Fog Heen [Mon, 29 Jul 2013 09:23:40 +0000 (11:23 +0200)]
Use ./.keyring when learning key fingerprints too

10 years agoFix up GROUP_PATTERN support so it allows multiple access items on a line
Tollef Fog Heen [Mon, 29 Jul 2013 09:16:56 +0000 (11:16 +0200)]
Fix up GROUP_PATTERN support so it allows multiple access items on a line

10 years agofix two-argument gitdiff
Peter Palfrader [Sat, 13 Jul 2013 10:16:47 +0000 (12:16 +0200)]
fix two-argument gitdiff

10 years agoFix up formatting of queries, list keys
Tollef Fog Heen [Fri, 14 Jun 2013 22:51:57 +0000 (00:51 +0200)]
Fix up formatting of queries, list keys

11 years agoimplement a gitdiff
Peter Palfrader [Fri, 15 Mar 2013 10:54:17 +0000 (11:54 +0100)]
implement a gitdiff

11 years agosplit EncryptedFile into EncryptedFile and EncryptedData
Peter Palfrader [Fri, 15 Mar 2013 10:44:40 +0000 (11:44 +0100)]
split EncryptedFile into EncryptedFile and EncryptedData

11 years agoMake gpgcall a bit more generic
Peter Palfrader [Fri, 15 Mar 2013 10:35:15 +0000 (11:35 +0100)]
Make gpgcall a bit more generic

11 years agoMerge remote branch 'tollef/master'
Peter Palfrader [Sun, 17 Jun 2012 20:56:32 +0000 (22:56 +0200)]
Merge remote branch 'tollef/master'

* tollef/master:
  Drop ypath, since there is no 1.9 implementation, implement the bits we need ourselves
  Allow "@group" in access lines too

11 years agoDrop ypath, since there is no 1.9 implementation, implement the bits we need ourselves
Tollef Fog Heen [Sun, 17 Jun 2012 07:33:40 +0000 (09:33 +0200)]
Drop ypath, since there is no 1.9 implementation, implement the bits we need ourselves

11 years agoAllow "@group" in access lines too
Tollef Fog Heen [Sun, 17 Jun 2012 07:33:01 +0000 (09:33 +0200)]
Allow "@group" in access lines too

11 years agoMerge remote branch 'tollef/master'
Peter Palfrader [Mon, 4 Jun 2012 20:45:49 +0000 (22:45 +0200)]
Merge remote branch 'tollef/master'

* tollef/master:
  Allow comments at start of file, before access line
  Add support for pws get file ypath
  Allow : in user ids

11 years agoAllow comments at start of file, before access line
Tollef Fog Heen [Mon, 4 Jun 2012 20:38:15 +0000 (22:38 +0200)]
Allow comments at start of file, before access line

11 years agoAdd support for pws get file ypath
Tollef Fog Heen [Mon, 4 Jun 2012 20:26:04 +0000 (22:26 +0200)]
Add support for pws get file ypath

11 years agoAllow : in user ids
Tollef Fog Heen [Mon, 4 Jun 2012 20:25:47 +0000 (22:25 +0200)]
Allow : in user ids

12 years agoAdd .keyring to keyrings for verifying .users, if the file exists
Peter Palfrader [Mon, 18 Jul 2011 14:23:06 +0000 (16:23 +0200)]
Add .keyring to keyrings for verifying .users, if the file exists

12 years agoMerge remote branch 'formorer/master'
Peter Palfrader [Sun, 17 Jul 2011 08:33:20 +0000 (10:33 +0200)]
Merge remote branch 'formorer/master'

* formorer/master:
  Convert readme to doctype manpage

12 years agoMerge branch 'master' of http://svn.noreply.org/git/pwstore
Alexander Wirt [Sun, 17 Jul 2011 08:14:17 +0000 (10:14 +0200)]
Merge branch 'master' of http://svn.noreply.org/git/pwstore

12 years agoConvert readme to doctype manpage
Alexander Wirt [Sun, 17 Jul 2011 08:13:57 +0000 (10:13 +0200)]
Convert readme to doctype manpage

12 years agonit
Peter Palfrader [Sun, 17 Jul 2011 08:06:31 +0000 (10:06 +0200)]
nit

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

14 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