Actions
Feature #5995
closedRPC over SMB named pipes should use AF_UNIX sockets
Start date:
2015-06-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
There's a bunch of rather messy code in the SMB server kmod and smbd
that basically simulates an AF_UNIX socket. Changing that to use real
AF_UNIX sockets simplifies the code and will allow later switching out
the RPC runtime library for a better one.
Updated by Electric Monk about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 68b2bbf26c7040fea4281dcb58b81e7627e46f34
commit 68b2bbf26c7040fea4281dcb58b81e7627e46f34 Author: Gordon Ross <gwr@nexenta.com> Date: 2015-06-13T17:27:15.000Z 5995 RPC over SMB named pipes should use AF_UNIX sockets Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Updated by Electric Monk about 7 years ago
git commit bce01b59de50fe66a0267f4aa23e1d6e60d973d9
commit bce01b59de50fe66a0267f4aa23e1d6e60d973d9 Author: Gordon Ross <gwr@nexenta.com> Date: 2015-06-15T20:48:06.000Z 5995 RPC over SMB named pipes should use AF_UNIX sockets (missed bits) Approved by: Richard Lowe <richlowe@richlowe.net>
Actions