similar to: --{enable/disable}-suid-ssh removed, rhosts auth gone when UID != 0

Displaying 20 results from an estimated 1200 matches similar to: "--{enable/disable}-suid-ssh removed, rhosts auth gone when UID != 0"

2002 Nov 12
2
Forcing privileged ports with ssh -R
Hi, I have a daemon process which is changings things in the system only the superuser should be allowed to change. Lets call it "riskyd". Users use a frontend on the same machine (lets call it "risky"). risky is a SUID program which talks to riskyd by binding to a privileged port, then connecting to riskyd on localhost. riskyd cheks that the connection is coming from
2001 Nov 04
4
Slow connection performance with ssh2
Hi, since I switched from SSH 1 to OpenSSH 2.9p2/2.9.9p2/3.0p1 Snapshot I suffer from awfully slow connection performance. Once the connection is established, performance is perfectly ok. Client Server (protocol 2 only) # time ssh -p 22222 xx id # time sshd -d -p 22222 real 0m13.340s real 0m13.900s user 0m7.860s
2001 Aug 20
4
[PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes
Hi, attached please find some patches for ReliantUNIX. This was tested under Reliant UNIX V5.43C40 with Compiler CDSDEV V2.0C00. Here is what I did: - there is a common misunderstanding how to use /usr/libucb/libucb.a: There are some library functions only in libucb.a under ReliantUNIX, so one needs to bind it. The problem is: there are some other functions in this library you should never
2000 Dec 08
2
configuration problem
Hi All: I'm worse than a newbie at this so if this seems a bit dumb please accept my appologies. I've gone to us1.samba.org/samba/docs/DIAGNOSIS.htm and run all of the tests. My installation appears to pass all of them except for this one: nmblookup -B ABNER Yes, Abner is all in uppercase on both the windoz box and the Linux box. All of the other tests appear fine. The above
2003 Dec 01
0
No subject
"ls /smb" will show all the machines in your workgroup "ls /smb/<machine-name>" will show the share names for that machine You must use a shell that is dynamically linked (or any dynamically linked command) in order for smbsh to work correctly. smbclient: Much like an ftp client for SMB shares. NFS: The "genuine" way to mount something from another unix
1998 Aug 06
0
Which IP adresses are registered when having mutliple interfaces
Hi! I'm running Samba 1.9.18p7 on a machine with two interfaces, so I configured: ; multiple interfaces interfaces =x.y.z.7/255.255.0.0 a.b.c.d/255.255.0.0 ; paranoia setting: to be REALLY sure which host name samba uses as NETBIOS name netbios name = XYZ001 This one has to register with a WINS server on one of the nets, so I configured: ; be a WINS client wins
2004 Dec 21
1
Mixing mbox and maildir
Is there some way to add a maildir folder to a mbox hierarchy? My folders are all mbox, but I want to migrate some client-side mail from a client (PMMail2000) that stores messages as individual files, and it might be easiest just to dump all the files into a maildir directory with suitable naming.
2001 May 04
1
RSARhosts / Hostbased auth and euid=0 requirement
I'm not happy with ssh being setuid root. I know that the long-term goal is to have a seperate host-key-management process, but that is a ways off. Until then, I'd like to propose the following: - Allow ssh to read alternate key files. This would allow the ssh client to use keyfiles different from the ones sshd uses. I know that this can be done now by changing the ones sshd uses,
2004 Aug 25
2
Default path to identity file
Hi, The name of the identity file defaults to what fill_default_options() in readconf.c does: SSH_PROTO_1: "~/%.100s", _PATH_SSH_CLIENT_IDENTITY SSH_PROTO_2: "~/%.100s", _PATH_SSH_CLIENT_ID_RSA "~/%.100s", _PATH_SSH_CLIENT_ID_DSA Identity files are always expanded by tilde_expand_filename() which gets the name of the home directory from
1998 Nov 06
2
Need help with 'Cannot find setup.exe Windows needs this file to
OK. Maybe I was a little terse in the description. I have a CD we (Candle) created. It installs one of our products by executing the setup.exe program. I am able to execute the program off the CD with no problems. I then copied the contents of the CD to the Samba share. I try and execute the setup.exe file and get this error. If I then copy the files from the Samba share to /temp, I can
2000 Jun 06
0
[CSSA-2000-015-0] Caldera Security Advisory: KDE suid root applications
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ______________________________________________________________________________ Caldera Systems, Inc. Security Advisory Subject: kdelibs vulnerability for setuid KDE applications Advisory number: CSSA-2000-015.0 Issue date: 2000 June, 02 Cross reference: ______________________________________________________________________________ 1.
2004 Aug 25
6
sshd 3.9p1 under Reliant Unix 5.45: getpeername: Operation not supported on transport endpoint
The following is special to sshd 3.9p1 under ReliantUnix 5.45. It does not occur under ReliantUnix 5.43 nor under Solaris 5.8: `pwd`/sshd-3.9 -e -D -d -d -d Now connecting from outside [...] debug1: inetd sockets after dupping: 3, 3 debug1: get_port() calls get_sock_port(3) debug1: getpeername failed: Operation not supported on transport endpoint lsof proves FD 3 is an established TCP
1998 Oct 28
4
Anyone resolved "failed to lock SMB passwd file"?
Hi all. I'm experiencing long connect delays due to password file locking errors. For each connection samba logs the following errors: do_pw_lock: failed to lock SMB passwd file. mod_smbpwd_entry: unable to lock file /usr/local/samba-1.9.18p10/private/smbpasswd In the archives I found some other messages reporting the problem (on May this year), but no solution. Did I
2013 Jan 09
3
[LLVMdev] Pointer "data direction"
Hi Dmitry, On 01/09/2013 03:48 PM, Dmitry Mikushin wrote: > Hi Sebastian, > > This kind of analysis is a pretty complex problem in general case. > Consider, for instance, function "f" has nested calls of other functions > with "side effects", meaning they could potentially change the contents of > "in" or "out" indirectly. For this
2013 Jan 09
0
[LLVMdev] Pointer "data direction"
Are you analysing sizes in order to perform host<->accelerator memory synchronization? 2013/1/9 Sebastian Dreßler <dressler at zib.de> > Hi Dmitry, > > On 01/09/2013 03:48 PM, Dmitry Mikushin wrote: > > Hi Sebastian, > > > > This kind of analysis is a pretty complex problem in general case. > > Consider, for instance, function "f" has nested
2013 Apr 19
2
[LLVMdev] Help:- Memory dependence profiling in LLVM
----------------- Hello, I want to do a memory dependence profiling. Is there any freely available implementation of memory dependence profiling implementations in LLVM which I can modify for my own use? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
1998 Dec 22
2
Problems with SMB.CONF (2nd)
Majid, On Wed, 23 Dec 1998 00:20:31 +1100, Majid Tajamolian wrote: >> >; hosts allow = *.bol.sharif.ac.ir >> >; hosts allow = .bol.sharif.ac.ir >> >; hosts allow = 194.225.42.* >> > hosts allow = 194.225.42. >> >2. As you see above, if I use a domain detector except with the format >> > "194.225.42." , clients on our LAN
1998 Apr 27
5
Group information lost when security = server
Hi. I have a samba install, samba-1.9.18p4, with security=server. Users are validated against the NT domain controller correctly, and user accounts do exist on the unix box (AIX 4.2.1) Problem is that while the uid of the files that users create is correct, the group id is always sys, even though the users have as primary gid STAFF. The definition of the share I am trying to create is: [cslan]
2000 Aug 21
3
2.0.7: inherit permissions = yes breaks setting read-only on files
Hi, While testing the upgrade from 2.0.6 to 2.0.7 I found some kind of misbehaviour of inherit permissions. It was already known that the SGID bit on directories is only useable with "inherit permissions = yes". Most of my shares depend heavily on this (unix) feature. Today I found out I cannot change a file attribute to read-only from NT while "inherit permissions" is set
1998 May 10
3
Why only one WINS server?
Hello, Documentation states that one should set up only one Samba server as WINS server. While NT's TCP/IP setup has two entrys, one for a primary and one for a secondary WINS server I wonder why there should be only one Samba WINS server. Has anyone tried this with two Samba WINS servers? Did you suffer from any interferences. I did and the machines are running perfectly smooth. Did I