summaryrefslogtreecommitdiff
path: root/usr.bin/rsync
AgeCommit message (Expand)Author
2020-12-15Initialize the poll_timeout before rsync_server() is called.Claudio Jeker
2020-11-24Simple implementation of --timeout to exit after specified seconds of I/OClaudio Jeker
2020-08-19Handle EADDRNOAVAIL from connect(2) gracefullykn
2020-05-17__FILE__ and __LINE__ information are fine during early development, orTheo de Raadt
2020-02-11Simplify and unify wording for the -I sourceaddr option in various places.Theo de Raadt
2020-01-04Delete .Xrs to rsync(5) and rsyncd(5).Ingo Schwarze
2019-08-26replace a mmap() with pread(). The mmap() is not needed, the file isSebastian Benoit
2019-08-09Only print the message of the day in the rsyncd header if rsync isClaudio Jeker
2019-08-09Add --address argument to openrsync to bind to the specified addressClaudio Jeker
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
2019-06-23fix free() on uninitialized pointer with -rx and sameSebastian Benoit
2019-06-03Don't close the socket in rsync_socket() itself but after calling it.Christian Weisgerber
2019-06-02KNF and sneaky whitespacesTheo de Raadt
2019-06-02Use a simple hash table to look up blocks by the fast-hash. Also useFlorian Obser
2019-06-02have_md is initialized at startup, don't need to do it again laterTheo de Raadt
2019-06-02spelling; from Hiltjo PosthumaTheo de Raadt
2019-05-28unintialized fd passed to close(), found by hiltjo posthumaTheo de Raadt
2019-05-08remove sess argument from all functions that only used it for loggingSebastian Benoit
2019-05-08remove sess argument from log functions. ok deraadt@Sebastian Benoit
2019-05-06Remove an example that doesn't do what the accompanying text says,Ingo Schwarze
2019-04-04Add support for not crossing filesystem boundaries (-x) to rsync. Optionbket
2019-04-02annoying white spaceTheo de Raadt
2019-04-02Pull in addargs() API from ssh to replace complicated hand-rolled argumentTheo de Raadt
2019-04-01many improvements to rsync(1) documentation:Ingo Schwarze
2019-03-31Drop --devices and --specials from the synopsis because they are onlyIngo Schwarze
2019-03-31Increasing strictness regarding signed-vs-unsigned types and their rangeTheo de Raadt
2019-03-31Add ability to combine rsync:// and -e by splitting rsync_socket()Christian Weisgerber
2019-03-30Make the synopsis more palatable by deleting useless long optionIngo Schwarze
2019-03-30repair confusing "} if" indent; from naddyTheo de Raadt
2019-03-30document --del, ok deraadt@Christian Weisgerber
2019-03-30For now perform utimes, chown, chmod in the same order as cp(1), untilTheo de Raadt
2019-03-30Add --del as alias for --delete.Christian Weisgerber
2019-03-30fix typo in ERRX1Theo de Raadt
2019-03-26Same INT32_MAX vs -1 confusion on the write-sideTheo de Raadt
2019-03-26INT32_MAX isn't -1, to indicate re-read for 64-bit value.Theo de Raadt
2019-03-25-z support isn't as trivial as linking -lz so it hasn't been writtenTheo de Raadt
2019-03-23Treat time from remote as unsigned 32 bit rather than signed, whenTheo de Raadt
2019-03-23indents and reflows around ERR*() and LOG*(); ok bennoTheo de Raadt
2019-03-23repair exit codes, slightly broken after last commit (please do not goTheo de Raadt
2019-03-22Don't register this manual page under the name rsync(1) yetIngo Schwarze
2019-03-22gettimeofday(2)+TIMEVAL_TO_TIMESPEC -> UTIME_NOW; simpler & more portable.cheloha
2019-03-18add a temporary addition to NAME for openrsync; ok deraadtJason McIntyre
2019-03-18repair a few more yoda comparesTheo de Raadt
2019-03-18flesh out SYNOPSIS and usage() somewhat;Jason McIntyre
2019-03-18install rsync as openrsync, so that people can easily familiarizeTheo de Raadt
2019-03-06Simplify startup code, various phases are heading straight towards exitTheo de Raadt
2019-02-22remove __BEGIN_DECLS/__END_DECLS, this .h file wont beSebastian Benoit
2019-02-21kristaps f18392f58d1f0bc72917e3ac3a46be74c194688dSebastian Benoit
2019-02-21kristaps cbe83cd64f40e634dbc22d3f2918c41977a6514dSebastian Benoit