Displaying 20 results from an estimated 40000 matches similar to: "[Bug 16] MD5 passwords not detected on Linux"
2004 Dec 31
4
PLAIN-MD5 passwords?
After I found out that {CRYPT} doesn't support passwords longer than 8 
characters, I decided to switch over to MD5 for user passwords in my LDAP 
database. However, while I have no problem with Postfix + SASL, Dovecot fails 
to authenticate.
Relevant bits from /etc/dovecot-ldap.conf:
user_attrs = mailAddress,,,,,
# The search string is identical to what's found in /etc/saslauthd.conf:
2013 Dec 19
0
[Bug 1969] Potential memory leak in sshd [Detected by melton]
https://bugzilla.mindrot.org/show_bug.cgi?id=1969
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |djm at mindrot.org
         Resolution|---                 
2007 Feb 09
1
MD5-CRYPT passwords in a MySQL Database
First of all, hello to the list.
I'm currently migrating from a /etc/passwd and /etc/shadow based 
configuration to a MySQL based one using dovecot 99.14 on debian sarge.
The problem is that the /etc/shadow containes both DES encoded (Crypt) 
and md5 based passwords. I've set the default system to be Crypt, and 
have added {MD5-CRYPT} in front of the md5 passwords in place of the $1$ 
2016 Jun 06
2
Blowfish hashed passwords
> Changing your php app will probably be the easiest solution.
Since I?m using Docker, the easiest solution for me is to find a linux distro that can run Dovecot well and supports BLF-CRYPT as well.
What Linux distros support BLF-CRYPT and are well tested and secure?
> On Jun 5, 2016, at 8:54 PM, Edgar Pettijohn <edgar at pettijohn-web.com> wrote:
> 
> On 16-06-05 20:36:35, KT
2016 Jun 05
2
Blowfish hashed passwords
> I would love to know why your ubuntu 14.04 system doesn't support sha512-crypt.
I just tried SHA512-CRYPT and it is supported on Ubuntu 14.04. I think I was thinking about DBMail instead of Dovecot.
I could really use support for BLF-CRYPT since my current password hashes generated by PHP are using Blowfish encryption.
Maybe, Dovecot could just add support for BLF-CRYPT by using the
2016 Jun 06
2
Blowfish hashed passwords
>> Maybe, Dovecot could just add support for BLF-CRYPT by using the open source implementation of Blowfish hashing found in https://github.com/php/php-src/tree/master/ext/standard <https://github.com/php/php-src/tree/master/ext/standard>. The implementation looks like a single function to generate the hash. I?m not much of a programmer, but it would seem to me that these .c/.h files
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
1.2.1pre25 is out. Please use a mirror:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
The following mirrors already have it:
ftp://ftp.localhost.ca/pub/openssh/files/
ftp://thermo.stat.ncsu.edu/pub/openssh/files/
http://www.firedrake.org/openssh/files/
Changes:
- - "Corrupted check bytes on input" when using triple DES has been 
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
1.2.1pre25 is out. Please use a mirror:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
The following mirrors already have it:
ftp://ftp.localhost.ca/pub/openssh/files/
ftp://thermo.stat.ncsu.edu/pub/openssh/files/
http://www.firedrake.org/openssh/files/
Changes:
- - "Corrupted check bytes on input" when using triple DES has been 
2005 Apr 21
1
[Bug 766] minor optimization: check local path and file names before password prompt
http://bugzilla.mindrot.org/show_bug.cgi?id=766
djm at mindrot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
------- Additional Comments From djm at mindrot.org  2005-04-21 18:09
2016 Jun 03
3
Blowfish hashed passwords
(I subscribed to a daily digest for this list and can?t figure out how to reply to a reply.)
Anyway, Aki Tuomi replied to my feature request saying:
> We support in latest 2.2 release
> 
> MD5 MD5-CRYPT SHA SHA1 SHA256 SHA512 SMD5 SSHA SSHA256 SSHA512 PLAIN 
> CLEAR CLEARTEXT PLAIN-TRUNC CRAM-MD5 SCRAM-SHA-1 HMAC-MD5 DIGEST-MD5 
> PLAIN-MD4 PLAIN-MD5 LDAP-MD5 LANMAN NTLM OTP SKEY
2005 Nov 20
0
[PATCH] Solaris 10 and missing OpenSSL functions >128bit
Hi all.
Solaris 10's default libcrypto does not have support for AES 192 and 256
bit functions.  The attached patch, against -current, and based partially
on an earlier one by djm, will use OpenSSH's builtin rijndael code for
all AES crypto functions and thus will allow it to build and function
on Solaris 10 without the extra crypto packages (SUNWcry, SUNWcryr)
or a locally built OpenSSL.
2004 Dec 23
1
Moving existing MD5 passwords to LDAP?
I have a dovecot installing working quite well for around 1000 users using
passwd-file authentication.  I'm moving to LDAP and would sure love to be
able to migrate the existing MD5 passwords.
I've tried using ldapmodify to set "userPassword" to
{CRYPT}$1$H8JE0k5X$y.ptShgYbOgWF.99lX88N1
and
{MD5}$1$H8JE0k5X$y.ptShgYbOgWF.99lX88N1
In both cases, ldapmodify exits without errors
2016 Jul 21
3
Openssh use enumeration
On Thu, Jul 21, 2016 at 12:31 PM, Selphie Keller
<selphie.keller at gmail.com> wrote:
> Ahh i see, just got up to speed on the issue, so seems like the issue is
> related to blowfish being faster then sha family hashing for longer length
> passwords,
or the system's crypt() not understanding $2a$ -style salts, which
most glibcs don't.  On those, crypt fails immediately due
2015 May 01
0
[Bug 1469] Should sshd detect and reject vulnerable SSH keys (re: Debian DSA-1571 and DSA-1576)
https://bugzilla.mindrot.org/show_bug.cgi?id=1469
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED
                 CC|                           
2007 May 17
3
[Bug 1273] Interactive mode detection should not be predicated on pty allocation
http://bugzilla.mindrot.org/show_bug.cgi?id=1273
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                           
2008 Jun 12
0
[Bug 742] Allow sftp to read config file to honor "Protocol 1"
https://bugzilla.mindrot.org/show_bug.cgi?id=742
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                           
2015 Nov 16
0
[Bug 1753] Use -funroll-loops with umac.c
https://bugzilla.mindrot.org/show_bug.cgi?id=1753
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
         Resolution|---                         |WONTFIX
             Status|NEW                  
2007 Jun 22
4
[Bug 943] sftp will not send from a named pipe
http://bugzilla.mindrot.org/show_bug.cgi?id=943
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |djm
2015 Nov 13
0
[Bug 819] patch to add kerberos password-changing
https://bugzilla.mindrot.org/show_bug.cgi?id=819
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |djm at mindrot.org
         Resolution|---                  
2015 Feb 12
0
Invalid password in passdb: Not a valid MD5-CRYPT or PLAIN-MD5 password
When using CRYPT to encrypt the password, you must put the following in
dovecot-sql.conf.ext
default_pass_scheme = CRYPT
I hope this can help more people, in addition to leave you as I did my
query:
password_query = \
  SELECT password \
  FROM users WHERE login = '%u
-- 
editor de sue?os