Displaying 18 results from an estimated 18 matches for "rpc_pipes".
Did you mean:
rpc_pipefs
1998 Apr 02
1
Need Help Copiling Samba on Intergraph
...tergraph 6750 server running Clix.
These are my results....................
S_GIS/usr/gis/doug/samba/samba-1.9.18p3/source>make
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/us
Using LIBS = -lbsd -lc_s
Compiling mem_man/mem_man.c
Compiling rpc_pipes/srvparse.c
Compiling rpc_pipes/smbparse.c
Compiling rpc_pipes/lsaparse.c
Compiling rpc_pipes/pipeutil.c
Compiling rpc_pipes/pipe_hnd.c
Compiling rpc_pipes/samrparse.c
Compiling rpc_pipes/wksparse.c
Compiling rpc_pipes/lsa_hnd.c
Compiling rpc_pipes/pipenetlog.c
Compiling rpc_pipes/pipentlsa...
1998 May 11
1
Problems Compiling 1.9.18p6 with SCO 3.2v4.2
Having a couple problems with Samba:
First Samba 1.9.18p6 doesn't compile under SCO Unix 3.2v4.2 using native
compiler:
Linking smbd
undefined first referenced
symbol in file
getpagesize slprintf.o
mprotect slprintf.o
memalign slprintf.o
ld fatal: Symbol
1998 May 02
1
Shadow and OpenLinux
...angle.c
Compiling chgpasswd.c
Compiling password.c
Compiling quotas.c
Compiling uid.c
Compiling predict.c
Compiling credentials.c
Compiling clientgen.c
Compiling pipes.c
Compiling server.c
Compiling access.c
Compiling ufc.c
Compiling smbpass.c
Compiling ubiqx/ubi_dLinkList.c
Compiling rpc_pipes/srvparse.c
Compiling rpc_pipes/smbparse.c
Compiling rpc_pipes/lsaparse.c
Compiling rpc_pipes/pipeutil.c
Compiling rpc_pipes/pipe_hnd.c
Compiling rpc_pipes/samrparse.c
Compiling rpc_pipes/wksparse.c
Compiling rpc_pipes/lsa_hnd.c
Compiling rpc_pipes/pipenetlog.c
Compiling rpc_pipes/pipentlsa...
1998 Oct 15
1
Problem to map home dir
...smbtar addtosmbpass
######################################################################
# object modules
######################################################################
# modules in the ubiqx library from Chris Hertel
UBIOBJ = ubiqx/ubi_dLinkList.o
# client specific object code in the rpc_pipes directory
RPC_CLI_OBJ = rpc_pipes/ntclientpipe.o rpc_pipes/ntclientlsa.o rpc_pipes/ntclientnet.o
# server specific object code in the rpc_pipes directory
RPC_SERV_OBJ = rpc_pipes/pipenetlog.o rpc_pipes/pipentlsa.o rpc_pipes/pipesrvsvc.o rpc_pipes/pipewkssvc.o rpc_pipes/pipesamr.o
# server object...
1998 Jul 23
0
building 1.9.18 for HPUX 10.20
....def" -DHPUX -ansi
-D_HPUX_SOURCE -D_POSIX_SOURCE -DHPUX10 -DFAST_SHARE_MODES
-DSMB_PASSWD="/opt/utils/samba/bin/smbpasswd"
-DSMB_PASSWD_FILE="/opt/utils/samba/private/smbpasswd"
Using LIBS =
Compiling clientutil.c
Compiling clitar.c
Compiling getsmbpass.c
Compiling rpc_pipes/ntclientpipe.c
Compiling rpc_pipes/ntclientlsa.c
Compiling rpc_pipes/ntclientnet.c
Linking smbclient
ld: Unsatisfied symbols:
__builtin_va_start (code)
*** Error exit code 1
Stop.
2019 Mar 14
1
[PATCH 00/38] VFS: Convert trivial filesystems and more
Hi Al,
Here's a set of patches that:
(1) Provides a convenience member in struct fs_context that is OR'd into
sb->s_iflags by sget_fc().
(2) Provides a convenience vfs_init_pseudo_fs_context() helper function
for doing most of the work in mounting a pseudo filesystem.
(3) Converts all the trivial filesystems that have no arguments to
fs_context.
(4) Converts
1997 Dec 16
0
New Samba alpha release - 1.9.18alpha13
The Samba Team are pleased to announce Samba 1.9.18alpha13.
This code release is very close to what we hope will become
the 1.9.18 official release. Because of this, we would
encourage as many people as possible to download and test
this new release on their particular systems, in order to
ensure as stable an official release as possible.
Please bear in mind that this is still an alpha
1998 Jan 12
1
Samba 1.9.18p1 released.
The Samba Team are pleased to announce Samba 1.9.18p1.
It may be fetched via ftp from :
ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p1.tar.gz
This is a bugfix release, designed to address issues
that users have reported with the 1.9.18 major release.
Due to an oplock problem in 1.9.18 (fixed in this
release) that could cause data loss in certain
circumstances, it is recommended that all
2019 Mar 27
1
[RFC PATCH 00/68] VFS: Convert a bunch of filesystems to the new mount API
Hi Al,
Here's a set of patches that converts a bunch (but not yet all!) to the new
mount API. To this end, it makes the following changes:
(1) Provides a convenience member in struct fs_context that is OR'd into
sb->s_iflags by sget_fc().
(2) Provides a convenience helper function, vfs_init_pseudo_fs_context(),
for doing most of the work in mounting a pseudo filesystem.
2023 Jun 21
3
[PATCH 00/79] fs: new accessors for inode->i_ctime
I've been working on a patchset to change how the inode->i_ctime is
accessed in order to give us conditional, high-res timestamps for the
ctime and mtime. struct timespec64 has unused bits in it that we can use
to implement this. In order to do that however, we need to wrap all
accesses of inode->i_ctime to ensure that bits used as flags are
appropriately handled.
This patchset first
1998 Mar 28
1
Samba 1.9.18p4 released.
The Samba Team are pleased to announce Samba 1.9.18p4.
It may be fetched via ftp from :
ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p4.tar.gz
This is a bugfix release, designed to address issues
that users have reported with the 1.9.18p3 release.
There is some new functionality, described below.
Password Changing.
------------------
Samba now supports Windows 95 clients changing both
their
1998 May 13
0
Samba 1.9.18p7 released.
The Samba Team are pleased to announce Samba 1.9.18p7.
It may be fetched via ftp from :
ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p7.tar.gz
This release is a security patch fix for a security hole
reported on BugTraq by Drago. No exploit code was
published with the report, so no immediate 'canned'
exploit was available to an attacker
The security hole may have allowed
1998 Jun 13
0
Samba 1.9.18p8 released.
The Samba Team are pleased to announce Samba 1.9.18p8.
It may be fetched via ftp from :
ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p8.tar.gz
Binary packages will be made available for this release
within a short time. A separate announcement will be made
for the release of these packages.
Offers of binary Samba packages for various systems are
welcome and should be sent to
1998 May 09
2
Samba 1.9.18p5 released.
The Samba Team are pleased to announce Samba 1.9.18p5.
It may be fetched via ftp from :
ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p5.tar.gz
This is a bugfix release, designed to address issues
that users have reported with the 1.9.18p4 release.
It is intended that the next Samba release will be an
alpha of Samba 1.9.19, which will contain significant
new functionality for integrating Samba
1998 Aug 26
1
Samba 1.9.18p10 released.
The Samba Team are pleased to announce Samba 1.9.18p10.
Note that the 1.9.18p9 code was not distributed due to a
problem discovered during the final QA testing phase. However,
in order not to allow any confusion about versions the Samba
Team are upping the patch revision number to ensure we can
identify a particular release of code exactly.
It may be fetched via ftp from :
2020 Nov 20
14
[Bridge] [PATCH 000/141] Fix fall-through warnings for Clang
Hi all,
This series aims to fix almost all remaining fall-through warnings in
order to enable -Wimplicit-fallthrough for Clang.
In preparation to enable -Wimplicit-fallthrough for Clang, explicitly
add multiple break/goto/return/fallthrough statements instead of just
letting the code fall through to the next case.
Notice that in order to enable -Wimplicit-fallthrough for Clang, this
change[1]
2020 Nov 20
14
[Bridge] [PATCH 000/141] Fix fall-through warnings for Clang
Hi all,
This series aims to fix almost all remaining fall-through warnings in
order to enable -Wimplicit-fallthrough for Clang.
In preparation to enable -Wimplicit-fallthrough for Clang, explicitly
add multiple break/goto/return/fallthrough statements instead of just
letting the code fall through to the next case.
Notice that in order to enable -Wimplicit-fallthrough for Clang, this
change[1]
2020 Nov 20
14
[Bridge] [PATCH 000/141] Fix fall-through warnings for Clang
Hi all,
This series aims to fix almost all remaining fall-through warnings in
order to enable -Wimplicit-fallthrough for Clang.
In preparation to enable -Wimplicit-fallthrough for Clang, explicitly
add multiple break/goto/return/fallthrough statements instead of just
letting the code fall through to the next case.
Notice that in order to enable -Wimplicit-fallthrough for Clang, this
change[1]