| /freebsd/lib/librpcsec_gss/ |
| H A D | rpcsec_gss.c | 268 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 D | de_DE.ISO8859-1.msg | 76 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 D | auth_unix.c | 229 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 D | authdes_prot.c | 75 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 D | auth_unix.c | 258 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 D | rpcsec_gss.c | 538 struct opaque_auth creds, verf; in rpc_gss_marshal() local 606 verf.oa_flavor = RPCSEC_GSS; in rpc_gss_marshal() 607 verf.oa_base = checksum.value; in rpc_gss_marshal() 608 verf.oa_length = checksum.length; in rpc_gss_marshal() 610 xdr_stat = xdr_opaque_auth(xdrs, &verf); in rpc_gss_marshal() 632 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in rpc_gss_validate() argument 651 if (!verf) { in rpc_gss_validate() 665 gd->gd_verf.value = mem_alloc(verf->oa_length); in rpc_gss_validate() 673 memcpy(gd->gd_verf.value, verf->oa_base, verf->oa_length); in rpc_gss_validate() 674 gd->gd_verf.length = verf->oa_length; in rpc_gss_validate() [all …]
|
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | auth_gss.c | 343 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 D | auth_unix.c | 217 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 D | svc_auth_gssapi.c | 169 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 D | auth_none.c | 123 authnone_validate(AUTH *auth, struct opaque_auth *verf) in authnone_validate() argument
|
| H A D | auth_gssapi.c | 622 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 D | set5 | 3 1 Durchschnittliche Last nicht verfügbar\n
|
| H A D | set20 | 22 20 -l zeige verfügbare Funktionen mit Beschreibungen an\n
|
| /freebsd/crypto/heimdal/kadmin/ |
| H A D | rpc.c | 79 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 D | nfs_prot.x | 683 writeverf3 verf; member 711 createverf3 verf; variable 1112 writeverf3 verf; member
|
| /freebsd/usr.bin/vi/catalog/ |
| H A D | german.UTF-8.base | 75 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 D | nfs_nfsdport.c | 2238 u_int64_t off, toff, verf __unused; in nfsrvd_readdir() 2256 verf = fxdr_hyper(tl); in nfsrvd_readdir() 2275 if (!nd->nd_repstat && toff && verf != at.na_filerev) in nfsrvd_readdir() 2500 u_int64_t off, toff, verf __unused; in nfsrvd_readdirplus() 2523 verf = fxdr_hyper(tl); in nfsrvd_readdirplus() 2577 if (off && verf != at.na_filerev) { in nfsrvd_readdirplus()
|
| H A D | nfs_nfsdserv.c | 4243 u_char *verf, *addrbuf; in nfsrvd_setclientid() local 4254 verf = (u_char *)tl; in nfsrvd_setclientid() 4273 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF); in nfsrvd_setclientid() 4583 uint8_t *verf; in nfsrvd_exchangeid() local 4599 verf = (uint8_t *)tl; in nfsrvd_exchangeid() 4640 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF); in nfsrvd_exchangeid()
|
| /freebsd/crypto/krb5/src/po/ |
| H A D | de.po | 4231 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 …]
|