Print this page
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
NEX-4083 Upstream changes from illumos 5917 and 5995
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
SMB-39 Use AF_UNIX pipes for RPC

*** 33,44 **** #include <unistd.h> #include <stdlib.h> #include <strings.h> #include <fcntl.h> #include <errno.h> #include <smbsrv/libsmb.h> - #include <smbsrv/libmlrpc.h> #include <smbsrv/libmlsvc.h> #include <smbsrv/smb.h> #include <smbsrv/ndl/spoolss.ndl> #include <smbsrv/ndl/winreg.ndl> #include <smb/nterror.h> --- 33,44 ---- #include <unistd.h> #include <stdlib.h> #include <strings.h> #include <fcntl.h> #include <errno.h> + #include <libmlrpc/libmlrpc.h> #include <smbsrv/libsmb.h> #include <smbsrv/libmlsvc.h> #include <smbsrv/smb.h> #include <smbsrv/ndl/spoolss.ndl> #include <smbsrv/ndl/winreg.ndl> #include <smb/nterror.h>