| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Fixes: e9bc86f962 rc scripting article: file naming convention and "instancing"
|
|
|
|
|
|
|
| |
- emphasize the file naming convention and why
- add a section about "instancing"
Reviewed by: Pau Amma (doc/english bits)
Differential Revision: https://reviews.freebsd.org/D45897
|
|
|
|
| |
Approved by: core
|
| |
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
| |
Reviewed by: bcr, fernape
Differential Revision: https://reviews.freebsd.org/D42779
|
| |
|
|
|
|
| |
Reported by: Pau Amma <pauamma gundo com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
- Verify the source code comes from a trustworthy
source.
- Always review the diff before importing.
- Run configure scripts and alike in an isolated
environment.
- Perform tests inside chroot, jail or in VM first.
Reviewed by: emaste, imp
Differential Revision: https://reviews.freebsd.org/D44557
|
| |
|
| |
|
|
|
|
| |
Reported by: robak
|
|
|
|
|
|
|
| |
During the time of gnats we had classes for various problem types which
is no longer the case for bugzilla. So remove references to class.
Reported by: me@pacopascal.com
|
|
|
|
|
|
|
| |
Update documentation and add news entry as per the new committer
onboarding process.
Approved by: markj (mentor)
|
|
|
|
|
|
|
|
| |
- add client_condition to restrict it to be used ONLY on
smtp.freebsd.org
PR: 276603
Submitted by: Larry Rosenman <ler@FreeBSD.org>
|
|
|
|
|
|
|
| |
Committer's Guide, steps for new committers, step 4.
Approved by: bofh (mentor), diizzy (mentor)
Differential Revision: https://reviews.freebsd.org/D43629
|
| |
|
|
|
|
| |
PR: 275935
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/310/
|
|
|
|
|
|
|
| |
- Change INDEX-8 to INDEX-13
- Remove references to portmaster/portupgrade [1]
Approved by: portmgr [1]
|
|
|
|
|
|
|
| |
Complete steps 1-4 from Committer's Guide, section "Setup, Conventions,
and Traditions", sub-section "For New Committers".
Approved by: emaste (mentor)
|
|
|
|
|
|
|
| |
There are no further releases to come from stable/12.
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42760
|
|
|
|
| |
While we are at it, use the same hash from above for consistency.
|
|
|
|
|
|
|
|
|
|
|
| |
There is a request in the bugzilla report to introduce how to obtain the
source code for building NanoBSD. I added more lines to the patch
provided by the original reporter.
PR: 274709
Reviewed by: mhorne
Co-Authored-By: gaelan@fastmail.fm
Differential Revision: https://reviews.freebsd.org/D42743
|
|
|
|
| |
remove extraneous blank line and EOL whitespace
|
|
|
|
|
|
| |
Completed steps 1-4 from Committer's Guide.
Approved by: cperciva (mentor)
|
|
|
|
| |
Approved by: kp
|
|
|
|
| |
Approved by: kp
|
| |
|
|
|
|
|
|
|
| |
Completed steps 1-4 from Committer's Guide.
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D42294
|
|
|
|
| |
PR: 274220
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Completed steps 1-4 from Committer's Guide.
Approved by: zirias (mentor), doceng (implicit)
Differential Revision: https://reviews.freebsd.org/D41780
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently commit message template hook is installed as following.
* The one for src repository is also used for doc and ports.
* The file is downloaded through web interface (https://cgit.freebsd.org/) and installed under .git/hooks.
However,
* Both doc and ports repositories have their own hooks inside them. So it is obviously better to use them than using the one for src repository.
* For src repository committer need to download and install hook file each time it is updated.
So change the way to install commit message template hook as following.
* For doc and src repository, create symbolic link under '.git/hooks' that points to real hook file.
* For ports repository. set the path to look for hooks to '.hooks'. This is because ports repository also provides some other hooks and creating symbolic link for each of them is bothersome.
PR: 273574
|
|
|
|
|
|
|
|
| |
Discussed by email with philip@
Changed the original patch to add the 'link' macro
PR: 262174
|
| |
|