summaryrefslogtreecommitdiff
path: root/rsync-ssl.1.md
Commit message (Collapse)AuthorAgeFilesLines
* Link to rsyncd.conf page server-setup details.Wayne Davison2022-06-191-0/+5
|
* Some word fixes.Wayne Davison2022-03-261-2/+2
|
* More man & NEWS enhancements, including linking to env vars.Wayne Davison2022-01-171-1/+1
|
* More man page and NEWS improvements.Wayne Davison2022-01-161-2/+2
| | | | | | | - Add link targets for all option choices, not just the first one. - Tweak cross-link arg format. - Add more links, including some in the latest NEWS. - Split out a few numbered lists.
* It's OK to capitalize rsync at the start of a sentence.Wayne Davison2022-01-151-1/+1
|
* Man page improvments, including html cross-links.Wayne Davison2022-01-151-2/+5
|
* A few more man page format tweaks.Wayne Davison2022-01-141-22/+43
|
* Change manpage headings in html to use h2 tags with an id target.Wayne Davison2022-01-121-12/+12
|
* add ssl/tls key option (#216)Fabian H2021-09-261-0/+2
| | | Improves rsync-ssl configurability.
* Some README and man page tweaks.Wayne Davison2020-06-201-3/+3
|
* A few minor man page improvements.Wayne Davison2020-06-171-3/+14
|
* Rename "haproxy header" to "proxy protocol".Wayne Davison2020-06-151-2/+2
|
* Add preliminary gnutls support.Wayne Davison2020-06-151-0/+8
|
* Choose openssl before stunnel.Wayne Davison2020-06-151-9/+12
|
* Tweak the stunnel4 Verify config; tweak the rsync-ssl docs/usage.Wayne Davison2020-06-151-9/+13
|
* Simplify the install of rsync-ssl by unifying 2 scripts.Wayne Davison2020-06-111-7/+0
|
* More man processing improvementsWayne Davison2020-06-091-3/+3
| | | | | | - Support the commonmark library in addition to cmarkgfm. - Remove github-flavor from the markup. - A few more html style improvements.
* Change man page src format from yodl to markdown.Wayne Davison2020-06-081-0/+90
This removes the yodl dependency, which is sometimes hard to track down. Instead, this uses a python3 script that leverages the cmarkgfm library to turn the source file into html. Then, the script parses the html in order to turn the tag stream into a nroff stream using a simple state machine. While it's doing that it also implements one added format rule that turns an ordinal list that starts at 0 into a description list (since markdown doesn't have an easy description list idiom).