similar to: [Patch] rsync-2.6.2: Allow 'port = N' in rsyncd.conf

Displaying 20 results from an estimated 300 matches similar to: "[Patch] rsync-2.6.2: Allow 'port = N' in rsyncd.conf"

2009 Apr 22
1
[PATCH] allow to disable SLP with runtime option
Hi everyone, I'd like to propose a patch for review. It enhances rsync when patched and compiled with slp support. It adds a new global boolean option, 'disable slp', which can be used to disable SLP advertisements at runtime. The idea behind this patch is to allow distributors to build rsync with SLP support compiled in, but to allow the users to turn it off without recompiling
2011 Nov 28
0
RFC: [PATCH] Add TCP congestion control and Diffserv options
In the bufferbloat age, anything that can make for a kinder, gentler bulk transfer protocol seems desirable. This add support for user and server selectable congestion control algorithms. As examples: --congestion-alg=lp # For the tcp-lp algorithm on the command line Or in a subsection: [mystuff] congestion alg = westwood # for a wireless connection And diffserv support: --diffserv=8 for
2002 Jul 17
0
user password expiration patch (Samba 2.2.4/2.2.5 PDC with LDAP)
the following problem occurs when using samba 2.2.4 or 2.2.5 with ldap support as PDC: any time when a user logs on he is asked to change his/her password. whether he change it or not he will be asked again next time he logs on. this is annoying. the reason is, that the LDAP attribute 'pwdMustChange' is not updated at all. the easiest way to solve this to set the attribute to the
2003 May 03
0
Storing rsync secrets in LDAP
Hi, a few months ago I posted a message about using LDAP to store rsync secrets in LDAP. I received a response about patching the rsync source code with a patch file. I am now finally getting around to doing this, and when I tried to use the patch command 'patch --verbose ./rsync-2.5.6/authenticate.c rsync-ldap.patch' , it gives me the following error: Hmm... Looks like a unified diff
2003 Dec 01
0
No subject
winbind primary group = 213478 winbind force primary = no // this is the default, but I just wanted to be explicit Stephen A Jazdzewski Steve@Jazd.com <<samba-2.2.4-forceprimarygrouprid.patch>> ------_=_NextPart_000_01C1FC4A.A7164AC0 Content-Type: application/octet-stream; name="samba-2.2.4-forceprimarygrouprid.patch" Content-Transfer-Encoding: quoted-printable
2003 Feb 12
2
rsync & ldap authentication
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 if there has been a new patch or new implementation that has superceded this patch. Any help would be great. The message I am referring to is as follows:
2003 Apr 15
0
Patch for stderr logging
Rsync team, and interested parties: i was attempting to get rsync to launch from tcpserver[0] (an inetd replacement from djb) and log to stderr for logging via multilog[1] (syslog replacement by djb) and i was unable to get it to log to stdout/ stderr at all. [0] http://cr.yp.to/ucspi-tcp/tcpserver.html [1] http://cr.yp.to/daemontools/multilog.html i have attached a patch that allows
2004 Dec 06
1
port and double-colon
double-colon mode doesn't work in CVS version. -vv says port number is 0. % rsync -vv host.domain::any opening tcp connection to host.domain port 0 rsync: failed to connect to host.domain: Can't assign requested address (49) rsync error: error in socket IO (code 10) at clientserver.c(94) And --port=873 cannot be used in client mode now. I made a small sample patch. (Sorry, I
2007 Oct 10
0
patch for rsync: provides "nice = N" option
Hi folks, This is a patch for rsync 2.6.9 - I'm not sure if this is the proper vehicle for submitting them. It's been working great for us for months, and I hope it's seen as offering useful utility in general. Steve (who is not a subscriber to this list) --- Stephen J Friedl | Security Consultant | UNIX Wizard | +1 714 544-6561 www.unixwiz.net | Tustin, Calif. USA |
2005 Feb 08
0
Samba patch kludge-gmt fixes red files in WinCvs
Hi all, in our LAN we use a Samba server (version 2.2.9) on Linux (Debian Woody) to provide file services to workstations running (mostly) W2K. WinCVS is a GUI frontend to the popular CVS version control system. After the swap to and from daylight savings time WinCVS erroneously flags all files in cvs working directories on Samba shares as modified (because of the icon color WinCVS users refer to
2002 Mar 15
1
disabling offline caching from samba
I'm preparing to roll out a bunch of win XP clients and and am running down all the quirks that come up in the application log on my test box. 1) AutoEnrollement fails - samba is not an active directory so this makes sense it must be disabled by editing the group policy with gpedit.msc computer configuration->windows settings -> security settings -> public key policies ->
1999 Sep 21
0
[patch] fixing scope id problems
hi*& Samba has troubles with joining to NT PDC, that has some scope id because: 1. smbpasswd does not know anything about scope id and you haven't any chance to join into NT PDC. 2. also many utils like smbmount doesn't know scope id 3. In smbclient you can specify scope id, but you should remember it and etc. It's not so usable. I'm asked about these problems in samba
2003 Feb 19
1
Re: mapping printers from 2K and XP
On Wed, 2003-02-19 at 05:46, samba-request@lists.samba.org wrote: > Date: Tue, 18 Feb 2003 17:11:34 -0300 > From: "Demian Lessa" <demian@knowhow-online.com.br> > Subject: [Samba] mapping printers from 2K and XP > Message: 5 > The only problem I'm having right now is that windows 2K and xp clients > always display the Samba printer with status = error. Even
2000 Jan 30
0
More checks for param/loadparm.c
Here's a second set of diffs for sanity-checking smb.conf files. This one implements a basic set of checks on netbios names. No, it won't recognize someone using an ip address, but it will realize the dots don't belong: $ testparm Load smb config files from /usr/local/samba/lib/smb.conf WARNING: netbios name "127.0.0.1" contained a dot, which is only legal in DNS domain
2011 Jul 28
4
[Ubuntu 10.10] SQLYog breaks after Wine update
I don't know what happened but now i cannot use it any more and i really need it! The following error occurs when any user interaction is needed: Code: demian at demian-desktop:~/.wine/drive_c/Program Files/SQLyog$ wine SQLyog.exe fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for
2011 Jun 11
0
RFE: Proposed fix for incompat introduced with 'unix extensions' and 'wide links'....in 3.4(?)..
After an upgrade, I got re-bitten by the 'unix-extensions and wide links' incompat. (They used to be compat but were made incompat in the 3.4.x timeframe due to security concerns). At the time it was suggested I write a patch complete with documentation to describe the fix. The below seems to fit the bill. I was wondering what people thought about it's inclusion in future
2002 Aug 02
1
[patch] --link-dest
Updated to current cvs without the --exclude-from - patch. This patch allows specifying a --link-dest path similar to --compare-dest except that unchanged files are hard-linked to the --link-dest path instead of producing a sparse tree. -- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email address: jw@pegasys.ws Remember
2001 Apr 23
1
Q and Probs: Solaris 8 + Samba v2.2.0 with ACL's.
For a couple of months I've been waiting for the v2.2.0 because of the implementation of the ACL's. I've been playing around a little with the ACL's now and are not 100% happy. It could be me, or something else. It might be more of a Solaris-problem than a Samba-problem. The problem is when creating a directory, setting some ACL's for the created directory. I know want the
2002 Mar 22
1
[PATCH] --link-dest option
Please CC me. I'm not subscribed. Attached is a patch against 2.5.4pre1 CVS current to add the --link-dest option so rsync will create hardlinks for unchanged regular files to a directory on the destination. This is like --compare-dest except that the result is not a sparse tree. Also included is extension to --(ex|in)clude-from to allow - for stdin. Could one of the maintainers please add
2001 Nov 20
2
rsync server over SSH [includes code patches]
Hi Folks -- I've recently had the need to add a piece of functionality to rsync that allows one to run 'rsync --daemon' (rsync in "rsync server" mode) over SSH. My main goal was to be able to use some of the features from rsyncd.conf(5) (notably modules) while still using SSH for authentication and network transport. Background: I wanted to have the capability of setting