bryanv
463a150230
Add VXLAN (RFC 7348) port
...
PR: 202316
Submitted by: olgeni@
MFC after: 2 weeks
2017-12-31 17:11:12 +00:00
ed
860ff62091
Add an example inetd(8) entry for the Prometheus sysctl exporter.
...
I went through the process of allocating a default port number for this
exporter, TCP 9124. This means that we can add an entry to the services
file as well.
List of Prometheus default port numbers:
https://github.com/prometheus/prometheus/wiki/Default-port-allocations
2016-12-21 08:32:20 +00:00
jlh
e9056c1d79
Replace all whitespaces between port name and number with tabs,
2015-12-24 16:35:28 +00:00
jlh
c73364c192
Add port for IRC over TLS/SSL, as noted in RFC 7194.
...
PR: 192505
Submitted by: loic.blot@unix-experience.fr
MFC after: 3 days
2015-12-21 20:14:40 +00:00
brueffer
a2bc12fac6
Add CouchDB ports (5984 TCP/UDP).
...
PR: 193268
Submitted by: yuri@rawbw.com
MFC after: 1 week
2015-06-29 15:38:34 +00:00
marck
36f227ffaf
Add VAMI (VMware Appliance Management Interface) port.
...
Reviewed by: eadler
MFC after: 2 weeks
2014-12-22 21:26:49 +00:00
eadler
ef9ef1325c
Add Veritas NetBackup
...
Obtained From: DragonFly BSD
2013-12-03 04:03:19 +00:00
eadler
c857b6b130
Add the Short Message Peer-to-Peer protocol
...
PR: conf/183398
Submitted by: olgeni
2013-12-03 03:57:22 +00:00
ivoras
a8f59181c3
Add MySQL port 3306
...
Obtained from: http://www.iana.org/assignments/port-numbers
MFC after: 1 week
2012-03-26 11:48:47 +00:00
uqs
a6f0acec24
Spelling fixes for etc/
2012-01-07 16:10:32 +00:00
tuexen
3f9e68c52c
Add for existing protocol entries the missing SCTP port allocations
...
and add protocol entries for protocols which have SCTP port allocations.
These entries are according to
http://www.iana.org/assignments/port-numbers
as of today. Also add SCTP port allocation entires for the
echo, daytime, and chargen service.
Discussed with rwatson@
MFC after: 3 days.
2010-11-13 17:52:04 +00:00
dougb
3df3a625bf
Remove trailing white space. No functional changes.
2010-05-14 04:53:57 +00:00
bms
6d3ec80689
Add sane-port (Scanner Access Now Easy) as port 6566.
...
Obtained from: http://www.iana.org/assignments/port-numbers
MFC after: 3 days
2010-02-06 21:22:01 +00:00
ume
99e94b9937
ManageSieve has been added as port 4190:
...
http://www.iana.org/assignments/port-numbers
Obtained from: http://www.iana.org/assignments/port-numbers
MFC after: 3 day
2010-02-01 13:30:06 +00:00
edwin
8163044503
The Erlang Port Mapper Daemon (from ports/lang/erlang) has been
...
assigned official port number 4369 by IANA.
PR: conf/113265
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
Obtained from: http://www.iana.org/assignments/port-numbers
MFC after: 2 days
2010-01-27 11:23:21 +00:00
edwin
50cfbda769
Git has been added as port 9418:
...
http://www.iana.org/assignments/port-numbers
PR: conf/143259
Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
Obtained from: http://www.iana.org/assignments/port-numbers
MFC after: 2 day
2010-01-27 11:08:39 +00:00
rpaulo
7fe717ff12
Add OpenVPN IANA assigned port number.
2009-10-03 11:02:36 +00:00
brooks
a9d79aef66
Use the udp protocol in favor of the nonexistant upd protocol in the
...
sge_execd entry.
Reported by: emaste
Pointy hat to: brooks
Approved by: re (kensmith)
2007-09-21 01:26:00 +00:00
mr
8c4e364ee0
Add IANA assigned iscsi-target port as its the default port
...
according RFC 3720.
Approved by: re (bmah)
2007-09-08 08:56:01 +00:00
brooks
f63df7a950
Add service entries for Sun Grid Engine's qmaster and execution service
...
as per IANA assignments to simplify the installation of the sysutils/sge
port.
Approved by: re (bmah)
2007-09-06 19:04:47 +00:00
grog
55b7964ba7
Bring the well known ports of /etc/services into sync with the IANA
...
list.
This is only for the well known known ports (port 1-1023) for tcp and
udp only.
Changes:
- Removed "problems" comments around port 57, 77 and 87
- Removed audionews (port 114)
- Added imap3 (port 220)
- Removed yak-chat (port 258)
- Removed concert (port 786)
- Added a lot of new allocations
Submitted by: edwin
2007-05-20 03:31:52 +00:00
grog
e69bd7b141
Add SIP-related ports.
...
Obtained from: IANA list of reserved ports.
Reviewed by: edwin@
2007-05-16 01:02:16 +00:00
grog
f9c7817b73
White space tidy-up.
2007-05-16 00:59:31 +00:00
stas
79b4c7ada6
- Add IANA-assigned ports for HP status & services daemon and I/O backend
...
daemon. The FreeBSD port print/hplip currently provides these services.
PR: conf/99593
Submitted by: Anish Mistry <amistry@am-productions.biz>
Approved by: maxim
MFC after: 1 week
2007-04-11 16:02:04 +00:00
stas
69da2c69e2
- Add IANA assigned port for amanda server control over tcp. The
...
current misc/amanda-server code uses it.
PR: conf/111050
Submitted by: Charles Sprickman<spork@bway.net>
Approved by: maxim
MFC after: 1 week
2007-04-11 15:58:36 +00:00
stas
bea2912081
- Sync service names with IANA ( http://www.iana.org/assignments/port-numbers ).
...
The registration names for 5222(tcp,udp) and 5269(tcp,udp) was changed to
xmpp-client and xmpp-server correspondingly.
This inconsistency causes problems to applications developed on other
systems, as they tries to use port numbers from /etc/services as fallback.
PR: conf/100606
Submitted by: Ralph Meijer <freebsd-gnats2@ralphm.ik.nu>
Approved by: maxim
MFC after: 1 week
2007-04-11 13:06:05 +00:00
maxim
3f40c02a7b
o Add IANA assigned InterBase Database Remote Protocol 3050/tcp/udp.
...
PR: conf/92319
Submitted by: skv
MFC after: 1 week
2006-01-25 17:37:15 +00:00
cperciva
f036c02496
Add 3653/tcp and 3653/udp, since they were specifically requested.
...
PR: conf/63907
Submitted by: Marc Blanchet
MFC after: 3 days
2004-08-16 11:52:22 +00:00
cperciva
4ac0cfc416
Whitespace cleanup. This will simplify a future merge from
...
IANA's official list of port assignments.
2004-07-11 19:20:47 +00:00
cperciva
abbc5d3d40
Sort entries correctly.
2004-07-07 06:15:32 +00:00
mlaier
a670a21760
Add ftp-proxy 8021/tcp in order to make the inetd.conf entry actually work.
...
Submitted-by: brueffer
Approved-by: bms(mentor)
2004-05-27 23:42:26 +00:00
bms
c764d43437
Correct definition for 1000/tcp and 1000/udp, sync with
...
<URL:http://www.iana.org/assignments/port-numbers >.
Submitted by: Roman Newhauser <roman@bellavista.cz>
2003-10-08 08:48:43 +00:00
bms
c26198066b
Add port assignment for Subversion, as per
...
<URL:http://www.iana.org/assignments/port-numbers >.
PR: conf/54371
Submitted by: Roman Newhauser <roman@bellavista.cz>
MFC after: 1 week
2003-10-08 08:43:17 +00:00
dougb
1fa5098d87
Fix typo, tdp -> tcp
...
PR: conf/56939
Submitted by: Alain Kalker <miki@dds.nl>
2003-09-18 09:21:09 +00:00
obrien
83ce3b8418
Microsoft Remote Desktop Protocol uses 3389/tcp.
2003-09-16 23:17:43 +00:00
dcs
73595a9b27
RFC 3561 (ad-hoc on-demand distance vector routing) was ratified
...
and the ports assigned by IANA.
PR: conf/55125
Submitted by: Bruce M Simpson <bms@spc.org>
MFC after: 2 days
2003-08-06 18:15:10 +00:00
dougb
5bee64a168
* Add the nut port from the IANA list (for the nut port)
...
* Add the rndc port, by common usage (TCP only since rndc doesn't
use UDP, and the port is not officially assigned)
2003-05-05 22:10:14 +00:00
mdodd
6cf4fd65a1
Add entries for Multicast DNS.
2003-04-29 09:54:06 +00:00
schweikh
12edf4cf84
Comment out imap3@220 and imap4-ssl@585 which are not used.
...
PR: conf/46294
Submitted by: Larry Rosenman <ler@lerctr.org>
MFC after: 2 weeks
2003-01-04 16:03:56 +00:00
schweikh
1ac502d86b
Add 1701/l2tp, layer 2 tunnelling protocol, as per IANA services.
...
PR: conf/35240
Submitted by: Annihilator <annihilator.c@usa.net>
MFC after: 2 weeks
2003-01-04 15:46:22 +00:00
eric
027582d5b7
Add Web Objects.
...
Obtained from: IANA
Sponsored by: Apple
2002-12-17 23:59:10 +00:00
eric
cebd669474
Add IPP (Internet Printing Protocol) and remove blank lines.
...
Obtained from: IANA
Sponsored by: Apple
2002-12-17 19:42:07 +00:00
eric
20084b3a37
Add Remote AppleEvents/PPC Toolbox.
...
Approved by: rwatson
Obtained from: IANA
Sponsored by: Apple
2002-12-12 03:05:56 +00:00
cjc
aea627e849
After getting IANA to fix a typo in their port assignments, add
...
some new IANA-blessed services and close some PRs. Ports for
Jabber and PostgreSQL.
PR: conf/35219, conf/35220
Submitted by: Sean Chittenden <sean@chittenden.org>
MFC after: 1 day
2002-02-26 02:36:49 +00:00
cjc
6baa1f255a
Long overdue whitespace cleanup. To give yourself an idea of how
...
ugly it was,
$ awk '/[[:space:]]$/ { sub(/$/,"\$"); print; }' /etc/services
On the previous revision. And that's only the trailing whitespace.
2002-02-23 11:59:42 +00:00
sheldonh
bbc1f62b3f
Uncomment kserver-adm, which is IANA-sanctioned and has no apparent
...
conflicts.
PR: conf/34316
Submitted by: Sean Chittenden <sean@chittenden.org>
MFC after: 2 weeks
2002-01-29 12:28:51 +00:00
obrien
0c304be14e
'ircd' is a better service name. Also note '6667' is unoffical
...
Submitted by: knu (name change)
2001-11-20 19:52:28 +00:00
obrien
9bd1852fac
There is already an 'irc' service at port 194. However my experience is that
...
1667 is what is really used. So name port 1667 'irc-client'.
2001-11-20 19:00:12 +00:00
obrien
20e994e2d1
Add IRC
2001-11-20 18:01:10 +00:00
jkh
6f03352a6e
Add commented-out/prototype entries for samba's swat configuration tool.
...
Requested by: "William Wong" <willwong@samurai.com>
MFC after: 1 week
2001-10-03 05:30:56 +00:00