Home
last modified time | relevance | path

Searched refs:AUTH_OK (Results 1 – 19 of 19) sorted by relevance

/trueos/usr.sbin/rpc.ypupdated/
HDypupdated_server.c79 return(AUTH_OK); in yp_checkauth()
105 if (astat != AUTH_OK) { in ypu_change_1_svc()
139 if (astat != AUTH_OK) { in ypu_insert_1_svc()
173 if (astat != AUTH_OK) { in ypu_delete_1_svc()
207 if (astat != AUTH_OK) { in ypu_store_1_svc()
/trueos/crypto/heimdal/appl/ftp/ftp/
HDsecurity.h77 #define AUTH_OK 0 macro
HDgssapi.c496 return AUTH_OK; in gss_auth()
HDsecurity.c846 else if(ret != AUTH_OK){ in sec_login()
/trueos/sys/rpc/
HDsvc_auth_unix.c123 stat = AUTH_OK; in _svcauth_unix()
HDsvc_auth.c148 return (AUTH_OK); in _svcauth_null()
HDauth.h121 AUTH_OK=0, enumerator
HDsvc.c933 if ((why = _authenticate(r, &msg)) != AUTH_OK) { in svc_getreq()
/trueos/lib/libc/rpc/
HDsvc_auth.c175 return (AUTH_OK);
HDsvc_auth_unix.c137 stat = AUTH_OK;
HDsvc_auth_des.c350 return (AUTH_OK); /* we made it!*/
HDsvc.c683 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {
/trueos/include/rpc/
HDauth.h121 AUTH_OK=0, enumerator
/trueos/crypto/heimdal/appl/ftp/ftpd/
HDgssapi.c496 return AUTH_OK; in gss_auth()
HDsecurity.c846 else if(ret != AUTH_OK){ in sec_login()
/trueos/contrib/ntp/ntpd/
HDntp_proto.c31 #define AUTH(x, y) ((x) ? (y) == AUTH_OK : (y) == AUTH_OK || \
661 is_authentic = AUTH_OK; in receive()
1005 if (is_authentic == AUTH_OK) in receive()
/trueos/contrib/ntp/include/
HDntp.h244 #define AUTH_OK 1 /* authentication OK */ macro
/trueos/lib/librpcsec_gss/
HDsvc_rpcsec_gss.c1170 result = AUTH_OK; in svc_rpc_gss()
/trueos/sys/rpc/rpcsec_gss/
HDsvc_rpcsec_gss.c1453 result = AUTH_OK; in svc_rpc_gss()