]> granicus.if.org Git - file/commitdiff
add pwsafe
authorChristos Zoulas <christos@zoulas.com>
Thu, 25 Oct 2012 00:12:19 +0000 (00:12 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 25 Oct 2012 00:12:19 +0000 (00:12 +0000)
magic/Magdir/pwsafe [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/pwsafe b/magic/Magdir/pwsafe
new file mode 100644 (file)
index 0000000..4083df0
--- /dev/null
@@ -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
index ae739270344dd630422db42515ed161e07a1d8e9..d11dba36730ecffa7f52fbf177bd9bd009d3976c 100644 (file)
@@ -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 \