[Pidgin] #48: Make SIP/SIMPLE work with Microsoft Live Communication Server

Pidgin trac at pidgin.im
Fri Nov 7 08:44:56 EST 2008


#48: Make SIP/SIMPLE work with Microsoft Live Communication Server
---------------------------+------------------------------------------------
 Reporter:  MarkDoliner    |        Owner:  shulman
     Type:  patch          |       Status:  new    
Milestone:                 |    Component:  SIMPLE 
  Version:  2.0            |   Resolution:         
 Keywords:  MS LCS SIMPLE  |  
---------------------------+------------------------------------------------

Comment(by kiraly):

 better to reply these lines:
 gaim_cipher_context_append(context, (guchar*)nt_pw, 2*lennt); [[BR]]
 gaim_cipher_context_digest(context, 21, (guchar*)nt_hpw, NULL); [[BR]]
 gaim_cipher_context_destroy(context); memset(nt_hpw+16, 0, 5);[[BR]]
 //new code context2 is a md4 context [[BR]]
 gaim_cipher_context_append(context2, (guchar*)nt_hpw, 0x10); [[BR]]
 gaim_cipher_context_digest(context2, 0x10, (guchar*)masterkey, NULL);
 [[BR]]
 gaim_cipher_context_destroy(context2); [[BR]]
 //end new

-- 
Ticket URL: <http://developer.pidgin.im/ticket/48#comment:149>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list