search for: 00414

Displaying 2 results from an estimated 2 matches for "00414".

Did you mean: 00.14
2009 Aug 27
1
Documentation on RSA key authentication ?? (No way to send secret to peer)
...try[000] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: POKE [Aug 27 11:36:08] Timestamp: 00003ms SCall: 14862 DCall: 00000 [89.31.XX.XX:4569] [Aug 27 11:36:08] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: ACK [Aug 27 11:36:08] Timestamp: 00003ms SCall: 00414 DCall: 10189 [XX.31.XX.XX:4569] [Aug 27 11:36:08] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: REGAUTH [Aug 27 11:36:08] Timestamp: 00007ms SCall: 00414 DCall: 10189 [XX.31.XX.XX:4569] [Aug 27 11:36:08] AUTHMETHODS : 4 [Aug 27 11:36:08] CHALLENGE : 12...
2010 Jul 07
3
Message: "err:psdrv:PSDRV_PPDGetNextTuple Line too long."
...trpbrk(opt, ":/"); 00408 if(!cp) { 00409 ERR("Error in line '%s'?\n", line); 00410 HeapFree(GetProcessHeap(), 0, tuple->key); 00411 goto start; 00412 } 00413 tuple->option = HeapAlloc( PSDRV_Heap, 0, cp - opt + 1 ); 00414 if(!tuple->option) return FALSE; 00415 memcpy(tuple->option, opt, cp - opt); 00416 tuple->option[cp - opt] = '\0'; 00417 if(*cp == '/') { 00418 char *buf; 00419 trans = cp + 1; 00420 cp = strchr(trans, ':'); 0042...