Just can't stay away 
Joined: 2006/11/30 11:30 Last Login
: Today 7:07
From Finland
Group:
Registered Users
|
I've had a flu since yesterday morning. It wasn't so bad initially but it has gradually gotten worse since then, so I probably won't be doing too much work until it gets better.
Anyway, I did manage to find what was causing the AmigaOS3 build to fail (a stray printf(), which was optimized into a puts() by gcc, in libsmb2.c was causing __initstdio.o to be brought in from libnix). I also managed to fix the crashing which was caused by mistakenly freeing the password that was obtained from ReadArgs().
After adding these fixes the AROS version connects successfully to my Ubuntu samba server, but the AmigaOS3 version fails during auth in a similar way to the AmigaOS4 version suggesting that the problem might be related to different endianness.
|