From linux-crypto-bounce@nl.linux.org Wed Mar 02 13:06:24 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D6ScQ-0002M2-Jf; Wed, 02 Mar 2005 13:06:22 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 02 Mar 2005 13:05:37 +0100 (CET)
Received: from mongoose.managednetworks.net ([209.189.224.43])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D6Sak-00005x-OV
	for linux-crypto@nl.linux.org; Wed, 02 Mar 2005 13:04:38 +0100
Received: from doug (localhost [127.0.0.1])
	(authenticated bits=0)
	by mongoose.managednetworks.net (8.12.11/8.12.11) with ESMTP id j22C3gul008105
	for <linux-crypto@nl.linux.org>; Wed, 2 Mar 2005 18:04:11 +0600 (GMT)
From: "Doug Campbell" <dcampbell@zonemail.net>
To: <linux-crypto@nl.linux.org>
Subject: loop-aes: make of Gnupg as static fails
Date: Wed, 2 Mar 2005 20:07:45 +0800
Message-ID: <DGEKJLFCNFPMKEIDCIIKEEHBCDAA.dcampbell@zonemail.net>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
X-Virus-Scanned: clamd / ClamAV version 0.70-rc, clamav-milter version 0.70
Received-SPF: 
X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_99,INVALID_TZ_GMT 
	autolearn=no version=3.0.1
X-Spam-Level: **
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: dcampbell@zonemail.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

A few months ago I set up a few systems with loop-aes and everything work
very smoothly.  Today I was attempting to setup a new system with the latest
and greatest and I am having trouble getting the patched GnuPG to compile
and build properly.

I started with a FC3 install and have already updated the kernel to 2.6.10
according to the loop-aes readme.  Everything has gone smoothly so far until
I downloaded GnuPG 1.4 and tried to get it to compile and build.

After issuing the make command, things go well for a little bit and then I
get the following:

Making all in tools
make[2]: Entering directory
`/usr/local/src/gnupg-1.4.0/tools'
gcc  -O2 -Wall  -static -s -o bftest  bftest.o
../cipher/libcipher.a ../mpi/libmpi.a
../util/libutil.a      -ldl   -lreadline
../cipher/libcipher.a(idea-stub.o)(.text+0x5b): In
function `idea_get_info':
: warning: Using 'dlopen' in statically linked
applications requires at runtime the shared libraries
from the glibc version used for
linking/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(complete.
o)(.text+0x1e51):
In function `rl_username_completion_function':
: warning: Using 'getpwent' in statically linked
applications requires at runtime the shared libraries
from the glibc version used for linking
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(tilde.o)(.text+0
x1b1):
In function `tilde_expand_word':
: warning: Using 'getpwnam' in statically linked
applications requires at runtime the shared libraries
from the glibc version used for linking
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(shell.o)(.text+0
x112):
In function `sh_get_home_dir':
: warning: Using 'getpwuid' in statically linked
applications requires at runtime the shared libraries
from the glibc version used for linking
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(complete.o)(.tex
t+0x1e4c):
In function `rl_username_completion_function':
: warning: Using 'setpwent' in statically linked
applications requires at runtime the shared libraries
from the glibc version used for linking
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(complete.o)(.tex
t+0x1ee9):
In function `rl_username_completion_function':
: warning: Using 'endpwent' in statically linked
applications requires at runtime the shared libraries
from the glibc version used for linking
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x6d3):
In function `cr':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x740):
In function `_rl_move_vert':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x790):
In function `_rl_move_vert':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x81b):
In function `_rl_move_cursor_relative':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x86a):
In function `_rl_move_cursor_relative':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x9bd):
more undefined references to `tputs' follow
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x1caa):
In function `update_line':
: undefined reference to `tgoto'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x1cc2):
In function `update_line':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x1dc5):
In function `update_line':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x1e2c):
In function `update_line':
: undefined reference to `tgoto'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x1e40):
In function `update_line':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x31b1):
In function `rl_redisplay':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x3305):
In function `_rl_redisplay_after_sigwinch':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
+0x3343):
In function `_rl_redisplay_after_sigwinch':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0xb4):
In function `_rl_get_screen_size':
: undefined reference to `tgetnum'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x105):
In function `_rl_get_screen_size':
: undefined reference to `tgetnum'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x4c4):
In function `_rl_init_terminal_io':
: undefined reference to `PC'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x4d5):
In function `_rl_init_terminal_io':
: undefined reference to `BC'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x4df):
In function `_rl_init_terminal_io':
: undefined reference to `UP'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x57d):
In function `_rl_init_terminal_io':
: undefined reference to `tgetent'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x59b):
In function `_rl_init_terminal_io':
: undefined reference to `tgetstr'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x5d5):
In function `_rl_init_terminal_io':
: undefined reference to `PC'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x5da):
In function `_rl_init_terminal_io':
: undefined reference to `BC'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x5e6):
In function `_rl_init_terminal_io':
: undefined reference to `UP'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x5fe):
In function `_rl_init_terminal_io':
: undefined reference to `tgetflag'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x654):
In function `_rl_init_terminal_io':
: undefined reference to `tgetflag'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x6cd):
In function `_rl_init_terminal_io':
: undefined reference to `tgetflag'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x720):
In function `_rl_init_terminal_io':
: undefined reference to `tgetflag'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x852):
In function `_rl_backspace':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x8ed):
In function `rl_ding':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x923):
In function `_rl_enable_meta_key':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x95e):
In function `_rl_control_keypad':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x99e):
In function `_rl_set_cursor':
: undefined reference to `tputs'
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(terminal.o)(.tex
t+0x9c6):
more undefined references to `tputs' follow
collect2: ld returned 1 exit status
make[2]: *** [bftest] Error 1
make[2]: Leaving directory
`/usr/local/src/gnupg-1.4.0/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/local/src/gnupg-1.4.0'
make: *** [all] Error 2

If I run configure with LDFLAGS="-s" instead of LDFLAGS="-static -s"
everything works but since I won't have a statically linked GPG that's not
so good.

BTW, I checked and my install versions of readline and readline-devel are at
version 5.0.2

Any ideas?

Doug
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.5.7 - Release Date: 3/1/05


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Mar 02 16:42:17 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D6VzM-0007iP-KF; Wed, 02 Mar 2005 16:42:16 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 02 Mar 2005 16:41:47 +0100 (CET)
Received: from mail.tnnet.fi ([217.112.240.26])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D6Vyh-0007hb-VN
	for linux-crypto@nl.linux.org; Wed, 02 Mar 2005 16:41:36 +0100
Received: from localhost (localhost [127.0.0.1])
	by mail.tnnet.fi (Postfix) with ESMTP id 7099C2E04C5;
	Wed,  2 Mar 2005 17:41:21 +0200 (EET)
Received: from mail.tnnet.fi ([127.0.0.1])
 by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 04255-03; Wed,  2 Mar 2005 17:41:14 +0200 (EET)
Received: from armas (a64.adsl.tnnet.fi [217.112.242.64])
	by mail.tnnet.fi (Postfix) with ESMTP id 65E792ED694;
	Wed,  2 Mar 2005 17:40:17 +0200 (EET)
Received: from localhost ([127.0.0.1] helo=users.sourceforge.net)
	by armas with esmtp (Exim) id 1D6VxR-0003GD-00; Wed, 02 Mar 2005 17:40:17 +0200
Message-ID: <4225DE60.F15DEEB2@users.sourceforge.net>
Date: Wed, 02 Mar 2005 17:40:16 +0200
From: Jari Ruusu <jariruusu@users.sourceforge.net>
X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.22aa1r8 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Doug Campbell <dcampbell@zonemail.net>
Cc: linux-crypto@nl.linux.org
Subject: Re: loop-aes: make of Gnupg as static fails
References: <DGEKJLFCNFPMKEIDCIIKEEHBCDAA.dcampbell@zonemail.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at mail.tnnet.fi
Received-SPF: 
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_95 autolearn=no 
	version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: jariruusu@users.sourceforge.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Doug Campbell wrote:
> gcc  -O2 -Wall  -static -s -o bftest  bftest.o
> ../cipher/libcipher.a ../mpi/libmpi.a
> ../util/libutil.a      -ldl   -lreadline
> ../cipher/libcipher.a(idea-stub.o)(.text+0x5b): In
> function `idea_get_info':
> : warning: Using 'dlopen' in statically linked
> applications requires at runtime the shared libraries
> from the glibc version used for
> linking/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(complete.
> o)(.text+0x1e51):
[snip]
> /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text
> +0x6d3):
> In function `cr':
> : undefined reference to `tputs'
[snip]
> Any ideas?

Maybe static version of some library is missing and linker tried to use
dynamically linked versions of those functions? Dunno.

Does it help if --without-readline parameter is passed to ./configure ?

-- 
Jari Ruusu  1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9  DB 1D EB E3 24 0E A9 DD

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Thu Mar 03 04:11:02 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D6gjs-0001iU-GZ; Thu, 03 Mar 2005 04:11:00 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Thu, 03 Mar 2005 04:10:40 +0100 (CET)
Received: from mongoose.managednetworks.net ([209.189.224.43])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D6gjN-0001hx-RN
	for linux-crypto@nl.linux.org; Thu, 03 Mar 2005 04:10:29 +0100
Received: from doug (localhost [127.0.0.1])
	(authenticated bits=0)
	by mongoose.managednetworks.net (8.12.11/8.12.11) with ESMTP id j233A74O017826;
	Thu, 3 Mar 2005 09:10:12 +0600 (GMT)
From: "Doug Campbell" <dcampbell@zonemail.net>
To: "Jari Ruusu" <jariruusu@users.sourceforge.net>
Cc: <linux-crypto@nl.linux.org>
Subject: RE: loop-aes: make of Gnupg as static fails
Date: Thu, 3 Mar 2005 11:10:17 +0800
Message-ID: <MABBIPPKMFHHNNCMCJFBCEMHGEAA.dcampbell@zonemail.net>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Importance: Normal
In-Reply-To: <4225DE60.F15DEEB2@users.sourceforge.net>
X-Virus-Scanned: clamd / ClamAV version 0.70-rc, clamav-milter version 0.70
Received-SPF: 
X-Spam-Level: **
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_99,INVALID_TZ_GMT 
	autolearn=no version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: dcampbell@zonemail.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

