From: Christos Zoulas Date: Thu, 25 Oct 2012 00:12:19 +0000 (+0000) Subject: add pwsafe X-Git-Tag: FILE5_12~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09c45cdc4039e412371f92b139a57a0b8b38826d;p=file add pwsafe --- diff --git a/magic/Magdir/pwsafe b/magic/Magdir/pwsafe new file mode 100644 index 00000000..4083df0c --- /dev/null +++ b/magic/Magdir/pwsafe @@ -0,0 +1,14 @@ + +#------------------------------------------------------------------------------ +# $File: vax,v 1.7 2009/09/19 16:28:13 christos Exp $ +# pwsafe: file(1) magic for passwordsafe file +# +# Password Safe +# http://passwordsafe.sourceforge.net/ +# file format specs +# http://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/formatV3.txt +# V2 http://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/formatV2.txt +# V1 http://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/notes.txt +# V2 and V1 have no easy identifier that I can find +# .psafe3 +0 string PWS3 Password Safe V3 database diff --git a/magic/Makefile.am b/magic/Makefile.am index ae739270..d11dba36 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.79 2012/06/06 13:03:20 christos Exp $ +# $File: Makefile.am,v 1.80 2012/06/16 13:30:36 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_DIR = $(top_srcdir)/magic @@ -180,6 +180,7 @@ $(MAGIC_FRAGMENT_DIR)/printer \ $(MAGIC_FRAGMENT_DIR)/project \ $(MAGIC_FRAGMENT_DIR)/psdbms \ $(MAGIC_FRAGMENT_DIR)/pulsar \ +$(MAGIC_FRAGMENT_DIR)/pwsafe \ $(MAGIC_FRAGMENT_DIR)/pyramid \ $(MAGIC_FRAGMENT_DIR)/python \ $(MAGIC_FRAGMENT_DIR)/revision \