search for: rresvport

Displaying 20 results from an estimated 28 matches for "rresvport".

2002 Jan 15
3
Error in rsync that I don't understand..
[I wish the list archives were searchable, this most likely is a repeat question] We have a set of cron jobs that do regular rsyncs mirroring two trees. This has been pretty stable. Over the weekend, almost all of them broke with this message: rresvport: bind: Permission denied (15728) Error reading 4 bytes : EOF Under what conditions does this error occur? It looks like it couldn't bind to a port because it wasn't allowed to. But I'm not certain if thats the correct translation. sri
2000 Nov 28
2
No subject
...\" -DHAVE_CONFIG_H -c bsd-realpath.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-rresvport.c bsd-rresvport.c: In function `rresvport_af': bsd-rresvport.c:64: warning: implicit declaration of function `bzero' 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_ASKPAS...
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 `socket' bsd-rresvport.c:88: warning: implicit declaration of function `bind' bsd-setenv.c: In function `setenv': bs...
2000 Nov 29
0
ssh problem
...H -c bsd-realpath.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-rresvport.c >bsd-rresvport.c: In function `rresvport_af': >bsd-rresvport.c:64: warning: implicit declaration of function `bzero' >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/ss...
2001 Jul 26
7
Updated Cray patch against openssh SNAP-20010725
...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-20010725 Type: application/octet-stream Size: 15439 bytes Desc: not available...
2000 Feb 15
0
tiny bug fix
...=========================================================== RCS file: /cvs/src/usr.bin/ssh/sshconnect.c,v retrieving revision 1.53 diff -u -r1.53 sshconnect.c --- sshconnect.c 2000/01/18 09:42:17 1.53 +++ sshconnect.c 2000/02/15 10:18:18 @@ -150,7 +150,7 @@ int p = IPPORT_RESERVED - 1; sock = rresvport_af(&p, family); if (sock < 0) - fatal("rresvport: af=%d %.100s", family, strerror(errno)); + error("rresvport: af=%d %.100s", family, strerror(errno)); debug("Allocated local port %d.", p); } else { /*
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
2001 Aug 02
3
Cray patch against openssh-SNAP-20010802
...ob 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: craymod...
2000 Dec 07
2
sunos 4.1.4 Makefile and regex.[ch] fix
...n.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-posix.o --- 35,41 ---- TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-agent$...
2000 Jul 17
0
patch for getting 2.1.1p4 to compile on SunOS 4
...ch.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-misc.o bsd-mktemp.o bsd-rc4.o bsd-rresvport.o bsd-setenv.o bsd-sigaction...
2000 Nov 28
0
No subject
.../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-posix.o make: rv: Command not found make: *** [libopenbsd-compat.a] Error 127 thanks Phong
2001 Apr 12
1
ssh not using priv port if target prot not priv
...o the ssh_create_socket function in sshconnect.c: /* * If we are running as root and want to connect to a privileged * port, bind our own socket to a privileged port. */ if (privileged) { int p = IPPORT_RESERVED - 1; sock = rresvport_af(&p, family); if (sock < 0) error("rresvport: af=%d %.100s", family, strerror(errno) ); else debug("Allocated local port %d.", p); } else { /* * Just...
2003 Dec 22
0
(no subject)
...til.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 open shared library: /usr/local/lib/libfl.sl /usr/lib/dld.sl: No such file or directory *** Termination signal 134 Stop. *** Error exit code 1 Stop. Terry Buckley...
2000 Jan 17
5
AANOUNCE: openssh-1.2.1pre27
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A couple of silly errors, and one dangerous bug were in the pre26 release. This release corrects them. http://violet.ibs.com.au/openssh/files/openssh-1.2.1pre27.tar.gz If you want RPMs or any of the other files, please use a mirror: http://violet.ibs.com.au/openssh/files/MIRRORS.html Changes: - Using __snprintf is *NOT SAFE* on old Solaris.
2000 Jan 17
5
AANOUNCE: openssh-1.2.1pre27
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A couple of silly errors, and one dangerous bug were in the pre26 release. This release corrects them. http://violet.ibs.com.au/openssh/files/openssh-1.2.1pre27.tar.gz If you want RPMs or any of the other files, please use a mirror: http://violet.ibs.com.au/openssh/files/MIRRORS.html Changes: - Using __snprintf is *NOT SAFE* on old Solaris.
2000 Nov 29
0
Snapshot
...h open fds, but it is better than data loss. Investigation on how to best fix this problem is continuing and assistance would be appreciated. Changelog: 20001129 - (djm) Back out all the serverloop.c hacks. sshd will now hang again if there are background children with open fds. - (djm) bsd-rresvport.c bzero -> memset - (djm) Don't fail in defines.h on absence of 64 bit types (we will still fail during compilation of sftp-server). - (djm) Fail if ar is not found during configure - (djm) OpenBSD CVS updates: - provos at cvs.openbsd.org 2000/11/22 08:38:31 [sshd.8] tal...
1997 Sep 16
8
Re: Security Concern..
[Mod: This message is a reason *why* linux-security is moderated list. This is also a reason why Rogier, myself, Alan Cox and others really do not want to have completely open lists that deal with security related aspects of running a system as way too many people just jump to conclusions and give suggestions without doing any reasearch on a subject. -- alex (co-moderator of
2000 Mar 09
0
Can not configure openssh-1.2.2p1
...from ../../src/openssh-1.2.2p1/atomicio.c:26: ../../src/openssh-1.2.2p1/bsd-bindresvport.h:4: config.h: No such file or directory In file included from ../../src/openssh-1.2.2p1/includes.h:97, from ../../src/openssh-1.2.2p1/atomicio.c:26: ../../src/openssh-1.2.2p1/bsd-rresvport.h:4: config.h: No such file or directory In file included from ../../src/openssh-1.2.2p1/includes.h:98, from ../../src/openssh-1.2.2p1/atomicio.c:26: ../../src/openssh-1.2.2p1/bsd-misc.h:40: config.h: No such file or directory In file included from ../../src/openssh-1.2.2p1/include...
1999 Dec 29
1
Patch to use Dante socks library
...rt +#define connect Rconnect +#define gethostbyname Rgethostbyname +#define gethostbyname2 Rgethostbyname2 +#define getpeername Rgetpeername +#define getsockname Rgetsockname +#define read Rread +#define readv Rreadv +#define recv Rrecv +#define recvmsg Rrecvmsg +#define recvfrom Rrecvfrom +#define rresvport Rrresvport +#define send Rsend +#define sendmsg Rsendmsg +#define sendto Rsendto +#define write Rwrite +#define writev Rwritev +int Raccept (int, struct sockaddr *, socklen_t *); +int Rbind (int, const struct sockaddr *, socklen_t); +int Rbindresvport(int , struct sockaddr_in *); +int R...
2002 Feb 15
1
IRIX cleanup.
...sd-compat/Makefile.in Wed Sep 19 21:07:51 2001 +++ openssh-irix/openbsd-compat/Makefile.in Thu Feb 14 22:50:17 2002 @@ -18,7 +18,7 @@ OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getopt.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o -COMPAT=bsd-arc4random.o bsd-cray.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o +COMPAT=bsd-arc4random.o bsd-cray.o bsd-cygwin_util.o bsd-irix.o bsd-misc.o b...