similar to: Enhancement to Samba

Displaying 20 results from an estimated 20000 matches similar to: "Enhancement to Samba"

1998 Jun 03
2
Just-in-time mounts when following symlinks
This mail message follows from several discussions with Luke Leighton. It's mostly technical in nature but I'm submitting to all mailing lists anyway (Luke's suggestion). We have our Samba server running with the Berkeley AMD automounter (nothing peculiar here). In order for our Samba users to walk the automount tree, we created a program to create symbolic links from the local
2005 Sep 20
1
Group names matching user names
We're configuring Windows Server 2003 against Samba with an LDAP backend. Things are mostly working. On the UNIX end, all users have, as their primary group, a groupname matching their login id. So, username "china" has groupname "china" as the primary group. I tried creating a local user on the Windows Server 2003 box and a groupname equivalent to the username but it
2001 Aug 07
1
(fwd from mbp@samba.org) CVS update: rsync
On 6 Aug 2001, Albert Chin-A-Young <china@thewrittenword.com> wrote: > On Mon, Aug 06, 2001 at 10:30:50PM +1000, Martin Pool wrote: > > Albert, I'd be interested to hear your comments on these, if you have > > time. > > AC_CHECK_TYPE([socklen_t], [int]) is not robust enough. I had a feeling it was too simple to be correct.. :) > Are you familiar with an ftp
2003 Oct 01
5
Recent OpenSSL vulnerability require rebuild of OpenSSH
We have OpenSSH built against a static version of the OpenSSL library. Do the recent OpenSSL vulnerabilities necessitate a rebuild of OpenSSH? http://www.openssl.org/news/secadv_20030930.txt >From the description of the four bugs, I'm inclined to think not. -- albert chin (china at thewrittenword.com)
2002 Jan 04
1
Patch for 2.5.1 on Tru64 UNIX 5.x
Tru64 UNIX has getaddrinfo but not by that name. Including <netdb.h> #defines getaddrinfo to ogetaddrinfo or ngetaddrinfo which exists in /usr/shlib/libc.so. So, AC_CHECK_FUNC(getaddrinfo) isn't enough to test for getaddrinfo. Best to AC_TRY_LINK so the #define takes effect. -- albert chin (china@thewrittenword.com) -- snip snip --- configure.in.orig Thu Jan 3 19:03:54 2002 +++
2001 Sep 27
1
library() and lib.loc
library() takes lib.loc as the third argument. Where is this set? I am modifying the default library search path and everything seems to be ok except for this (I want R_HOME/lib/library rather than R_HOME/library). -- albert chin (china at thewrittenword.com) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2002 Jun 05
1
Trailing comma in enum for 3.2.3p1
A trailing comma in an enum generates an error with the IBM C compiler, xlc, on AIX 4.3.2: $ gmake ... xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I. -I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include -DSSHDIR=\"/etc/opt/TWWfsw/openssh323\" -D_PATH_SSH_PROGRAM=\"/opt/TWWfsw/openssh323/bin/ssh\"
2002 Feb 22
1
Error building CVS on Tru64 UNIX
Latest CVS gives the following error with the Compaq C compiler on Tru64 UNIX: cc -I. -I. -O2 -std1 -DHAVE_CONFIG_H -I./popt -c batch.c -o batch.o cc: Error: batch.c, line 408: In this statement, a common type could not be determined for the 2nd and 3rd operands ("&s->count" and "&int_zero") of a conditional operator. (badcondit)
2011 Sep 07
1
How to dedicate a NIC for VM traffic without assigning it an IP
I am testing out a new server with RHEL6 running KVM. We have a few NICs on the server, one of which we would like to dedicate to network traffic to/from the virtual guests. Is it possible to do this without assigning an IP address to the NIC? We're currently doing something like this with Vmware Server, HP's HPVM for HP-UX/IA, and IBM's PowerVM for AIX. -- albert chin (china at
2003 Sep 16
1
openbsd-compat/port-aix.c fix for 3.7p1
1. Need a prototype for get_canonical_hostname(). 2. -I.. is used to build port-aix.c so why not just #include <xmalloc.h> rather than <../xmalloc.h>? -- albert chin (china at thewrittenword.com) -- snip snip --- openbsd-compat/port-aix.c.orig Tue Sep 16 10:07:47 2003 +++ openbsd-compat/port-aix.c Tue Sep 16 10:08:09 2003 @@ -27,11 +27,12 @@ #include "ssh.h" #include
2006 Jan 30
1
CVE-2006-0225
Any plans to incorporate the Fedora patch for CVE-2006-0225: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0225 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168167 -- albert chin (china at thewrittenword.com)
2004 May 02
1
2.6.2 patch for AIX
The IBM C compiler on AIX doesn't like a trailing comma after the last enum constant. -- albert chin (china@thewrittenword.com) -- snip snip --- rsync.h.orig 2004-05-01 16:52:14.000000000 -0500 +++ rsync.h 2004-05-01 16:52:18.000000000 -0500 @@ -123,7 +123,7 @@ MSG_DATA=0, /* raw data on the multiplexed stream */ MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */
2004 May 02
1
SEGV on FreeBSD 4.8-STABLE with 2.6.2
I'm getting a SEGV on a FreeBSD 4.8-STABLE box. The client is Solaris 9/SPARC. Both boxes run 2.6.2. The command I'm running is: $ rsync -arHRv --numeric-ids --delete --exclude=/opt/dist/cdrom \ [paths] [server]:[path] If I whittle down what appears in [paths], then it works. $ gdb rsync rsync.core gdb> bt #0 0x280faf0d in strncmp () from /usr/lib/libc.so.4 #1 0x7 in ?? () #2
2024 Jan 07
1
size_t ndest_constraints = 0i in ssh-add.c
Is the use of "0i" a typo in main() from ssh-add.c: struct dest_constraint **dest_constraints = NULL; size_t ndest_constraints = 0i, ncerts = 0; -- albert chin (china at thewrittenword.com)
2003 Sep 16
1
Problems with 3.7p1 on IRIX 6.5
$ uname -R 6.5 6.5.19m $ cc -v MIPSpro Compilers: Version 7.4 $ sshd -p 8022 [client]$ ssh -p 8022 -v [host] $ par -s -SS -i -p [pid] ... 12mS sshd(3664039): fork() 12mS sshd(3664039): END-fork() = 3639808 12mS sshd(3639808): END-fork() = 0 13mS sshd(3639808): close(5) OK 13mS sshd(3639808): getuid() = 0, euid=0 14mS
2004 Sep 21
2
4-STABLE and 3Ware 9000 series controllers
Anyone having good results with 4-STABLE and the 3Ware 9000 series controllers? -- albert chin (china@thewrittenword.com)
2002 Jun 25
1
PrivSep and AIX 4.3.2
With 3.3p1 built on AIX 4.3.2: $ ssh [blah] Couldn't set usrinfo: Not owner debug1: Calling cleanup 0x20019080(0x200219a0) debug3: mm_request_send entering: type 27 debug1: Calling cleanup 0x20018dd4(0x0) Connection to songohan closed by remote host. Connection to songohan closed. Output from sshd -d -d -d: ... debug3: tty_parse_modes: 92 0 debug3: tty_parse_modes: 93 0
2001 Oct 22
2
configure changes
I finally got around to looking at a bunch of patchs to configure.in, some of them from back in March. One from Carson Gaspar <carson at taltos.org> looked promissing at first glance but after many hours I just couldn't get it to work. Due to much demand, I have added optional PATH to --with-pcre, --with-zlib, and --with-tcp-wrappers. I have done extensive testin on --with-zlib, and
2002 Jun 05
0
Build problems with 3.2.3p1 under Tru64 UNIX 4.0D
Tru64 UNIX 4.0D, with the DTK (Desktop Toolkit), includes int64_t in /usr/include.dtk/stdint.h. $ gmake ... (cd openbsd-compat && gmake) gmake[1]: Entering directory `/opt/build/openssh-3.2.3p1/openbsd-compat' cc -O2 -std -I/opt/TWWfsw/tcpwrap/include -I. -I.. -I. -I./.. -I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include -DHAVE_CONFIG_H -c bsd-arc4random.c cc: Error:
2002 Mar 07
0
rsync 2.5.2 doens't compile on Tru64 5.1
Hi all, I have rsync 2.5.1 (with a patch from albert chin - china@thewrittenword.com) installed OK on Tru64 5.1 UNIX. When I run rsync, it doesn't work with special files (FIFO, socket,...) Here is the error: mknod cluster/members/member1/dev/binlogdmb : Invalid argument mknod cluster/members/member1/dev/log : Invalid argument mknod cluster/members/member1/dev/printer : Invalid