summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/fargs.c
AgeCommit message (Expand)Author
2019-05-08remove sess argument from log functions. ok deraadt@Sebastian Benoit
2019-04-04Add support for not crossing filesystem boundaries (-x) to rsync. Optionbket
2019-04-02Pull in addargs() API from ssh to replace complicated hand-rolled argumentTheo de Raadt
2019-03-31Add ability to combine rsync:// and -e by splitting rsync_socket()Christian Weisgerber
2019-02-21implement --numeric-ids, tweaked by kristapsSebastian Benoit
2019-02-16implement -D and in turn -aFlorian Obser
2019-02-14sync with kristaps, commit 69f69c7c7c950d42e02666ac63e3b98ec9c972ecFlorian Obser
2019-02-14sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1Florian Obser
2019-02-13strsep the -e argument for execve; ok bennoTheo de Raadt
2019-02-12whitespace and knfSebastian Benoit
2019-02-12syncSebastian Benoit
2019-02-12complete support for -e and -rsh=name optionsTheo de Raadt
2019-02-12using const is misleading if the only access requires a de-const, it isTheo de Raadt
2019-02-11premature bit snuck inTheo de Raadt
2019-02-11swap comparison arguments as needed, to match idiomatic C most of usTheo de Raadt
2019-02-10fix whitespaceSebastian Benoit
2019-02-10Import Kristaps' openrsync into the tree.Sebastian Benoit