Home
last modified time | relevance | path

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

/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss.c268 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf) in rpc_gss_validate() argument
289 gd->gd_verf.value = mem_alloc(verf->oa_length); in rpc_gss_validate()
295 memcpy(gd->gd_verf.value, verf->oa_base, verf->oa_length); in rpc_gss_validate()
296 gd->gd_verf.length = verf->oa_length; in rpc_gss_validate()
304 checksum.value = verf->oa_base; in rpc_gss_validate()
305 checksum.length = verf->oa_length; in rpc_gss_validate()
570 struct opaque_auth creds, verf; in __rpc_gss_wrap() local
641 verf.oa_flavor = RPCSEC_GSS; in __rpc_gss_wrap()
642 verf.oa_base = checksum.value; in __rpc_gss_wrap()
643 verf.oa_length = checksum.length; in __rpc_gss_wrap()
[all …]
/freebsd/lib/libc/nls/
H A Dde_DE.ISO8859-1.msg76 35 Ressource vor�bergehend nicht verf�gbar
90 42 Protokoll nicht verf�gbar
106 50 Netzwerk nicht verf�gbar
116 55 Keine Buffer verf�gbar
134 64 Host nicht verf�gbar
154 74 RPC-Programm nicht verf�gbar
160 77 Keine Dateisperren verf�gbar
/freebsd/lib/libc/rpc/
H A Dauth_unix.c229 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate() argument
235 assert(verf != NULL); in authunix_validate()
237 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
239 xdrmem_create(&xdrs, verf->oa_base, verf->oa_length, in authunix_validate()
H A Dauthdes_prot.c75 xdr_authdes_verf(XDR *xdrs, struct authdes_verf *verf)
80 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&verf->adv_xtimestamp,
82 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&verf->adv_int_u,
83 sizeof(verf->adv_int_u)));
53 __xdr_authdes_verf(XDR * xdrs,void * verf) __xdr_authdes_verf() argument
/freebsd/sys/rpc/
H A Dauth_unix.c258 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in authunix_validate() argument
264 if (!verf) in authunix_validate()
267 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
269 xdrmem_create(&txdrs, verf->oa_base, verf->oa_length, in authunix_validate()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c519 struct opaque_auth creds, verf; in rpc_gss_marshal() local
587 verf.oa_flavor = RPCSEC_GSS; in rpc_gss_marshal()
588 verf.oa_base = checksum.value; in rpc_gss_marshal()
589 verf.oa_length = checksum.length; in rpc_gss_marshal()
591 xdr_stat = xdr_opaque_auth(xdrs, &verf); in rpc_gss_marshal()
613 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in rpc_gss_validate() argument
632 if (!verf) { in rpc_gss_validate()
646 gd->gd_verf.value = mem_alloc(verf->oa_length); in rpc_gss_validate()
654 memcpy(gd->gd_verf.value, verf->oa_base, verf->oa_length); in rpc_gss_validate()
655 gd->gd_verf.length = verf->oa_length; in rpc_gss_validate()
[all …]
/freebsd/crypto/krb5/src/lib/rpc/
H A Dauth_gss.c343 authgss_validate(AUTH *auth, struct opaque_auth *verf) in authgss_validate() argument
360 if ((gd->gc_wire_verf.value = mem_alloc(verf->oa_length)) == NULL) { in authgss_validate()
364 memcpy(gd->gc_wire_verf.value, verf->oa_base, verf->oa_length); in authgss_validate()
365 gd->gc_wire_verf.length = verf->oa_length; in authgss_validate()
378 checksum.value = verf->oa_base; in authgss_validate()
379 checksum.length = verf->oa_length; in authgss_validate()
H A Dauth_unix.c217 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate() argument
222 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
224 xdrmem_create(&xdrs, verf->oa_base, verf->oa_length, XDR_DECODE); in authunix_validate()
H A Dsvc_auth_gssapi.c169 struct opaque_auth *cred, *verf; in gssrpc__svcauth_gssapi() local
189 verf = &msg->rm_call.cb_verf; in gssrpc__svcauth_gssapi()
514 verf->oa_length)); in gssrpc__svcauth_gssapi()
516 in_buf.length = verf->oa_length; in gssrpc__svcauth_gssapi()
517 in_buf.value = verf->oa_base; in gssrpc__svcauth_gssapi()
H A Dauth_none.c123 authnone_validate(AUTH *auth, struct opaque_auth *verf) in authnone_validate() argument
H A Dauth_gssapi.c622 struct opaque_auth *verf) in auth_gssapi_validate() argument
634 in_buf.length = verf->oa_length; in auth_gssapi_validate()
635 in_buf.value = verf->oa_base; in auth_gssapi_validate()
/freebsd/contrib/tcsh/nls/german/
H A Dset53 1 Durchschnittliche Last nicht verfügbar\n
H A Dset2022 20 -l zeige verfügbare Funktionen mit Beschreibungen an\n
/freebsd/crypto/heimdal/kadmin/
H A Drpc.c79 struct opaque_auth verf; member
851 CHECK(ret_auth_opaque(msg, &chdr.verf)); in process_stream()
863 INSIST(chdr.verf.flavor == FLAVOR_GSS); in process_stream()
868 gout.value = chdr.verf.data.data; in process_stream()
869 gout.length = chdr.verf.data.length; in process_stream()
1017 krb5_data_free(&chdr.verf.data); in process_stream()
/freebsd/include/rpcsvc/
H A Dnfs_prot.x683 writeverf3 verf; member
711 createverf3 verf; variable
1112 writeverf3 verf; member
/freebsd/usr.bin/vi/catalog/
H A Dgerman.UTF-8.base75 082 "%s: Kommando im ex-Modus nicht verfügbar"
143 150 "Das script Kommando ist nur im vi Modus verfügbar"
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2237 u_int64_t off, toff, verf __unused; in nfsrvd_readdir()
2255 verf = fxdr_hyper(tl); in nfsrvd_readdir()
2274 if (!nd->nd_repstat && toff && verf != at.na_filerev) in nfsrvd_readdir()
2499 u_int64_t off, toff, verf __unused; in nfsrvd_readdirplus()
2522 verf = fxdr_hyper(tl); in nfsrvd_readdirplus()
2576 if (off && verf != at.na_filerev) { in nfsrvd_readdirplus()
H A Dnfs_nfsdserv.c4213 u_char *verf, *addrbuf; in nfsrvd_setclientid() local
4224 verf = (u_char *)tl; in nfsrvd_setclientid()
4243 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF); in nfsrvd_setclientid()
4551 uint8_t *verf; in nfsrvd_exchangeid() local
4567 verf = (uint8_t *)tl; in nfsrvd_exchangeid()
4608 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF); in nfsrvd_exchangeid()
/freebsd/crypto/krb5/src/po/
H A Dde.po4231 msgstr "Die Aktion oder Option ist nicht verfügbar."
4298 "verfügbar bzw. ein Zugriff darauf nicht möglich."
4335 "Die Aktion oder Option ist nicht verfügbar oder wird nicht unterstützt."
4697 msgstr "keine Kerberos-Anmeldedaten verfügbar"
5704 msgstr "Realm-Information nicht verfügbar"
6917 msgstr "Erweiterung nicht verfügbar: %s"
7674 "verfügbar."
7734 msgstr "Schlüsselversion ist nicht verfügbar"
7738 msgstr "Dienstschlüssel nicht verfügbar"
7855 msgstr "Widerrufsstatus nicht verfügbar"
[all …]