| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade Security chapter as part of the Handbook Working Group.
This is a first approximation, there are things to improve and
add to the chapter, but we can continue from here :)
Changes:
- Move VPN over IPSec to an article, in the future we will add too
OpenVPN (DCO) and WireGuard to the article
- Rework Securing Accounts section
- Upgrade Password Hashes algorithms
- Improve sudo/doas section
- Add new Intrusion Detection System (IDS) section
- Add new Secure levels section
- Add new File flags section
- Rework OpenSSH and OpenSSL sections
- Rework Access Control Lists and add NFSv4 ACLs
- Add Capsicum introduction section
- Upgrade Resource Limits section
- Improve Asciidoc syntax
Documentation checked:
- https://man.freebsd.org/security
- https://calomel.org/ids_mtree.html
- https://calomel.org/openssh.html
- https://calomel.org/openssh_distributed.html
- https://man.freebsd.org/cgi/man.cgi?query=chflags&sektion=1&apropos=0&manpath=FreeBSD+13.2-RELEASE+and+Ports
- https://www.cyberciti.biz/tips/howto-write-protect-file-with-immutable-bit.html
- https://wiki.gentoo.org/wiki/Doas
- https://people.freebsd.org/~dannyboy/articles/freebsd_acls.pdf
- https://wiki.freebsd.org/NFSv4_ACLs
- https://man.freebsd.org/cgi/man.cgi?setfacl
Reviewed by: emaste, karels, philip (first draft)
Differential Revision: https://reviews.freebsd.org/D41620
Sponsored by: Daifressh
|
|
|
|
|
| |
Approved by: gjb@ (re), carlavilla (doc)
Differential Revision: https://reviews.freebsd.org/D41091
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a handful of errors, some of which were noted in last year's bug
264113 for the /13.1R/ area but not fixed retrospectively.
Five commit message in underlying
https://github.com/freebsd/freebsd-doc/pull/165/commits
Not intended to be comprehensive, given the timescale;
https://reviews.freebsd.org/D39480#898747
draws attention to the absence of rtw88(4) from hardware notes, and
so on.
https://bugs.freebsd.org/264113
PR: 264113
Approved by: re (cperciva, gjb)
Pull request: https://github.com/freebsd/freebsd-doc/pull/165
Differential revision: https://reviews.freebsd.org/D39480
|
|
|
|
|
|
|
|
|
|
| |
https://docs.freebsd.org/en/articles/freebsd-status-reports-process/
– currently linked from
https://www.freebsd.org/status/
– is 404, not found. It's the FreeBSD Status Report Process
(Report, singular), not the FreeBSD Status Reports Process.
Fixes: 7cd49b34af freebsd-status-report-process: Add article
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new article about the FreeBSD status report process created by
putting together content from
- website/content/en/status/_index.adoc;
- website/content/en/status/README (file is now removed);
- website/content/en/status/howto/_index.adoc (file is now removed).
Reviewed by: status (pauamma)
Approved by: doc (bcr)
Differential Revision: https://reviews.freebsd.org/D38919
|
|
|
|
| |
Add name and email address as with other team's secretaries.
|
|
|
|
|
| |
PR: 263318
Submitted by: PauAmma <pauamma (AT) gundo.com>
|
|
|
|
| |
Reported by: @dbaio, rwatson@, John-Mark Gurney by email
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D32753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow to build the documentation offline using Hugo
* Fix link problems
* Remove SVN entities
* Fix lang problems to help weblate
* Move all the AsciiDoctor translations to the shared folder to
help weblate
* Allow the possibility to build each document. For example each
document can be edited in and watched the result in real time in
VS Code or Vim/NeoVim.
Breaking changes:
Eliminate the possibility of building books or articles.
They must be builded at the same time.
This functionality will be restored when version 0.89.0 is in the
repositories in a couple of weeks.
Reviewed by: dbaio@
Differential Revision: https://reviews.freebsd.org/D31926
|
|
|
|
|
|
|
|
|
| |
- freebsd-eol
- freebsd-lfs
- freebsd-tilera
- cvs-*
It covers only English documents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These languages don't reference anymore ctm-src-* lists.
There are still a few languages with outdated information which
references them:
- el
- fr
- hu
- it
- mn
- nl
- ru
- zh-cn
|
|
|
|
|
|
|
|
| |
mailman-lists-desc --> mailing-lists-desc
mailman-lists-url --> mailing-lists-url
mailman-lists --> mailing-lists
Following mailing lists migration from Mailman to Mlmmj.
|
|
|
|
|
|
|
| |
Following mailing lists migration from Mailman to Mlmmj.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D32466
|
|
|
|
|
| |
Now reflecting all documents on
documentation/content/en/[articles|books].
|
|
|
|
|
|
| |
This makes them unusable in inline text.
While here, remove semicolon
|
|
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.
To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].
Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation
[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/
Approved by: doceng, core
|