I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
vsprintf returns char* on sunos4 More... about 27 years ago
added replacement memmove More... about 27 years ago
define INADDR_NONE if necessary More... about 27 years ago
improved the authentication and in particular the error reporting More... about 27 years ago
first working version of challenge response authentication. needs testing. More... about 27 years ago
improved max connections code. Now use fcntl instead of flock. More... about 27 years ago
save another couple of round trip latencies. This set of changes is backwards compatible. More... about 27 years ago
need sys/file.h for flock() More... about 27 years ago
save one round trip (version swapping) for daemon. More... about 27 years ago
added two new options "max connections" and "lock file" More... about 27 years ago
added "syslog facility" option. It is an integer and defaults to the value of LOG_DAEMON. 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. More... about 27 years ago
check argc and show usage if no args More... about 27 years ago
load the config file on each connect rather than at startup More... about 27 years ago
fixed a bug in the new . filename code 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. More... about 27 years ago
the statistics reporting was the wrong way around for client receipt mode! It reported the read/written backwards. More... about 27 years ago
changed a couple of places to use strlcpy() More... about 27 years ago
only call openlog once More... about 27 years ago
use syslog instead of /var/adm/rsyncd.log More... about 27 years ago
change to allow names or numbers to be used for uid and gid. More... about 27 years ago
fixed typo in socket test More... about 27 years ago
look for -lsocket by checking for connect() More... about 27 years ago
split the options parsing code into options.c More... about 27 years ago
better negotiation of protocol versions More... about 27 years ago
cleanup code a bit 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. More... about 27 years ago
first vesrion of working socket based rsync. It still needs a lot of work, but at least it works :-) More... about 27 years ago
just a stub for now More... about 27 years ago
removed some quoted printable stuff from this so it works again More... about 27 years ago