summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsync/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't close the socket in rsync_socket() itself but after calling it.naddy2019-06-031-10/+5
* unintialized fd passed to close(), found by hiltjo posthumaderaadt2019-05-281-2/+2
* remove sess argument from log functions. ok deraadt@benno2019-05-081-8/+10
* Add support for not crossing filesystem boundaries (-x) to rsync. Optionbket2019-04-041-3/+6
* many improvements to rsync(1) documentation:schwarze2019-04-011-3/+4
* Drop --devices and --specials from the synopsis because they are onlyschwarze2019-03-311-5/+4
* Add ability to combine rsync:// and -e by splitting rsync_socket()naddy2019-03-311-7/+13
* Make the synopsis more palatable by deleting useless long optionschwarze2019-03-301-6/+4
* repair confusing "} if" indent; from naddyderaadt2019-03-301-2/+3
* document --del, ok deraadt@naddy2019-03-301-2/+2
* Add --del as alias for --delete.naddy2019-03-301-2/+2
* -z support isn't as trivial as linking -lz so it hasn't been writtenderaadt2019-03-251-7/+12
* indents and reflows around ERR*() and LOG*(); ok bennoderaadt2019-03-231-21/+17
* repair exit codes, slightly broken after last commit (please do not goderaadt2019-03-231-5/+15
* flesh out SYNOPSIS and usage() somewhat;jmc2019-03-181-3/+6
* Simplify startup code, various phases are heading straight towards exitderaadt2019-03-061-61/+41
* implement --numeric-ids, tweaked by kristapsbenno2019-02-211-1/+2
* new attempt to sync with kristaps up to Sun Feb 17 2019benno2019-02-181-5/+6
* revert previousbenno2019-02-181-55/+45
* sync with kristaps up to Sun Feb 17 2019benno2019-02-181-45/+55
* delete bogus commentderaadt2019-02-171-2/+1
* Add support for --port=PORT and ":port" in the rsync:// URL.deraadt2019-02-171-4/+18
* rsync has a large number of failure exit codes, so don't get used to thisderaadt2019-02-171-31/+31
* percolate exit code from deeper code, so that values other than 1 arederaadt2019-02-171-10/+9
* nasty ugly invisible spacesderaadt2019-02-161-2/+2
* --archive is same as -aderaadt2019-02-161-1/+2
* add --help optionderaadt2019-02-161-4/+6
* add missing -no-OPT long optionsderaadt2019-02-161-9/+18
* implement -D and in turn -aflorian2019-02-161-9/+27
* Add chown pledge so that root can gift files to other uids.florian2019-02-161-7/+7
* a minimal --version long-option, so someone can unconfuse themselvesderaadt2019-02-161-1/+6
* sync with kristaps, commit 438c1948c76a1ecd94e53e09ba88ec7e93004540florian2019-02-141-2/+2
* sync with kristaps, commit 71065b31649480ceb1ee6942232d673bf8ab70c8florian2019-02-141-3/+2
* sync with kristaps, commit ab90d923f89b06308190d9fe371c7663c077e2bdflorian2019-02-141-2/+3
* sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1florian2019-02-141-3/+6
* long option -group is same as -g; ok bennoderaadt2019-02-121-1/+2
* whitespace and knfbenno2019-02-121-3/+4
* sync, this also adds the -g option to the option parser.benno2019-02-121-8/+11
* complete support for -e and -rsh=name optionsderaadt2019-02-121-2/+4
* add long-opts aliases for single-letter options already presentderaadt2019-02-121-6/+12
* premature bit snuck inderaadt2019-02-111-2/+1
* swap comparison arguments as needed, to match idiomatic C most of usderaadt2019-02-111-61/+57
* flags variable not neededderaadt2019-02-111-5/+3
* cleanup weird spaces around !. (We normalize source-code to a standardderaadt2019-02-111-7/+7
* canonical order of pledge()s.benno2019-02-101-8/+11
* fix whitespacebenno2019-02-101-3/+3
* Import Kristaps' openrsync into the tree.benno2019-02-101-0/+453