Displaying 20 results from an estimated 4000 matches similar to: "Mounting past the share level (\\server\share\path)"
2006 Aug 29
3
smbmount
Is there a method or way that will allow one to automagically mount
samba shares requiring a password w/o using a plain text password?
Even if I have to store the plaintext password in a file, is there at
least a way to keep plain text passwords going over the network
(IPSec perhaps)?
=== Al
2015 Jun 08
0
Bug in loadNamespace?
Looks like this could be locale related. Both of you are using non-US locales, and Sys.setlocale is not changing the last entry (LC_MESSAGES), which is as documented, but maybe somehow related.
I can reproduce with
Peters-iMac:r-release-branch pd$ LC_ALL=da_DK.UTF-8 BUILD-dist/bin/R --vanilla
R version 3.2.1 beta (2015-06-07 r68485) -- "World-Famous Astronaut"
Copyright (C) 2015 The
2024 May 30
1
How to call directly "dotTcl" C-function of the tcltk-package from the C-code of an external package?
I asked Tomas.
Apparently this works:
getNativeSymbolInfo("dotTcl",PACKAGE=getLoadedDLLs()$tcltk)
and the tcltk behavior was changed by
r84265 | hornik | 2023-04-15 08:44:36 +0200 (Sat, 15 Apr 2023) | 1 line
Try forcing symbols in ff calls.
Index: library/tcltk/src/init.c
===================================================================
--- library/tcltk/src/init.c
2003 Apr 23
2
Kerberized Telnet Badly Broken (Patch enclosed)
Ugh.
With MAKE_KERBEROS5=yes, on a recent STABLE,
I get the following trying to use Kerberized telnet:
# telnet -l test big.x.kientzle.com
Trying 66.166.149.54...
Connected to big.x.kientzle.com.
Escape character is '^]'.
[ Trying mutual KERBEROS5 (host/big.x.kientzle.com@X.KIENTZLE.COM)... ]
Bus error (core dumped)
Fortunately, it's pretty easy to track down:
(gdb) up
#2
2010 Oct 27
3
Samba 3.5.6, Solaris 10, pam_winbind.so will not link
Greetings,
Still no progress trying to get Samba 3.5.6 built on Solaris 10, using
gcc 3.4.6.
Maybe fresh eyes will see something? Been having issues building samba
since 3.4.9 (and anything greater than 3.2.15 on Solaris 9 where samba
will build, but winbind will not work properly for user authentication.)
techops$ make
Using CFLAGS = -I/opt/local/kerberos5/include -O -I.
2003 Sep 05
2
mergemaster error, sendmail, RELENG_4
Hello -stable:
I'm getting an error & stoppage from mergemaster in RELENG_4
(now 4.9-PRERELEASE), just updated a few minutes ago, vis:
--------------------
cd /usr/src/etc/sendmail; make distribution
install -o root -g wheel -m 644 /usr/src/etc/sendmail/freebsd.mc freebsd.cf /var/tmp/temproot/etc/mail
install: freebsd.cf: No such file or directory
*** Error code 71
Stop in
2023 Mar 28
1
[PATCH v6 04/11] vhost: take worker or vq instead of dev for flushing
This patch has the core work flush function take a worker. When we
support multiple workers we can then flush each worker during device
removal, stoppage, etc.
Signed-off-by: Mike Christie <michael.christie at oracle.com>
---
drivers/vhost/vhost.c | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
2003 Apr 01
0
kadmind patch error
Hello all
I have a problem using kadmind patch.
# cd /usr/src/kerberos5/libexec/k5admind
# make depend && make all install
...
/usr/src/kerberos5/libexec/k5admind/../../../crypto/heimdal/lib/hdb/hdb.h:41:
hdb_asn1.h: No such file or directory
In file included from
/usr/src/kerberos5/libexec/k5admind/../../../crypto/heimdal/kadmin/kadm_conn.c:34:
2004 May 05
0
FreeBSD Security Advisory FreeBSD-SA-04:08.heimdal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-04:08.heimdal Security Advisory
The FreeBSD Project
Topic: heimdal cross-realm trust vulnerability
Category: core
Module: crypto_heimdal
2004 May 05
0
FreeBSD Security Advisory FreeBSD-SA-04:08.heimdal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-04:08.heimdal Security Advisory
The FreeBSD Project
Topic: heimdal cross-realm trust vulnerability
Category: core
Module: crypto_heimdal
2002 May 30
0
[Bug 260] New: Expanded features in spec file.
http://bugzilla.mindrot.org/show_bug.cgi?id=260
Summary: Expanded features in spec file.
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2005 Apr 20
1
Have configure search $PATH for krb5-config
Hi All.
Right now, if OpenSSH is configure'ed --with-kerberos5 and the system
has a krb5-config that's not in /usr/local/bin then configure won't find it.
The attached patch changes this so krb5-config will be used if it's
anywhere in the path (although if it exists in the directory specified
by --with-kerberos5= then the user-supplied path will take precedence).
You will
2006 Jun 11
2
Kerberos5 / Heimdal
I have FreeBSD-6.1 and it appears the default installation has a full
complement of Kerberos5. But, /usr/src/kerberos5/README states:
This subtree is world-exportable, as it does not contain any
cryptographic code.
At the time of writing, it did not even contain source code, only
Makefiles and headers.
Please maintain this "exportable" status quo.
Thanks!
2005 Nov 12
1
[PATCH] Use krb5-config if avaialable for Kerberos parameters
Hi.
I've had this patch a while (and I posted an earlier version a while
back): it tries to use krb5-config to obtain the Kerberos build options.
If it's not available, or isn't in the path specified to --with-kerberos5
then the existing behaviour is kept.
It seems to work for me with MIT and Heimdal. I got some feedback from one
person, would any of the Kerberos-using folk care to
2005 Sep 05
3
[Bug 1078] passing --without-kerberos5 still checks for some kerberos support
http://bugzilla.mindrot.org/show_bug.cgi?id=1078
Summary: passing --without-kerberos5 still checks for some
kerberos support
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo:
2005 Jun 14
1
Samba w/ ADS support
Hello,
I am currently trying to install Samba w/ ADS support on a series of
Solaris 9 & 10 machines. I have tried compiling samba3, but some reason
it will not compile with ADS support. I have compiled MIT krb5 and
openldap previous to compiling Samba. I compiled openldap and installed
it into /usr/local/openldap. Kerberos was compiled and installed into
/usr/local/kerberos5. When
2002 Dec 31
0
openssh-3.5p1 && heimdal
I had compiled and installed heimdal-0.5.1 . Then I wanted to compile
openssh-3.5p1.
These should be my options:
flags=CFLAGS='-Wall -O2 -march=athlon -mcpu=athlon'
do_prelude:
chown -R root.root *
$(flags) ./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc/ssh \
--libexecdir=/usr/lib/ssh \
--with-tcp-wrappers
2003 Dec 17
3
Fedora FC1 RPMs
I've spent the morning looking at making some RPMs for Fedora Core 1
and run into a problem with GSSAPI. Basically the default install of
Fedora doesn't come with the necessary gssapi code to build the RPMs by
default (i.e. you need to say %define kerberos5 0 in openssh.spec).
Since Fedora is going to fork off from RedHat I was going to create a
set of patches to make a
2007 Jan 11
1
rename or mv not possible when unix write mode not set
Hi,
I'm wondering if anyone knows of a workaround or fix
for the below issue.
The Samba server is running on:
Red Hat Enterprise Linux AS release 3 (Taroon Update
4)
kernel=2.4.21-27.0.2.1.9.ELsmp
Samba version = 3.0.20b
chmod and mv are from the MKS toolkit.
The question/issue:
In unix I can do:
touch kltest
chmod 544 kltest
mv kltest kltest3
If I create a directory on the samba
2008 Aug 27
4
[releng_7 tinderbox] failure on amd64/amd64
TB --- 2008-08-27 11:26:00 - tinderbox 2.3 running on freebsd-stable.sentex.ca
TB --- 2008-08-27 11:26:00 - starting RELENG_7 tinderbox run for amd64/amd64
TB --- 2008-08-27 11:26:00 - cleaning the object tree
TB --- 2008-08-27 11:26:30 - cvsupping the source tree
TB --- 2008-08-27 11:26:30 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile
TB --- 2008-08-27