Displaying 20 results from an estimated 7474 matches for "md5".
2006 May 24
3
packages, modules
i cant make sense in my own mind what is happening,
so if someone can explain, it would be appreciated.
I did the following on the command line..
>require ''md5''
=>true
>t = MD5
=>Digest::MD5
>t.md5(''confused'')
=>1a7f2a5ad77128b2f81feddac78df213
# so far so good, now start new command line
# or unload module
>require ''digest/md5''
=>true
>Digest::MD5.md5(''confused'')...
2010 Jun 17
0
Debian packages fixing CVE-2010-2063 are available for lenny
...- --------------------------------
Debian (stable)
- ---------------
Stable updates are available for alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390 and sparc.
Source archives:
http://security.debian.org/pool/updates/main/s/samba/samba_3.2.5-4lenny12.diff.gz
Size/MD5 checksum: 239453 262a0d71af5629b5b743a2dd7699346a
http://security.debian.org/pool/updates/main/s/samba/samba_3.2.5-4lenny12.dsc
Size/MD5 checksum: 1834 752097289f87a23ffed0bd884a8c1093
Architecture independent packages:
http://security.debian.org/pool/updates/main/s/samba/samba-doc-...
2011 Oct 26
8
bug: recursive directory copy that re-copies nightly
I''m seeing a recurring, nightly copy of files which are not changing. I get the following message every night from tagmail.
1. It happens once per day (not every 30 minutes)
2. The files haven''t changed in months
3. The files aren''t changing -- there''s only one md5 in the clientbucket for each file
4. There''s no schedule on the resource
5. The files aren''t changing on the disk. I ran a loop which stores the md5 of the file every minute of the day, and it never varied. For this not to be caught, there would have to be an update of the file i...
2008 Sep 13
0
FreeBSD 7.1-BETA/6.4-BETA Available...
...e.
We encourage people to help out with the testing. Problems can be
reported through Gnats or on the freebsd-stable@freebsd.org mailing
list. At this point we expect the 6.4-RC1 builds to start in about two
weeks, and the 7.1-RC1 builds a week after that.
Checksums for the ISOs:
------------
MD5 (6.4-BETA-alpha-bootonly.iso) = 3e222422a6c029b8b1922dbbfeb4b040
MD5 (6.4-BETA-alpha-disc1.iso) = 94a7df84eaa9111ee34ab849c9211560
MD5 (6.4-BETA-alpha-docs.iso) = 8a4606e35db9c2dc0ae1b6a6ea17eed2
SHA256 (6.4-BETA-alpha-bootonly.iso) = f11dcdf0d8eb549a273ac15ce4b2434a4ac90990565d8bd45f1901b01a81893...
2010 Mar 12
1
Problem installing new packages
...ing wrong? Please help. All suggestions
appreciated.
trying URL
'http://cran.cnr.Berkeley.edu/bin/windows/contrib/2.10/RColorBrewer_1.0-2.zip'
Content type 'application/zip' length 23875 bytes (23 Kb)
opened URL
downloaded 23 Kb
package 'mnormt' successfully unpacked and MD5 sums checked
package 'mvtnorm' successfully unpacked and MD5 sums checked
package 'scatterplot3d' successfully unpacked and MD5 sums checked
package 'sn' successfully unpacked and MD5 sums checked
package 'pspline' successfully unpacked and MD5 sums checked
package &...
2004 Jul 22
3
CRAM-MD5
Hi,
after getting dovecot working with PostgreSQL and plaintext passwords
I tried to use md5 encrypted passwords with mozilla.
www.roughtrade.net/dovecot says that Mozilla only supports CRAM-MD5
and that CRAM-MD5 is included in HEAD.
Now I have two questions:
1) Is the md5 hash stored in passdb with cram-md5 the same as in
digest-md5?
2) Is a new dovecot stable build planned within the ne...
2017 Oct 27
3
Need help in understanding auth digest-md5 and realm
Hello dovecot community,
I've setup dovecot and need a bit help in understanding the auth
mechanism digest-md5 and realm
in 10-auth.conf I got
auth_mechanisms = plain login digest-md5 cram-md5 apop
#auth_realms =
#auth_default_realm =
So i got empty realms.
Auth normally works fine and clients can auth with mechanism digest-md5
and I see the following log entries:
dovecot: auth: Debug:
sql(user at te...
2020 Jun 22
4
R 4.0.2 is released
...changes in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-4/R-4.0.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard
These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish
to check that they are uncorrupted:
MD5 (AUTHORS) = b9c44f9f78cab3184ad9898bebc854b4
MD5 (COPYING) = eb723b61539feef013de476e68b5c50a
MD5 (COPYING.LIB) = a6f89e2100d9b6cdffcea4f398e37343
MD5 (FAQ) = 4afa171cd982aaa60f0ba92e2e7bc5d6
MD5 (...
2008 Jul 08
2
Dovecot CRAM-MD5 & DIGEST-MD5
Hello all.
Im try to make a SMTP Auth using Docecot SASL.
Im use swaks for tests.
Im store users in LDAP.
As im understand for CRAM & DIGEST MD5 we need to store pass in a clear
text?... Ok.
mail: admin3 at domain.off
userPassword: 123 <- Clear text
What im do
%swaks -a CRAM-MD5 -au admin3 at domain.off -ap 123
To: admin3 at domain.off
=== Trying mx.domain.off:25...
=== Connected to mx.domain.off.
<- 220 mx.domain.off ESMTP Exi...
2019 Jun 19
2
Help on CRAM-MD5
...>
>> I'm using dovecot and mysql users, and i'm creating the password with:
>>
>> ENCRYPT('some-passwd',CONCAT('$6$', SUBSTRING(SHA(RAND()), -16)))
>>
>> So far so good, everything's fine.
>> Today saw that i didn't enabled CRAM-MD5, but if I do, and the (at
>> least)
>> IMAP client (roundcube/thunderbird/etc) issues CRAM-MD5 it doesn't
>> authenticate.
>> What am i doing wrong, or that can be done so that all types work (SASL
>> PLAIN LOGIN + CRAM-MD5)?
>>
>> Thanks in advanced,
&...
2010 Nov 15
0
[ANNOUNCE] font releases, second and final part
...IN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi again,
And here are the final font releases. Like in my previous batch, all
changes are by Ga?tan and Jesse.
Here's the list of all download URLs along with checksums:
http://xorg.freedesktop.org/archive/individual/font/font-arabic-misc-1.0.3.tar.bz2
MD5: cc0726e4a277d6ed93b8e09c1f195470 font-arabic-misc-1.0.3.tar.bz2
SHA1: 322ae41e74deea8de11fa077fd0e0191927a667c
font-arabic-misc-1.0.3.tar.bz2
http://xorg.freedesktop.org/archive/individual/font/font-arabic-misc-1.0.3.tar.gz
MD5: 918457df65ef93f09969c6ab01071789 font-arabic-misc-1.0.3.tar.gz
S...
2005 May 04
4
Yum Amavisd Update fails Digest::MD5 error
Error message is:
Starting Mail Virus Scanner (amavisd): Digest::MD5 version 2.22
required--this is only version 2.20 at...
Googled for Digest::MD5 and found v2.33
(http://search.cpan.org/~gaas/Digest-MD5-2.33/MD5.pm)
Downloaded it untared it
perl ./Makefile.PL
...error missing Digest::Base
Download from CPAN
perl ./Makefile.PL
make
make test
make install
Back to...
2017 Feb 01
3
Dovecot auth-worker error after cram-md5 auth
When I used backup copy of the dovecot.conf file I have this same error. So
I think that maybe something was written to database? I really would point
out that I only added
passdb {
driver = passwd-file
args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
}
and comment out from above block default lines
#args = /etc/dovecot/dovecot-sql.conf
#driver = sql
And in auth_mechanisms add line cram-md5. Nothing more in any other file.
I don't want to use cram-md5. I need move back to default settings.
Cram-md5 was only f...
2017 Nov 30
2
R 3.4.3 is released
...hanges in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-3/R-3.4.3.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard
These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish
to check that they are uncorrupted:
MD5 (AUTHORS) = f12a9c3881197b20b08dd3d1f9d005e6
MD5 (COPYING) = eb723b61539feef013de476e68b5c50a
MD5 (COPYING.LIB) = a6f89e2100d9b6cdffcea4f398e37343
MD5 (FAQ) = 32a94aba902b293cf8b8dbbf4113f2ab
MD5 (...
2017 Nov 30
2
R 3.4.3 is released
...hanges in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-3/R-3.4.3.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard
These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish
to check that they are uncorrupted:
MD5 (AUTHORS) = f12a9c3881197b20b08dd3d1f9d005e6
MD5 (COPYING) = eb723b61539feef013de476e68b5c50a
MD5 (COPYING.LIB) = a6f89e2100d9b6cdffcea4f398e37343
MD5 (FAQ) = 32a94aba902b293cf8b8dbbf4113f2ab
MD5 (...
2007 Apr 25
0
bug? ldap auth CRAM-MD5
Hello list,
our users are authenticated against ldap-server.
anything works fine...
dovecot: imap-login: Login: user=<xxx>, method=PLAIN, rip=127.0.0.1,
lip=127.0.0.1, secured
but now we want to use secure passwords and not
only plain over ssl. so we configured dovecot to use
cram-md5 and configured the ldap-server with CRAM-MD5
passwords. as client we used thunderbird 2.0 and a
webfrontend called roundcube.
that does not work, because the server gives...
dovecot: auth(default): ldap(xxx,127.0.0.1): Password mismatch
then we tried to use DIGEST-MD5. we changed the ldap
passwor...
2007 Apr 23
2
Auth MD5 problem
Hi,
I am using dovecot 1.0 with squirrelmail. But when i use $imap_auth_mech
= 'digest-md5' instead of plain, dovecot throws this line:
dovecot: Apr 23 09:16:07 Info: imap-login: Aborted login: user=<azher>,
method=DIGEST-MD5, rip=127.0.0.1, lip=127.0.0.1, secured
and user can't login. Plz suggest.
Regards
-Azher
Settings:
======
disable_plaintext_auth = yes
auth d...
2015 Jul 07
3
SASL DIGEST-MD5 NT_STATUS_INVALID_PARAMETER
I've googled and I believe that SASL method DIGEST-MD5 is supported and
I see it in the samba startup, but it doesn't work.
ldapsearch -Y DIGEST-MD5 -h dc03.mediture.dom
SASL/DIGEST-MD5 authentication started
ldap_sasl_interactive_bind_s: Operations error (1)
additional info: SASL:[DIGEST-MD5]: Failed to start authentication backend: NT_STATUS_I...
2017 Jan 31
3
Dovecot auth-worker error after cram-md5 auth
I set up cram-md5 using this tutorial
https://wiki2.dovecot.org/HowTo/CRAM-MD5 in /etc/dovecot/dovecot.conf in
passdb code block:
listen = *,[::]
protocols = imap pop3
#auth_mechanisms = plain login cram-md5
auth_mechanisms = cram-md5 plain login
#dodana nizej linia
ssl = required
disable_plaintext_auth = yes
log_ti...
2004 Dec 22
2
bug in 99.13-rc2 in ldap md5 patch
hi,
it takes me another hour do debug it again, although i already report it
for both joshua and timo. the original patch for openldap's md5 crypt
has a small bug. in passdb-ldap.c the schema is already PLAIN-MD5 since
that was set in the other part of the original patch in password-scheme.c.
do anybody use dovecot with ldap and md5 password?
i don't think so:-(
this patch would be useful to apply before the final 0.99.13.
anyway...