Re: multi volume dump with gzip/crypt - solved

2008-03-02 Thread Robert Watson
On Sat, 1 Mar 2008, Martin Laabs wrote: I solved the dump problem in a not very clean way. First I changed dumps behaviour to ignore the SIGPIPE signal when the -P and -a option is given. The problem with occured than was the loss of data because of the race condition between write date to

multi volume dump with gzip/crypt - solved

2008-03-01 Thread Martin Laabs
Hi, I solved the dump problem in a not very clean way. First I changed dumps behaviour to ignore the SIGPIPE signal when the -P and -a option is given. The problem with occured than was the loss of data because of the race condition between write date to pipe and receive SIGPIPE. I solved that

Missing functionality in Blowfish for crypt(3)

2005-01-07 Thread Steven Alexander
I have separately posted this to freebsd-security as it seemed relevant to both lists. The blowfish crypt(3) mechanism supports the use of a cost value for password encryption. The cost value is encoded into the encrypted password that is stored in master.passwd. On OpenBSD, this cost value

Re: crypt

2003-10-17 Thread omestre
On Thu, 16 Oct 2003, Peter Pentchev wrote: Date: Thu, 16 Oct 2003 14:45:48 +0300 From: Peter Pentchev [EMAIL PROTECTED] To: omestre [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: crypt On Thu, Oct 16, 2003 at 11:37:37AM +, omestre wrote: Hello, i need authenticate users

crypt

2003-10-16 Thread omestre
Hello, i need authenticate users in a FreeBSD environment and linux environment. My passwords are stored with FreeBSD crypt format. We wrote a pam module to authenticate the users, but if the module runs in FreeBSD and obvious (crypt bsd)... works. In linux does not. Have a simple way to write

Re: crypt

2003-10-16 Thread Peter Pentchev
On Thu, Oct 16, 2003 at 11:37:37AM +, omestre wrote: Hello, i need authenticate users in a FreeBSD environment and linux environment. My passwords are stored with FreeBSD crypt format. We wrote a pam module to authenticate the users, but if the module runs in FreeBSD and obvious (crypt

Re: crypt function - solution!

2002-02-12 Thread Varshavchick Alexander
(fax) On Mon, 11 Feb 2002, Peter Pentchev wrote: Date: Mon, 11 Feb 2002 18:13:24 +0200 From: Peter Pentchev [EMAIL PROTECTED] To: Varshavchick Alexander [EMAIL PROTECTED] Cc: Miguel Mendez [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: crypt function On Mon, Feb

Re: crypt function - solution!

2002-02-12 Thread Crist J. Clark
On Tue, Feb 12, 2002 at 01:44:51PM +0300, Varshavchick Alexander wrote: Hi guys, Here followes how the problem was solved. Before the system upgrade to 4.5, there was no separate /usr/lib/libcrypt.so.2 file, it was symlinked to libdescrypt.so.2, and making the things the same way solved it!

Re: crypt function - solution!

2002-02-12 Thread Varshavchick Alexander
PROTECTED] Subject: Re: crypt function - solution! On Tue, Feb 12, 2002 at 01:44:51PM +0300, Varshavchick Alexander wrote: Hi guys, Here followes how the problem was solved. Before the system upgrade to 4.5, there was no separate /usr/lib/libcrypt.so.2 file, it was symlinked to libdescrypt.so

Re: The design of the MD5 crypt() in FreeBSD

2001-06-02 Thread Spike Gronim
On Sat, Jun 02, 2001 at 07:46:28AM +0200, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Spike Gronim writes: I understand the literal meaning of /usr/src/lib/libcrypt/crypt-md5.c, and the algorithm it uses to create it's output. However, I do not understand the design criteria

The design of the MD5 crypt() in FreeBSD

2001-06-01 Thread Spike Gronim
in the man page. I understand the literal meaning of /usr/src/lib/libcrypt/crypt-md5.c, and the algorithm it uses to create it's output. However, I do not understand the design criteria or functional purpose of several elements of the process. Before iterating 1000 times

Re: The design of the MD5 crypt() in FreeBSD

2001-06-01 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Spike Gronim writes: I understand the literal meaning of /usr/src/lib/libcrypt/crypt-md5.c, and the algorithm it uses to create it's output. However, I do not understand the design criteria or functional purpose of several elements of the process