/freebsd/lib/libc/rpc/ |
H A D | svc_auth_des.c | 114 struct authdes_verf verf; in _svcauth_des() local 166 verf.adv_xtimestamp.key.high = (u_long)*ixdr++; in _svcauth_des() 167 verf.adv_xtimestamp.key.low = (u_long)*ixdr++; in _svcauth_des() 168 verf.adv_int_u = (u_long)*ixdr++; in _svcauth_des() 203 cryptbuf[0] = verf.adv_xtimestamp; in _svcauth_des() 206 cryptbuf[1].key.low = verf.adv_winverf; in _svcauth_des() 279 verf.adv_nickname = (u_long)sid; in _svcauth_des() 297 verf.adv_xtimestamp = cryptbuf[0]; in _svcauth_des() 303 *ixdr++ = (long)verf.adv_xtimestamp.key.high; in _svcauth_des() 304 *ixdr++ = (long)verf.adv_xtimestamp.key.low; in _svcauth_des() [all …]
|
H A D | authdes_prot.c | 75 xdr_authdes_verf(XDR *xdrs, struct authdes_verf *verf) in xdr_authdes_verf() argument 80 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&verf->adv_xtimestamp, in xdr_authdes_verf() 82 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&verf->adv_int_u, in xdr_authdes_verf() 83 sizeof(verf->adv_int_u))); in xdr_authdes_verf()
|
H A D | auth_des.c | 272 struct authdes_verf *verf = &ad->ad_verf; in authdes_marshal() local 350 ATTEMPT(xdr_authdes_verf(xdrs, verf)); in authdes_marshal() 363 struct authdes_verf verf; in authdes_validate() local 375 verf.adv_int_u = (uint32_t)*ixdr++; in authdes_validate() 393 verf.adv_timestamp.tv_sec = IXDR_GET_INT32(ixdr) + 1; in authdes_validate() 394 verf.adv_timestamp.tv_usec = IXDR_GET_INT32(ixdr); in authdes_validate() 399 if (bcmp((char *)&ad->ad_timestamp, (char *)&verf.adv_timestamp, in authdes_validate() 408 ad->ad_nickname = verf.adv_nickname; in authdes_validate()
|
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()
|
/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/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 518 struct opaque_auth creds, verf; in rpc_gss_marshal() local 586 verf.oa_flavor = RPCSEC_GSS; in rpc_gss_marshal() 587 verf.oa_base = checksum.value; in rpc_gss_marshal() 588 verf.oa_length = checksum.length; in rpc_gss_marshal() 590 xdr_stat = xdr_opaque_auth(xdrs, &verf); in rpc_gss_marshal() 612 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in rpc_gss_validate() argument 631 if (!verf) { in rpc_gss_validate() 645 gd->gd_verf.value = mem_alloc(verf->oa_length); in rpc_gss_validate() 653 memcpy(gd->gd_verf.value, verf->oa_base, verf->oa_length); in rpc_gss_validate() 654 gd->gd_verf.length = verf->oa_length; in rpc_gss_validate() [all …]
|
/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/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_nfsdserv.c | 3987 u_char *verf, *addrbuf; in nfsrvd_setclientid() local 3998 verf = (u_char *)tl; in nfsrvd_setclientid() 4017 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF); in nfsrvd_setclientid() 4297 uint8_t *verf; in nfsrvd_exchangeid() local 4313 verf = (uint8_t *)tl; in nfsrvd_exchangeid() 4354 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF); in nfsrvd_exchangeid()
|
H A D | nfs_nfsdport.c | 2084 u_int64_t off, toff, verf __unused; in nfsrvd_readdir() 2102 verf = fxdr_hyper(tl); in nfsrvd_readdir() 2121 if (!nd->nd_repstat && toff && verf != at.na_filerev) in nfsrvd_readdir() 2346 u_int64_t off, toff, verf __unused; in nfsrvd_readdirplus() 2366 verf = fxdr_hyper(tl); in nfsrvd_readdirplus() 2420 if (off && verf != at.na_filerev) { in nfsrvd_readdirplus()
|