Ok,
Here is everything I had to do to compile WUFTPD 2.4.2 Beta 11 on a
Digital Unix machine running the C2 security.
Make these changes to ./src/config/config.osf
#define SecureWare
#include <sys/secdefines.h>
#include <sys/security.h>
#include <sys/audit.h>
#include <prot.h>
and the following to ./src/makefiles/Makefile.osf
LIBES = -lsupport -lsecurity -laud
and change all occurances of crypt() to bicrypt()
(found in ftpd.c and private.c - lets hear it for GREP!!)
Once that was done, the program compiled correctly. I have both anonymous
and authenticated FTP logins working.
Thanks For Everyone's Help!!
-Andy Saylor, ComSource Inc asaylor_at_comsource.net
Received on Wed Nov 06 1996 - 17:07:44 NZDT