openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
rsync
Settings
|
Report Duplicate
1,802
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Jun 02, 2024 — Jun 02, 2025
Showing page 243 of 249
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
vsprintf returns char* on sunos4
Andrew Tridgell
More...
about 27 years ago
added replacement memmove
Andrew Tridgell
More...
about 27 years ago
define INADDR_NONE if necessary
Andrew Tridgell
More...
about 27 years ago
improved the authentication and in particular the error reporting
Andrew Tridgell
More...
about 27 years ago
first working version of challenge response authentication. needs testing.
Andrew Tridgell
More...
about 27 years ago
improved max connections code. Now use fcntl instead of flock.
Andrew Tridgell
More...
about 27 years ago
save another couple of round trip latencies. This set of changes is backwards compatible.
Andrew Tridgell
More...
about 27 years ago
need sys/file.h for flock()
Andrew Tridgell
More...
about 27 years ago
save one round trip (version swapping) for daemon.
Andrew Tridgell
More...
about 27 years ago
added two new options "max connections" and "lock file"
Andrew Tridgell
More...
about 27 years ago
added "syslog facility" option. It is an integer and defaults to the value of LOG_DAEMON.
Andrew Tridgell
More...
about 27 years ago
added hosts allow and hosts deny support. I ended up writing my own as the tcpd code is not quite what I wanted.
Andrew Tridgell
More...
about 27 years ago
check argc and show usage if no args
Andrew Tridgell
More...
about 27 years ago
load the config file on each connect rather than at startup
Andrew Tridgell
More...
about 27 years ago
fixed a bug in the new . filename code
Andrew Tridgell
More...
about 27 years ago
changed the name of the temporary filename to include a leading . so that it appears hidden while being transferred. This should be useful when using rsync for mirroring so users accessing via ftp don't get confused by the temporary files.
Andrew Tridgell
More...
about 27 years ago
the statistics reporting was the wrong way around for client receipt mode! It reported the read/written backwards.
Andrew Tridgell
More...
about 27 years ago
changed a couple of places to use strlcpy()
Andrew Tridgell
More...
about 27 years ago
only call openlog once
Andrew Tridgell
More...
about 27 years ago
use syslog instead of /var/adm/rsyncd.log
Andrew Tridgell
More...
about 27 years ago
change to allow names or numbers to be used for uid and gid.
Andrew Tridgell
More...
about 27 years ago
fixed typo in socket test
Andrew Tridgell
More...
about 27 years ago
look for -lsocket by checking for connect()
Andrew Tridgell
More...
about 27 years ago
split the options parsing code into options.c
Andrew Tridgell
More...
about 27 years ago
better negotiation of protocol versions
Andrew Tridgell
More...
about 27 years ago
cleanup code a bit
Andrew Tridgell
More...
about 27 years ago
configuration parsing and loading code for rsyncd. This is based on the Samba config code, so you'll find that the config files will be eerily familiar if you have ever worked with Samba.
Andrew Tridgell
More...
about 27 years ago
first vesrion of working socket based rsync. It still needs a lot of work, but at least it works :-)
Andrew Tridgell
More...
about 27 years ago
just a stub for now
Andrew Tridgell
More...
about 27 years ago
removed some quoted printable stuff from this so it works again
Andrew Tridgell
More...
about 27 years ago
←
1
2
…
239
240
241
242
243
244
245
246
247
248
249
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree