summaryrefslogtreecommitdiff
path: root/usr.bin/rsync
AgeCommit message (Expand)Author
2022-04-12Do not convert the int value twice from little to host endian.Claudio Jeker
2022-01-12seperators -> separatorsTheo Buehler
2021-12-28In io_write_buf() adjust the calculation of the multiplex message sizeClaudio Jeker
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
2021-11-26followng -> followingJonathan Gray
2021-11-26definiton -> definitionJonathan Gray
2021-11-03whitespace observed during a read-throughTheo de Raadt
2021-11-03Add missing copyright statement. Reminded by deraadt@Claudio Jeker
2021-10-29Properly implement --max-size and --min-size.Claudio Jeker
2021-10-28Provide --max-size and --min-size arguments. Currently ignored butClaudio Jeker
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-22add some punctuation;Jason McIntyre
2021-10-22Implement --compare-dest in openrsync. compare-dest allows you to addClaudio Jeker
2021-10-22When reading the symlink value during the fts travers use ent->fts_accpathClaudio Jeker
2021-09-02remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAXTheo de Raadt
2021-09-01Remove from0 support. openrsync will not implement all bad ideas thatClaudio Jeker
2021-08-30Document new include*/exclude* options in the man pageJob Snijders
2021-08-30Add include/exclude to usage()Job Snijders
2021-08-29This needs extern.h for the rmatch prototypeClaudio Jeker
2021-08-29Implement --exclude/exclude-file and --include/include-file.Claudio Jeker
2021-07-14Restructure the getopt_long options. Sort them mostly by name with theClaudio Jeker
2021-06-30... way too much white space!Claudio Jeker
2021-06-30Remove TODO.md, this file is not up-to-date and also not really a goodClaudio Jeker
2021-06-30Replace Id: tags with OpenBSD: tagsClaudio Jeker
2021-05-17Reshuffle if conditions to check for error first after the fstat() calls.Claudio Jeker
2021-05-17Do not leak blk.blks in error condition.Claudio Jeker
2021-05-17Adjust exit codes in the main program to follow the ones from rsync.Claudio Jeker
2021-05-17Error out on memory failures in fargs_cmdline() and addargs() in bothClaudio Jeker
2021-05-17If pledge() or unveil() fails error out with ERR_IPC. Also error out inClaudio Jeker
2021-05-17Introduce some error exit codes which are in sync with the ones fromClaudio Jeker
2021-05-17Sync code with the original from mkdir(1).Claudio Jeker
2021-05-17The openat() then fstat() pattern only works if one is sure the file beingClaudio Jeker
2021-05-06Simplify file handling. There is no reason to use O_NONBLOCK on regularClaudio Jeker
2021-05-06More code cleanupClaudio Jeker
2021-04-05minor KNFTheo de Raadt
2021-03-31add --no-motd to SYNOPSIS;Jason McIntyre
2021-03-31Add option to suppress the Message of the Dayjob
2021-03-22Remove unveil() from the rsync_sender() and flist_gen(). The sender isClaudio Jeker
2021-03-22Adjust function name in error strings.Claudio Jeker
2021-03-22Adjust a type to unsigned since the io function works on unsigned ints.Claudio Jeker
2021-03-22Put comment where it belongs also remove an assert() that checks for anClaudio Jeker
2021-03-22Compare explicitly against NULL.Claudio Jeker
2021-03-22Make fmt argument const. Format local vars a bit.Claudio Jeker
2020-12-15Initialize the poll_timeout before rsync_server() is called.Claudio Jeker
2020-11-24Simple implementation of --timeout to exit after specified seconds of I/OClaudio Jeker
2020-08-19Handle EADDRNOAVAIL from connect(2) gracefullykn
2020-05-17__FILE__ and __LINE__ information are fine during early development, orTheo de Raadt
2020-02-11Simplify and unify wording for the -I sourceaddr option in various places.Theo de Raadt
2020-01-04Delete .Xrs to rsync(5) and rsyncd(5).Ingo Schwarze
2019-08-26replace a mmap() with pread(). The mmap() is not needed, the file isSebastian Benoit