index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
rsync
/
socket.c
Age
Commit message (
Expand
)
Author
2020-08-19
Handle EADDRNOAVAIL from connect(2) gracefully
kn
2019-08-09
Only print the message of the day in the rsyncd header if rsync is
Claudio Jeker
2019-08-09
Add --address argument to openrsync to bind to the specified address
Claudio Jeker
2019-06-03
Don't close the socket in rsync_socket() itself but after calling it.
Christian Weisgerber
2019-05-08
remove sess argument from all functions that only used it for logging
Sebastian Benoit
2019-05-08
remove sess argument from log functions. ok deraadt@
Sebastian Benoit
2019-03-31
Add ability to combine rsync:// and -e by splitting rsync_socket()
Christian Weisgerber
2019-03-23
indents and reflows around ERR*() and LOG*(); ok benno
Theo de Raadt
2019-03-23
repair exit codes, slightly broken after last commit (please do not go
Theo de Raadt
2019-03-06
Simplify startup code, various phases are heading straight towards exit
Theo de Raadt
2019-02-18
new attempt to sync with kristaps up to Sun Feb 17 2019
Sebastian Benoit
2019-02-18
revert previous
Sebastian Benoit
2019-02-18
sync with kristaps up to Sun Feb 17 2019
Sebastian Benoit
2019-02-17
Add support for --port=PORT and ":port" in the rsync:// URL.
Theo de Raadt
2019-02-17
more yoda repairs
Theo de Raadt
2019-02-17
percolate exit code from deeper code, so that values other than 1 are
Theo de Raadt
2019-02-17
Has to be SOCK_STREAM obviously
Theo de Raadt
2019-02-16
use service "rsync" rather than "873"
Theo de Raadt
2019-02-16
getaddrinfo doesn't imply "DNS", borrow terminology from ssh
Theo de Raadt
2019-02-16
implement -D and in turn -a
Florian Obser
2019-02-16
Add chown pledge so that root can gift files to other uids.
Florian Obser
2019-02-16
unwrap lines which do not need wrapping
Theo de Raadt
2019-02-12
sync
Sebastian Benoit
2019-02-11
swap comparison arguments as needed, to match idiomatic C most of us
Theo de Raadt
2019-02-11
cleanup weird spaces around !. (We normalize source-code to a standard
Theo de Raadt
2019-02-10
canonical order of pledge()s.
Sebastian Benoit
2019-02-10
fix whitespace
Sebastian Benoit
2019-02-10
Import Kristaps' openrsync into the tree.
Sebastian Benoit