similar to: md5secret, secret and ha1b hash calculation?

Displaying 20 results from an estimated 2000 matches similar to: "md5secret, secret and ha1b hash calculation?"

2011 Oct 01
1
[LLVMdev] Tablegen: RegisterInfoEmitter.cpp
Hi, I understand the idea behind compare_numeric() is to compare strings containing digits in a special way: Do a normal string-compare up to the point where both string elemnts are numerical. Find then an outcome based on the number of consecutive digits in the strings while disregarding the value of the digits, eg a12b < a123. I guess then this order should hold: a12 == a22 < a1b, for
2004 Oct 18
0
offline files sync delay and Windows XP SP2
I'm scratching my head at the following issue that surfaced with Windows XP Prof. + SP2. First, a summary of my configuration: . Running Samba 3.0.7 in a LDAP-based PDC configuration, and with separate machine as member server for home directories. . The OS for PDC is Mandrake 9.2, the file server (FILES) is Mandrake 10.0. . 1000BaseT Ethernet. With XP SP1 and Samba 3.0.7 or prior,
2005 Jan 20
2
Please help me decipher a two-packet NetBT conversation...
My clients are Windows XP SP1 and SP2, members of a Samba-PDC NT domain (tested 3.0.7 and 3.0.10, same result). Attached is ethereal output of a two packet client-server exchange that takes place when an offline files sync is done. SP1 quickly does this exchange twice - first broadcast, then unicast (as attached) and goes on its way. SP2 tries, pauses many seconds, tries again, finally
2008 Sep 11
1
long delay accessing print properties on client
I've seen a proposed fix for this problem http://lists.samba.org/archive/samba/2005-September/110571.html and it has no influence on my installation. client workstations: XP Pro SP 2 number of clients: about 500 server O/S: ubuntu hardy 8.04 ha1 ~: uname -a Linux ha1 2.6.24-19-xen #1 SMP Wed Aug 20 21:08:51 UTC 2008 x86_64 GNU/Linux ha1 ~: dpkg -l samba* ||/ Name Version
2007 Nov 29
1
Troubles with two node
Hi all, I'm running OCFS2 on two system with OpenSUSE 10.2 connected on fibre channel with a shared storage (HP MSA1500 + HP PROLIANT MSA20). The cluster has two node (web-ha1 and web-ha2), sometimes (1 or 2 times on a month) the OCFS2 stop to work on both system. On the first node I'm getting no error in log files and after a forced shoutdown of the first node on the second I can see
2004 Oct 19
2
pasting indexes to variables within loops
Hi all, Hope someone can help me. I start out with a matrix called haplo with 600 rows and two columns. To start with, the elements of the matrix are character strings of 20 numbers. I then want to create separate objects, called ha1-ha600, that are the concatenated 20 + 20 numbers, as numeric. I am having no trouble doing anything except getting the index i to paste to the object ha(i) in
2007 Apr 08
1
Bug#418245: xen-utils-common: race condition in "xm list" when destroying domains.
Package: xen-utils-common Version: 3.0.3-0-2 Severity: normal After running "halt" in a couple of domains I ran "xm list" repeatedly to see when the halt command was complete. Below is some of the output. The "Device 0 not connected" should not occur. yoyoxen:~# xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0
2005 Jun 04
2
chan_sip + MD5 encryption: WARNING Format for authentication entry is user[:secret]@realm
Hi all! So far I've always used plaintext passwords for SIP, but now I've decided to use MD5 encryption. For each client I edited its section as follows, then: auth=md5 md5secret=hashed_passwd ;secret=plaintext_passwd where hashed_passwd is the output of echo -n "user:realm:plaintext_passwd" | md5sum When the first SIP clients registers with Asterisk after a "sip
2010 May 12
1
Convert data.frame or matrix to list
Hi, i have the following data.frame : > Data[1:3,] dt amt geoTree merTree ref 1 0.71002484 3.334570 A2b B2b 0 2 0.49074936 2.544464 A2b B1a 0 3 0.06223433 3.617133 A1b B2a 0 i want to convert it to a list, like this: list(Data[1,],Data[2,],Data[3,]) [[1]] dt amt geoTree merTree ref 1 0.07333459 0.969585 A2a
2016 Jun 29
2
how to decrypt encrypted SIP user's secret
Dear all, My office have an old asterisk PBX system (asterisk 11.4), and it encrypt all the SIP User's secret. But the voip engineer before me didn't save / documented those password. Now the server's hardware is begin to broke, it hangs a lot, and have a lot of call problem. We already have a new asterisk PBX to replace it, but we have difficulty to retrieve the encrypted password.
2019 Jul 12
2
Question on calculating PJSIP md5 authentication with NEC
I have done additional testing and I haven't been able to figure out why it's failing. Since my original testing we now set the realm on the authentication section to match what we receive from NEC. It's of the format abc at xyz.com I have verified the md5_cred several times and it matches the user:realm:password formula 3016:insiph at something0a646666.com:3016 where username is
2016 Oct 18
3
samba-tool user syncpasswords / getpassword usage and clarifications
Hi everyone, hi Metze, looking through the mailing list, it seems that there hasn't been much talk about the interesting features offered by syncpassword / getpassword that came out with 4.5.0. I was hoping to use this feature to pipe a ssha1 and HA1 hashes into an external ldap. Looking at the command line doc and then at the source code, it gets a bit more clear to me and I wanted to
2014 Mar 14
0
sipML5, Ast12 and WebRTC: not acceptable here
Hi All. I'm running some tests with the latest Asterisk SVN-branch-12-r410493M compiled with fresh github pjsip and srtp 1.4.2 on an i386 centOS machine (2.6.32-358.18.1.el6.i686). As a client I'm using the sipMLP WebRTC javascript softphone running on Chrome 33.0.1750.146 m. I have the softphone correctly registered on the Asterisk machine but as soon as I try to start a new call
2015 Mar 31
0
[CentOS-announce] Release for CentOS Linux 7 (1503 ) on x86_64
On Tue, 2015-03-31 at 13:28 -0500, Johnny Hughes wrote: > On 03/31/2015 12:31 PM, Greg Bailey wrote: > > CentOS-7.0-1406-x86_64-DVD.iso > > CentOS-7-x86_64-DVD-1503.iso > Please take a look at the "Archived Versions", and the Release Announcement: > > They both tell you that 7 (1503) is derived from Red Hat Enterprise > Linux 7.1 Sources. So, yes, this
2016 Oct 19
0
samba-tool user syncpasswords / getpassword usage and clarifications
Hi Dennis, > looking through the mailing list, it seems that there hasn't been much > talk about the interesting features offered by syncpassword / > getpassword that came out with 4.5.0. I was hoping to use this feature > to pipe a ssha1 and HA1 hashes into an external ldap. > > Looking at the command line doc and then at the source code, it gets a > bit more clear to
2008 Dec 02
0
using virt-install
Hi all, What is causing this? --- [root@ha1 init.d]# virt-install ERROR A name is required for the virtual machine. --- It should be run interactively. Correct? Version is the 0.400.0 and compiled from source tar ball under CentOS 52 Thanks Paras. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2015 Apr 01
4
[CentOS-announce] Release for CentOS Linux 7 (1503 ) on x86_64
On 03/31/2015 05:56 PM, Always Learning wrote: > > On Tue, 2015-03-31 at 13:28 -0500, Johnny Hughes wrote: > >> On 03/31/2015 12:31 PM, Greg Bailey wrote: >>> CentOS-7.0-1406-x86_64-DVD.iso >>> CentOS-7-x86_64-DVD-1503.iso > >> Please take a look at the "Archived Versions", and the Release Announcement: >> >> They both tell you
2002 Apr 12
1
NT MD4 password check failed
Hello All, Well, I've admitted defeat. I've installed Samba 2.2.3a on a Solaris 7 machine and am trying to connect to it from a Win2K SP2 PC. I am using encrypted passwords. The same user (darren) exists on the pc (called 'plm') and the samba server ('sparky2'). The password for this user is the same on the PC, and the /etc/shadow and /apps/samba/private/smbpasswd
2005 Oct 12
2
Canadian Association of VoIP Providers
My apologies for the cross-posting. If you are a business or individual providing Voice over IP services in Canada then we encourage you to read this email carefully otherwise please disregard. ----- As you are most likely aware, the CRTC has undertaken the roll of regulating VoIP services in Canada and is currently conducting hearings with the goal of putting in place regulatory requirements
2003 Apr 01
2
predict in Pspline package (PR#2714)
To whom it may concern, I don't know whether this is really a bug with the Pspline package or only a problem with my installation. Things work fine in Linux but not in Mac OS X (Darwin). Both system run the latest public versions of R and Pspline. predict.smooth.Pspline produces only NaN instead of predicted values when norder>2: > library (Pspline) > tt <- seq