From owner-freebsd-fs@FreeBSD.ORG Tue Jul 19 18:58:29 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 552A6106567A for ; Tue, 19 Jul 2011 18:58:29 +0000 (UTC) (envelope-from giffunip@tutopia.com) Received: from nm2-vm0.bullet.mail.sp2.yahoo.com (nm2-vm0.bullet.mail.sp2.yahoo.com [98.139.91.248]) by mx1.freebsd.org (Postfix) with SMTP id 311168FC1A for ; Tue, 19 Jul 2011 18:58:29 +0000 (UTC) Received: from [98.139.91.63] by nm2.bullet.mail.sp2.yahoo.com with NNFMP; 19 Jul 2011 18:46:03 -0000 Received: from [98.139.91.5] by tm3.bullet.mail.sp2.yahoo.com with NNFMP; 19 Jul 2011 18:46:03 -0000 Received: from [127.0.0.1] by omp1005.mail.sp2.yahoo.com with NNFMP; 19 Jul 2011 18:46:03 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 500442.38442.bm@omp1005.mail.sp2.yahoo.com Received: (qmail 66151 invoked by uid 60001); 19 Jul 2011 18:46:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1311101162; bh=e0FtQc+CZuWIL4WzkMkL2bcDX7ZBDUe5ip34sKUeOF4=; h=X-YMail-OSG:Received:X-RocketYMMF:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=zT+Mmbh529N919s+HqZXuPPGKWLvLjwJVHU5DJwWOmpqZz2H2RPkY/y0VRKBecM4UwrEVlwCUIMajKdfhOQsYqtYMa45zfjTn/hwrYHzFRPf2T/nWF9XIaCLcskfJ7+gcFXN6Vo0u5ljrk+DnbostkR19zU6Z9Mex+qp90GxeJc= X-YMail-OSG: kItUDzsVM1kCVs6NobcN.UJD7nsk7BiLC8GKq3ngAVsN48Z k6EBzF8SLVRA0H_V0qMuqjj1d5_9burDD_jh8XqY8gv7sZGmfCsOZJjlI7IE rldprNA33R0aJBbsYf6dZ4hY4JPn7NtVzTecQV2Q0p1oUnRrjOLxw21CX9Hs wI799wApvZ98yMyYYEov5__2ZR5inKH0vcqgRDy0YXo5gXurtEikGydnZKA. ejGG9gUw9UU5wN69tPBJKLxCAbHb.AuPm8pZSXmr8h2vbusezki0JozbcHec Z.N3iqdfmoJ4l9KR3.RFLWXWITPs3_WFDRCMQjHmzwxktEmvY1J_MdIddxrI 6sCs6X6Eb.18CNWlf4RQDrmAE.OPPrFQqPXgqPWovylpO.cH.4xLsMqZSXgx H3xGIHtrqbfpMVJpcSed8lj_WsFJBsfV30qZDGQTeaSFNpifof8.szF0w7zX K4lodLiAXbl0Qe3FcRd6vtPFMIpVDpwUbcewD47FgmqiL2RgoHF.y.YXIxm1 QegmiYJMxkZM935Uxawh_8nCs Received: from [190.157.142.22] by web113515.mail.gq1.yahoo.com via HTTP; Tue, 19 Jul 2011 11:46:02 PDT X-RocketYMMF: giffunip X-Mailer: YahooMailClassic/14.0.3 YahooMailWebService/0.8.112.307740 Message-ID: <1311101162.65947.YahooMailClassic@web113515.mail.gq1.yahoo.com> Date: Tue, 19 Jul 2011 11:46:02 -0700 (PDT) From: "Pedro F. Giffuni" To: freebsd-fs@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: tcplay: an 100% compatible BSD implementation of TrueCrypt. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: giffunip@tutopia.com List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 18:58:29 -0000 Hi, Just couldn't resist mentioning this that I find extremely cool: Alex Hornung seems to have done an awesome job writing his own implementation of TrueCrypt under a BSD license for DragonflyBSD: http://leaf.dragonflybsd.org/mailarchive/kernel/2011-07/msg00028.html Hopefully some of our geom wizards will find inspiration and bring it to FreeBSD too! :) cheers, Pedro.