<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec, branch releng/14.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-05-23T07:50:01Z</updated>
<entry>
<title>fix (nuageinit): SSH keys are not handled in metadata but in userdata</title>
<updated>2024-05-23T07:50:01Z</updated>
<author>
<name>Jeremy Collin</name>
<email>jeremy.collin@ovhcloud.com</email>
</author>
<published>2024-05-21T14:52:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3b9c88fa991649be79bc84b131266b20d432b11a'/>
<id>urn:sha1:3b9c88fa991649be79bc84b131266b20d432b11a</id>
<content type='text'>
MFC After: 1 day
Approved by:	re (cperciva)

(cherry picked from commit 48edad2edf6eb7a539e40dad8e1f87e3fa4973fd)
(cherry picked from commit 5601feb7204b2ebb4c351b534105da8fc22213fd)
</content>
</entry>
<entry>
<title>nuageinit: by default to not enable nuageinit</title>
<updated>2024-05-23T07:49:46Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2024-05-14T12:15:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d31c10fca32c6ee07e35d50010ef1b55976a5d25'/>
<id>urn:sha1:d31c10fca32c6ee07e35d50010ef1b55976a5d25</id>
<content type='text'>
MFC After:	1 day
Reported by:	karels@
Approved by:	re (cperciva)

(cherry picked from commit 5681636ead6790d5ad2c24a4712f010fcdfc926c)
(cherry picked from commit 2c5c85cbcfac0037aaafff130d9c4bdb5d341fe8)
</content>
</entry>
<entry>
<title>ftpd: stop using -g flag for /bin/ls</title>
<updated>2024-05-22T17:18:07Z</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2024-05-21T22:58:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=207e8cef0b363603d68a226bb03f0ff421d30dd2'/>
<id>urn:sha1:207e8cef0b363603d68a226bb03f0ff421d30dd2</id>
<content type='text'>
In 3bfbb521 the behaviour of ls was changed such that -g was no longer
a noop for compatibility with BSD 4.3, but instead changed the output
of long mode to exclude the owner of the file and display only the
group.

Update how FTPd invokes ls to restore the previous behaviour

Reported-by:	Andrew Fengler &lt;andrew.fengler@scaleengine.com&gt;
Reviewed-by:	jrtc27, des, imp
Approved by:	re (cperciva)
MFC after:	3 days
Sponsored-by:	ScaleEngine Inc.
Fixes:		3bfbb521fef5 ("ls: Improve POSIX compatibility for -g and -n.")

(cherry picked from commit 5af3225e0448be6af7f0312e10d2a1dfbe150c25)
(cherry picked from commit e5fadc41b48045d8978993d6c4ac72c64542b470)
</content>
</entry>
<entry>
<title>save-entropy: Add manual page</title>
<updated>2024-05-16T17:24:30Z</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2023-09-07T08:28:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8930e7d8ea4dc0ec34c6d2f7db5a7c7746997b8f'/>
<id>urn:sha1:8930e7d8ea4dc0ec34c6d2f7db5a7c7746997b8f</id>
<content type='text'>
Succinct manual page for save-entropy(8).

PR:			223998
Reported by:		AJ Jordan &lt;alex+freebsd@strugee.net&gt;
Reviewed by:		carlavilla@, delphij@, lwhsu@, pauamma_gundo.com
Approved by:		delphi, lwhsu (src)
Differential Revision:	https://reviews.freebsd.org/D41768

(cherry picked from commit 8dc9b10e388da19d63b3dd718a8243e8e969091d)
(cherry picked from commit 227f81c8bd0f60176519276839b24b468afce0bc)

Approved by:	re (cperciva)
</content>
</entry>
<entry>
<title>Remove remnants of portsnap(8)</title>
<updated>2024-05-09T08:18:53Z</updated>
<author>
<name>Olivier Certner</name>
<email>olce@FreeBSD.org</email>
</author>
<published>2024-04-22T13:02:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2beba7b456e61cb13d450d2f106fc25201ad54ce'/>
<id>urn:sha1:2beba7b456e61cb13d450d2f106fc25201ad54ce</id>
<content type='text'>
This was prompted by noticing that '/var/db/portsnap' still exists on
newly-installed machines.

With this change, all mentions of portsnap(8) in the tree are gone,
except for the historical note in the AUTHORS section of manpage
phttpget(8).

locate(1) will thus start indexing again '/var/db/portsnap' on machines
where this directory still exists, which may be a good way to push
administrators to delete it.

Reviewed by:            cperciva
Approved by:            emaste (mentor)
MFC after:              3 days
Sponsored by:           The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D45023

(cherry picked from commit 9b30b96c1fa4ee0dfc540878fbb3247bf92d19eb)

