similar to: binding to privileged ports

Displaying 20 results from an estimated 1000 matches similar to: "binding to privileged ports"

2011 May 10
1
[Bug 1903] New: bindresvport_sa() does not validate non-zero struct sockaddr * port is within intended range
https://bugzilla.mindrot.org/show_bug.cgi?id=1903 Summary: bindresvport_sa() does not validate non-zero struct sockaddr * port is within intended range Product: Portable OpenSSH Version: 5.8p2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:
2001 Dec 05
1
The bloomin' Irish
Let me first apologise for asking on two lists, but this problem is (of course) urgent because prior to this afternoon I was unaware of the problem and it has been affecting production users for two days despite me having warned everyone that they should be looking out for possible Samba problems! I have just upgraded most of our samba servers from 1.9.18 (various patch levels) to 2.2.2 on
2012 Jul 19
1
Centos Wiki Submission
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear Centos Community: Allow me to introduce myself. I am Robert {Bob} Lightfoot from Borden, Indiana USA. My wikilogin shows a username of RobertLightfoot although on IRC and Fedora I am known as BobLfoot. I was reading thru the material found at http://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2cca54dd79e5 in preparing for
2012 Jul 21
1
Centos Wiki HomePage Access Part Duex
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan: The homepage now appears in my name, but I have scoured the page and am not finding an edit this page link. Bob Lightfoot -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQCvDeAAoJEKqgpLIhfz3X3KEH/1W20Qz/EaWNEAFLQSsnoEwa
2002 Nov 29
1
Build problem - 2.2.7 (latest)
I'm trying to build samba 2.2.7 (latest tarball) downloaded about 2 hours ago. System is SunFire 3800, Solaris 8 (Generic_108528-16) and gcc 3.2 (downloaded from Sunfreeware). Gcc -v output is: Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version
2001 Feb 23
0
A couple of patches....
I have made available three patches for OpenSSH 2.5.1p1 (and 2.3.0p1), two of which may be of general interest. They are described in detail at http://www.ex-parrot.com/~chris/openssh-patches/ but a brief description-- http://www.ex-parrot.com/~chris/openssh-patches/openssh-2.5.1p1-keepalives.patch modifies the code in clientloop.c to periodically send a null packet as a keepalive; this is
2015 May 27
0
[RFC 1/6] VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic
From: Asias He <asias at redhat.com> Signed-off-by: Asias He <asias at redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha at redhat.com> --- include/net/af_vsock.h | 2 ++ net/vmw_vsock/af_vsock.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/include/net/af_vsock.h b/include/net/af_vsock.h index 172632d..d52b984
2000 Feb 17
3
call_nt_transact_ioctl: Currently not implemented.
Hello, we run samba 2.0.6 on Solaris2.6 and use it together with clearcase (version 3.2.1). Sometimes the checkout of files from a clearcase NT-client hangs and probably causes clearcase to destroy the viewstore. In the samba logfile of that client I found the following message: [2000/02/17 09:29:49, 0] smbd/nttrans.c:call_nt_transact_ioctl(2401) call_nt_transact_ioctl: Currently not
2004 Jan 06
1
[PATCH] possible bug in bindresvport
nfsmount doesnt work anymore for me. This patch fixes at least udp nfs mounts. tcp does still hang. client and server is 2.6. --- /dev/shm/bindresvport.c 2003-12-08 02:33:24.000000000 +0100 +++ klibc/inet/bindresvport.c 2004-01-06 21:05:02.283779072 +0100 @@ -23,7 +23,7 @@ int bindresvport(int sd, struct sockaddr if (sin == NULL) { sin = &me;
2008 Oct 02
2
Bug in dovecot 1.2 dict
Hi Timo, Hi *, in 1.2 the dict server (tested with sqlite backend) is somewhat broken. It bails out regularly with "Fatal: dict: Socket already exists: ..." (looks like a race condition as it doesn't fail always). We discovered that this new code in dict-server.c seems to be the problem: server->fd = net_listen_unix_unlink_stale(path, 64); if (server->fd == -1) { if
2019 Sep 03
0
[PATCH v2 15/27] drm/dp_mst: Cleanup drm_dp_send_link_address() a bit
Declare local pointer to the drm_dp_link_address_ack_reply struct instead of constantly dereferencing it through the union in txmsg->reply. Then, invert the order of conditionals so we don't have to do the bulk of the work inside them, and can wrap lines even less. Then finally, rearrange variable declarations a bit. Cc: Juston Li <juston.li at intel.com> Cc: Imre Deak <imre.deak
2006 Jul 13
8
(OS X) Address binding still exists after terminating session
[using mongrel-0.3.13.4 pre-release, OX 10.4.7] I have a slightly annoying issue under OS X: If i terminate the session that ran the mongrel process (by closing terminal window -- hey, it happens!), subsequent attempts to start mongrel give me the following error: /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ tcphack.rb:12:in `initialize_without_backlog'':
2019 Sep 03
0
[PATCH v2 01/27] drm/dp_mst: Move link address dumping into a function
Makes things easier to read. Cc: Juston Li <juston.li at intel.com> Cc: Imre Deak <imre.deak at intel.com> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com> Cc: Harry Wentland <hwentlan at amd.com> Reviewed-by: Daniel Vetter <daniel at ffwll.ch> Signed-off-by: Lyude Paul <lyude at redhat.com> --- drivers/gpu/drm/drm_dp_mst_topology.c | 35
2007 Aug 03
1
race condition with ControlMaster=auto
There is a race in the setup of the ControlMaster socket in auto mode, as illustrated by the following command line: ssh -oControlMaster=auto -oControlPath=sock localhost 'sleep 1; echo 1' & ssh -oControlMaster=auto -oControlPath=sock localhost 'sleep 2; echo 2' & Both of the commands will try to start up as a control client, find that sock does not exist, and switch into
2004 Dec 28
1
OpenSSH 3.9p1 X11 forwarding
Hi, We upgraded from 3.7.1p2 to 3.9p1. The behaviour of the X11 forwarding changed significantly, it is much slower. See below the truss output (server side which runs 3.7.1p2) an check for the timestamp (6 seconds delay). Do you have any idea what may causes this behaviour? Platform is Solaris 5.9 Generic_117171-05. Thanks in advance, Andy Kocher 19279: 9.5463 sigaction(SIGCLD,
2005 Dec 13
1
sshd -p option vs ListenAddress
If all ListenAddress lines in the sshd_config file specify a port, then the -p option to sshd is silently ignored: # cat test_sshd_config2 ListenAddress 0.0.0.0:22 ListenAddress 0.0.0.0:2222 # `pwd`/sshd -D -d -p 4411 -f test_sshd_config2 debug1: sshd version OpenSSH_4.2p1 debug1: private host key: #0 type 0 RSA1 debug1: read PEM private key done: type RSA debug1: private host key: #1 type 1
2000 Oct 08
0
No subject
Chris Lightfoot -- http://www.ex-parrot.com/~chris/ In view of the fact that God limited man's intelligence, it is a pity that He did not also limit his stupidity (Adenauer)
2001 Aug 09
2
Solaris X86 Wine
I am determined to see wine work again on Solaris. A while back there was some discussion on a modification of mmap to allow dos mode to work. The thread of wine-develop faded out after a while with no resolution. Can someone outline this problem and how it affects wine, and give me some reason why the finally proposed solution from last year should not be applied This was the last reference I
2001 Mar 14
1
[PATCH] Added Null packet keepalive option
I have attached a patch which adds null packet keepalive functionality to the client. This patch is made against the current CVS tree as of 3/14/01. Please consider this patch for inclusion in the OpenSSH main tree. This patch is based upon and includes code from the Chris Lightfoot (chris at ex-parrot.com) patch posted 2/23. The original patch from Chris is at:
2010 May 30
1
upgrading problems, 2.3.5 -> 2.3.8
Ever since I updated rails to 2.3.8, script/server exits right after it starts. Here''s the output => Ctrl-C to shutdown server [2010-05-29 18:14:58] INFO WEBrick 1.3.1 [2010-05-29 18:14:58] INFO ruby 1.9.1 (2009-01-30) [i686-linux] [2010-05-29 18:14:58] WARN TCPServer Error: Address already in use - bind(2) Exiting /usr/local/lib/ruby/1.9.1/webrick/utils.rb:73:in