]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
/etc/services: attempt bring the database to this century.
authorPedro F. Giffuni <pfg@FreeBSD.org>
Thu, 20 Feb 2020 03:54:07 +0000 (03:54 +0000)
committerPedro F. Giffuni <pfg@FreeBSD.org>
Thu, 20 Feb 2020 03:54:07 +0000 (03:54 +0000)
commit74eb8d905bcf61c35566eb5c717ecd6106abe106
tree4c54e6fa9c5c8d66022ea07f4b4ba82d89f98c75
parentbe860ca2a7d0473e54e19f565a911f9d687370bd
/etc/services: attempt bring the database to this century.

Document better this file, updating the URL to the IANA registry and closely
match the official services.

For system ports (0 to 1023) we now try to follow the registry closely, noting
some historical differences where applicable.
For the User ports (1024 - 49151) we try to keep some sensible balance only
of services that are likely to be found on FreeBSD/UNIX systems. This attempts
to strike a balance between complexity and usefulness.

As a side effect: drop references to unofficial Kerberos IV which was EOL'ed
on Oct 2006[1]. While it is conceivable some people may still use it in some
very old FreeBSD machines that can't be replaced easily, the use of it is
considered a security risk. Also drop the unofficial netatalk, which we
supported long ago in the kernel but was dropped long ago.

[1] https://web.mit.edu/kerberos/krb4-end-of-life.html

MFC after: 3 weeks (likely to 12-stable only)
Differential Revision: https://reviews.freebsd.org/D23621
usr.sbin/services_mkdb/services