summaryrefslogtreecommitdiff
path: root/clientserver.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-23fixed the relative paths bug pointed out by Alberto AccomazziAndrew Tridgell1-0/+2
1998-07-19- defer the error message from the options parsing until after theAndrew Tridgell1-2/+16
1998-07-17use error to detect lockfile open failures vs. max connections reachedAndrew Tridgell1-3/+10
1998-05-29replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1-0/+5
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell1-1/+1
1998-05-23- don't allow chown for the group of a file if running as a daemon andAndrew Tridgell1-0/+3
1998-05-18this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1-0/+11
1998-05-16for authenticated access record the authenticated username in the logsAndrew Tridgell1-10/+19
1998-05-16- distinguish downloads and uploads in the syslog messagesAndrew Tridgell1-2/+10
1998-05-15added a "socket options" option to rsyncd.conf. This option willAndrew Tridgell1-0/+2
1998-05-15load just the globals section of the config file when the daemonAndrew Tridgell1-2/+9
1998-05-15- changed the log messages to show the requested pathAndrew Tridgell1-7/+17
1998-05-15use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1-8/+5
1998-05-15allow the specification of multiple filenames (with or withoutAndrew Tridgell1-1/+1
1998-05-15fixed typo in rsyncd exclude handlingAndrew Tridgell1-1/+1
1998-05-15added "exclude" and "exclude from" options to rsyncd.conf.Andrew Tridgell1-0/+6
1998-05-13added globbing support in the rsync daemon. This will allow you toAndrew Tridgell1-7/+25
1998-05-13improved the authentication and in particular the error reportingAndrew Tridgell1-3/+11
1998-05-13first working version of challenge response authentication. needsAndrew Tridgell1-17/+13
1998-05-13improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1-1/+18
1998-05-13save another couple of round trip latencies. This set of changes isAndrew Tridgell1-10/+10
1998-05-13save one round trip (version swapping) for daemon.Andrew Tridgell1-4/+4
1998-05-13added two new options "max connections" and "lock file"Andrew Tridgell1-0/+5
1998-05-13added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1-1/+9
1998-05-13load the config file on each connect rather than at startupAndrew Tridgell1-6/+5
1998-05-10use syslog instead of /var/adm/rsyncd.logAndrew Tridgell1-2/+3
1998-05-10change to allow names or numbers to be used for uid and gid.Andrew Tridgell1-8/+28
1998-05-10split the options parsing code into options.cAndrew Tridgell1-3/+6
1998-05-10better negotiation of protocol versionsAndrew Tridgell1-5/+16
1998-05-10cleanup code a bitAndrew Tridgell1-0/+245