similar to: ControlAllowUsers

Displaying 20 results from an estimated 100000 matches similar to: "ControlAllowUsers"

2006 Feb 10
0
OpenSSH ControlAllowUsers, et al Patch
Attached (and inline) is a patch to add the following config options: ControlBindMask ControlAllowUsers ControlAllowGroups ControlDenyUsers ControlDenyGroups It pulls the peer credential check from client_process_control() in ssh.c, and expounds upon it in a new function, client_control_grant(). Supplemental groups are not checked in this patch. I didn't feel comfortable taking a shot
2006 Apr 22
1
[Patch] Unix Domain Socket Forwarding
http://25thandclement.com/~william/openssh-4.3p2-streamlocal-20060421.patch The above URL is a complete patch to OpenSSH 4.3p2 to implement unix domain socket forwarding (this supercedes a canceled message I sent last night w/ an inline attachment). Basically, for forward and reverse forwardings anywhere you previously put a port number you can now put a path. The socket path should go between
2002 Sep 06
0
use of setsockopt(SO_LINGER)
I would like to remove setsockopt(SO_LINGER), as there does not seem to be a reason for its use. If you know of specific reasons we should keep any of these let me know, or run this patch in local test trees where possible. This is against OpenBSD, but should apply to portable with some fuzz. Index: channels.c =================================================================== RCS file:
2020 Jan 08
3
Phabricator -> GitHub PRs?
Then perhaps those opposed could suggest how to use Phabricator/Arcanist so that I don't throw my keyboard through my monitor? -bw On Tue, Jan 7, 2020 at 4:33 PM Finkel, Hal J. <hfinkel at anl.gov> wrote: > > On 1/7/20 6:17 PM, Bill Wendling wrote: > > What was the verdict? Any plans to move? I hate coding anything knowing > that I'll have to use Phabricator.
2020 Jan 08
3
Phabricator -> GitHub PRs?
What was the verdict? Any plans to move? I hate coding anything knowing that I'll have to use Phabricator. It's like nails on a chalkboard. -bw On Tue, Jan 7, 2020 at 4:13 PM Finkel, Hal J. <hfinkel at anl.gov> wrote: > > On 1/7/20 6:03 PM, Bill Wendling via llvm-dev wrote: > > Now that we're on GitHub, can we *please* move to GitHub PRs? As much as I > hate
2001 Jan 12
0
Socket options not properly set for ssh and sshd.
I mentioned this problem in a previous post (in November). This time I'm including a patch. Version: OpenSSH_2.3.0p1 Keywords: setsockopt keepalive hang masquerade interactive Symptom: For protocol 2, socket options (especially keepalive) are not being properly set for OpenSSH_2.3.0p1, even when request in the config files. Furthermore (for either protocol), keepalive is only set for
2006 Oct 10
4
Use remote machine environmental variables
I am having an issue passing a command through ssh which uses an environment variable. I would like the environment variable to be read from the remote host, but it is being read from the local host. For instance: ssh rhost ls -lm $WWW_HOME $WWW_HOME is set as /usr/www on local but /var/www on the remote so it is being read as : ssh rhost ls -lm /usr/www and I'd like it to be ssh rhost
2000 May 18
1
root preexec & 2.0.7
I a have a problem resulting from a neat tool I developed through the use of the "root preexec" option: This is done in the [homes] section of smb.conf. I launch a shell script with the user name (%u) and machine name (%m). The shell calls a C program to check the users quota and returns a code as the percentage of quota used. Meanwhile, all output of the C program has been captured
2018 Apr 19
0
odd assignInNamespace / setGeneric interaction
The problem is not specific to redefining the q function, but to the interaction of assignInNamespace and setGeneric. The latter requires, roughtly, that the environment of the function being replaced by an S4 generic is (or is the descendent of) the environment in which it lives. E.g., the following demonstrates the problem % R --quiet --vanilla > assignInNamespace("plot",
2003 Jan 28
1
ibutton
has anybody worked with support for the ibutton? i've come across keymgr (http://www.rcpt.to/keymgr/), but it seems to be dead (or playing possum). i've also come across ramblings about integrating ibutton support into openssl, but i dunno how pertinent that is, or even whether the work still exists. i just want to get rid of my passwds (or lock them up in a safe), and the ibutton seems
2000 Apr 28
3
Win2k & 2.0.7
When I try to join the Win2k machine to a domain, I get the following message: The following error occurred attempting to join the domain "WIN2K": The procedure number is out of range. This is a Win2k PC attempting to join to AIX 4.3.2 running samba 2.0.7. Any ideas would be greatly appreciated. Thanks, Bill -- /------------------------------------------------------\
2006 Apr 19
1
tcpip-forward with port 0 and 'want reply'
RFC 4254 says, in regards to the "tcpip-forward" request message: Section 7.1 ... If a client passes 0 as port number to bind and has 'want reply' as TRUE, then the server allocates the next available unprivileged port number and replies with the following message; otherwise, there is no response-specific data. byte SSH_MSG_REQUEST_SUCCESS uint32 port that was bound
2006 Sep 27
1
ExitOnForwardFailure and Protocol 2.0
I'm merging my "streamlocal" unix domain socket forwarding patch into 4.4p1 (or rather 20060926 SNAP) and I gather that the ExitOnForwardFailure capability only works for protocol 1.0. Am I misreading things? I was really looking forward to that feature. I noticed when I began fixing a merge reject in channel_request_remote_forwarding(). - Bill
2018 Apr 19
2
odd assignInNamespace / setGeneric interaction
>>>>> Michael Lawrence <lawrence.michael at gene.com> >>>>> on Wed, 18 Apr 2018 14:16:37 -0700 writes: > Hi Bill, > Ideally, your coworker would just make an alias (or shortcut or > whatever) for R that passed --no-save to R. I'll try to look into this > though. > Michael Yes, indeed! As some of you know, I've
2007 Apr 22
3
CentOS5 consistent media check failures 2 - 6.
Folks, As much as I hate to, I feel I need to post my long story and ask help. Shortly after the release announcement, I kicked off rtorrent and downloaded the CD and DVD images. Since my cable provider does my "throttling", I disabled throttling and shared for several days, "returning" several GBs at no objectionable loss I could discern. While that was going on, I used
2000 May 02
2
ole locking compatibility
Would there be any conditions under which this setting (default to yes) could cause an AIX 4.3.2 machine (samba 2.0.6) to suddenly have all processes (smbd or otherwise) become blocked? I've sent 5 dumps to IBM and they're stumped and this is the only thing I can possibly find from the samba stuff that could possibly cause it. Here is the exerpt from smb.conf: ole locking
2000 May 26
0
fork problem and web site problems
AIX 4.3.3 w/ Samba 2.0.7 & IBM C/C++ 3.6.6 Printing problem info again. I modified printing/printing.c/print_file smbrun result from level 3 to level 1 and found the following: [2000/05/26 15:27:31, 0] lib/smbrun.c:smbrun(128) smbrun: fork failed with error Resource temporarily unavailable [2000/05/26 15:27:31, 1] printing/printing.c:print_file(120) Running the command `lpr -r -Phud147l
2000 Mar 30
4
Compile error - 3rd time...
Well, since alpha 0.0 this has been there.... Any ideas Luke? Using LIBS = -ldl Compiling rpc_client/cli_login.c with libtool "include/sam.h", line 31.41: 1506-243 (S) Value of enumeration constant must be in range of signed integer. make: The error code from the last command is 1. Stop. IBM AIX 4.3.2. IBM C compiler 3.6.6. Any idea when this will be fixed? Bill --
2002 Jul 17
2
[Patch] SSH through HTTP proxy using CONNECT
Hi, I'm not a subscriber to this list so please CC: me in any replies. I found myself in a situation where I was behind a corporate firewall that allowed only web requests to the outside world (and furthermore those requests had to be via their proxy server). Therefore, I couldn't SSH to the outside world. However, the HTTP proxy 'CONNECT' method, which is normally used to
2012 Apr 16
0
[LLVMdev] Determing C Types
Bill, Thanks, yes, I realize that's not what it's for; however, it looks like with a little tweaking it would be possible but I'd rather not change the LLVM base code. Guess I'll just have to write my own code to do this, thanks. Also, the initial question, so there's no way to tell if int8 was a char in LLVM? Thanks. On Mon, Apr 16, 2012 at 3:14 PM, Bill Wendling