Esempio n. 1
0
    def mkverf(self):
	if self.verf == None:
	    self.verf = (rpc.AUTH_NULL, rpc.make_auth_null())
	return self.verf
Esempio n. 2
0
 def __init__(self, host, port=None):
     self.version = 3
     self.cred = (rpc.AUTH_NULL, rpc.make_auth_null())
     FallbackUDPClient.__init__(self, host, MOUNTPROG, 3, port)
     self.BUFSIZE = NFSSVC_MAXBLKSIZE + NFS3_READ_XDR_SIZE
Esempio n. 3
0
 def __init__(self, host, port=None):
     self.version = 3
     self.cred = (rpc.AUTH_NULL, rpc.make_auth_null())
     FallbackTCPClient.__init__(self, host, MOUNTPROG, 3, port)
Esempio n. 4
0
 def __init__(self, host, port=None):
     self.version = 3
     self.cred = (rpc.AUTH_NULL, rpc.make_auth_null())
     FallbackUDPClient.__init__(self, host, MOUNTPROG, 3, port)
     self.BUFSIZE = NFSSVC_MAXBLKSIZE + NFS3_READ_XDR_SIZE
Esempio n. 5
0
 def __init__(self, host, port=None):
     self.version = 3
     self.cred = (rpc.AUTH_NULL, rpc.make_auth_null())
     FallbackTCPClient.__init__(self, host, MOUNTPROG, 3, port)
Esempio n. 6
0
    def mkverf(self):
	if self.verf == None:
	    self.verf = (rpc.AUTH_NULL, rpc.make_auth_null())
	return self.verf