Displaying 20 results from an estimated 300 matches similar to: "Please evaluate my patch for Winbind"
2003 Sep 26
1
Mysql probs..
G'day..
I'm trying to compile samba with the expsam=mysql.
but it gives back an error:
sswitch/wb_common.c: In function winbind_named_pipe_sock':
nsswitch/wb_common.c:136: storage size of `sunaddr' isn't known
make: *** [nsswitch/wb_common.o] Error 1
mysql is working fine so no probs there..
even without-winbind compilation it keeps
rerturning...
got a idea ??
Collen
2004 Sep 05
1
Segfault in Samba
Hi!
My Samba setup broke after upgrading Samba from 3.0.5-1 to 3.0.6-3 using
Debian apt-get upgrade. It seems to me, that the problems lies within
winbind. Any help would be appreciated!
--
Pirkka
> The Samba 'panic action' script, /usr/share/samba/panic-action,
> was called for pid 8012 (/usr/sbin/smbd).
>
> Below is a backtrace for this process generated with gdb, which
2001 May 03
1
[PATCH]: Workaround a security leak on Windows
The attached patch should solve the following problem:
ssh-agent creates a temporary directory under /tmp with '600'
permissions. The actual socket file is created in that dir using
the default umask. That's no problem in U*X systems since nobody
but the owner of the directory can read the socket file.
Unfortunately, Windows has a user privilege called "Bypass traverse
2006 Jan 06
1
Repost: Help - compilation of winbind_nss_solaris.c/3.0.21a/Solaris 7 and older fails
I would really appreciate help !
I did not have any reply to my two posts and I don't know what to do.
I can't build 3.0.21a and I have to migrate 54 Solaris 2.5.1 servers
from 2.2.8a to 3.0.x. I'm afraid we could not move to newer solaris
versions before 12 or 18 months.
Under is the problem description.
Thank you for your help.
Pierre
---------
SOLARIS 7
---------
On Solaris 7
2015 Sep 26
5
[RFC][PATCH v2] Support a list of sockets on SSH_AUTH_SOCK
The idea behind this change is to add support for different "ssh-agents"
being able to run at the same time. It does not change the current
behaviour of the ssh-agent (which will set SSH_AUTH_SOCK just for
itself). Neither does it change the behaviour of SSH_AGENT_PID (which
still supports only one pid).
The new implementation will go through the list of sockets (which are
separated by a
2005 Dec 29
1
SAMBA 3.0.21 - Compile error on SOLARIS 7 & SOLARIS 2.5.1
Hi,
Compilation fails on Solaris 7 + GCC and Solaris 2.5.1 + SUN CC.
Each time the problem is on winbind. I have no idea about what's going
wrong. I didn't have any trouble with SAMBA 3.0.21rc1.
Can you help me ?
Thank you,
Pierre
---------
SOLARIS 7
---------
Configure
./configure --with-acl-support --with-ldap=no --disable-cups
--enable-static=yes --with-included-popt
--------
2012 Dec 21
0
File Attachments for previous bug report
I have renamed all of the patch files to .txt, which should be acceptable
for the mailer daemon at mindrot, per Angel's suggestion.
I am attaching the patch files to the email, with the extra space removed
and a minor correction made.
Bill Parker (wp02855 at gmail dot com)
-------------- next part --------------
--- port-linux.c.orig 2012-12-19 17:40:53.231529475 -0800
+++ port-linux.c
2003 Nov 18
0
Is print-serving this easy? Also, Sol8 compile problem
I plan to install Samba 3 on a Solaris 8 server in order to publish some local queues to a few Windows users -- but no file sharing.
Is it as simple as configure; make; make install and then share out a few queues? I'd like to add password protection to these pinters, but I can't decide on whether to hand off all authentication to our Active Directory server or just to use one shared
2012 Dec 20
4
Deprecated calls to bzero() and index() found in OpenSSH 6.1p1
Hello All,
In reviewing source code for OpenSSH-6.1p1, I found instances
of deprecated library calls still within various source code files.
Examples of deprecated calls are: bzero() (replaced with memset()
which is ANSI compliant), index() (replaced with strchr() which
is also ANSI compliant).
In file 'auth2-jpake.c', I've replaced all the bzero() calls with
the equivalent
2001 Feb 10
1
Handling of failed connect()s when ssh-agent is busy
We have an application, running under ssh-agent, which fires off a large
number of ssh processes, all of which try to talk to the agent through the
UNIX domain socket under /tmp. When the agent is slow to respond and the
listen queue fills up, connect()s start to fail with ECONNREFUSED, and ssh
exits (agent authentication being used exclusively). To some extent this
problem can be mitigated by
2003 Apr 07
1
build samba in 64bit mode
I have a problem when I try build samba in 64bit mode (CFLAGS=-O -m64). It
builds ok in 32bit. The problem arises when linking nsswitch/libnss_winbind.so
On Solaris 9 I'm using
bash-2.05$ /usr/local/tools/gcc/bin/gcc -v
Reading specs from
/usr/local/tools/gcc/lib/gcc-lib/sparc-sun-solaris2.9/3.2.2/specs
Configured with: ../configure --with-as=/usr/local/tools/binutils/bin/as
2016 Apr 23
2
StreamLocal forwarding
Hi folks,
(3rd time I am sending this message, none of the other appear to have
made it through!)
Using "OpenSSH_6.9p1 Ubuntu-2ubuntu0.1, OpenSSL 1.0.2d 9 Jul 2015" on
the server, "OpenSSH_7.2p2, OpenSSL 1.0.2g 1 Mar 2016" on the client.
I am trying to use sshtunnel with StreamLocal forwarding to enable me
to connect back to the client's ssh port, without having to
2016 May 03
2
StreamLocal forwarding
Hi,
The code definitely attempts to unlink any old listener
beforehand (see misc.c:unix_listener()) so I don't understand why
that isn't being called. You might try simulating your configuration
using sshd's -T and -C to make sure the flag is correctly being set.
Could chroot be interfering? Some platforms implement additional
restrictions on devices and sockets inside chroot.
-d
2002 Jul 11
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun Forte 6-update 2 compilers
Hi,
two weeks before, i had the same warnings, but no fatal errors and i got the
following answer von Gerald Carter:
> These are const warnings. Ignore them for now.
> (not that we don't care about them, but you should be ok).
Your compiler wants to compile nsswitch/wb_common.c with -Kpic. On Solaris
it has to be compiled with the option -fPic. Normaly the make-script looks
for the
2002 Jun 03
2
Help with 2.2.4 binary build
Hi folks,
I'm getting these messages when compiling 2.2.4 on Solaris 7 with gcc
version 2.95.3:
% ./configure --with-utmp
% make
Compiling smbd/password.c
smbd/password.c: In function `grab_server_mutex':
smbd/password.c:1198: warning: passing arg 1 of `message_named_mutex'
discards qualifiers from pointer target type
Compiling lib/system.c
lib/system.c: In function
2000 Feb 14
0
[openssh-1.2.2] some porting notes for SunOS 4.1.4
Hi.
Here are the relevant details about the setup:
SunOS 4.1.4
gcc 2.7.2.2
tcp wrappers 7.5
egd 0.6 (doesn't really come into play at compile time)
The following only pertains to the compilation (and linking) stage.
Code and patches are SunOS specific.
-- The following functions are missing in SunOS: strerror, atexit,
memmove. I wrote simple replacements in term of on_exit and bcopy
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
I am getting the following errors when compiling SAMBA 2.2.4 on HP-UX 11.00.
Anyone have any ideas on what's causing the problem?
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1
-D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
-DCONFIGFILE="/opt/samba/etc/smb.conf"
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
I am getting the following link errors when compiling SAMBA 2.2.4 on HP-UX
11.00. Anyone have any ideas on what's causing the problem?
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1
-D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
2001 Jan 04
0
Problems/Modifications compiling SAMBA 2.2-alpha1 on SCO Openserver 5.0.5a
Hello,
after one small modification I was able to compile samba. I have not yet tried to use it, but at least swat is working.
It would be nice if anyone could modify the current code to resolve the specified problems.
Mike
The Problems:
Only a nuisance: uid_t and gid_t are unsigned:
/GNU-Source/samba-2.2.0-alpha1/source/smbd/sec_ctx.c: In function `initialise_groups':
2001 Mar 27
0
Compiling Samba 2.2.0-alpha3 on SCO Openserver 5.0.6
Hello,
We are trying to compile the samba 2.2.0-alpha3 source on a SCO Openserver
5.0.6 server.
we ran configure with standard options no visible problems. On running make
we get the following error
.....
Compiling tdb/spinlock.c
Compiling tdb/tdbutil.c
Compiling printing/printing.c
Compiling printing/nt_printing.c
Compiling smbd/noquotas.c
Compiling smbd/oplock.c
Compiling smbd/oplock_irix.c