History log of /openbsd-src/etc/services (Results 1 – 25 of 107)
Revision Date Author Comments
# bb7daed8 04-Jun-2024 landry <landry@openbsd.org>

services: add matrix-fed tcp port 8448

registered at IANA since last august for Matrix Federation Protocol
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtm

services: add matrix-fed tcp port 8448

registered at IANA since last august for Matrix Federation Protocol
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=8448

ok djm@ solene@

show more ...


# 9e8ee861 07-Dec-2023 sthen <sthen@openbsd.org>

add services entries for Matter, a protocol for discovery and comms
with "smart home"/IoT devices, which runs over TCP or UDP over v6 over
various physical/network layers (Ethernet, Wifi, or low powe

add services entries for Matter, a protocol for discovery and comms
with "smart home"/IoT devices, which runs over TCP or UDP over v6 over
various physical/network layers (Ethernet, Wifi, or low power lossy
radio-based networks like Thread). req by Jordan Williams ok deraadt

https://csa-iot.org/wp-content/uploads/2022/11/22-27349-001_Matter-1.0-Core-Specification.pdf

show more ...


# d0dc268b 25-May-2023 sthen <sthen@openbsd.org>

After RFC 9110, the IANA services registry now lists both udp and tcp
for https (HTTP/3 over QUIC). Add it to /etc/services so that it's included
when /etc/rc populates sysctl net.inet.udp.baddynamic

After RFC 9110, the IANA services registry now lists both udp and tcp
for https (HTTP/3 over QUIC). Add it to /etc/services so that it's included
when /etc/rc populates sysctl net.inet.udp.baddynamic.

suggested by Renauld Allard, ok tb@

show more ...


# 455414f8 02-Mar-2022 landry <landry@openbsd.org>

Add openvpn ports (udp/1194 & tcp/1194) to /etc/services

Registered at IANA since 2004, also present on Linux & FreeBSD

ok sthen@ stsp@ jca@


# 826ca7c5 02-Sep-2021 deraadt <deraadt@openbsd.org>

nameserver alias on domain (53) collided with true nameserver (42)
which would be parsed earlier in any case. what a weird piece of
history.
from Raf Czlonka


# 3bab2c99 12-May-2021 jca <jca@openbsd.org>

The official service name of tcp/465 is "submissions"

Keep "smtps" as an alias.
https://datatracker.ietf.org/doc/html/rfc8314#section-7.3

ok sthen@ florian@ kmos@


# 3cefa2b3 12-May-2021 jca <jca@openbsd.org>

Drop swat (tcp/901)

The Samba Web Administration Tool has been dropped by the samba project and
TCP port 901 is not registered at IANA. ok sthen@ florian@ kmos@


# 4a79052f 05-May-2021 sthen <sthen@openbsd.org>

slight tidy-up of /etc/services:

- remove a few UDP entries for protocols that are TCP-only

- drop some obsolete protocols

- move smtps/465 to the standards section (rfc8314)

- move the talk abou

slight tidy-up of /etc/services:

- remove a few UDP entries for protocols that are TCP-only

- drop some obsolete protocols

- move smtps/465 to the standards section (rfc8314)

- move the talk about IANA's "reserve for both UDP/TCP even when you only
use one" policy from a comment in /etc/services to the manual, and talk
about how an entry in /etc/services prevents the associated port from
being used for dynamic ports (via net.inet.udp|tcp.baddynamic sysctl).

ok phessler@ florian@

show more ...


# ab570042 18-Feb-2021 deraadt <deraadt@openbsd.org>

add rpki-rtr port 323; ok job


# f11bcb30 15-Sep-2020 martijn <martijn@openbsd.org>

Register agentx port 705 in services.

OK deraadt@


# 143054fa 26-Jun-2020 naddy <naddy@openbsd.org>

Switch cdio's default CDDB database to gnudb.gnudb.org:8880.
The freedb.org CD track database has been discontinued.

Retire cddb/888 from /etc/services. Nothing uses this any longer.
gnudb.org uses

Switch cdio's default CDDB database to gnudb.gnudb.org:8880.
The freedb.org CD track database has been discontinued.

Retire cddb/888 from /etc/services. Nothing uses this any longer.
gnudb.org uses the "cddbp-alt" port of 8880, but we don't need a
services(5) entry for a single site.

ok deraadt@

show more ...


# d2e05241 27-Jan-2019 danj <danj@openbsd.org>

Add domain-s also known as DNS over TLS (DoT)

ok deraadt@ florian@


# 83302e62 03-Jul-2018 dlg <dlg@openbsd.org>

list the ports for gre in udp, as per rfc8086 and iana assignments.

ok benno@ deraadt@


# d2bf5460 27-Jul-2015 sthen <sthen@openbsd.org>

Add services entries for BFD (RFC5880), and reorder MS RDP while there.
From Denis Fondras, ok deraadt


# db93d0b5 31-Dec-2014 jasper <jasper@openbsd.org>

add entries for xmpp, mdns and puppet

ok aja@


# e4a5bd98 30-Dec-2014 bluhm <bluhm@openbsd.org>

Add syslog-tls 6514/tcp to etc/services.
OK jasper


# 8f8cec66 19-Dec-2014 ajacoutot <ajacoutot@openbsd.org>

Add rdp/rfb/vnc.
no objection from deraadt@


# 8f2ca9ce 07-Nov-2014 sthen <sthen@openbsd.org>

add svn, fix sort-order of iscsi. ok ajacoutot@ dcoppa@ phessler@


# 1a39f511 15-Jul-2014 sthen <sthen@openbsd.org>

add port entries for quagga from the documentation, ok ajacoutot@

/etc/services file moved from etc to base so is no longer really
user-editable as changes will be overwritten at update time


# 5478378b 15-Jul-2014 sthen <sthen@openbsd.org>

conserver moved port, ok ajacoutot@


# 1b47238f 12-Jul-2014 ajacoutot <ajacoutot@openbsd.org>

Shuffle more stuffs around, remove most commented blocks, just sort by
number and make the file easier on the eyes.

discussed with deraadt@


# 7216f28a 12-Jul-2014 ajacoutot <ajacoutot@openbsd.org>

Move things around (no change):
- some unofficial services became official
- move kerberos next to afs


# 5b3a6cc6 11-Jul-2014 giovanni <giovanni@openbsd.org>

Add some services needed by comms/hylafax
ok ajacoutot@


# 5fd4969c 11-Jul-2014 ajacoutot <ajacoutot@openbsd.org>

Add some more unofficial services to please ports without the need to
hand-edit services(5) which moved to base; some more to come probably.

ok deraadt@


# ee182359 14-Mar-2014 sthen <sthen@openbsd.org>

Add "ub-dns-control" (for unbound's equivalent of rndc), so that it's added
to the port list in net.inet.tcp.baddynamic. Service name taken from IANA
service-names-port-numbers.txt.

If anyone's inte

Add "ub-dns-control" (for unbound's equivalent of rndc), so that it's added
to the port list in net.inet.tcp.baddynamic. Service name taken from IANA
service-names-port-numbers.txt.

If anyone's interested in adding AF_UNIX support for comms between unbound
and unbound-control, that would very welcome.

OK brad@ deraadt@

show more ...


12345