Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Numerically note the rsync w/ssh as rsh problem was fixed. | obrien | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | rsync sometimes freezes during execution if it is run over ssh. | obrien | 2001-04-08 | 2 | -4/+12 |
| | | | | | | | | | | | | | rsync turns on blocking I/O mode if remote shell command is rsh (ie. matched RSYNC_RSH) to work around some broken rsh implementations on other platforms. The submitter of the rsh->ssh patches overloaded RSYNC_RSH for ssh. That turns out to be a Wrong Thing. This change implements the parallel RSYNC_SSH. PR: 26376 Submitted by: adrian | ||||
* | Change the default remote protocol from RSH to SSH. | obrien | 2001-03-08 | 6 | -0/+58 |
| | | | | Submitted by: knu | ||||
* | Put back my editor hints that were removed w/o permission. | obrien | 2001-02-07 | 1 | -0/+1 |
| | | | | Note these are *FULLY* Satoshi approved for the past 4 years. | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-16 | 1 | -4/+3 |
| | |||||
* | Add a missing \ | obrien | 2001-01-09 | 1 | -1/+1 |
| | | | | Submitted by: Rich Winkel <rich@math.missouri.edu> | ||||
* | Clean up inefficient perl invocations; use multiple REs in the same call. | will | 2001-01-07 | 1 | -3/+2 |
| | |||||
* | Remove Y2k. Satoshi said it wasn't needed any more. | obrien | 2000-12-21 | 1 | -2/+0 |
| | |||||
* | Add $FreeBSD$, which help me in problem reports. | obrien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Enable IPv6 supporting. | sumikawa | 2000-09-13 | 2 | -1/+2 |
| | |||||
* | Update to 2.4.6. | obrien | 2000-09-08 | 2 | -4/+3 |
| | |||||
* | use latest IPv6 patch. | sumikawa | 2000-09-01 | 2 | -2/+2 |
| | | | | | | | | | - freeaddrinfo(NULL) was executed when reverse looking up of the client was failed in server mode. - -4/-6 options did not work in rsync client mode. Reported by: matusita@jp.FreeBSD.org Submitted by: yoshfuji@v6.linux.or.jp | ||||
* | Enable IPv6 patch. | sumikawa | 2000-08-26 | 2 | -1/+2 |
| | |||||
* | Uprade to version 2.4.5. | obrien | 2000-08-25 | 2 | -3/+2 |
| | |||||
* | Upgrade to version 2.4.4. | obrien | 2000-08-09 | 2 | -3/+3 |
| | |||||
* | Re-enable IPv6 supporting. | sumikawa | 2000-07-19 | 2 | -1/+6 |
| | |||||
* | Upgrade to 2.4.3. | obrien | 2000-04-27 | 2 | -7/+2 |
| | |||||
* | Standardize all user defined options to the booleans WITH_FOO and | reg | 2000-04-17 | 1 | -1/+1 |
| | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Re-add 'ipv6' on CATEGORIES. I've forgot it. | sumikawa | 2000-02-17 | 1 | -1/+1 |
| | |||||
* | Re-enable IPv6 support. | sumikawa | 2000-02-17 | 2 | -10/+10 |
| | |||||
* | If either USE_SSH or WITH_SSH is defined, compile in `ssh' rather than `rsh'. | obrien | 2000-02-17 | 1 | -0/+3 |
| | |||||
* | upgrade to 2.4.1 synce old distfile disapearse from master sites | ache | 2000-02-16 | 2 | -14/+14 |
| | | | | Temp. disable ipv6 support until ipv6 patch will reflect new version | ||||
* | Style nits in the ports I maintain. | obrien | 2000-02-13 | 1 | -5/+5 |
| | |||||
* | fix building error on bento. | sumikawa | 2000-01-27 | 2 | -2/+2 |
| | | | | | | | It is caused when IPv6-enable rsync is compiled on *IPv6-disable* kernel, such as bento environment. Approved by: obrien | ||||
* | Use ${OSVERSION} instead of ${USE_INET6}. | sumikawa | 2000-01-26 | 1 | -2/+5 |
| | | | | Approved by: maintainer | ||||
* | Add 'ipv6' on CATEGORIES. | sumikawa | 2000-01-18 | 1 | -1/+1 |
| | |||||
* | IPv6 is now supported by a 2.3.2 KAME patch. | obrien | 2000-01-16 | 2 | -2/+2 |
| | | | | Submitted by: sumikawa | ||||
* | Update to version 2.3.2. | obrien | 2000-01-13 | 3 | -3/+6 |
| | | | | | | | | | Also use our zlib rather than the one in the distfile. Unfortunately the KAME IPv6 diff will not apply to the 2.3.2 code, and has thus be turned off. :-( PR: 15880 Submitted by: Maxim Sobolev <sobomax@altavista.net> [zlib changes] | ||||
* | Correct 'version required' in header. | peter | 2000-01-10 | 1 | -1/+1 |
| | |||||
* | Support IPv6. | sumikawa | 2000-01-08 | 2 | -0/+11 |
| | | | | Approved by: obrien(maintainer) | ||||
* | Use perl's in-place editing rather than large patches. | obrien | 1999-10-12 | 2 | -55/+2 |
| | |||||
* | synchronisation != synchronization | obrien | 1999-09-03 | 2 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-30 | 1 | -1/+1 |
| | |||||
* | Commit #3/4 to enforce caps, no period. | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s | ||||
* | Upgrade to 2.3.1. Fixes security hole described at | obrien | 1999-04-09 | 3 | -17/+17 |
| | | | | | | | http://rsync.samba.org/cgi-bin/rsync?findid=1706. PR: ports/10987 Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca> | ||||
* | Add Y2K= links | scrappy | 1999-01-12 | 1 | -1/+3 |
| | |||||
* | Fix PREFIX expansion in manpage. | obrien | 1998-12-18 | 1 | -1/+6 |
| | |||||
* | Null commit. Last commit was to upgrade to 2.2.1, not 2.0.1 as stated in the ↵ | billf | 1998-12-09 | 1 | -1/+1 |
| | | | | | | message. Pointed Out: roberto | ||||
* | Upgrade to 2.0.1 | billf | 1998-12-08 | 2 | -3/+3 |
| | | | | Submitted by: Ron Rosson | ||||
* | upgrade to 2.2.0. | obrien | 1998-11-08 | 3 | -56/+66 |
| | |||||
* | upgrade to 2.1.1 | obrien | 1998-10-09 | 2 | -3/+3 |
| | |||||
* | This netted the largest set of mis-installed manpages, yet! | hoek | 1998-08-18 | 1 | -2/+0 |
| | |||||
* | Upgrade to 2.1.0 | obrien | 1998-08-14 | 2 | -5/+3 |
| | |||||
* | Can't fetch.... | asami | 1998-07-25 | 1 | -1/+3 |
| | |||||
* | Upgrade to ver 2.0.18. | obrien | 1998-07-06 | 4 | -13/+63 |
| | | | | | | | Note the "server" extension is now part of rsync. HOWEVER, it is very different from the previous FreeBSD specific version we were patching in. Submitted by: Hiroki HAMAOKA <hama@xaxon.co.jp> | ||||
* | Upgrade to version 1.7.4 (hope distfile hangs around for a few days...) | obrien | 1998-04-24 | 2 | -5/+3 |
| | |||||
* | Add trailing slash to one of the mastersites. Mark this broken, it is | asami | 1998-04-21 | 1 | -2/+4 |
| | | | | not available from any of them. |