summaryrefslogtreecommitdiff
path: root/usr.bin/rsync
AgeCommit message (Expand)Author
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
2019-02-21kristaps 7721288a1d170f4d789bf7a7b822f14f91f7bcb9Sebastian Benoit
2019-02-21kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0Sebastian Benoit
2019-02-21kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7Sebastian Benoit
2019-02-21kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4Sebastian Benoit
2019-02-21kristaps acb8f263717f27691f0318d4b7154f854b7206b3Sebastian Benoit
2019-02-21implement --numeric-ids, tweaked by kristapsSebastian Benoit
2019-02-18new attempt to sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-18revert previousSebastian Benoit
2019-02-18sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-17delete bogus commentTheo de Raadt
2019-02-17Add support for --port=PORT and ":port" in the rsync:// URL.Theo de Raadt
2019-02-17rsync has a large number of failure exit codes, so don't get used to thisTheo de Raadt
2019-02-17more yoda repairsTheo de Raadt
2019-02-17cleanup protocl warning, and return exit code upwards.Theo de Raadt
2019-02-17percolate exit code from deeper code, so that values other than 1 areTheo de Raadt
2019-02-17improve option argument demonstrationTheo de Raadt
2019-02-17Has to be SOCK_STREAM obviouslyTheo de Raadt
2019-02-16use MINIMUM() instead of MIN() as elsewhere in the treeTheo de Raadt
2019-02-16nasty ugly invisible spacesTheo de Raadt
2019-02-16Document some long optionsTheo de Raadt
2019-02-16--archive is same as -aTheo de Raadt
2019-02-16document -a, -D, --devices and --specialsFlorian Obser
2019-02-16add --help optionTheo de Raadt
2019-02-16document --versionTheo de Raadt
2019-02-16add missing -no-OPT long optionsTheo de Raadt
2019-02-16sync with kristaps, commit 42166a639caa877efd91e73e288b89abf6b7cfd3Florian Obser
2019-02-16sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75cFlorian Obser
2019-02-16sync with kristaps, commit d01f1b87a06c25353de28a9df45b3e202614b336Florian Obser
2019-02-16sync with kristaps, commit d7c4fb8ac88845aa08900d5d0ec469257f63a339Florian Obser
2019-02-16sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568Florian Obser
2019-02-16sync with kristaps, commit ad6f9d84aa041d28b93cdf885a583a09f58b1b88Florian Obser
2019-02-16sync with kristaps, commit 9b79b4a3d06c810304321d5b58544751b5d9fefdFlorian Obser
2019-02-16use service "rsync" rather than "873"Theo de Raadt
2019-02-16getaddrinfo doesn't imply "DNS", borrow terminology from sshTheo de Raadt
2019-02-16-D bits, from kristapsFlorian Obser
2019-02-16We need to send/receive the rdev after gid and before symlink.Florian Obser
2019-02-16I did some work here.Florian Obser
2019-02-16implement -D and in turn -aFlorian Obser
2019-02-16Handle file permissions in rsync_set_metadata().Florian Obser