[kio] [Bug 309113] connecting to nfs share like nfs://<IP/hostname>/<path> gives Authorization failed, <IP/hostname> authentication not supported
Mathias Tillman
master.homer at gmail.com
Thu Oct 16 11:18:23 BST 2014
https://bugs.kde.org/show_bug.cgi?id=309113
Mathias Tillman <master.homer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
Latest Commit| |http://commits.kde.org/kio-
| |extras/1f13cf8b4c5ff5ac6a2c
| |131a89c19c7e77c0194f
--- Comment #24 from Mathias Tillman <master.homer at gmail.com> ---
Git commit 1f13cf8b4c5ff5ac6a2c131a89c19c7e77c0194f by Mathias Tillman.
Committed on 16/10/2014 at 10:15.
Pushed by mathiastillman into branch 'master'.
Added support for NFSv3, major refactoring, fixed bugs.
REVIEW: 120343
Related: bug 268797
M +1 -1 nfs/CMakeLists.txt
M +2 -2 nfs/README
M +0 -2 nfs/TODO
M +576 -1324 nfs/kio_nfs.cpp
M +169 -69 nfs/kio_nfs.h
D +0 -353 nfs/mount_xdr.c
M +4 -0 nfs/nfs.protocol
D +0 -699 nfs/nfs_prot.h
D +0 -886 nfs/nfs_prot_xdr.c
A +1858 -0 nfs/nfsv2.cpp [License: LGPL (v2+)]
A +103 -0 nfs/nfsv2.h [License: LGPL (v2+)]
A +2195 -0 nfs/nfsv3.cpp [License: LGPL (v2+)]
A +114 -0 nfs/nfsv3.h [License: LGPL (v2+)]
R +71 -158 nfs/rpc_mnt2.h [from: nfs/mount.h - 051% similarity]
R +0 -0 nfs/rpc_mnt2.x [from: nfs/mount.x - 100% similarity]
A +277 -0 nfs/rpc_mnt2_xdr.c [License: UNKNOWN] *
A +168 -0 nfs/rpc_mnt3.h [License: UNKNOWN] *
A +147 -0 nfs/rpc_mnt3_xdr.c [License: UNKNOWN] *
A +488 -0 nfs/rpc_nfs2_prot.h [License: UNKNOWN] *
R +0 -0 nfs/rpc_nfs2_prot.x [from: nfs/nfs_prot.x - 100% similarity]
A +699 -0 nfs/rpc_nfs2_prot_xdr.c [License: UNKNOWN] *
A +1330 -0 nfs/rpc_nfs3_prot.h [License: UNKNOWN] *
A +908 -0 nfs/rpc_nfs3_prot.x
A +1908 -0 nfs/rpc_nfs3_prot_xdr.c [License: UNKNOWN] *
The files marked with a * at the end have a non valid license. Please read:
http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are
listed at that page.
http://commits.kde.org/kio-extras/1f13cf8b4c5ff5ac6a2c131a89c19c7e77c0194f
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list