Home
last modified time | relevance | path

Searched refs:AUTHTYPE_NONE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/arpa/
H A Dftp.h104 #define AUTHTYPE_NONE 0 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c394 auth_type = AUTHTYPE_NONE; in lostpeer()
407 auth_type = AUTHTYPE_NONE; in lostpeer()
H A Dcmds.c149 if ((auth_type != AUTHTYPE_NONE) && (clevel == PROT_C)) in setpeer()
863 if (auth_type != AUTHTYPE_NONE) in status()
1604 auth_type = AUTHTYPE_NONE; in disconnect()
2301 if (auth_type == AUTHTYPE_NONE) { in setclevel()
2349 if (auth_type == AUTHTYPE_NONE) { in setdlevel()
H A Dftp.c589 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] && in getreply()
595 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] && in getreply()
611 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] && in getreply()
674 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] && !is_base64) in getreply()
2287 if ((auth_type != AUTHTYPE_NONE) && clevel != PROT_C) { in secure_command()
2428 if ((auth_type == AUTHTYPE_NONE)) { in decode_reply()
H A Dauth.c76 if (auth_type != AUTHTYPE_NONE) in do_auth()