summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/receiver.c
AgeCommit message (Expand)Author
2023-11-27Implement --omit-link-times / -J based on the --omit-dir-times workClaudio Jeker
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-22Implement --compare-dest in openrsync. compare-dest allows you to addClaudio Jeker
2021-08-29Implement --exclude/exclude-file and --include/include-file.Claudio Jeker
2021-06-30Replace Id: tags with OpenBSD: tagsClaudio Jeker
2021-05-17If pledge() or unveil() fails error out with ERR_IPC. Also error out inClaudio Jeker
2021-05-06More code cleanupClaudio Jeker
2020-11-24Simple implementation of --timeout to exit after specified seconds of I/OClaudio Jeker
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-03-30For now perform utimes, chown, chmod in the same order as cp(1), untilTheo de Raadt
2019-03-23indents and reflows around ERR*() and LOG*(); ok bennoTheo de Raadt
2019-03-22gettimeofday(2)+TIMEVAL_TO_TIMESPEC -> UTIME_NOW; simpler & more portable.cheloha
2019-02-18revert previousSebastian Benoit
2019-02-18sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-17more yoda repairsTheo de Raadt
2019-02-16sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568Florian 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
2019-02-16Add chown pledge so that root can gift files to other uids.Florian Obser
2019-02-16use gettimeofday + TIMEVAL_TO_TIMESPEC to create timespec with betterTheo de Raadt
2019-02-16If anyone ports this to 6.4 they'll just comment out unveil, don't wasteTheo de Raadt
2019-02-16unwrap lines which do not need wrappingTheo de Raadt
2019-02-14sync with kristaps, commit 7d2b721bec7937a4a155ca0635750bcbaff76d02Florian Obser
2019-02-14sync with kristaps, commit be8a27a290d5171290c015284542f2af4296be12Florian Obser
2019-02-12sync, this also adds the -g option to the option parser.Sebastian Benoit
2019-02-11swap comparison arguments as needed, to match idiomatic C most of usTheo de Raadt
2019-02-11cleanup weird spaces around !. (We normalize source-code to a standardTheo de Raadt
2019-02-10canonical order of pledge()s.Sebastian Benoit
2019-02-10fix whitespaceSebastian Benoit
2019-02-10Import Kristaps' openrsync into the tree.Sebastian Benoit