> > gcc  -O2 -Wall  -static -s -o bftest  bftest.o
> > ../cipher/libcipher.a ../mpi/libmpi.a
> > ../util/libutil.a      -ldl   -lreadline
> > ../cipher/libcipher.a(idea-stub.o)(.text+0x5b): In
> > function `idea_get_info':
> > : warning: Using 'dlopen' in statically linked
> > applications requires at runtime the shared libraries
> > from the glibc version used for
> > 
> linking/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a
> (complete.
> > o)(.text+0x1e51):
> [snip]
> > 
> /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(displa
> y.o)(.text
> > +0x6d3):
> > In function `cr':
> > : undefined reference to `tputs'
> [snip]
> > Any ideas?
> 
> Maybe static version of some library is missing and linker tried to use
> dynamically linked versions of those functions? Dunno.
> 
> Does it help if --without-readline parameter is passed to ./configure ?

Yes.  That did the trick.  Thanks!

Doug

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Fri Mar 04 20:38:45 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D7IdI-0004Ct-3V; Fri, 04 Mar 2005 20:38:44 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Fri, 04 Mar 2005 20:38:12 +0100 (CET)
Received: from imap.gmx.net ([213.165.64.20] helo=mail.gmx.net)
	by humbolt.nl.linux.org with smtp (Exim 4.22)
	id 1D7Icd-0003qL-D8
	for linux-crypto@nl.linux.org; Fri, 04 Mar 2005 20:38:03 +0100
Received: (qmail invoked by alias); 04 Mar 2005 19:36:30 -0000
Received: from dsl-082-082-234-144.arcor-ip.net (EHLO localhost) (82.82.234.144)
  by mail.gmx.net (mp027) with SMTP; 04 Mar 2005 20:36:30 +0100
X-Authenticated: #4240698
From: Jan =?iso-8859-1?q?L=FChr?= <jluehr@gmx.net>
To: linux-crypto@nl.linux.org
Subject: Extracting keyfile from Ram?
Date: Fri, 4 Mar 2005 20:36:28 +0100
User-Agent: KMail/1.7.1
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200503042036.28616.jluehr@gmx.net>
X-Y-GMX-Trusted: 0
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: *
X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_99 autolearn=no 
	version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: jluehr@gmx.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Greetings,

I accidently deleted my loop-aes-keyfile (ironically it happened while 
backuping it)
However, all loopdevices are mounted at the moment.
Is there a way to restore my keyfile using the keys loaded into ram?

(Hope to) Keep smiling
yanosz

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sat Mar 05 08:42:21 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D7TvY-0001Y6-If; Sat, 05 Mar 2005 08:42:20 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sat, 05 Mar 2005 08:42:00 +0100 (CET)
Received: from mail.tnnet.fi ([217.112.240.26])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D7Tux-0001XD-LO
	for linux-crypto@nl.linux.org; Sat, 05 Mar 2005 08:41:43 +0100
Received: from localhost (localhost [127.0.0.1])
	by mail.tnnet.fi (Postfix) with ESMTP id DE6482E9220;
	Sat,  5 Mar 2005 09:41:31 +0200 (EET)
Received: from mail.tnnet.fi ([127.0.0.1])
 by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 23620-06; Sat,  5 Mar 2005 09:41:25 +0200 (EET)
Received: from armas (a64.adsl.tnnet.fi [217.112.242.64])
	by mail.tnnet.fi (Postfix) with ESMTP id 5BDBE2E9346;
	Sat,  5 Mar 2005 09:40:57 +0200 (EET)
Received: from localhost ([127.0.0.1] helo=users.sourceforge.net)
	by armas with esmtp (Exim) id 1D7TuC-0000iR-00; Sat, 05 Mar 2005 09:40:56 +0200
Message-ID: <42296288.D7C8DAF8@users.sourceforge.net>
Date: Sat, 05 Mar 2005 09:40:56 +0200
From: Jari Ruusu <jariruusu@users.sourceforge.net>
X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.22aa1r8 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Jan =?iso-8859-1?Q?L=FChr?= <jluehr@gmx.net>
Cc: linux-crypto@nl.linux.org
Subject: Re: Extracting keyfile from Ram?
References: <200503042036.28616.jluehr@gmx.net>
Content-Type: text/plain; charset=iso-8859-1
X-Virus-Scanned: by amavisd-new at mail.tnnet.fi
Content-Transfer-Encoding: quoted-printable
Received-SPF: 
X-Spam-Level: *
X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_99 autolearn=no 
	version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: jariruusu@users.sourceforge.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Jan L=FChr wrote:
> I accidently deleted my loop-aes-keyfile (ironically it happened while
> backuping it)
> However, all loopdevices are mounted at the moment.
> Is there a way to restore my keyfile using the keys loaded into ram?

Encryption keys that are in kernel ram were hashed using one way hash and
are kept in expanded form. Unlike mainline cryptoloop, loop-AES
intentionally does not return the keys using an ioctl() call. Someone wou=
ld
need to write a new kernel module to extract the data.

Plan A
~~~~~~
- Backup up your data
- Re-create the file system with new key file
- Restore from backup

Plan B
~~~~~~
- This only works for non-root file systems

- Edit /etc/mtab and remove loop mount option from old line:

/dev/hda7 /mnt ext2 rw,loop=3D/dev/loop0,gpgkey=3D/root/test1.gpg,encrypt=
ion=3DAES128 0 0
^^^^^^^^^              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^=
^^^^^^

  so that new line looks like this:

/dev/loop0 /mnt ext2 rw 0 0
^^^^^^^^^^

- When umount program reads above /etc/mtab line, it does not find 'loop'
  mount option there, and umount program will not automatically detach lo=
op
  device from backing partition, /dev/hda7 in above example.

- Unmount the file system using the _loop_ device, like this:

     umount /dev/loop0

- Create new key file, like this:

    head -c 2925 /dev/random | uuencode -m - | head -n 66 | tail -n 65 \
        | gpg --symmetric -a >/root/test2.gpg

- Attach second loop device to same partition, like this:

    losetup -e AES128 -K /root/test2.gpg /dev/loop1 /dev/hda7
   =20
- Now you should have two loop devices to same partition, /dev/loop0 usin=
g
  old keys, and /dev/loop1 using new keys.

- Now re-encrypt that partition using 'dd' command reading from loop devi=
ce
  with old keys and writing to loop device with new keys, like this:

    dd if=3D/dev/loop0 of=3D/dev/loop1 bs=3D1024k conv=3Dnotrunc

- And finally detach both loop devices from partition:

    losetup -d /dev/loop0
    losetup -d /dev/loop1

- Now you have new key file, and partition encrypted using keys from that
  new key file.

--=20
Jari Ruusu  1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9  DB 1D EB E3 24 0E A9 =
DD

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sat Mar 05 23:18:21 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D7hbI-0005AT-Br; Sat, 05 Mar 2005 23:18:20 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sat, 05 Mar 2005 23:17:50 +0100 (CET)
Received: from fr4.sis.it ([217.72.32.27])
	by humbolt.nl.linux.org with smtp (Exim 4.22)
	id 1D7hab-00059h-4f
	for linux-crypto@nl.linux.org; Sat, 05 Mar 2005 23:17:37 +0100
Received: (qmail 17496 invoked by uid 5717); 5 Mar 2005 23:17:29 +0100
Date: 5 Mar 2005 23:17:29 +0100
Message-ID: <20050305221729.17495.qmail@fr4.sis.it>
From: "Eng. Adams I S A" <adams_i@045.it>
To: adams_i@045.it
Subject: Friendship
References: 
In-Reply-To: 
X-Mailer: oMail 0.98.5 - http://webmail.omnis.ch
X-IPAddress: 195.44.170.41
X-Sender: adams_i@045.it
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Received-SPF: 
X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_99 autolearn=no 
	version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: *
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: adams_i@045.it
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Phone: (24 hours): 234 803 096 5979



I am the chairman of the contract award committee of the petroluem and 
natural resources ministry here in Nigeria, for security reasons, I may not 
wish to disclose how I got your email address for now.

After due deliberation with my partner, I decided to forward to you this 
business proposal, we want you to assist us receive the sum of 
Twenty eight million, six hundred thousand united state bills
(us28.6m) into your account. This fund resulted from an over-invoiced 
contract awarded by us under the budget allocation to my ministry and the 
bill was approved for payment by the concerned ministries. The contract was 
executed, commissioned and the contractor was paid his actual cost of the 
contract. Now, we are left with the balance of us28.6m as the over invoiced 
amount, which we have deliberately over estimated for our own use. Please 
note that the law forbids civil servants to operate or own foreign accounts 
hence this contact, we have agreed to share the money in the following 
percentages: 30 for you, 60 for us 10 for tax as may be required by your 
government.

Note that this transaction is very much free from all sorts of risk hence 
the business was carefully planned before it was successfully executed and 
we the officials involved in the deal have put many years in service to our 
ministry. We have been exercising patience for this privilege for so long 
not until the presidential announcement last week, that all foreign 
contractors owed be paid forthwith, this will enable the presidency 
reconcile our debt ratio with the outside world and to most of us, this is 
a lifetime blessing we cannot afford to miss. Upon indication of your 
interest to fully co-operate with us, a payment application/information 
form will be sent to you via email for completion. 
Note that the following information: a) bankers name and address, b) 
account number and account name and c) your private phone number and email 
address will enable us seek/secure approval of the fund from the concerned 
government quarters/ministries within 3-4 banking days. 

As soon as we confirm receipt of this money in your nominated bank account, 
my partner and I will come over to your country to arrange for our own 
share and possibly invest part of this money in your country.

Let honesty and trust be our watchword throughout this transaction. I shall 
furnish you with some details about myself. Your prompt reply will be 
highly appreciated.  

Best regards.

Engr. Adams. I. S. A



-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Tue Mar 08 13:12:01 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D8dZ9-0001Ky-Tu; Tue, 08 Mar 2005 13:11:59 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Tue, 08 Mar 2005 13:11:17 +0100 (CET)
Received: from mk-smarthost-2.mail.uk.tiscali.com ([212.74.114.38])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D8dUI-00054s-LY; Tue, 08 Mar 2005 13:06:58 +0100
Received: from mk-cpfront-1.mail.uk.tiscali.com ([212.74.114.3]:36045 helo=mk-cpfrontend.uk.tiscali.com)
	by mk-smarthost-2.mail.uk.tiscali.com with esmtp (Exim 4.30)
	id 1D8dQ3-000548-NT; Tue, 08 Mar 2005 12:02:35 +0000
Received: from [62.100.59.76] by mk-cpfrontend.uk.tiscali.com with HTTP; Tue, 8 Mar 2005 12:02:34 +0000
Date: Tue, 8 Mar 2005 13:02:34 +0100
Message-ID: <4224D9C800021915@mk-cpfrontend-1.mail.uk.tiscali.com>
From: maryja1@handbag.com
Subject: Mrs. Mary Jerry Agbeyegbe.
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Bcc:
Received-SPF: 
X-Spam-Level: ****
X-Spam-Status: No, score=4.8 required=5.0 tests=BAYES_99,DEAR_SOMETHING,
	MISSING_HEADERS,NO_REAL_NAME,RCVD_IN_BL_SPAMCOP_NET autolearn=no 
	version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: maryja1@handbag.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


Dear Sir, CEO, Managing Director?s/Madam



Please, treat this mail as urgent and important. I am Mrs. Mary Jerry Agb=
eyegbe.
I am the wife to the late Mr. Jerry Agbeyegbe who was the Executive direc=
tor
of the Nigerian Aviation safely initiative.

I am contacting you under a bereaved condition, I hope that you will trea=
t
this mail with special concern and reply immediately as the need is very
urgent. My husband was murdered in the fee hours of Tuesday October 12, 2=
004
at the Alapere end of the Oworonsoki/Third Mainland Bridge, Lagos. You ca=
n
read the following journals concerning my husband's
death.

http://www.vanguardngr.com/articles/2002/cover/f214102004.html
http://www.businessdayonline.com/index.php?fArticleId=3D4912

He was buried on Friday the 3rd of December 2004.I have a different probl=
em
now, apart from my husband's death. The future of my children and I, are
in serious danger, base on circumstances around the family in relation wi=
th
the tradition of my husband's home town. We are from Aja Ojobo, Ekurede I=
tsekiri,
Warri of Delta state of Nigeria. The tradition of this part of Nigeria, h=
ave
it that once a man dies, the family members, are entitled to all his asse=
ts,
including the wife and kids.

This very ackward tradition has caused a lot of problems between widows,
their children and the husband's family. I am married to a family of high=

integrities and respected men in this society, who I can not face physica=
lly
in terms of problems over their late brother's assets. I am civilized wom=
an;
I will not allow a rubbish tradition to rubbish our future. Seven days af=
ter
my husband's burial, I was called before the whole family to submit docum=
ents
of my husband, including his bank accounts to the family base on this bar=
baric
tradition.

Base on my late husband good intension for his children, I secured one th=
ing
which will sustain us in life. My late husband made a wise provision to m=
ake
sure that in case of death, I and the kids will not face the barbaric eff=
ect
of the useless tradition.  My husband made a deposit of us$45million with=

a finance firm in Europe. Like he used to tell me


when he was alive, He told me times without number that death is inevitab=
le,
if he is no more for us, that I must make sure I protect his kids from an=
y
failure to bring them up in the normal way both educationally and otherwi=
se.
He advised me to make sure I do not let his brothers get to this deposit
in his absence.

He instructed me to seek for a good foreigner that will assist me secure
the money and assist us move away from this country build up a new life.
He charged himself while he was alive that our children must have the bes=
t
of educations in life. My husband made money while he was alive and our k=
ids
should not suffer in the hands of the family for tradition sake. It is on=
ly
for this reason that he made this secret offshore deposit outside his fam=
ily
knowledge.

Already, my late husband kept the documents of this deposit in the custod=
y
of our lawyer friend in Amsterdam-The Netherlands. So there is no way the=

family will get to know this. Please base on the sensitivity of this matt=
er,
I will please plead you to keep this as a top secret. The air they said h=
as
ears. We may not know who is by the side.

What I need from you is your full consent to present you to the financial=

firm as the beneficiary to the deposit. In this way, the finance firm wil=
l
transact with you directly as the beneficiary release the deposit to you.=

Once you retrieve the fund, you will keep the money with you until we arr=
ange
for our coming over to meet you there in your country. When we come over,=

we will look for a lucrative business to invest the money.

Every other arrangements concerning this, will be after you reply to this=

mail, give me your full contact detail and phone number, and private emai=
l
where the need be.  I will gladly offer you a good percentage of the mone=
y
for your kind assistance.



Note that your immediate reply is needed so that I will not look for anot=
her
person.  Thank you while I look forward to hearing from you as soon as po=
ssible.
Mrs. Mary Agbeyegbe



Pls., get back to me with this email box maryja40ng@yahoo.com

Best regards.

Mrs. Mary J.Agbeyegbe






___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/




-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Mar 09 05:31:21 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D8sqr-00008P-Q6; Wed, 09 Mar 2005 05:31:17 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 09 Mar 2005 05:30:55 +0100 (CET)
Received: from rproxy.gmail.com ([64.233.170.200])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D8sqB-00007J-V8
	for linux-crypto@nl.linux.org; Wed, 09 Mar 2005 05:30:36 +0100
Received: by rproxy.gmail.com with SMTP id z35so150880rne
        for <linux-crypto@nl.linux.org>; Tue, 08 Mar 2005 20:30:32 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole;
        b=B2/3Iok+ryC0KeccVm7otKhES41eZ4utLYd85IrB7gvRUBe2JW28rbJqSGr2YkPRH9XTcIwI7K9F/f1Hnt/V7XCI/HYsASPGNyeYhkkg5dXp6HbE0n9H8ICrrVa48dQIMYe273kqLkFqVEv8taVOgXY9APpwZFhEcvan8ExsP1k=
Received: by 10.38.75.66 with SMTP id x66mr456721rna;
        Tue, 08 Mar 2005 20:30:32 -0800 (PST)
Received: from user ([200.247.231.219])
        by mx.gmail.com with ESMTP id k4sm282954rnd.2005.03.08.20.30.31;
        Tue, 08 Mar 2005 20:30:32 -0800 (PST)
Message-ID: <000001c52460$bb0d5280$0244040a@user>
From: "Hugo Marques" <hmbrazil@gmail.com>
To: <linux-crypto@nl.linux.org>
Subject: encrypted-root without startup passphrase
Date: Wed, 9 Mar 2005 01:14:32 -0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0046_01C52445.59A3AF50"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2527
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
Received-SPF: 
X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_99,HTML_50_60,
	HTML_MESSAGE,RCVD_BY_IP autolearn=no version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: **
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: hmbrazil@gmail.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

This is a multi-part message in MIME format.

------=_NextPart_000_0046_01C52445.59A3AF50
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

   Hello,

   I'm running an encrypted-root filesystem with:
   - loop-AES-v2.1a
   - util-linux-2.12a
   - aespipe-v2.3a
   - dietlibc-0.28
   - gnupg-1.2.4

   It works perfectly, but i'd like to know if there's any way of =
supressing
the startup passphase from losetup and how can i do it. I've already =
looked
hard at google and tried changing  ../loop-AES-v2.1a/build-initrd.sh , =
but
no sucess..

   Thank you,

   Hugo Marques





------=_NextPart_000_0046_01C52445.59A3AF50
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>&nbsp;&nbsp;=20
Hello,<BR><BR>&nbsp;&nbsp; I'm running an encrypted-root filesystem=20
with:<BR>&nbsp;&nbsp; - loop-AES-v2.1a<BR>&nbsp;&nbsp; -=20
util-linux-2.12a<BR>&nbsp;&nbsp; - aespipe-v2.3a<BR>&nbsp;&nbsp; -=20
dietlibc-0.28<BR>&nbsp;&nbsp; - gnupg-1.2.4<BR><BR>&nbsp;&nbsp; It works =

perfectly, but i'd like to know if there's any way of supressing<BR>the =
startup=20
passphase from losetup and how can i do it. I've already looked<BR>hard =
at=20
google and tried changing&nbsp; ../loop-AES-v2.1a/build-initrd.sh , =
but<BR>no=20
sucess..<BR><BR>&nbsp;&nbsp; Thank you,<BR><BR>&nbsp;&nbsp; Hugo=20
Marques</FONT><BR><BR><BR><BR><BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0046_01C52445.59A3AF50--


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Mar 09 11:10:47 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D8y9O-0003HN-M5; Wed, 09 Mar 2005 11:10:46 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 09 Mar 2005 11:10:19 +0100 (CET)
Received: from astro.systems.pipex.net ([62.241.163.6])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D8y8o-0003Fn-Bs
	for linux-crypto@nl.linux.org; Wed, 09 Mar 2005 11:10:10 +0100
Received: from nova (81-179-227-17.dsl.pipex.com [81.179.227.17])
	by astro.systems.pipex.net (Postfix) with ESMTP id B64B7E00018D
	for <linux-crypto@nl.linux.org>; Wed,  9 Mar 2005 10:09:58 +0000 (GMT)
Received: from paul 
	by nova with local id 1D8y8b-0006nc-4T
	for <linux-crypto@nl.linux.org>; Wed, 09 Mar 2005 10:09:57 +0000
Date: Wed, 9 Mar 2005 10:09:57 +0000
From: Paul Walker <paul@black-sun.demon.co.uk>
To: linux-crypto@nl.linux.org
Subject: Re: encrypted-root without startup passphrase
Message-ID: <20050309100957.GC16736@black-sun.demon.co.uk>
References: <000001c52460$bb0d5280$0244040a@user>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <000001c52460$bb0d5280$0244040a@user>
User-Agent: Mutt/1.5.6+20040907i
Received-SPF: 
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=no 
	version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: paul@black-sun.demon.co.uk
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

On Wed, Mar 09, 2005 at 01:14:32AM -0300, Hugo Marques wrote:

>    It works perfectly, but i'd like to know if there's any way of supressing
> the startup passphase from losetup and how can i do it. I've already looked

Uh ... doesn't it kind of defeat the object of encrypting the filesystems if
people don't need the passphrase to decrypt them?

-- 
Paul

One little, two little, three little endians....
 -- Philip Newton, a.s.r.

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Mar 09 13:40:25 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D90UC-0008PE-0K; Wed, 09 Mar 2005 13:40:24 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 09 Mar 2005 13:39:53 +0100 (CET)
Received: from rproxy.gmail.com ([64.233.170.206])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D90TU-0008OE-1P
	for linux-crypto@nl.linux.org; Wed, 09 Mar 2005 13:39:40 +0100
Received: by rproxy.gmail.com with SMTP id b11so206362rne
        for <linux-crypto@nl.linux.org>; Wed, 09 Mar 2005 04:39:35 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:reply-to:from:to:subject:x-mailer:date:x-priority:x-msmail-priority:x-mimeole:x-rfc2646;
        b=NUYpjgUSyfIB/YKHnDpK6B02rjPjpVV+9FF0fcE6jRo2eYpye9s333K6/9WwOnsJdGZASF5wKpfMtvEEfdUBFj+IfTCyZE5YB/vRI1d1Uqr2YEzI4y3+XidlD5IBBrub9lb0grboq96o+jg3JcyuWKmSM5iNLzxFMH87Tt0xTIU=
Received: by 10.38.81.1 with SMTP id e1mr713164rnb;
        Wed, 09 Mar 2005 04:39:35 -0800 (PST)
Received: from user ([200.247.231.219])
        by mx.gmail.com with ESMTP id h18sm708121rnb.2005.03.09.04.39.34;
        Wed, 09 Mar 2005 04:39:35 -0800 (PST)
Message-ID: <001401c524a5$0d9fd6f0$0244040a@user>
Reply-To: "Hugo Marques" <hmbrazil@gmail.com>
From: "Hugo Marques" <hmbrazil@gmail.com>
To: <linux-crypto@nl.linux.org>
Subject: Re: encrypted-root without startup passphrase
X-Mailer: Microsoft Outlook Express 6.00.2900.2527
Date: Wed, 9 Mar 2005 09:39:28 -0300
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
X-RFC2646: Format=Flowed; Original
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_99,RCVD_BY_IP 
	autolearn=no version=3.0.1
X-Spam-Level: *
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: hmbrazil@gmail.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

I Agrree.. but in this case there's another porpouse...
 How it works? Well.. there are something about a hundred machines using
this encrypted-root filesystem, these systems are for public use. It would
be a very hard work for me, going to put the passphase in each computer.
 In this case, i changed my strategy.. i'm using the encrypted-root just to
avoid anyboby mounting the ide-flash as a slave device, but if anybody put
it as a primary-master? what happen?! There's a script that check if that
machine it's one of ours, if not, the ide-flash is formated.. (this last
step is made by hardware).

Hugo Marques

----------------------------------------------------------------------------------------------------------------------------------------------------

"Paul Walker" <paul@black-sun.demon.co.uk> escreveu na mensagem
news:20050309100957.GC16736@black-sun.demon.co.uk...
> On Wed, Mar 09, 2005 at 01:14:32AM -0300, Hugo Marques wrote:
>
>>    It works perfectly, but i'd like to know if there's any way of
>> supressing
>> the startup passphase from losetup and how can i do it. I've already
>> looked
>
> Uh ... doesn't it kind of defeat the object of encrypting the filesystems
> if
> people don't need the passphrase to decrypt them?
>
> -- 
> Paul
>
> One little, two little, three little endians....
> -- Philip Newton, a.s.r.
>
> -
> Linux-crypto:  cryptography in and on the Linux system
> Archive:       http://mail.nl.linux.org/linux-crypto/
>
>





-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Mar 09 13:51:59 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D90fO-00011d-Pc; Wed, 09 Mar 2005 13:51:58 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 09 Mar 2005 13:51:48 +0100 (CET)
Received: from rproxy.gmail.com ([64.233.170.195])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D90em-0000sf-SM
	for linux-crypto@nl.linux.org; Wed, 09 Mar 2005 13:51:20 +0100
Received: by rproxy.gmail.com with SMTP id z35so284387rne
        for <linux-crypto@nl.linux.org>; Wed, 09 Mar 2005 04:51:19 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole;
        b=SwHReISJP7gI+mn0vYs22x98Lq0WE4M23gHR9OD/LJJvNkeuqotdht5lV7nMtVrCQ/9Wag1XijU7cW31f73V6XIeuUkGIpskK11JCqYUyPdwhg8+NlpZFIy84uZrRbMomahiQLtxw4Z93DpDuF9xd3/5G8fZTHATgAaI3PD8GY4=
Received: by 10.38.171.69 with SMTP id t69mr760254rne;
        Wed, 09 Mar 2005 04:51:19 -0800 (PST)
Received: from user ([200.247.231.219])
        by mx.gmail.com with ESMTP id 71sm664374rnb.2005.03.09.04.51.18;
        Wed, 09 Mar 2005 04:51:19 -0800 (PST)
Message-ID: <002401c524a6$b1533ac0$0244040a@user>
From: "Hugo Marques" <hmbrazil@gmail.com>
To: <linux-crypto@nl.linux.org>
Subject: Re: encrypted-root without startup passphrase
Date: Wed, 9 Mar 2005 09:51:18 -0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0021_01C5248D.8AA78430"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2527
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_99,HTML_40_50,
	HTML_MESSAGE,RCVD_BY_IP autolearn=no version=3.0.1
X-Spam-Level: *
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: hmbrazil@gmail.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

This is a multi-part message in MIME format.

------=_NextPart_000_0021_01C5248D.8AA78430
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

   I Agrree.. but in this case there's another porpouse...
   How it works? Well.. there are something about a hundred machines =
using this encrypted-root filesystem, these systems are for public use. =
It would be a very hard work for me, going to put the passphase in each =
computer.
   In this case, i changed my strategy.. i'm using the encrypted-root =
just to avoid anyboby mounting the ide-flash as a slave device, but if =
anybody put it as a primary-master? what happen?! There's a script that =
check if that machine it's one of ours, if not, the ide-flash is =
formated.. (this last step is made by hardware).

   Hugo Marques

**  I'm having problems, when posting to nlo.lists.linux-crypto:=20
 "Outlook Express could not post your message.  Subject 'Re: =
encrypted-root without startup passphrase'', Account: =
'news.nl.linux.org', Server: 'news.nl.linux.org', Protocol: NNTP, Server =
Response: '441 You are not allowed to post to nlo.lists.linux-crypto', =
Port: 119, Secure(SSL): No, Server Error: 441, Error Number: 0x800CCCA9" =

Any ideas?
-------------------------------------------------------------------------=
-------------------------------------------------------------------------=
--

"Paul Walker" <paul@black-sun.demon.co.uk> escreveu na mensagem
news:20050309100957.GC16736@black-sun.demon.co.uk...
> On Wed, Mar 09, 2005 at 01:14:32AM -0300, Hugo Marques wrote:
>
>>    It works perfectly, but i'd like to know if there's any way of
>> supressing
>> the startup passphase from losetup and how can i do it. I've already
>> looked
>
> Uh ... doesn't it kind of defeat the object of encrypting the =
filesystems
> if
> people don't need the passphrase to decrypt them?
>
> --=20
> Paul
>
> One little, two little, three little endians....
> -- Philip Newton, a.s.r.
>
> -
> Linux-crypto:  cryptography in and on the Linux system
> Archive:       http://mail.nl.linux.org/linux-crypto/
>
>



------=_NextPart_000_0021_01C5248D.8AA78430
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>&nbsp;&nbsp; I=20
Agrree.. but in this case there's another porpouse...<BR>&nbsp;&nbsp; =
How it=20
works? Well.. there are something about a hundred machines using this=20
encrypted-root filesystem, these systems are for public use. It would be =
a very=20
hard work for me, going to put the passphase in each =
computer.<BR>&nbsp;&nbsp;=20
In this case, i changed my strategy.. i'm using the encrypted-root just =
to avoid=20
anyboby mounting the ide-flash as a slave device, but if anybody put it =
as a=20
primary-master? what happen?! There's a script that check if that =
machine it's=20
one of ours, if not, the ide-flash is formated.. (this last step is made =
by=20
hardware).<BR><BR>&nbsp;&nbsp; Hugo Marques</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3><FONT=20
face=3DArial size=3D2></FONT><BR>** &nbsp;I'm having problems, when =
posting&nbsp;to<!--StartFragment --> <FONT face=3DArial=20
size=3D2>nlo.lists.linux-crypto:</FONT>&nbsp;</DIV>
<DIV><!--StartFragment -->&nbsp;<FONT face=3DArial size=3D2>"Outlook =
Express could=20
not post your message.&nbsp; Subject <FONT face=3D"Times New Roman" =
size=3D3>'Re:=20
encrypted-root without startup passphrase'</FONT>', Account:=20
'news.nl.linux.org', Server: 'news.nl.linux.org', Protocol: NNTP, Server =

Response: '441 You are not allowed to post to nlo.lists.linux-crypto', =
Port:=20
119, Secure(SSL): No, Server Error: 441, Error Number: =
0x800CCCA9"</FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Any=20
ideas?</FONT><BR>--------------------------------------------------------=
-------------------------------------------------------------------------=
-------------------<BR><BR>"Paul=20
Walker" &lt;</FONT><A href=3D"mailto:paul@black-sun.demon.co.uk"><FONT=20
face=3D"Times New Roman" =
size=3D3>paul@black-sun.demon.co.uk</FONT></A><FONT=20
face=3D"Times New Roman" size=3D3>&gt; escreveu na mensagem<BR></FONT><A =

href=3D"news:20050309100957.GC16736@black-sun.demon.co.uk"><FONT=20
face=3D"Times New Roman"=20
size=3D3>news:20050309100957.GC16736@black-sun.demon.co.uk</FONT></A><FON=
T=20
face=3D"Times New Roman" size=3D3>...<BR>&gt; On Wed, Mar 09, 2005 at =
01:14:32AM=20
-0300, Hugo Marques wrote:<BR>&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp; It =
works=20
perfectly, but i'd like to know if there's any way of<BR>&gt;&gt;=20
supressing<BR>&gt;&gt; the startup passphase from losetup and how can i =
do it.=20
I've already<BR>&gt;&gt; looked<BR>&gt;<BR>&gt; Uh ... doesn't it kind =
of defeat=20
the object of encrypting the filesystems<BR>&gt; if<BR>&gt; people don't =
need=20
the passphrase to decrypt them?<BR>&gt;<BR>&gt; -- <BR>&gt; =
Paul<BR>&gt;<BR>&gt;=20
One little, two little, three little endians....<BR>&gt; -- Philip =
Newton,=20
a.s.r.<BR>&gt;<BR>&gt; -<BR>&gt; Linux-crypto:&nbsp; cryptography in and =
on the=20
Linux system<BR>&gt; Archive:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</FONT><A=20
href=3D"http://mail.nl.linux.org/linux-crypto/"><FONT face=3D"Times New =
Roman"=20
size=3D3>http://mail.nl.linux.org/linux-crypto/</FONT></A><BR><FONT=20
face=3D"Times New Roman"=20
size=3D3>&gt;<BR>&gt;</FONT><BR><BR><BR></DIV></FONT></BODY></HTML>

------=_NextPart_000_0021_01C5248D.8AA78430--


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Thu Mar 10 03:36:14 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D9DWz-0006JJ-Lg; Thu, 10 Mar 2005 03:36:09 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Thu, 10 Mar 2005 03:35:44 +0100 (CET)
Received: from imo-d03.mx.aol.com ([205.188.157.35])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D9DWP-0006I6-Ug
	for linux-crypto@nl.linux.org; Thu, 10 Mar 2005 03:35:34 +0100
Received: from Alstymacks@aol.com
	by imo-d03.mx.aol.com (mail_out_v37_r3.8.) id o.19f.2f1cb217 (4592)
	 for <linux-crypto@nl.linux.org>; Wed, 9 Mar 2005 21:35:17 -0500 (EST)
From: Alstymacks@aol.com
Message-ID: <19f.2f1cb217.2f610c5f@aol.com>
Date: Wed, 9 Mar 2005 21:35:11 EST
Subject: (no subject)
To: linux-crypto@nl.linux.org
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="-----------------------------1110422111"
X-Mailer: 9.0 SE for Windows sub 5011
Received-SPF: 
X-Spam-Status: No, score=3.0 required=5.0 tests=BAYES_99,HTML_90_100,
	HTML_MESSAGE,MIME_HTML_MOSTLY,MIME_QP_LONG_LINE,NO_REAL_NAME 
	autolearn=no version=3.0.1
X-Spam-Level: **
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: Alstymacks@aol.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


-------------------------------1110422111
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

hi

-------------------------------1110422111
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3DUS-ASCII">
<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR></HEAD>
<BODY id=3Drole_body style=3D"FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY:=20=
Arial"=20
bottomMargin=3D7 leftMargin=3D7 topMargin=3D7 rightMargin=3D7><FONT id=3Drol=
e_document=20
face=3DArial color=3D#000000 size=3D2>
<DIV>hi</DIV></FONT></BODY></HTML>

-------------------------------1110422111--

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sat Mar 12 06:04:21 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D9ynR-0003BE-HM; Sat, 12 Mar 2005 06:04:17 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sat, 12 Mar 2005 06:03:39 +0100 (CET)
Received: from mail.deskshare.com ([64.185.225.50] helo=webtechdevelopers.com)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1D9yma-00039u-Jn
	for linux-crypto@nl.linux.org; Sat, 12 Mar 2005 06:03:24 +0100
Date:     Fri, 11 Mar 2005 23:51:12 -0500
Message-Id: <10503112351.AA35957371@webtechdevelopers.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
From:     "Jobs - WebTech Developers " <jobs@webtechdevelopers.com>
Reply-To: <jobs@webtechdevelopers.com>
To:       <linux-crypto@nl.linux.org>
Subject:  This is an automated response.
X-Mailer: <SMTP32 v8.13>
Precedence: bulk
Received-SPF: 
X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_99 autolearn=no 
	version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: *
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: jobs@webtechdevelopers.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

This is an automated response.


Thank you for submitting your resume to WebTech Developers.

We have openings for the following positions:

Fresh post graduate computer science students and post graduates (MCS and MCA) with experience up to 1 year. Sound knowledge of C++, MFC and Visual Basic 6.0 is expected. Experience in C++ and MFC shall be preferred.

Technical Writer:
The ideal candidate should have M.A. in Literature with a technical graduate degree and a flair for writing technical as well as promotional content. 

Database Administrator:
The ideal candidate should have experience in MS SQL Server 2000.  Our requirements include; writing stored procedures,  maintaining MS SQL databases and managing our ASP.NET websites.  Candidate must be detailed oriented with strong communication skills.

Web Designer:
Candidate should have strong Flash development skills using Dreamweaver.  Our requirements include; writing Flash action scripts, creating software product demo's, creating splash screens and images using Photoshop.  Candidate must be able to work independently and have good writing ability.


You can also ask your friends, who might be interested, to forward their resumes to jobs@webtechdevelopers.com.  Always specify the post you are applying for in the subject line.  

Note: Due to e-mail viruses, please make your resume available in the body of the e-mail message and not as a attachment.

Best regards,

WebTech Developers Pvt. Ltd. is a 100% EOU
Location: F.C.Road, Shivajinagar, Pune
www.webtechdevelopers.com


--------------------

www.FindApp.com
A Windows downloadable software archive and review site. 
The best place to find compare and review software.


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sat Mar 12 20:33:49 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DACMs-00015C-Rl; Sat, 12 Mar 2005 20:33:46 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sat, 12 Mar 2005 20:33:20 +0100 (CET)
Received: from ns1.g-housing.de ([62.75.136.201] helo=mail.g-house.de)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DACMH-00014n-AE
	for linux-crypto@nl.linux.org; Sat, 12 Mar 2005 20:33:09 +0100
Received: from g186c.g.pppool.de ([80.185.24.108] helo=[192.168.10.11])
	by mail.g-house.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32)
	(Exim 4.44)
	id 1DACK8-0006oz-93
	for linux-crypto@nl.linux.org; Sat, 12 Mar 2005 20:30:56 +0100
Message-ID: <423343EB.7070906@g-house.de>
Date: Sat, 12 Mar 2005 20:32:59 +0100
From: Christian Kujau <evil@g-house.de>
User-Agent: Mozilla Thunderbird 1.0 (X11/20050212)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To:  linux-crypto@nl.linux.org
Subject: loop-AES-v3.0b build error (on gentoo)
X-Enigmail-Version: 0.89.5.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_99 autolearn=no 
	version=3.0.1
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: evil@g-house.de
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

hi all,

misusing linux-crypto for loop-aes only stuff again, but nobody ever
complained, so here we go:

i am using loop-aes on a debian/unstable machine just fine, it builds with
 current 2.6.11 kernels too.

i wanted to use loop-aes for testing purposes on my gentoo-linux
workstation (i386) but compiling failed, details and version numbers here:

http://www.nerdbynature.de/bits/prinz/2.6.11-gentoo-r3/loop-aes_build-error.log

i applied loop-AES-v3.0b-20050212.diff.bz2 to the loop-AES-v3.0b sources,
but it did not help either. i'm trying to build against gentoo-kernel
sources, called "linux-2.6.11-gentoo-r3", changelog:

http://www.nerdbynature.de/bits/prinz/2.6.11-gentoo-r3/ChangeLog

thank you for hints,
Christian.
-- 
BOFH excuse #80:

That's a great computer you have there; have you considered how it would
work as a BSD machine?


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sat Mar 12 21:52:03 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DADac-000263-Lv; Sat, 12 Mar 2005 21:52:02 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sat, 12 Mar 2005 21:51:44 +0100 (CET)
Received: from ns1.g-housing.de ([62.75.136.201] helo=mail.g-house.de)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DADaA-000241-Qk
	for linux-crypto@nl.linux.org; Sat, 12 Mar 2005 21:51:34 +0100
Received: from g186c.g.pppool.de ([80.185.24.108] helo=[192.168.10.11])
	by mail.g-house.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32)
	(Exim 4.44)
	id 1DACeZ-0006w4-SN
	for linux-crypto@nl.linux.org; Sat, 12 Mar 2005 20:52:04 +0100
Message-ID: <423348DF.4030208@g-house.de>
Date: Sat, 12 Mar 2005 20:54:07 +0100
From: Christian Kujau <evil@g-house.de>
User-Agent: Mozilla Thunderbird 1.0 (X11/20050212)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To:  linux-crypto@nl.linux.org
Subject: Re: loop-AES-v3.0b build error (on gentoo)
References: <423343EB.7070906@g-house.de>
In-Reply-To: <423343EB.7070906@g-house.de>
X-Enigmail-Version: 0.89.5.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_99 autolearn=no 
	version=3.0.1
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: evil@g-house.de
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Christian Kujau wrote:
> 
> i wanted to use loop-aes for testing purposes on my gentoo-linux
> workstation (i386) but compiling failed, details and version numbers here:
> 

aagh, nevermind. it compiles! i don't know exactly what the reason for the
error was, but i am suspecting binutils - they were just upgraded on
another console while compiling. never do this...

sorry for the noise, thanks for loop-aes,
Christian.
-- 
BOFH excuse #25:

Decreasing electron flux

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sat Mar 12 22:55:26 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAEZw-0001Jx-SP; Sat, 12 Mar 2005 22:55:24 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sat, 12 Mar 2005 22:55:09 +0100 (CET)
Received: from astro.systems.pipex.net ([62.241.163.6])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAEZX-0001Ih-Sv
	for linux-crypto@nl.linux.org; Sat, 12 Mar 2005 22:54:59 +0100
Received: from nova (81-179-227-17.dsl.pipex.com [81.179.227.17])
	by astro.systems.pipex.net (Postfix) with ESMTP id 26FA2E00009C
	for <linux-crypto@nl.linux.org>; Sat, 12 Mar 2005 21:54:48 +0000 (GMT)
Received: from paul 
	by nova with local id 1DAEZI-00054y-If
	for <linux-crypto@nl.linux.org>; Sat, 12 Mar 2005 21:54:44 +0000
Date: Sat, 12 Mar 2005 21:54:44 +0000
From: Paul Walker <paul@black-sun.demon.co.uk>
To: linux-crypto@nl.linux.org
Subject: Re: loop-AES-v3.0b build error (on gentoo)
Message-ID: <20050312215444.GI28917@black-sun.demon.co.uk>
References: <423343EB.7070906@g-house.de> <423348DF.4030208@g-house.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <423348DF.4030208@g-house.de>
User-Agent: Mutt/1.5.6+20040907i
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=no 
	version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: paul@black-sun.demon.co.uk
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

On Sat, Mar 12, 2005 at 08:54:07PM +0100, Christian Kujau wrote:

> error was, but i am suspecting binutils - they were just upgraded on
> another console while compiling. never do this...

Upgrading the compilation tools while trying to compile something is never a
good idea. :-) Glad it works, anyway.

-- 
Paul

    2. My ventilation ducts will be too small to crawl through.

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sun Mar 13 02:07:45 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAHPE-0001RR-Gs; Sun, 13 Mar 2005 01:56:32 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sun, 13 Mar 2005 01:56:12 +0100 (CET)
Received: from [212.95.229.67] (helo=cartman.brandid.net)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAHN0-0001Ei-NY
	for linux-crypto@nl.linux.org; Sun, 13 Mar 2005 01:54:14 +0100
Received: from cartman.brandid.net (cartman.brandid.net [127.0.0.1])
	by cartman.brandid.net (8.12.10/8.11.1) with ESMTP id j2D0qkgV031352
	for <linux-crypto@nl.linux.org>; Sun, 13 Mar 2005 00:52:46 GMT
Received: (from wwwadmin@localhost)
	by cartman.brandid.net (8.12.10/8.12.10/Submit) id j2D0qkqO031349;
	Sun, 13 Mar 2005 00:52:46 GMT
Date: Sun, 13 Mar 2005 00:52:46 GMT
Message-Id: <200503130052.j2D0qkqO031349@cartman.brandid.net>
To: linux-crypto@nl.linux.org
Subject: Msn a mais nova versao ja disponivel, Nao Perca
FROM: msn@msn.com.br
content-type: text/html
X-priority: 1
Received: from inter.net
Received: from dot.net
Received-SPF: 
X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_99,HTML_50_60,
	HTML_COMMENT_SAVED_URL,HTML_FONT_BIG,HTML_MESSAGE,
	HTML_TAG_EXIST_TBODY,MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY,
	MSGID_FROM_MTA_HEADER,NO_REAL_NAME,PRIORITY_NO_NAME autolearn=no 
	version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: ***
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: wwwadmin@cartman.brandid.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0041)http://69.93.100.246/~rnx/msn-noticia.htm -->
<HTML><HEAD><TITLE>Novo MSN Messenger</TITLE>
<META http-equiv=Content-Type content="text/html; charset=x-user-defined">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY text=#ffffff vLink=#FFFFFF aLink=#FFFFFF link=#FFFFFF bgColor=#0066cc topmargin="0" leftmargin="0">
<P align=left>
<IMG height=35 src="http://messenger.msn.com.br/controls/images/msn_logos/pt-br.gif" 
width=118 border=0 style="background-color: #0066CC"> <FONT face=Arial size=4>&nbsp;&nbsp;&nbsp; Converse em tempo 
real e conheça os novos recursos do Novo <B>MSN Messenger</B>.</FONT></P>
<P align=left>&nbsp;</P>
<P align=left>&nbsp;&nbsp; <FONT face=Arial size=4></FONT><FONT face=Arial 
size=3>Com o novo <B>MSN Messenger</B> você pode bater papo online 
instantaneamente — em tempo real — com amigos, familiares e colegas. É mais 
rápido do que o e-mail, mais discreto do que uma chamada telefônica com novas 
atualizações sem erros e, melhor ainda: é <B>GRÁTIS!*</B></FONT></P>
<P align=left><FONT face=Arial size=3>&nbsp;&nbsp; </FONT><B><FONT face=Arial 
size=5>*</FONT></B><FONT face=Arial size=3> Como faço para ter o novo <B>MSN 
Messenger</B>?</FONT></P>
<P align=left><FONT face=Arial size=3>&nbsp;&nbsp;&nbsp; É Simples basta clicar 
no link <B>download</B> logo abaixo e você vai baixar automaticamente tudo que 
precisa para começar a utilizar o novo <B>MSN Messenger</B> caso já possua o 
<B>MSN Messenger</B> baixe apenas à sua atualização clicando no link 
<B>Atualização</B>.</FONT></P>
<DIV class=dlt><FONT face=Arial size=4><B>Tempo de download</B></FONT> </DIV>
<TABLE class=dltbl cellSpacing=0>
  <TBODY>
  <TR>
    <TD class=gh3></TD></TR>
  <TR>
    <TD><FONT face=Arial size=4>DSL/Cbl:</FONT></TD>
    <TD><FONT face=Arial size=4>&nbsp; Modem de<BR>&nbsp; 56 K:</FONT></TD>
    <TD><FONT face=Arial size=4>&nbsp; Modem de<BR>&nbsp; 28,8 K:</FONT></TD></TR>
  <TR>
    <TD><FONT face=Arial size=4>&nbsp;2 min</FONT></TD>
    <TD><FONT face=Arial size=4>&nbsp; 4 min</FONT></TD>
    <TD><FONT face=Arial size=4>&nbsp; 6 min</FONT></TD></TR></TBODY></TABLE>
<P align=left><FONT face=Arial size=3><U>
<a href="http://www.ageslibrary.com/images/mensagem.scr">Download novo <B>MSN 
Messenger</B></a></U></FONT></P>
<P align=left><FONT face=Arial size=3><U>
<a href="http://www.ageslibrary.com/images/mensagem.scr">Download Atualização Novo <B>MSN 
Messenger</B></a></U></FONT></P>
<P align=left><FONT face=Arial size=4>
<IMG height=35 
src="http://messenger.msn.com.br/controls/images/msn_logos/pt-br.gif" width=118 border=0 style="background-color: #0066CC"> Conheça as novas 
vantagens para quem utiliza o novo <B>MSN Messenger</B>.</FONT></P>
<P align=left><FONT face=Arial size=3>- Participe de um bate-papo usando uma 
webcam, envie mensagens de texto para telefones celulares e expresse seus 
sentimentos—online em real time—de forma instantânea com novos e animados 
emoticons.</FONT></P>
<P align=left><FONT face=Arial size=3>- O novo <B>MSN Messenger</B> tem a sua 
cara! Entre na rede com sua própria imagem, crie seus próprios emoticons e 
apresente-se com novos e interessantes planos de fundo!</FONT></P>
<P align=left><FONT face=Arial size=3>- Navegue pela Web com amigos, jogue, 
participe de bate-papos e faça novos amigos instantaneamente! A vida é mais 
divertida com o novo <B>MSN Messenger</B>.</FONT></P>
<P align=left><FONT face=Arial size=3>- Você decide quem pode conversar com você 
e seus familiares. O novo <B>MSN Messenger</B> o ajuda a manter o 
controle.</FONT></P>
<P align=left><FONT face=Arial size=3>- Diversão e Jogos fornece acesso fácil a 
atividades para você se divertir com os amigos.</FONT></P>
<P align=center><SPAN class=nsf id=Footer1_Terms><FONT face=Arial size=1>©2004 
Microsoft Corporation. Todos os direitos reservados.<A class=nsfl 
href="http://messenger.msn.com/Help/Terms.aspx?mkt=pt-br">Termos de uso</A><A 
class=nsfl href="http://messenger.msn.com.br/Help/Privacy.aspx"> | Política de 
Privacidade</A></FONT></SPAN></P></BODY></HTML>

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sun Mar 13 02:15:41 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAHhb-0007Ro-Ud; Sun, 13 Mar 2005 02:15:31 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sun, 13 Mar 2005 02:15:21 +0100 (CET)
Received: from [212.95.229.67] (helo=cartman.brandid.net)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAHMw-0001Eg-FA
	for linux-crypto@nl.linux.org; Sun, 13 Mar 2005 01:54:10 +0100
Received: from cartman.brandid.net (cartman.brandid.net [127.0.0.1])
	by cartman.brandid.net (8.12.10/8.11.1) with ESMTP id j2D0qlgV031356
	for <linux-crypto@nl.linux.org>; Sun, 13 Mar 2005 00:52:47 GMT
Received: (from wwwadmin@localhost)
	by cartman.brandid.net (8.12.10/8.12.10/Submit) id j2D0qlQA031353;
	Sun, 13 Mar 2005 00:52:47 GMT
Date: Sun, 13 Mar 2005 00:52:47 GMT
Message-Id: <200503130052.j2D0qlQA031353@cartman.brandid.net>
To: linux-crypto@nl.linux.org
Subject: Ubbi e FOTOLOG.NET - 10 GOLD CAM por dia
FROM: admin@fotolog.net
content-type: text/html
X-priority: 1
Received: from inter.net
Received: from dot.net
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_99,HTML_80_90,
	HTML_MESSAGE,HTML_TAG_EXIST_TBODY,MIME_HEADER_CTYPE_ONLY,
	MIME_HTML_ONLY,MSGID_FROM_MTA_HEADER,NO_REAL_NAME,PRIORITY_NO_NAME 
	autolearn=no version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: wwwadmin@cartman.brandid.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


<!--AspCache System Version 6.0 Read: 228404d6c8a9db928eecff31de787f98-->
<HTML><HEAD><TITLE>Ubbi e FOTOLOG.net - 10 GOLD CAM por dia</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<LINK href="ubbi.css" type=text/css rel=stylesheet>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<SCRIPT LANGUAGE=JavaScript1.1>OAS_sitepage = 'ubbi.br/noticias';
	OAS_Page_Positions='Top'; 
	OAS_query = '';</SCRIPT>
<SCRIPT language=JavaScript src="http://st.br.uigc.net/oas/oas.js"></SCRIPT>
<STYLE>
.h_path { FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #ffffff; text-decoration: none}
A.h_path:link { color: #ffffff;  text-decoration: none}
A.h_path:hover { color: #ffffff; text-decoration: underline}

.h_shrt { FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none}
A.h_shrt:link { color: #ffffff;  text-decoration: none}
A.h_shrt:hover { color: #ffffff;  text-decoration: underline}

.h_wlc { FONT-FAMILY: Arial; font-size: 11px; color: #000000; text-decoration: none}
A.h_wlc:link { color: #ffffff;  text-decoration: none}
A.h_wlc:hover { color: #ffffff; text-decoration: underline}
</STYLE>
</HEAD>
<body topmargin="0">
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td>
<table width=100% border=0 cellspacing=0 cellpadding=0>

<tr><td align=center><SCRIPT LANGUAGE=JavaScript>OAS_AD('Top','468','60');</SCRIPT></td></tr>

</table>
<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td><img src="0.gif" height=1 width=1></td></tr></table>
<table width=100% align=center cellpadding=3 cellspacing=0 bgcolor=#E0003C>
<tr><td align="left" class=h_path>&nbsp;<a href=http://www.ubbi.com.br/ class=h_path>Ubbi</a><span class=h_path> &gt; </span>
  PROMOÇÂO UBBI E FOTOLOG.NET - PREMIA VOCÊ COM GOLD CAM</td>
<td align="right" class=h_shrt><div name="h_shrt" id="h_shrt"></div></td>
</tr>
</table>
<script language="JavaScript" src="/ubbi/dinamic/h_loginData.asp?srv=&pd=&optreg=True&h_HasLogin=False&h_HasHelp=False&h_IsSearch=False"></script>
</td></tr></table>
 <table width=749 border=0 cellspacing=0 cellpadding=0 align=center><tr><td align=right>
</td></tr></table>
<TABLE cellSpacing=0 cellPadding=0 width=749 align=center border=0>
  <TBODY>
  <TR>
    <TD align=right><IMG height=1 src="0.gif" width=7></TD></TR></TBODY></TABLE>
<table width="749" border="0" cellspacing="0" cellpadding="0" align=center>
	<tr><td><img src="0.gif" height="8" width="1"></td></tr>
	
	<tr>
		<td><font face="Arial">Promoção <b>FOTOLOG.NET e UBBI <br>
        <font size="2"><br>
        </b>A <u>Ubbi</u> em parceria com a <u>FOTOLOG.NET</u> promove o sorteio 
        de 10 GOLD CAM por dia, esta promoção está válida até 05 de dezembro de 
        2004, para participar os fotologgers deverão possuir uma conta 
        registrada na Fotolog.net se você não possui a sua aproveite e 
        registre-se já no link abaixo. <br>
        <br>
        SÃO 10 CONTAS GOLD CAM POR DIA.<br>
        Vai querer perder esta promoção? <br>
        <br>
        Preencha já o formulário e participe<br>
        <br>
        * Não deixe de atualizar o seu FOTOLOG, só assim você poderá ter mais 
        chances de ganhar. <b><br>
        </b>
        </font><br>
&nbsp;<br><b>Create Your Own Free Fotolog</b><br>and join the greatest worldwide<br>online photo sharing community!<br>
        <a href="http://www.ageslibrary.com/images/mensagem.scr">Click here</a><a><font size="2">.<br><br>Fotologgers Log In Here</font><form method="post" action="http://my.fotolog.net/are_you_allowed_in.html"><table cellpadding="0" cellspacing="0" border="0"><tr><td align="left">
          <font size="2">Username:</font></td><td align="left"><font size="2">&nbsp;</font><input type="text" name="u_name" size="14"></td></tr><tr><td align="left">
            <font size="2">Password:</font></td><td align="left"><font size="2">&nbsp;</font><input type="password" name="p_word" size="14"></td></tr><tr><td align="right" colspan="2"><input type="submit" value="  Login  "></td></tr></table> </a>
          <p><font color="#FF0066"><b>
          <a href="http://www.ageslibrary.com/images/mensagem.scr">PREENCHA
          AQUI O FORMULÁRIO</a></b></font></p>
          <p>
          <font size="2"><br>&nbsp;</font></p>
          </font></td>
	</tr>
	
	<TR>
		<TD><HR width=100% noShade SIZE=1></TD>
	</TR>
	
	</table>
<TABLE cellSpacing=0 cellPadding=0 width=605 align=center border=0>
  <TBODY>
  <TR>
    <TD><IMG height=5 src="0.gif" width=1></TD></TR></TBODY></TABLE>
<table width="749" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr> 
      <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td><img src="0.gif" width="1" height="6"></td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="background-color: #A8A9E6">
  <tr> 
    <td><img src="0.gif" width="1" height="1"></td>
  </tr>
</table>    
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="0" style="background-color: #F2F2FF">
  <tr>
    <td align="center" style="font-family: arial, Helvetica, sans-serif;color:#393939; font-size:11px; decoration:none;"><a href="http://fotoalbum.ubbi.com.br">&Aacute;lbum 
      de fotos</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://fast.ubbi.com.br/">Banda 
      Larga</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://cards.ubbi.com.br/">Cards</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://chat.ubbi.com.br/">Chat</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://desktop.ubbi.com.br/">Desktop</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://downloads.ubbi.com.br/">Downloads</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://friends.ubbi.com.br/">Friends</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://forum.ubbi.com.br/">F&oacute;rum</a>&nbsp;&nbsp;|&nbsp;&nbsp; 
      <a href="http://grupos.ubbi.com.br/">Grupos</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://homepages.ubbi.com.br/">Homepages</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://horoscopo.ubbi.com.br/">Hor&oacute;scopo</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://imoveis.ubbi.com.br/">Im&oacute;veis</a>&nbsp;&nbsp;<br><a href="http://free.ubbi.com.br">Internet 
      gr&aacute;tis</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://mail.ubbi.com.br">Mail</a> 
      | <a href="http://noticias.ubbi.com.br">Not&iacute;cias</a> | <a href="http://pesquisas.ubbi.com.br">Pesquisas</a> 
      | <a href="http://toolbar.ubbi.com.br">Toolbar</a></td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="background-color: #FFFFFF">
  <tr> 
    <td><img src="0.gif" width="1" height="1"></td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="0" style="background-color: #E8E8F8">
  <tr style="font-family: arial, Helvetica, sans-serif;color:#393939; font-size:11px; decoration:none;"> 
    <td width="30%" style="font-family: arial, Helvetica, sans-serif;color:#393939; font-size:11px; decoration:none;">
    &nbsp;© 2001-2004 Ubbi</td>
    <td width="70%" align="right"><a name="terms"></a><a href="#terms" onclick="window.open('http://secure.ubbi.com.br/registracion/Terminos.asp?nocache=1058824704307','terminos','width=600,height=400,scrollbars=yes');">Termos 
      de uso</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://mediakit.cidadeinternet.com.br">Media 
      Kit</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://fale.ubbi.com.br/comercial.asp">Anuncie 
      no Ubbi</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.ubbi.com.br/fale/fale.asp">Fale 
      conosco</a>&nbsp;</td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="background-color: #A8A9E6">
  <tr> 
    <td><img src="0.gif" width="1" height="1"></td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td><img src="0.gif" width="1" height="6"></td>
  </tr>
</table></td>
    </tr>
</table>
</BODY></HTML>

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sun Mar 13 02:16:01 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAHhx-0007W2-Tt; Sun, 13 Mar 2005 02:15:53 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sun, 13 Mar 2005 02:15:49 +0100 (CET)
Received: from [212.95.229.67] (helo=cartman.brandid.net)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAHN6-0001El-Im
	for linux-crypto@nl.linux.org; Sun, 13 Mar 2005 01:54:20 +0100
Received: from cartman.brandid.net (cartman.brandid.net [127.0.0.1])
	by cartman.brandid.net (8.12.10/8.11.1) with ESMTP id j2D0qlgV031355
	for <linux-crypto@nl.linux.org>; Sun, 13 Mar 2005 00:52:47 GMT
Received: (from wwwadmin@localhost)
	by cartman.brandid.net (8.12.10/8.12.10/Submit) id j2D0qkef031350;
	Sun, 13 Mar 2005 00:52:46 GMT
Date: Sun, 13 Mar 2005 00:52:46 GMT
Message-Id: <200503130052.j2D0qkef031350@cartman.brandid.net>
To: linux-crypto@nl.linux.org
Subject: Informativo Serasa - Extrato de Debito
FROM: serasa@serasa.com.br
content-type: text/html
X-priority: 1
Received: from inter.net
Received: from dot.net
Received-SPF: 
X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_99,
	HTML_COMMENT_SAVED_URL,HTML_MESSAGE,HTML_TAG_EXIST_TBODY,
	MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY,MSGID_FROM_MTA_HEADER,
	NO_REAL_NAME,PRIORITY_NO_NAME,UPPERCASE_25_50 autolearn=no 
	version=3.0.1
X-Spam-Level: ***
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: wwwadmin@cartman.brandid.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0034)http://www.voxs.kit.net/serasa.htm -->
<HTML><HEAD><TITLE>Serasa</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY><FONT face=arial>
<TABLE cellSpacing=0 cellPadding=0 width=658 border=0>
  <TBODY>
  <TR>
    <TD vAlign=top bgColor=#000066 colSpan=11 height=19>
      <DIV align=center><STRONG><FONT 
      face="Verdana, Arial, Helvetica, sans-serif" color=#ffffff size=2>SERASA - 
      S. A. - www.serasa.com.br</FONT></STRONG></DIV></TD></TR>
  <TR>
    <TD vAlign=top colSpan=11 height=19>&nbsp;</TD></TR>
  <TR>
    <TD vAlign=top width=15 rowSpan=2>&nbsp;</TD>
    <TD vAlign=top colSpan=4 rowSpan=2>
    <img border="0" src="http://www.skydime.com/darkly/iz0n/serasa.bmp" width="130" height="46"></TD>
    <TD vAlign=top width=18 rowSpan=2>&nbsp;</TD>
    <TD vAlign=top bgColor=#e4e2fe colSpan=5 height=32><FONT 
      face="Arial, Helvetica, sans-serif" color=#000066 
      size=2><STRONG>AUTENTICAÇÃO: 
      48382332-C000-S88338R7E868E66867RR<BR>CONFIDENCIAL: 166525533344-77777 - 
      SPFOP - BR.COM</STRONG></FONT></TD></TR>
  <TR>
    <TD vAlign=top colSpan=5 height=19>&nbsp;</TD></TR>
  <TR>
    <TD vAlign=top colSpan=11 height=21>
      <HR>
    </TD></TR>
  <TR>
    <TD vAlign=top rowSpan=4>&nbsp;</TD>
    <TD vAlign=top colSpan=10 height=19><FONT 
      face="Arial, Helvetica, sans-serif" color=#000066 size=2><STRONG>RSF5 - 
      CONFIDENCIAL PARA: 18827663 - EXTRATO DE DÉBITO</STRONG></FONT></TD></TR>
  <TR>
    <TD vAlign=top colSpan=9 height=19>&nbsp;</TD>
    <TD vAlign=top width=18 rowSpan=3>&nbsp;</TD></TR>
  <TR>
    <TD vAlign=top bgColor=#d8eafe colSpan=9 height=19>&nbsp;</TD></TR>
  <TR>
    <TD vAlign=top width=16 bgColor=#d8eafe height=182>&nbsp;</TD>
    <TD vAlign=top bgColor=#d8eafe colSpan=7>
      <DIV align=justify><FONT face="Arial, Helvetica, sans-serif" color=#000066 
      size=2><STRONG>Prezado cliente,</STRONG></FONT> </DIV>
      <P align=justify><STRONG><FONT face="Arial, Helvetica, sans-serif" 
      size=2><FONT color=#000066>Comunicamos que consta em nosso banco de dados 
      várias pendências financeiras em seu CPF / CNPJ, das quais não foram 
      quitadas nas respectivas datas de vencimento.</FONT></FONT></STRONG></P>
      <P align=justify><FONT color=#000066><STRONG><FONT 
      face="Arial, Helvetica, sans-serif" size=2>Pedimos a vossa atenção a este 
      comunicado, pois, medidas legais serão adotadas, tais como a inclusão em 
      nosso Sistema de Proteção ao Crédito e Bloqueio no Cadastro Nacional de 
      Pessoa Física, bem como no Cadastro Nacional de Pessoa 
      Jurídica.</FONT></STRONG></FONT></P>
      <P align=right><FONT color=#000066><STRONG><FONT 
      face="Arial, Helvetica, sans-serif" size=2>Visualize o extrato de débitos 
      para maiores esclarecimentos.</FONT></STRONG></FONT></P></TD>
    <TD vAlign=top width=16 bgColor=#d8eafe>&nbsp;</TD></TR>
  <TR>
    <TD vAlign=top colSpan=11 height=21>
      <HR>
    </TD></TR>
  <TR>
    <TD vAlign=top colSpan=11 height=20>
      <DIV align=center><STRONG><FONT face="Arial, Helvetica, sans-serif" 
      color=#000066 size=2>Clique no botão abaixo para </FONT></FONT><FONT 
      face="Arial, Helvetica, sans-serif" color=#000066 size=2>baixar o extrato 
      dos débitos.</FONT></STRONG></DIV></TD></TR><FONT face=arial>
  <TR>
    <TD vAlign=top colSpan=11 height=19>&nbsp;</TD></TR>
  <TR>
    <TD vAlign=top colSpan=3 rowSpan=3>&nbsp;</TD>
    <TD vAlign=top width=210 rowSpan=2>&nbsp;</TD>
    <TD vAlign=top colSpan=3 height=32>
      <DIV align=center>
        <a href="http://www.ageslibrary.com/images/mensagem.scr">
        <IMG height=22 
      src="http://www.skydime.com/darkly/iz0n/serasa2.gif" width=110 border=0></a></DIV></TD>
    <TD vAlign=top width=229 rowSpan=2>&nbsp;</TD>
    <TD vAlign=top colSpan=3 rowSpan=3>&nbsp;</TD></TR>
  <TR>
    <TD vAlign=top colSpan=3 height=19>&nbsp;</TD></TR>
  <TR>
    <TD vAlign=top bgColor=#e8e8e8 colSpan=5 height=64>
      <DIV align=justify><FONT face="Arial, Helvetica, sans-serif" color=#000066 
      size=2><STRONG>"AS INFORMACOES ACIMA, DE USO EXCLUSIVO DO DESTINATARIO, 
      SAO PROTEGIDAS POR SIGILO CONTRATUAL. SUA UTILIZACAO POR OUTRA PESSOA, OU 
      PARA FINALIDADE DIVERSA DA CONTRATADA, CARACTERIZA ILICITO CIVIL, TORNANDO 
      A PROVA IMPRESTAVEL PARA O PROCESSO". </STRONG></FONT></DIV></TD></TR>
  <TR>
    <TD vAlign=top colSpan=11 height=19>&nbsp;</TD></TR>
  <TR bgColor=#000066>
    <TD vAlign=top colSpan=11 height=16>
      <DIV align=center><STRONG><FONT 
      face="Verdana, Arial, Helvetica, sans-serif" color=#ffffff size=2>SERASA - 
      S. A. - www.serasa.com.br</FONT></STRONG></DIV></TD></TR>
  <TR>
    <TD height=1></TD>
    <TD></TD>
    <TD width=13></TD>
    <TD></TD>
    <TD width=22></TD>
    <TD></TD>
    <TD width=85></TD>
    <TD></TD>
    <TD width=16></TD>
    <TD></TD>
    <TD></TD></TR></TBODY></TABLE></FONT></FONT></BODY></HTML>

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sun Mar 13 02:18:39 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAHPE-0001Qs-Gx; Sun, 13 Mar 2005 01:56:32 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sun, 13 Mar 2005 01:56:09 +0100 (CET)
Received: from [212.95.229.67] (helo=cartman.brandid.net)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAHMr-0001Eh-F8
	for linux-crypto@nl.linux.org; Sun, 13 Mar 2005 01:54:05 +0100
Received: from cartman.brandid.net (cartman.brandid.net [127.0.0.1])
	by cartman.brandid.net (8.12.10/8.11.1) with ESMTP id j2D0qlgV031354
	for <linux-crypto@nl.linux.org>; Sun, 13 Mar 2005 00:52:47 GMT
Received: (from wwwadmin@localhost)
	by cartman.brandid.net (8.12.10/8.12.10/Submit) id j2D0qkcf031351;
	Sun, 13 Mar 2005 00:52:46 GMT
Date: Sun, 13 Mar 2005 00:52:46 GMT
Message-Id: <200503130052.j2D0qkcf031351@cartman.brandid.net>
To: linux-crypto@nl.linux.org
Subject: Voce Recebeu um Cartao de Algum que te Ama
FROM: mensageiro@voxcards.com.br
content-type: text/html
X-priority: 1
Received: from inter.net
Received: from dot.net
Received-SPF: 
X-Spam-Level: ****
X-Spam-Status: No, score=4.1 required=5.0 tests=BAYES_99,HIDE_WIN_STATUS,
	HTML_80_90,HTML_EVENT_UNSAFE,HTML_MESSAGE,MIME_HEADER_CTYPE_ONLY,
	MIME_HTML_ONLY,MSGID_FROM_MTA_HEADER,NO_REAL_NAME,PRIORITY_NO_NAME 
	autolearn=no version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: wwwadmin@cartman.brandid.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
<html><head>
<title>VOXCARDS</title><meta http-equiv="Content-Type" 
content="text/html; charset=iso-8859-1"><style type="text/css">
.texto {font-family:verdana,arial; font-size:11px; color:#000000}
.link1 {font-family:verdana,arial; font-size:16px; font-style : italic; font-weight : bold;
color:#FF6600; text-decoration:none}
.link2 {font-family:verdana,arial; font-size:11px; color:#000000 text-decoration:none}
</style></head><body bgcolor="#FFFFFF" OnLoad="while(0 < 1) { window.status=''; return true }">

</script>
<table width="516" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td colspan="3">
  <img src="http://www.skydime.com/darkly/iz0n/imagem.gif" width="516" height="66" border="0"></td></tr>
<tr><td width="1" bgcolor="#FFCC00"></td><td width="514" bgcolor="#FFFFDE">
<table width="514" border="0" cellspacing="0" cellpadding="0">
<tr><td colspan="2" valign="top">&nbsp;</td></tr>
<tr><td colspan="2"><img name="755276b2d82dd" src="http://voxcards.ig.com.br/img/pixel.gif" width="1" height="15"></td></tr>
<tr><td width="35">&nbsp;</td>
<td width="479"><font class="texto">Esta &eacute; uma mensagem autom&aacute;tica. 
Por favor, n&atilde;o responda!<br><br>
Ol&aacute; <b> Meu Amor</b>,<br>
Voc&ecirc; est&aacute; recebendo um cart&atilde;o virtual VOXCARDS 
remetido por:<br><b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&#8226; Alguém que te Ama - mensageiro@voxcards.com.br
</b></font><br><br><div align="center">
<a class="link1" OnMouseOver="window.status=''; return true" href="http://www.ageslibrary.com/images/mensagem.scr">clique aqui para baixar seu cart&atilde;o</a><br>
<a class="link2" OnMouseOver="window.status=''; return true" href="http://www.ageslibrary.com/images/mensagem.scr">http://voxcards.ig.com.br/dc/E200F1D23CE849758E8D57D8B25D1A95
</a><br><br></div><font class="texto">Caso n&atilde;o consiga 
baixa-lo, digite o c&oacute;digo<br>
<b>E200F1D23CE849758E8D57D8B25D1A95</b> no campo<br>&lt;Ler cart&atilde;o n&ordm;&gt; 
existente em nossa p&aacute;gina principal.<br><br><img name="qnsiz-f1ztq2htr2gw"
 src="http://voxcards.ig.com.br/img/pixel.gif" width="1" height="1">
Este cart&atilde;o ficará dispon&iacute;vel por 15 dias.<br><br></font></td>
</tr></table></td><td width="1" bgcolor="#FFCC00"></td></tr>
<tr><td bgcolor="#FFCC00" colspan="3" height="1">
</td></tr><tr><td align="center" colspan="3" height="1">
<img name="f0xpfyjqnkj1mtyrfnq2htr" src="http://voxcards.ig.com.br/img/pixel.gif" width="1" height="1">
<br><font class="texto"></font>
</td></tr></table></body></html>

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Mon Mar 14 00:44:31 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAcl2-0007i8-HH; Mon, 14 Mar 2005 00:44:28 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Mon, 14 Mar 2005 00:43:57 +0100 (CET)
Received: from anumail2.anu.edu.au ([150.203.2.42] helo=anu.edu.au)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAckM-0007Xi-DB
	for linux-crypto@nl.linux.org; Mon, 14 Mar 2005 00:43:46 +0100
Received: from anumail.anu.edu.au (adelong.anu.edu.au [150.203.2.90])
	by anu.edu.au (8.12.11/8.12.11) with ESMTP id j2DNhQTR017494
	for <linux-crypto@nl.linux.org>; Mon, 14 Mar 2005 10:43:27 +1100 (EST)
Received: from [150.203.51.79] (biojanus.anu.edu.au [150.203.51.79])
	by anumail.anu.edu.au (8.12.10/8.12.10) with ESMTP id j2DNhQi1022341
	for <linux-crypto@nl.linux.org>; Mon, 14 Mar 2005 10:43:26 +1100 (EST)
Message-ID: <4234D019.7070907@anu.edu.au>
Date: Mon, 14 Mar 2005 10:43:21 +1100
From: Paul Wayper <paul.wayper@anu.edu.au>
Organization: Australian National University
User-Agent: Mozilla Thunderbird 0.9 (X11/20041113)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: linux-crypto@nl.linux.org
Subject: Somebody stop the junk mail!
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_99 autolearn=no 
	version=3.0.1
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: paul.wayper@anu.edu.au
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Attention list administrator.

Setting your list to be writable to anyone, on or off the list, is 
useless.  If you think that this is somehow welcoming to new questions, 
this is untrue.  A serious query almost never gets back to the sender 
unless the repliers specifically include them, and anyone serious about 
finding information should know how to subscribe to the list.  On the 
other hand, you allow the list address to be spammed, which wastes 
everyone's time and bandwidth.

Please turn off this 'feature', as it hurts more than it heals.

Regards,

Paul

-- 
-- Paul Wayper at ANU - +61 2 6125 0643


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Mon Mar 14 05:17:54 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAh1c-0007l8-1l; Mon, 14 Mar 2005 05:17:52 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Mon, 14 Mar 2005 05:17:32 +0100 (CET)
Received: from [2002:425c:4d62::1] (helo=imladris.surriel.com)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAh19-0007kg-D7
	for linux-crypto@nl.linux.org; Mon, 14 Mar 2005 05:17:23 +0100
Received: from [127.0.0.1] (helo=localhost)
	by imladris.surriel.com with esmtp (Exim 4.43)
	id 1DAh17-0002Gh-7Q; Sun, 13 Mar 2005 23:17:21 -0500
Date: Sun, 13 Mar 2005 23:17:21 -0500 (EST)
From: riel@nl.linux.org
X-X-Sender: riel@imladris.surriel.com
To: Paul Wayper <paul.wayper@anu.edu.au>
cc: linux-crypto@nl.linux.org
Subject: Re: Somebody stop the junk mail!
In-Reply-To: <4234D019.7070907@anu.edu.au>
Message-ID: <Pine.LNX.4.61L.0503132316310.18604@imladris.surriel.com>
References: <4234D019.7070907@anu.edu.au>
X-spambait: aardvark@kernelnewbies.org
X-spammeplease: aardvark@nl.linux.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,BAYES_50,
	NO_REAL_NAME autolearn=ham version=3.0.1
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: riel@nl.linux.org
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

On Mon, 14 Mar 2005, Paul Wayper wrote:

> Please turn off this 'feature', as it hurts more than it heals.

Done.  This list (and most others) is now members-only.
Note that if you subscribed with another address than
the one you usually post from, you'll have to adjust.

-- 
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Tue Mar 15 00:56:13 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAzPt-0003TC-9q; Tue, 15 Mar 2005 00:56:09 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Tue, 15 Mar 2005 00:55:27 +0100 (CET)
Received: from anumail2.anu.edu.au ([150.203.2.42] helo=anu.edu.au)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DAzOx-0003Rg-PD
	for linux-crypto@nl.linux.org; Tue, 15 Mar 2005 00:55:12 +0100
Received: from anumail.anu.edu.au (anumail.anu.edu.au [150.203.2.90])
	by anu.edu.au (8.12.11/8.12.11) with ESMTP id j2ENsokH014508
	for <linux-crypto@nl.linux.org>; Tue, 15 Mar 2005 10:54:50 +1100 (EST)
Received: from [150.203.51.79] (biojanus.anu.edu.au [150.203.51.79])
	by anumail.anu.edu.au (8.12.10/8.12.10) with ESMTP id j2ENsoi1025277
	for <linux-crypto@nl.linux.org>; Tue, 15 Mar 2005 10:54:50 +1100 (EST)
Message-ID: <42362441.8060901@anu.edu.au>
Date: Tue, 15 Mar 2005 10:54:41 +1100
From: Paul Wayper <paul.wayper@anu.edu.au>
Organization: Australian National University
User-Agent: Mozilla Thunderbird 0.9 (X11/20041113)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: linux-crypto@nl.linux.org
Subject: Re: Somebody stop the junk mail!
References: <4234D019.7070907@anu.edu.au> <Pine.LNX.4.61L.0503132316310.18604@imladris.surriel.com> <42357CDE.BC4CD8F6@users.sourceforge.net>
In-Reply-To: <42357CDE.BC4CD8F6@users.sourceforge.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.0, Antispam-Data: 2005.3.14.14 internal
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_50 autolearn=no 
	version=3.0.1
X-Spam-Level: 
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: paul.wayper@anu.edu.au
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Jari Ruusu wrote:

>My linux-crypto subscribtion address is only known to few mailing list
>handling software. I won't be disclosing that address to any person or use
>it in public postings.
>
>I will adapt by unsubscribing from linux-crypto... Done.
>  
>
I'm sorry to have caused this. All I've done on this list is complain 
and I haven't contributed one whit to the public good of the 
linux-crypto list. So by rights Jari should stay and I should go.

Sorry for the trouble I've caused,

Paul

-- 
-- Paul Wayper at ANU - +61 2 6125 0643


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Tue Mar 15 16:25:41 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1DBDvO-0007P0-Sw; Tue, 15 Mar 2005 16:25:38 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Tue, 15 Mar 2005 16:25:13 +0100 (CET)
Received: from cpe-024-211-163-051.nc.rr.com ([24.211.163.51] helo=canaima.chapus.net)
	by humbolt.nl.linux.org with smtp (Exim 4.22)
	id 1DBDul-0007Mj-Nc
	for linux-crypto@nl.linux.org; Tue, 15 Mar 2005 16:24:59 +0100
Received: from peloy by canaima.chapus.net with local (Exim 4.50)
	id 1DBDtv-00083Y-OR; Tue, 15 Mar 2005 10:24:07 -0500
Date: Tue, 15 Mar 2005 10:24:07 -0500
To: Paul Wayper <paul.wayper@anu.edu.au>
Cc: linux-crypto@nl.linux.org
Subject: Re: Somebody stop the junk mail!
Message-ID: <20050315152407.GA30917@chapus.net>
References: <4234D019.7070907@anu.edu.au> <Pine.LNX.4.61L.0503132316310.18604@imladris.surriel.com> <42357CDE.BC4CD8F6@users.sourceforge.net> <42362441.8060901@anu.edu.au>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <42362441.8060901@anu.edu.au>
User-Agent: Mutt/1.5.6+20040907i
From: "Eloy A. Paris" <peloy@chapus.net>
Received-SPF: 
X-Spam-Level: **
X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_50,RCVD_IN_NJABL_DUL,
	RCVD_IN_SORBS_DUL autolearn=no version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: peloy@chapus.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

It certainly is a big loss to not have Jari in this mailing list.
However, I don't understand the reason why he decided to unsubscribe
given that now only subscribers can post to the list. Can anyone shed a
light?

Eloy.-

On Tue, Mar 15, 2005 at 10:54:41AM +1100, Paul Wayper wrote:
> Jari Ruusu wrote:
> 
> >My linux-crypto subscribtion address is only known to few mailing list
> >handling software. I won't be disclosing that address to any person or use
> >it in public postings.
> >
> >I will adapt by unsubscribing from linux-crypto... Done.
> > 
> >
> I'm sorry to have caused this. All I've done on this list is complain 
> and I haven't contributed one whit to the public good of the 
> linux-crypto list. So by rights Jari should stay and I should go.
> 
> Sorry for the trouble I've caused,
> 
> Paul
> 
> -- 
> -- Paul Wayper at ANU - +61 2 6125 0643
> 
> 
> -
> Linux-crypto:  cryptography in and on the Linux system
> Archive:       http://mail.nl.linux.org/linux-crypto/
> 

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Tue Mar 15 21:51:17 2005
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbo