Searched refs:AUTH_PLAIN (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c95 #define AUTH_PLAIN (1 << 0) /* allow sending passwords */ macro
181 ret |= AUTH_PLAIN|AUTH_OTP;
187 ret |= AUTH_PLAIN;
189 ret |= AUTH_PLAIN|AUTH_FTP;
556 if((auth_level & AUTH_PLAIN) == 0 && !sec_complete){

Completed in 121 milliseconds