search for: bindresvport

Displaying 20 results from an estimated 48 matches for "bindresvport".

2009 Jul 02
2
Cannot write to disk - Pro/E
...fixme:reg:RegSetKeySecurity :(0x54,4,0x12cc60): stub fixme:reg:RegSetKeySecurity :(0x5c,4,0x12cc60): stub clnttcp_create: bindresvport failed, error = 10013 clnttcp_create: bindresvport failed, error = 10013 clnttcp_create: bindresvport failed, error = 10013...
2004 Mar 02
2
[PATCH] Force mountd(8) to a specified port.
...NFS read-only in an Internet-facing colocation environment. I am not happy with packet filters alone around rpcbind, call me paranoid, so I just spent the last few minutes cutting this patch. As you are aware, RPC applications can be forced to listen on a known port through the sin/sa argument to bindresvport[_sa](). Why several Linux distributions have this feature yet none of the BSDs do is beyond me... Please let me know your thoughts. If there are no valid objections I plan to commit it. Regards, BMS -------------- next part -------------- Index: mountd.8 ==========================================...
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; memset(sin, 0, sizeof(me)); - sin->sin_...
2012 Feb 05
4
qcow2 performance
Greets, I have to research performance-issues of a W2003-VM within KVM. Right now it's a qcow2-image-file w/ default settings within libvirt (configured by vmm ...) My question: what caching to use? writeback/writethrough/etc ... what to use for data integrity while not getting ultraslow performance? Found https://www.linuxfoundation.jp/jp_uploads/JLS2009/jls09_hellwig.pdf Is there
2000 Nov 28
2
No subject
...ss\" -DHAVE_CONFIG_H -c bsd-base64.c gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - DETC DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DE FAUL T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-bindresvport.c bsd-bindresvport.c: In function `bindresvport_af': bsd-bindresvport.c:59: warning: `error' might be used uninitialized in this func tion gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - DETC DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/s...
2000 Nov 29
0
ssh problem
...IG_H -c bsd-base64.c >gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - >DETC >DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_D E >FAUL >T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-bindresvport.c >bsd-bindresvport.c: In function `bindresvport_af': >bsd-bindresvport.c:59: warning: `error' might be used uninitialized in this >func >tion >gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - >DETC >DIR=\"/usr/local/etc\" -DSSH_PR...
2001 Jul 26
7
Updated Cray patch against openssh SNAP-20010725
...gnal on unicos and unicosmk. session.c - Added unicos/unicosmk job termination signal handler. Add TMPDIR envireent variable. Add code to set up a unicos/unicosmk job and system limits. sshpty.c - Unicos/unicosk pty support. In openbsd-compat directory: bindresvport.c & - Code around the fact that the address of sin_port rresvport.c. really is 64 bit aligned on a SV1. bsd-cray.c - New - cray support routines. bsd-cray.h - Cray support. -------------- next part -------------- A non-text attachment was scrubbed... Name: craypatch-20010...
2001 Aug 02
3
Cray patch against openssh-SNAP-20010802
...al on unicos and unicosmk. session.c - Added unicos/unicosmk job termination signal handler. Add TMPDIR environment variable. Add code to set up a unicos/unicosmk job and system limits. sshpty.c - Unicos/unicosk pty support. In openbsd-compat directory: bindresvport.c & - Code around the fact that the address of sin_port rresvport.c. really is 64 bit aligned on a SV1. bsd-cray.c - Clean up cray support routines. Fix su related security bug. bsd-cray.h - Cray support subroutine proto types. Bill Jones -------------- nex...
2011 Jan 28
2
klibc 1.5.21-1 and mksh
...000000000 +0000 +@@ -47,6 +47,7 @@ + time.o utime.o llseek.o nice.o getpriority.o \ + qsort.o bsearch.o \ + lrand48.o jrand48.o mrand48.o nrand48.o srand48.o seed48.o \ ++ arc4random.o \ + inet/inet_ntoa.o inet/inet_aton.o inet/inet_addr.o \ + inet/inet_ntop.o inet/inet_pton.o inet/bindresvport.o \ + send.o recv.o \ +Index: klibc-1.5.21/usr/klibc/arc4random.c +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ klibc-1.5.21/usr/klibc/arc4random.c 2011-01-28 12:35:21.000000000 +0000 +@@ -0,0 +1,144 @@ ++/*- ++ * Min...
2000 Dec 07
2
sunos 4.1.4 Makefile and regex.[ch] fix
...ompress.o crc32.o cygwin_util.o deattack.o dispatch.o dsa.o hmac.o hostfile.o key.o kex.o log.o match.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o tildexpand.o ttymodes.o uidswap.o util.o uuencode.o xmalloc.o LIBOPENBSD_COMPAT_OBJS=bsd-arc4random.o bsd-base64.o bsd-bindresvport.o bsd-daemon.o bsd-getcwd.o bsd-inet_aton.o bsd-inet_ntoa.o bsd-misc.o bsd-mktemp.o bsd-realpath.o bsd-rresvport.o bsd-setenv.o bsd-sigaction.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o bsd-strsep.o bsd-strtok.o bsd-vis.o bsd-setproctitle.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o next-...
2001 Feb 01
0
warnings on aix325
Hi, I'm trying to compile openssh2.3.0p1 on aix3.2.5. Can I ignore this list of warning messages? bsd-bindresvport.c: In function `bindresvport_af': bsd-bindresvport.c:94: warning: implicit declaration of function `bind' bsd-rresvport.c: In function `rresvport_af': bsd-rresvport.c:64: warning: implicit declaration of function `bzero' bsd-rresvport.c:82: warning: implicit declaration of function...
2001 Jul 22
2
Patches for Cray T3Es running Unicossmk and SV1s running Unicos
This patch is against Cray patch against openssh-SNAP-20010710. Here a few notes about them: 1) rijndael does not work on cray due to the fact it is rooted in 32 bits. I looking for a fix, it may come form Wendy Palam. For now the cray default to the following cihpers for ssh version 2 ssh are: 3des-cbc,blowfish-cbc,cast128-cbc,arcfour 2) Crays don't have setitimer so I
2006 Aug 30
30
Testing for the 4.4p1 release
Hi, The 4.4p1 release is approaching now, so we are now asking people to actively test snapshots or CVS and report back to the mailing list. Snapshots are available from http://www.mindrot.org/openssh_snap or from any of the mirrors listed on http://www.openssh.org/portable.html The latter page also includes instructions for checking out portable OpenSSH via anonymous CVS. This release
2000 Jul 17
0
patch for getting 2.1.1p4 to compile on SunOS 4
...host.o channels.o cipher.o compat.o compress.o crc32.o deattack.o dispatch.o dsa.o fingerprint.o hmac.o hostfile.o key.o kex.o log.o match.o mpaux.o nchan.o packet.o radix.o entropy.o readpass.o rsa.o tildexpand.o ttymodes.o uidswap.o uuencode.o xmalloc.o -LIBOPENBSD_COMPAT_OBJS=bsd-base64.o bsd-bindresvport.o bsd-daemon.o bsd-inet_aton.o bsd-misc.o bsd-mktemp.o bsd-rresvport.o bsd-setenv.o bsd-sigaction.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o bsd-strsep.o fake-getaddrinfo.o fake-getnameinfo.o next-posix.o +LIBOPENBSD_COMPAT_OBJS=bsd-base64.o bsd-bindresvport.o bsd-daemon.o bsd-inet_aton.o bsd-mis...
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 Comp...
2000 Jan 16
1
OpenSSH 1.2.1 pre26, solaris 8ea and IPv6 - good news
I don't know if anyone else has tested it yet, but the IPv6 integration into OpenSSH seems to work just fine on my Solaris 8 box, as much as I can I've tested it and it's behaving nicely. Carl
2000 Oct 08
1
binding to privileged ports
...; /* Success. */ #endif /* SOCKS */ if (errno == EADDRINUSE) { close(sock); continue; } fatal("bind: %.100s", strerror(errno)); } The portable OpenSSH distribution appears to count /upwards/ from 600: (from bsd-bindresvport.c; whitespace elided) for(i = 0; i < NPORTS; i++) { *portp = htons(port); error = bind(sd, sa, salen); /* Terminate on success */ if (error == 0) break; /* Terminate on errors, except "address already in use" */ if ((error < 0) && !((errno == EADDRINUSE) || (errno =...
2000 Nov 28
0
No subject
...usr/local/include -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c -o next-posix.o next-posix.c rv libopenbsd-compat.a bsd-arc4random.o bsd-base64.o bsd-bindresvport.o bsd-daemon.o bsd-getcwd.o bsd-inet_aton.o bsd-inet_ntoa.o bsd-misc.o bsd-mktemp.o bsd-realpath.o bsd-rresvport.o bsd-setenv.o bsd-sigaction.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o bsd-strsep.o bsd-strtok.o bsd-vis.o bsd-setproctitle.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o next-...
2003 Dec 22
0
(no subject)
...help or pointers please $ make (cd openbsd-compat && make) /usr/local/bin/ar rv libopenbsd-compat.a bsd-arc4random.o bsd-cray.o bsd -cygwin_util.o bsd-getpeereid.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-wai tpid.o fake-rfc2553.o xmmap.o xcrypt.o base64.o basename.o bindresvport.o daemon .o dirname.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o inet_aton. o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o seten v.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o vis.o port-ir ix.o port-aix.o /usr/lib/dld.sl: Can't...
2009 Apr 22
0
networking problems in kinit
...pconfig' with a static configuration from the kernel cmdline: ip=192.168.1.100:192.168.1.200:192.168.1.254:255.255.255.0::eth0: I added the following (simplified) code somewhere after 'do_ipconfig': ... int fd; struct sockaddr_in addr; ... fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP); bindresvport(fd, 0); memset( &addr, 0, sizeof( addr ) ); addr.sin_family = AF_INET; addr.sin_addr.s_addr = inet_addr( "192.168.1.1" ); addr.sin_port = htons( 60000 ); connect(fd, (struct sockaddr *)&addr, sizeof(addr)) send( fd, ... some data ... ) ... But now 'connect' fails with...