Search Results

Search: Posts Made By: jcarter2333
Forum: Programming 02-08-2007
5,959
Posted By jcarter2333
Thanks, Jim.
Thanks, Jim.
Forum: Programming 02-08-2007
5,959
Posted By jcarter2333
MD5 Hash
From what I have read I only need md5.c because I am trying to use this in another program.
Forum: Programming 02-08-2007
5,959
Posted By jcarter2333
md5
When I compile this code I get errors:


undefined first referenced
symbol in file
MD5Init mddriver.o
MD5Update ...
Forum: Programming 02-08-2007
5,959
Posted By jcarter2333
md5 hash a string or char array in SCO
Can someone provide me with code to md5 hash a string or character array in the SCO environment.

All help is appreciated thanks.
Forum: Programming 02-08-2007
10,817
Posted By jcarter2333
I found the solution
I'll post, thanks Jim for all of your help it is appreciated.

#include <stdio.h>

int main()
{

FILE *cmd=popen(" ndstat | grep net0 | awk '{print $3}'", "r");
char tmp[80]={0x0};
...
Forum: Programming 02-08-2007
10,817
Posted By jcarter2333
The program just prints no.
The program just prints no.
Forum: Programming 02-06-2007
10,817
Posted By jcarter2333
I know this may sound like I'm stupid, but what...
I know this may sound like I'm stupid, but what should kcsdev be changed to.
Forum: Programming 02-06-2007
10,817
Posted By jcarter2333
SIOCGIFFLAGS works in place of SIOCGIFHWADDR
SIOCGIFFLAGS works in place of SIOCGIFHWADDR
Forum: Programming 02-06-2007
10,817
Posted By jcarter2333
These are the errors I got: "sco.c", line...
These are the errors I got:


"sco.c", line 16: error: undefined symbol: SIOCGIFHWADDR
"sco.c", line 20: error: undefined struct/union member: ifr_hwaddr
"sco.c", line 20: warning: left operand...
Forum: Programming 02-06-2007
10,817
Posted By jcarter2333
I am a newbie, to doing this on the SCO. I got it...
I am a newbie, to doing this on the SCO. I got it to work with the AIX. From the documentation that I read arp is supposed to work. Acutally a coding sample or two with arp would really really be...
Forum: Programming 02-06-2007
10,817
Posted By jcarter2333
SCO get MAC Address
Does anyone know how to get the mac address of a SCO box using c.
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 09:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy