Searched refs:gss (Results 1 – 6 of 6) sorted by relevance
68 called gss-proxy, implemented by a userspace program called Gssproxy.72 https://fedorahosted.org/gss-proxy/wiki/ProtocolDocumentation82 legacy mechanism. To switch to the new mechanism, gss-proxy must bind84 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both90 from /proc/net/rpc/use-gss-proxy and checking that it contains a91 "1"--the read will block until gss-proxy has done its write to the file.
25 rpc-server-gss.txt
87 $ ./configure --disable-gss --disable-nfsv4
403 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq() argument408 dh->dccph_seq = htons((gss >> 32) & 0xfffff); in dccp_hdr_set_seq()409 dhx->dccph_seq_low = htonl(gss & 0xffffffff); in dccp_hdr_set_seq()
977 goto gss; in rqst_exp_get_by_name()982 goto gss; in rqst_exp_get_by_name()988 gss: in rqst_exp_get_by_name()1008 goto gss; in rqst_exp_find()1014 goto gss; in rqst_exp_find()1020 gss: in rqst_exp_find()
309 This mode is required for Kerberos gss mechanism support