search for: digest

Displaying 20 results from an estimated 7277 matches for "digest".

2006 Jul 28
1
Package digest broken under R v2.4.0 devel
[cc:ing to the maintainer of digest] FYI, package 'digest' (v0.2.1 2005/11/04 04:45:53) generates the same output regardless of input with R v2.4.0 devel (2006-07-25 r38698). Starting a vanilla R session you get: > library(digest) > digest(1) [1] "3416a75f4cea9109507cacd8e2f2aefc" > digest(2) [1] "34...
2007 Oct 15
2
Digest package - make digest generic?
...reed, CC:ing r-devel since others might be interested in this as well.] > > Hi. > > On 10/15/07, Dirk Eddelbuettel <edd at debian.org> wrote: > > > > Hi Hadley, > > > > On 15 October 2007 at 09:51, hadley wickham wrote: > > | Would you consider making digest a generic function? That way I could > > | (e.g.) make a generic method for ggplot objects which didn't depend > > | (so much) on their internal representation. > > > > Well, generally speaking, I always take patches :) > > I see know problems in doing this. The...
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 a...
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_STAT...
1998 Oct 08
4
non-digest format of this list?
I always get the messages of this list in a digest format. This is bad to handle, esp. if you want to answer a question found in the digest. Does everyone else also get the list as a digest? Is there a way to switch to single messages? If not how do I easily answer messages which the subject correctly set? Or how do I automatically split the dige...
2009 Jun 11
3
How to reply to a digest
I'm receiving the centos-request in digest mode. Using Fedora 10 and Evolution. When I tried to reply to a centos-request message inside the digest, the result doesn't seem to look right. I cut/paste the proper subject line (replacing the CentOS Digest, Vol NN, Issue nn text), but some have complained that this approach doesn't all...
2011 Jul 07
3
Suggestions for R-devel / R-help digest format
Hello, I am passive reader of both R-devel and R-help mailing lists. I am sending the following comments to r-devel as it seemed more suitable. I am aware that this list uses GNU mailman for the list management. I have my options set that it sends a email digest. One thing I find is that the digest consists of emails that ordered temporarlly. For eg lets say there are two threads t1 and t2 and the emails arrive as e1 of t1, e2 of t2, e3 of t3 . The digest lists them as e1,e2 and then e3. Is it possible to somehow configure it as T1 : e1,e3 and then T2...
1999 Sep 20
0
"Digest" version of R-help and R-devel mailing lists
A few of you have expressed the desire for a "digest" subscription to the R-help and/or R-devel mailing lists. {This may be especially useful if you leave for vacation etc}. These ``digest lists'' have now been put into place, i.e., if you don't want to get as much e-mail from R-help or R-devel as currently, but still would want to...
2010 Dec 12
1
Submissions that include an entire previous digest
Colleagues, Today's digest (Volume 94, Issue 12) contained an entire copy of Digest, Vol 94, Issue 11. It appears that an inconsiderate poster (Message 39 in Issue 12) received the digest and clicked reply, thereby including the entire digest in his/her submission (> 6000 additional lines of text). This made it difficul...
2014 Jul 15
2
missing HAVE_EVP_RIPEMD160 breaks ssh client
Hello, I've updated sources but forgot to recreate configure so I've ended without #define HAVE_EVP_RIPEMD160 1 and ssh client ended with: OpenSSH_6.7p1, OpenSSL 1.0.1h-fips 5 Jun 2014 debug1: Reading configuration data ssh.config main: mux digest failed The problem was that ssh_digest_by_alg() couldn't verify alg with an index bigger than 1 since the line with SSH_DIGEST_RIPEMD160 wasn't compiled in and all indexes in the ssh_digest digests array was lowered by one. /* NB. Indexed directly by algorithm number */ const struct ssh_d...
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'') =>NoMethodError #shouldn''t this...
2007 Dec 13
2
Dependency error for perl-Digest-Perl-MD5
I enabled rpmforge on a fresh install as per the centos wiki with priorities and attempted to execute 'yum install perl-Digest-Perl-MD5' and received the following: [root at test ~]# yum install perl-Digest-Perl-MD5 Loading "installonlyn" plugin Loading "priorities" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files 241 packages excluded due to...
1998 Oct 08
3
digest...
Hi I get this mailing-list as a digest (as everyone does, i guess). This is quite inconvinient for answering single questions.. I every digest there is a message with Subject: Re: Samba dingest <NR>... This makes it hard to keep track about whath message the replay is ment for. Another problem is, that mime-attachments don?t seem...
2020 May 01
4
Request: tools::md5sum should accept connections and finally in-memory objects
AFAIK there is no hashing utility in base R which can create hash digests of arbitrary R objects. However, as also described by Henrik Bengtsson in [1], we have tools::md5sum() which calculates MD5 hashes of files. Calculating hashes of in-memory objects is a very common task in several areas, as demonstrated by the popularity of the 'digest' package (~850.0...
2015 Jul 10
2
SASL DIGEST-MD5 NT_STATUS_INVALID_PARAMETER
That's too bad, I was trying to get the Vasco Identikey server working with samba4 as a backend for FIPS 140-2 compliant OTP, which will only bind with DIGEST-MD5. I guess I will have to join a Windows 2008 R2 to the domain as a domain controller. Thanks for clarifying, Arthur On 07/10/2015 04:38 AM, Andrew Bartlett wrote: > On Tue, 2015-07-07 at 15:10 -0500, Arthur Ramsey wrote: >> I've googled and I believe that SASL method DIGEST-MD5...
2010 Sep 15
2
Digest Username/auth name mismatch‏
Hi I'm sorry. I mailed the same question again. because, it cannot be yet solved. any ideas with asterisk? [Aug 20 14:40:12] WARNING[29315]: chan_sip.c:11806 check_auth: username mismatch, have <aaaa>, digest has aaaa at 192.168.0.1[Aug 20 14:40:12] NOTICE[29315]: chan_sip.c:20479 handle_request_register: Registration from 'aaaa <sip:aaaa at 192.168.0.1>' failed for '192.168.0.2' - Username/auth name mismatch [aaaa] type=friend username=aaaa secret=xxxx context=bbbb canreinvite=...
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 Ba...
2017 Oct 27
0
Need help in understanding auth digest-md5 and realm
> On October 27, 2017 at 6:00 PM Admin Beckspaced <admin at beckspaced.com> wrote: > > > 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 fo...
2004 Jan 20
2
multipledaily digest!!!
I elected to receive daily digest of the mailing list. and it looks like i am receiving 3 to 4 digest a day from this mailing list . is that normal?, in fact i got 6 today Vol 1#2560 2561 2562 2563 2564 2565 Kemal
2006 Aug 13
3
How to reply to a thread if receiving R-help mails in digest form
I receive R-help messages in digest form that makes it difficult to answer a post. I noticed that my answer is not added to the thread (instead, a new thread is started) although I use the same subject line (starting with "Re: ") as the original post. Is there a solution (I prefer the digest to separate messages for sev...