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

/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c64 #ifdef AUTH_NONE /* multiple defs :-( */
65 #undef AUTH_NONE macro
/freebsd-9.3-release/include/rpc/
H A Dauth.h114 #define AUTH_F_TRYNONE 0x002 /* allow fall back to AUTH_NONE */
351 #define AUTH_NONE 0 /* no authentication */ macro
/freebsd-9.3-release/sys/rpc/
H A Dauth.h114 #define AUTH_F_TRYNONE 0x002 /* allow fall back to AUTH_NONE */
347 #define AUTH_NONE 0 /* no authentication */ macro
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c82 case AUTH_NONE:
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c38 : (y) == AUTH_OK || (y) == AUTH_NONE)
40 #define AUTH_NONE 0 /* authentication not required */ macro
592 int is_authentic = AUTH_NONE; /* cryptosum ok */
888 is_authentic = AUTH_NONE; /* not required */
920 is_authentic = AUTH_NONE;
1848 || is_authentic == AUTH_NONE) {

Completed in 112 milliseconds