PATCH: rsyncd ldap support

2000-12-12 Thread Stefan Nehlsen
hello, here is a patch against rsync-2.4.6. It may be used to get rsyncd authentication data from a ldap directory. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 LDAP support for rsyncd I have made a few changes to rsync 2.4.6 to add to 2 new

[resend] patch: ldap authentication for rsyncd (2.4.6)

2001-03-13 Thread Stefan Nehlsen
hello, there was absolutely no reaction first time I posted this in december. With this patch you may use a ldap server for authentication of rsyncd users. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 LDAP support for rsyncd I have made

rsync default handling of permissions

2002-02-14 Thread Stefan Nehlsen
30994 Feb 13 16:21 access-020213.gz -rw-r--r--1 sn sn 1644 Feb 13 16:21 error-020213.gz What is rsync doing with permissions when -p is not given? I think it should do nothing. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988

Re: Future RSYNC enhancement/improvement suggestions

2002-04-22 Thread Stefan Nehlsen
always be busy cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

patch: timeout problem solved

2002-04-23 Thread Stefan Nehlsen
It seems to work for me, please have a look at it. You should run make proto after applying the patch. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 --- rsync-2.5.5/generator.c Mon Mar 25 06:54:31 2002 +++ rsync-2.5.5-gen/generator.c Tue

Re: Handling of backup files - two new features proposed

2002-04-26 Thread Stefan Nehlsen
But you are right there are too many options. Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: rsync synchronizes VERY slow

2002-06-06 Thread Stefan Nehlsen
. The aim would be sync depending only on the size and the existence of the files, not comparing each other. If this is RTFM, please give me the correct RTFM:// remove -z and -c compression will not work well on jpegs and you don't want to checksum files cu, Stefan -- Stefan Nehlsen

Re: rsync ldap authentication

2003-02-12 Thread Stefan Nehlsen
On Tue, Feb 11, 2003 at 12:25:12PM -0500, Darren Jung wrote: Hi, I'm trying to get rsync 2.5.6 to authenticate users via openldap-2.0.23. I was looking through the mailing list archives and found a patch for rsync-2.4.6 that does this for me. I was just wondering if this is still valid, or

store rsyncd secrets in ldap was:Re: rsync ldap authentication

2003-02-12 Thread Stefan Nehlsen
) but this will lead us to not backward compatible versions. Please call the patch store rsyncd secrets in ldap instead of ldap authentification. The patch doesn't made it into standard because it was too special. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49

BUG: logging on the wrong side with 2.5.6

2003-03-10 Thread Stefan Nehlsen
[18835] abo/ 2003/03/10 12:25:23 [18835] index/ Logging seems to be messed up a bit. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Problems with ! -p

2003-03-12 Thread Stefan Nehlsen
On Wed, Mar 12, 2003 at 01:26:34PM +1100, David Leach wrote: Hi there, rsync version 2.5.5 protocol version 26. I seem to be having some trouble using rsync to ignore permissions on a remote host when syncing back to a local host. I want it to listen to the umask of the user running

BUG in 2.6.0: make test failes if build dir is not source dir

2004-01-07 Thread Stefan Nehlsen
overall result is 1 make: *** [check] Fehler 1 The problem is in wildtest.c : if ((fp = fopen(wildtest.txt, r)) == NULL) { fprintf(stderr, Unable to open wildtest.txt.\n); exit(1); } cu, Stefan -- Stefan Nehlsen | ParlaNet

Re: patch for replacing non-printable chars in filenames

2004-11-26 Thread Stefan Nehlsen
++) +if (!isprint(buf[i])) +buf[i] = '?'; Is looping over strings a good idea in times of UTF-8? cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo

PATCH: rsyncd permission options

2005-03-31 Thread Stefan Nehlsen
mask in the parameter directory mask is applied. See also the parameter directory mask for details on masking mode bits on created directories. Default: force directory mode = 000 Example: force directory mode = 0755 cu, Stefan -- Stefan Nehlsen

Re: File Corruption

2005-09-12 Thread Stefan Nehlsen
/ Capabilities: 64-bit files, socketpairs, hard links, acls, symlinks, batchfiles, inplace, IPv6, 64-bit system inums, 64-bit internal inums, SLP I'm going to have a look at that now :-/ cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260

Re: File Corruption

2005-09-12 Thread Stefan Nehlsen
On Mon, Sep 12, 2005 at 03:04:50PM +0200, Stefan Nehlsen wrote: I'm going to have a look at that now :-/ FIRST: I do not know if the corruption where really caused by rsync! I had made a copy of the corrupt tree and use it know to find out what kind of corruption ocurred. I knew

Re: File Corruption

2005-09-12 Thread Stefan Nehlsen
if rsync was smart enough to warn/retry if the source has changed in transit. rsync will have a second try if this happens and I think it will warn. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 pgpa1qBRUrQMc.pgp Description: PGP signature

rsh not transparent or timing problem

2009-09-23 Thread Stefan Nehlsen
hello! For preformance reasons I tried to replace ssh transport with an old style rsh. In this case security is not a problem, because there is a dedicated network (crosscable) between the two hosts. While with ssh everything works just fine, there are problems when I use rsh. like that: