Displaying 20 results from an estimated 5000 matches similar to: "non-ansi function in openbsd-compat"
2008 Jan 07
0
[PATCH] Replaced int with mode_t as requested
Index: openssh/openbsd-compat/openbsd-compat.h
===================================================================
RCS file: /cvs/openssh/openbsd-compat/openbsd-compat.h,v
retrieving revision 1.43
diff -u -p -r1.43 openbsd-compat.h
--- openssh/openbsd-compat/openbsd-compat.h 25 Jun 2007 12:15:13 -0000 1.43
+++ openssh/openbsd-compat/openbsd-compat.h 7 Jan 2008 06:58:54 -0000
@@ -84,7 +84,7 @@ int
2001 Oct 18
0
Patch to always make openbsd-compat
I found that if I modify a source file in the openbsd-compat directory
and go to the top level and type "make", nothing happens. Here's a patch
for portable OpenSSH to fix that.
- Dave Dykstra
--- Makefile.in.O Thu Oct 18 13:57:22 2001
+++ Makefile.in Thu Oct 18 13:57:45 2001
@@ -86,8 +86,9 @@
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
2001 Sep 12
3
lastlog with hp-ux 10.20
i haven't heard of problems with configure/lastlog on 10.20. i'll copy
the development list as there are folks there who use 10.20.
On Thu, 6 Sep 2001, Jesse Caldwell wrote:
:one last problem with openssh -- building openssh on HPUX 10.20 fails
:on loginrec.c (i don't have the errors handy but i would be more than
:happy to recreate them). i get the same error with 2.9p2 and 9/6/2001
2003 Feb 19
0
FW: compare st_mode & 07777, or Aix dirs always differ
>jw schultz [mailto:jw@pegasys.ws] wrote:
>On Fri, Feb 07, 2003 at 11:15:57AM -0500, Roderick Schertler wrote:
>> Under Aix directories have the mode 024xxxx instead of the customary
>> 04xxxx. Because of this when you sync a directory to or from an Aix
>> system it's never up to date.
>>
>> Here is a patch which fixes this. It causes rsync to look at
2003 Jan 21
6
Please test rsync-2.5.6pre2
The second rsync-2.5.6 pre-release version is now available at:
http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre2.tar.gz
rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
There's also a corresponding '.sig' file that contains a gpg signature
of the file; the public key is available on the
2003 Jan 28
0
Announcing rsync release 2.5.6
Rsync release 2.5.6 is now available at
http://ftp.samba.org/ftp/rsync/rsync-2.5.6.tar.gz
ftp://ftp.samba.org/pub/rsync/rsync-2.5.6.tar.gz
rsync://ftp.samba.org/ftp/rsync/rsync-2.5.6.tar.gz
There is a '.sig' file at corresponding URLs with a gpg signature; the
public key is available on the pgp keyservers.
NEWS for rsync version 2.5.6, aka the dwd-between-jobs release
Changes
2002 May 10
0
openssh 3.1 and rsync dont work - BUTssh 2.9.9.p1 does !
We have AIX 4.3.3 ML09 and AIX 5.1 ML01
I have narrowed the problem down, it is nothing to do with
uni/multiprocessor machines.
Both rsync 2.3.1 compiled by Bull in an installp and a gcc compiled
version of 2.4.5 ( by me ) both have exactly the same problem with SSH
3.1.p1 and both DONT have the problem with SSH 2.9.9p1 - so I assume this
is something highly specific to SSH 3.1.1.p1
Hope this
2001 Nov 09
1
[Bug 11] New: no reference to bugzilla on openssh home page
Bugzilla doesn't appear to send new bugs to openssh-unix-dev as Damien said
he wanted it to, so I'm forwarding the message I got back.
- Dave Dykstra
----- Forwarded message from bugzilla-daemon at mindrot.org -----
From: bugzilla-daemon at mindrot.org
To: dwd at bell-labs.com
Subject: [Bug 11] New: no reference to bugzilla on openssh home page
Date: Sat, 10 Nov 2001 03:55:32 +1100
2001 Dec 18
1
rsync things to do soon
On 6 Dec 2001, Dave Dykstra <dwd@bell-labs.com> wrote:
> I still hope to write a --files-from option sometime in 2001.
Excuse me if I've forgotten something from earlier: what happens when
the sender is remote? Do we send the contents of the file list across
along with the arguments, or does this option not work in that case,
or is the file named to be opened on the remote
2001 Nov 28
0
FW: ERROR
On Tue, Nov 27, 2001 at 01:22:43PM -0800, Simison, Matthew wrote:
> turns out, I have an rsync virtual site builder script, which makes the
new
> user
> conf file run with perm 400. And apparently someone thought that the main
> rsyncd.conf file needed to be the same, and that killed all connections.
>
> Sorry for bothering.
>
> Matt
>
> -----Original Message-----
2001 Nov 30
0
Rsync: Re: patch to enable faster mirroring of large filesyst ems
Not sure, I am re-running this to ensure that I was not smoking crack at the
time :)
> -----Original Message-----
> From: Dave Dykstra [mailto:dwd@bell-labs.com]
> Sent: Thursday, November 29, 2001 1:12 PM
> To: Keating, Tim
> Cc: rsync@samba.org
> Subject: Re: Rsync: Re: patch to enable faster mirroring of large
> filesyst ems
>
>
> On Thu, Nov 29, 2001 at
2002 Jul 02
0
Rsync Daemon Problems on Mac OS 10.1.5
Dave- I've got the rsync daemon running as root, (setgroups() man page
said that if setgroups wasn't called as root it would give an error
message) and I've configured the ports correctly a la man page. I still
get the error with setgroups.
If it's a recently implemented security feature could I yank that section
out of the code and recompile it again? I haven't had a chance to
2001 Aug 15
2
open issue regarding local copies and -W
Martin,
I want to remind you that there's still an open issue regarding copies when
both source and destination are on the local machine (including over NFS):
I put a patch into the CVS to automatically imply the '-W' option in that
case, and somebody said he was concerned about that because he found that
with -W on local copies he had cases where rsync would lock up, and it
2003 Feb 08
1
compare st_mode & 07777, or Aix dirs always differ
Under Aix directories have the mode 024xxxx instead of the customary
04xxxx. Because of this when you sync a directory to or from an Aix
system it's never up to date.
Here is a patch which fixes this. It causes rsync to look at only the
bits that chmod actually influences, 07777, when deciding whether or not
the modes differ.
I was surprised there wasn't an existing constant for 07777,
2001 Jun 06
2
Failure to compile OpenSSH.
Hello guys.
Following Dug's withdrawal of the SSH1 AFS patches, I'm trying to give
OpenSSH installation another shot. It fails.
The setting:
* Platforms: Linux (Immunix 6.2), Solaris 7, IRIX 6.5, OSF1 4.0F, HP-UX 10.20.
* Compilers: StackGuard egcs on Linux, vendor-supplied native on others
(Workshop 5.0 Sun; MIPSpro 7.3 SGI; OSFCMPLRS440 package; HP ANSI C
compiler B3899BA
2003 Mar 11
0
PATCH: rsyncd.conf permission options
This is a patch to control unix permissions when uploading to a rsyncd-server
by setting rsyncd.conf options.
cu, Stefan
--
Stefan Nehlsen | ParlaNet Administration | sn@parlanet.de | +49 431 988-1260
-------------- next part --------------
diff -ur rsync-2.5.5/loadparm.c rsync-2.5.5-umask/loadparm.c
--- rsync-2.5.5/loadparm.c Mon Mar 25 05:04:23 2002
+++ rsync-2.5.5-umask/loadparm.c Sun Mar 2
2001 Jun 07
0
Patch for systems with no setreuid()
Sorry if I'm duplicating an existing patch, but...
On systems with no seteuid() that have setreuid() there is an
emulation, but if both are lacking (but we do have setresuid()),
nothing is done. The following seems to be right, but I've only got
one machine (running an ancient version of HP-UX) which needs this so
it may not be general:
--cut-here--
--- config.h.in.orig Thu Jun 7
2002 Feb 14
0
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
I should have specified what i was replying to. This section seemed to be
in reference to what I had experienced before.
"
> Well, I'm stumped too. (Although I thought I'd read that the
> default timeout was not infinite when not otherwise specified,
> but I've got so much going on right now that I could easily be
> confused on that one!)
>
"
Tim Conway
2005 Oct 16
1
getting dmraid to use klibc
[please CC me on replies, I'm not subscribed]
Hi,
I'm trying to get dmraid 1.0.0rc9 [0] to compile with --enable-klibc, however I
have some troubles with mkfifo defined in /usr/lib/klibc/include/sys/stat.h.
/usr/lib/klibc/include/sys/stat.h: In function 'mkfifo':
/usr/lib/klibc/include/sys/stat.h:28: error: 'S_IFMT' undeclared (first use in
this function)
after
2001 Dec 04
1
-v prints directories twice
Does it bother anybody else that -v prints directories twice? It first
prints all affected directories and files in recursive order and then
prints new directories again. I can't recall noticing that rsync always
did that, but I don't think it's a very recent change.
The directory is being printed both times by recv_generator(), and I
checked CVS and it's been there since the