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
Age
Commit message (
Expand
)
Author
2021-05-17
Reshuffle if conditions to check for error first after the fstat() calls.
Claudio Jeker
2021-05-17
Do not leak blk.blks in error condition.
Claudio Jeker
2021-05-17
Adjust exit codes in the main program to follow the ones from rsync.
Claudio Jeker
2021-05-17
Error out on memory failures in fargs_cmdline() and addargs() in both
Claudio Jeker
2021-05-17
If pledge() or unveil() fails error out with ERR_IPC. Also error out in
Claudio Jeker
2021-05-17
Introduce some error exit codes which are in sync with the ones from
Claudio Jeker
2021-05-17
Sync code with the original from mkdir(1).
Claudio Jeker
2021-05-17
The openat() then fstat() pattern only works if one is sure the file being
Claudio Jeker
2021-05-06
Simplify file handling. There is no reason to use O_NONBLOCK on regular
Claudio Jeker
2021-05-06
More code cleanup
Claudio Jeker
2021-04-05
minor KNF
Theo de Raadt
2021-03-31
add --no-motd to SYNOPSIS;
Jason McIntyre
2021-03-31
Add option to suppress the Message of the Day
job
2021-03-22
Remove unveil() from the rsync_sender() and flist_gen(). The sender is
Claudio Jeker
2021-03-22
Adjust function name in error strings.
Claudio Jeker
2021-03-22
Adjust a type to unsigned since the io function works on unsigned ints.
Claudio Jeker
2021-03-22
Put comment where it belongs also remove an assert() that checks for an
Claudio Jeker
2021-03-22
Compare explicitly against NULL.
Claudio Jeker
2021-03-22
Make fmt argument const. Format local vars a bit.
Claudio Jeker
2020-12-15
Initialize the poll_timeout before rsync_server() is called.
Claudio Jeker
2020-11-24
Simple implementation of --timeout to exit after specified seconds of I/O
Claudio Jeker
2020-08-19
Handle EADDRNOAVAIL from connect(2) gracefully
kn
2020-05-17
__FILE__ and __LINE__ information are fine during early development, or
Theo de Raadt
2020-02-11
Simplify and unify wording for the -I sourceaddr option in various places.
Theo de Raadt
2020-01-04
Delete .Xrs to rsync(5) and rsyncd(5).
Ingo Schwarze
2019-08-26
replace a mmap() with pread(). The mmap() is not needed, the file is
Sebastian Benoit
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-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-27
Some asprintf() calls were checked < 0, rather than the precise == -1.
Theo de Raadt
2019-06-23
fix free() on uninitialized pointer with -rx and same
Sebastian Benoit
2019-06-03
Don't close the socket in rsync_socket() itself but after calling it.
Christian Weisgerber
2019-06-02
KNF and sneaky whitespaces
Theo de Raadt
2019-06-02
Use a simple hash table to look up blocks by the fast-hash. Also use
Florian Obser
2019-06-02
have_md is initialized at startup, don't need to do it again later
Theo de Raadt
2019-06-02
spelling; from Hiltjo Posthuma
Theo de Raadt
2019-05-28
unintialized fd passed to close(), found by hiltjo posthuma
Theo de Raadt
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-05-06
Remove an example that doesn't do what the accompanying text says,
Ingo Schwarze
2019-04-04
Add support for not crossing filesystem boundaries (-x) to rsync. Option
bket
2019-04-02
annoying white space
Theo de Raadt
2019-04-02
Pull in addargs() API from ssh to replace complicated hand-rolled argument
Theo de Raadt
2019-04-01
many improvements to rsync(1) documentation:
Ingo Schwarze
2019-03-31
Drop --devices and --specials from the synopsis because they are only
Ingo Schwarze
2019-03-31
Increasing strictness regarding signed-vs-unsigned types and their range
Theo de Raadt
2019-03-31
Add ability to combine rsync:// and -e by splitting rsync_socket()
Christian Weisgerber
2019-03-30
Make the synopsis more palatable by deleting useless long option
Ingo Schwarze
2019-03-30
repair confusing "} if" indent; from naddy
Theo de Raadt
2019-03-30
document --del, ok deraadt@
Christian Weisgerber
[next]