Skip to content

Commit

Permalink
Created orphan branch based on cryptmount-5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwpenney committed Sep 4, 2022
0 parents commit 36f42ba
Show file tree
Hide file tree
Showing 110 changed files with 20,771 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# cryptmount source artefacts to be ignored by 'git'

aclocal.m4
autom4te.cache/
compile
configure
config.guess
config.sub
cryptmount
install-sh
stamp-h?
tags
.depend
.*.swp
[a-z]*.o

cm-*.so
config.h
config.log
config.status
debian/patches/docfiles-pathnames.patch
delegates.h
doxygen.conf

luks/Makefile
luks/Makefile.in
luks/libcmluks.a

Makefile
Makefile.in
man/cmtab.5
man/cryptmount.8
man/cryptmount-setup.8
man/Makefile
man/*/Makefile

po/Makefile
po/Makefile.in
po/POTFILES
po/stamp-po
po/*.gmo

sysinit/Makefile.in

testing/keys/3.1.2_luks_md5_blowfish_0
testing/keys/4.1_luks_ripemd160_twofish_0
testing/logs/
testing/Makefile.in
testing/mudslinger
testing/mudslinger*.log
35 changes: 35 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cryptmount was written by RW Penney (England, UK)

The author gratefully recognizes the assistance of being able to refer
to the source-code for the following packages:
cryptsetup-1.0.6 et seq.
openssl-0.9.8 (specifically apps/enc.c, by Eric Young)
devicemapper-1.01.05 (by Sistina UK)
utillinux-2.12q (specifically mount/lomount.c)
Although cryptmount contains no code taken directly from any of these
or other packages, certain similarities of structure cannot be avoided
in some areas.


Thanks are also due to the following people who have been
very helpful in testing and improving cryptmount:
Carl Banks (idea behind --safetynet option)
L�szl� B�sz�rm�nyi (debian-specific packaging)
Rapha�l Droz (advice on use of libcryptsetup)
Piotr Dziwinski (patch for --status option)
Harald Dunkel (debian chroot-installation testing)
Baruch Even (patches for man-pages)
Levente Farkas (patches to RH spec-file)
Glenn Golden (documentation cleanups & systemd testing)
Rennie deGraaf (tracing pathname canonicalization issues)
Daniel Grund (tracing cmstatus-corruption vulnerability)
Jens Guenther (improving compatibility with cryptsetup-2.x)
Holger M�ller (RH spec-file, Makefile.in patches, LARGEFILE testing)
Bj�rn Nilsson (suggestions for /dev/disk/by-id in documentation)
Dan O'Huiginn (patch for Debian examples directory)
Sebastian Rasmussen (patches for readonly loopback devices)
Petter Reinholdtsen (patches for /etc/init.d dependencies)
Gilles Sadowski (guide to using sshfs with cryptmount)
Erich Schubert (patches to initscript)
Kai Wasserb�ch (German localization)
Eriks Zelenka (improved portability of RPM spec-file)
339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

0 comments on commit 36f42ba

Please sign in to comment.