summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/socket.c
AgeCommit message (Expand)Author
2020-08-19Handle EADDRNOAVAIL from connect(2) gracefullykn
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-03Don't close the socket in rsync_socket() itself but after calling it.Christian Weisgerber
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-31Add ability to combine rsync:// and -e by splitting rsync_socket()Christian Weisgerber
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-06Simplify startup code, various phases are heading straight towards exitTheo de Raadt
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-17Add support for --port=PORT and ":port" in the rsync:// URL.Theo de Raadt
2019-02-17more yoda repairsTheo de Raadt
2019-02-17percolate exit code from deeper code, so that values other than 1 areTheo de Raadt
2019-02-17Has to be SOCK_STREAM obviouslyTheo de Raadt
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-16implement -D and in turn -aFlorian Obser
2019-02-16Add chown pledge so that root can gift files to other uids.Florian Obser
2019-02-16unwrap lines which do not need wrappingTheo de Raadt
2019-02-12syncSebastian 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