"Darl McBride, president and CEO continued, "These positive quarterly financial results, including net income for the first time in the Company's history, have strengthened our balance sheet and financial position. Our increased cash balance and working capital has positioned the Company for its launch of SCOx, our web services strategy, and will provide us with other opportunities to drive growth in future quarters."
SCO's next "big thing" is a "web services strategy" called SCOx?
And suddenly they've integrated Microsoft Active Directory. I wonder if more MS technology will be integrated soon?
Smoking gun? No.
But interesting, none the less. Something to watch in the future. Maybe a move to .NET for SCO?
Ah, never mind. Pure, random speculation here, folks. Just the ramblings of a senile old programmer. Nothing to see here. Move along.
To try to get a handle on how the MS TCP/IP stack worked I downloaded the BSD Unix TCP/IP code and tried to compile it in Visual Studio C++ 6.0. I found the order of the functions in the BSD code was the same as the MS TCP/IP stack code. I also found the only thing missing from the MS Winsock dll was the raw socket data struture. If the data address was passed to the rawsocket function (not documented in MS) and called as if it were the BSD raw socket fuction the dang thing worked. I think the Winshoes components that shipped with delphi 5 or perhaps 6 had this component.
Perhaps I am wrong but my conclusion was someone at MS just lifted the BSD Unix TCP/IP Stack code and did what it took to get it to compile in windows. Then put that windsock dll in NT 4.0 SP3. The one diference from the BSD code was you had to allocate the data structure and pass its address to the raw socket function in the Winsock dll. ICMP.Dll just contained the data structure and a call to the windsock dll.
Could windows NT contain UNIX code? Could be.