ObsoleteFiles.inc: Remove /var/db/portsnap

This is a followup to commit "Remove remnants of portsnap(8)"
(9b30b96c1fa4).  I wasn't aware of OLD_DIRS.

Approved by:            markj (mentor)
MFC after:              1 day
MFC with:               9b30b96c1fa4
Sponsored by:           The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D45023

(cherry picked from commit 54bbcc09a72b5d7a581f51416c9e635a33c2f884)

Approved by:            markj (mentor)

(cherry picked from commit 9f06e6c9907ae13dd1153958e0bc923097590d10)

Approved by:            markj (mentor)
Approved by:            re (cperciva)
</content>
</entry>
<entry>
<title>rtld snprintf: do not erronously skip a char at the buffer boundary</title>
<updated>2024-05-03T00:25:33Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-04-28T06:37:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44debee9fc1fc795b928f75b5d894c3212d73893'/>
<id>urn:sha1:44debee9fc1fc795b928f75b5d894c3212d73893</id>
<content type='text'>
(cherry picked from commit 56ee5fc43c40479e2651b21862e299bcf73017ae)
</content>
</entry>
<entry>
<title>tftpd: Use `size_t` where appropriate.</title>
<updated>2024-05-02T09:02:21Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2024-04-25T18:35:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=986cceda16d8de091524314b50325d52fe403d75'/>
<id>urn:sha1:986cceda16d8de091524314b50325d52fe403d75</id>
<content type='text'>
* Limit the use of `ssize_t` to only where it's needed.
* Correct one case of `int` being used for a length.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D44954

(cherry picked from commit 1ed44fcc44b2c04db330663589541608135402f4)

tftpd: Clean up the tests.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D44955

(cherry picked from commit 7ab7ecfcfe777f7816e3e01df5f277060b2b609a)

tftpd: Check the server status after each test.

* In the setup phase, wait for the server to start (or fail to start)
  before proceeding with the test.  This makes it possible to write test
  cases that don't expect a response from the server without ending up
  in a race over the server PID file.
* After running each test, wait up to 30 seconds for the server to exit
  and check that the exit status matches what the test case says to
  expect (usually 0).
* We still kill and collect the server in the cleanup phase, in case the
  test ended early.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D44956

(cherry picked from commit 83a6e984ac01657819418746f722163367ec30db)

tftpd: Immediately reject any request shorter than 4 bytes.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D44957

(cherry picked from commit 9f231af307b80eb222d9761bbd81fa4e130bb3d7)

tftpd: Untangle a conditional.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D45026

(cherry picked from commit 21b5829d28b1e02e9f30bfa439238c382dd19114)
</content>
</entry>
<entry>
<title>nuageinit: start the script after zfs</title>
<updated>2024-05-02T07:49:41Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2024-04-17T14:25:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93b11fe0a16ab9cfa4a879ba2ac4be5237f33f6b'/>
<id>urn:sha1:93b11fe0a16ab9cfa4a879ba2ac4be5237f33f6b</id>
<content type='text'>
It prevents the home directory for the new users to be hidden
by late mount of the home directory

(cherry picked from commit b6a4776008519bb4a1d5abfe63c46d5f009ce102)
</content>
</entry>
<entry>
<title>kdc: Add restart option</title>
<updated>2024-04-29T12:50:19Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2024-04-18T18:56:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=abc4b3088941d772728c28146d466010f816ea66'/>
<id>urn:sha1:abc4b3088941d772728c28146d466010f816ea66</id>
<content type='text'>
Add a new kdc_restart rc variable that manages kdc (or krb5kdc) under
daemon(8). This automatically restarts the kdc should it fail, i.e.
when it's configured to use LDAP as a backend and cannot connect to its
LDAP directory.

Set kdc_restart="YES" to auto restart kdc on abnormal termination.

Set kdc_restart_delay="N" to the number of seconds to delay before
restarting the kdc. The daemon(8) default seconds applies when not set.

Reported by:		Lexi Winter &lt;lexi.freebsd@le-fay.org&gt;
PR:			278395
Differential Revision:	https://reviews.freebsd.org/D44898

(cherry picked from commit 9e248b7f645cdf05615a49cc15295df49b54d659)
</content>
</entry>
<entry>
<title>rtld(1): minor clarification for LD_STATIC_TLS_EXTRA</title>
<updated>2024-04-23T00:32:21Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-04-20T13:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2cd1939e2e587626c6811ee09e7688129cf749d4'/>
<id>urn:sha1:2cd1939e2e587626c6811ee09e7688129cf749d4</id>
<content type='text'>
(cherry picked from commit 8d7473703520f315c1bcd3b3d12498eee10d563e)
</content>
</entry>
</feed>
