Exemplo n.º 1
0
    def mkverf(self):
	if self.verf == None:
	    self.verf = (rpc.AUTH_NULL, rpc.make_auth_null())
	return self.verf
Exemplo 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
Exemplo 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)
Exemplo 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
Exemplo 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)
Exemplo n.º 6
0
    def mkverf(self):
	if self.verf == None:
	    self.verf = (rpc.AUTH_NULL, rpc.make_auth_null())
	return self.verf