summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/Makefile
AgeCommit message (Expand)Author
2021-10-29Properly implement --max-size and --min-size.Claudio Jeker
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
2019-05-08remove sess argument from all functions that only used it for loggingSebastian Benoit
2019-04-02Pull in addargs() API from ssh to replace complicated hand-rolled argumentTheo de Raadt
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-16Introduce mkstempat(), a variation on mkstemp(3) and mkstemplinkat().Florian Obser
2019-02-13Use md4 from libcrypto instead of using a compatible re-implementation.Theo Buehler
2019-02-12syncSebastian Benoit
2019-02-11normalize formatTheo de Raadt
2019-02-10change the Makefile to be a normal OpenBSD bsd.prog.mk style fileSebastian Benoit
2019-02-10Import Kristaps' openrsync into the tree.Sebastian Benoit